/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, src/scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, src/scss/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, src/scss/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, src/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, src/scss/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, src/scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, src/scss/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, src/scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, src/scss/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
  color: black;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 117, src/scss/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 127, src/scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 137, src/scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 146, src/scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 156, src/scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 167, src/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 175, src/scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 184, src/scss/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 201, src/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 205, src/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 216, src/scss/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 225, src/scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 234, src/scss/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 242, src/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 254, src/scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 270, src/scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 280, src/scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 291, src/scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 302, src/scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 314, src/scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 325, src/scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 338, src/scss/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 352, src/scss/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 361, src/scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 370, src/scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 380, src/scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 390, src/scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 399, src/scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 409, src/scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 422, src/scss/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 431, src/scss/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 442, src/scss/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 450, src/scss/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 461, src/scss/_normalize.scss */
[hidden] {
  display: none;
}

/* line 465, src/scss/_normalize.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 469, src/scss/_normalize.scss */
img {
  width: 100%;
  display: block;
}

/* line 568, src/scss/_normalize.scss */
body {
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

@font-face {
  font-family: flounder;
  src: url("../../assets/font/flounder-webfont.woff") format("woff"), url("../../assets/font/flounder-webfont.woff2") format("woff2"), url("../../assets/font/flounder-webfont.svg#flounder") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: baron_neue;
  src: url("../../assets/font/baron_neue-webfont.woff") format("woff"), url("../../assets/font/baron_neue-webfont.woff2") format("woff2"), url("../../assets/font/baron_neue-webfont.svg#baron_neue") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: roboto-bold;
  src: url("../../assets/font/roboto-bold-webfont.woff") format("woff"), url("../../assets/font/roboto-bold-webfont.woff2") format("woff2"), url("../../assets/font/roboto-bold-webfont.svg#roboto_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: roboto-regular;
  src: url("../../assets/font/roboto-regular-webfont.woff") format("woff"), url("../../assets/font/roboto-regular-webfont.woff2") format("woff2"), url("../../assets/font/roboto-regular-webfont.svg#robot_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: robotocondensed-bold;
  src: url("../../assets/font/robotocondensed-bold-webfont.woff") format("woff"), url("../../assets/font/robotocondensed-bold-webfont.woff2") format("woff2"), url("../../assets/font/robotocondensed-bold-webfont.svg#robotoC_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: robotocondensed-regular;
  src: url("../../assets/font/robotocondensed-regular-webfont.woff") format("woff"), url("../../assets/font/robotocondensed-regular-webfont.woff2") format("woff2"), url("../../assets/font/robotocondensed-regular-webfont.svg#robotoC_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: robotocondensed-light;
  src: url("../../assets/font/robotocondensed-light-webfont.woff") format("woff"), url("../../assets/font/robotocondensed-light-webfont.woff2") format("woff2"), url("../../assets/font/robotocondensed-light-webfont.svg#robotoC_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: jfranck-icon;
  src: url("../../assets/font/jfranck-icon.woff") format("woff"), url("../../assets/font/jfranck-icon.woff2") format("woff2"), url("../../assets/font/jfranck-icon.svg#jfranck-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, src/scss/_font.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'jfranck-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, src/scss/_font.scss */
.icon-arrow:before {
  content: '\e90c';
}

/* line 36, src/scss/_font.scss */
.icon-big-arrow:before {
  content: '\e900';
}

/* line 40, src/scss/_font.scss */
.icon-big-round-arrow:before {
  content: '\e901';
}

/* line 44, src/scss/_font.scss */
.icon-calendar:before {
  content: '\e902';
}

/* line 48, src/scss/_font.scss */
.icon-facebook:before {
  content: '\e903';
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 53, src/scss/_font.scss */
.icon-instagram:before {
  content: '\e904';
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 58, src/scss/_font.scss */
.icon-jfranck-logo:before {
  content: '\e905';
  font-size: 55px;
  font-size: 3.4375rem;
}

/* line 63, src/scss/_font.scss */
.icon-mail:before {
  content: '\e906';
}

/* line 67, src/scss/_font.scss */
.icon-newsletter:before {
  content: '\e907';
}

/* line 71, src/scss/_font.scss */
.icon-search:before {
  content: '\e908';
}

/* line 75, src/scss/_font.scss */
.icon-small-arrow:before {
  content: '\e909';
}

/* line 79, src/scss/_font.scss */
.icon-small-round-arrow:before {
  content: '\e90a';
}

/* line 83, src/scss/_font.scss */
.icon-star:before {
  content: '\e90b';
}

/* line 87, src/scss/_font.scss */
.icon-cross:before {
  content: '\e90d';
}

/* line 91, src/scss/_font.scss */
.icon-reset:before {
  content: '\e90e';
}

/* line 31, src/scss/_variable.scss */
html {
  background: #FF6F6F;
}

/* line 35, src/scss/_variable.scss */
body {
  background-color: #ffffff;
}

/* line 38, src/scss/_variable.scss */
body.overflow {
  overflow: hidden;
  height: 100vh;
}

/* line 44, src/scss/_variable.scss */
*::-moz-selection {
  background: #FF6F6F;
  color: #ffffff;
}
*::selection {
  background: #FF6F6F;
  color: #ffffff;
}

/* line 49, src/scss/_variable.scss */
.event-about p a {
  color: #FF6F6F;
  display: inline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

/* line 55, src/scss/_variable.scss */
.event-about p a:hover {
  border-bottom: 1px solid #FF6F6F;
}

/* line 60, src/scss/_variable.scss */
.before-after, .title-small__section:after, .title-small__section:before, .filtre-main:before {
  content: '';
  display: block;
}

/* line 65, src/scss/_variable.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  /* line 65, src/scss/_variable.scss */
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  /* line 75, src/scss/_variable.scss */
  .flex-small {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 79, src/scss/_variable.scss */
  .flex-small li {
    margin: 0 10px !important;
  }
}

/* line 86, src/scss/_variable.scss */
.btn-round {
  list-style: none;
}

/* line 92, src/scss/_variable.scss */
.btn-round a,
.search__bar {
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  cursor: pointer;
}

/* line 101, src/scss/_variable.scss */
.hidden {
  opacity: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  display: inline-block;
  overflow: hidden;
  pointer-events: none;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 1025px) {
  /* line 113, src/scss/_variable.scss */
  .xl-hidden {
    opacity: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
    display: inline-block;
    overflow: hidden;
    pointer-events: none;
  }
}

/* line 127, src/scss/_variable.scss */
.border-path:after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  bottom: 200px;
  left: calc(50% - 50vw);
  z-index: -1;
  border-top: solid 10px transparent;
  -o-border-image: url("../../assets/img/border-path.png") 9 0 0 repeat;
  border-image: url("../../assets/img/border-path.png") 9 0 0 fill repeat;
}

/* line 143, src/scss/_variable.scss */
.separate-2 {
  height: 100%;
  text-align: right;
  border-top: 1px solid #D9D9D9;
  margin: 0 30px;
}

@media screen and (min-width: 1024px) {
  /* line 143, src/scss/_variable.scss */
  .separate-2 {
    padding: 30px 0 70px;
  }
}

/* line 154, src/scss/_variable.scss */
.paginate {
  height: 100%;
  border-top: 1px solid #D9D9D9;
  margin: 0 30px;
  padding: 30px 0;
}

@media screen and (min-width: 1024px) {
  /* line 154, src/scss/_variable.scss */
  .paginate {
    padding: 30px 0;
  }
}

/* line 164, src/scss/_variable.scss */
.paginate .page-link {
  color: #606060;
  opacity: .6;
  margin: 0 5px;
  padding: 2.5px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 173, src/scss/_variable.scss */
.paginate .page-link:hover {
  opacity: 1;
}

/* line 178, src/scss/_variable.scss */
.paginate .current {
  font-size: 16px;
  font-size: 1rem;
  color: #606060;
  padding: 2.5px;
  margin: 0 5px;
  color: #FF6F6F;
}

/* line 187, src/scss/_variable.scss */
.paginate .links__more {
  color: #606060;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 15px;
}

/* line 192, src/scss/_variable.scss */
.paginate .links__more:hover {
  color: #FF6F6F;
}

/* line 199, src/scss/_variable.scss */
.separate-color {
  width: 30px;
  height: 6px;
  margin-bottom: 15px;
  background: #FF6F6F;
}

/* line 206, src/scss/_variable.scss */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 217, src/scss/_variable.scss */
iframe {
  border: transparent;
}

/* line 223, src/scss/_variable.scss */
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #606060;
}

/* line 236, src/scss/_variable.scss */
.title-large {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 15px 0 5px;
  font-family: "flounder";
}

/* line 242, src/scss/_variable.scss */
.title-small__section {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "baron_neue";
  position: relative;
  margin: 40px 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

/* line 253, src/scss/_variable.scss */
.title-small__section:after, .title-small__section:before {
  width: 25px;
  height: 4px;
  background: #FF6F6F;
}

/* line 260, src/scss/_variable.scss */
.title-small__section:before {
  margin-right: 20px;
}

/* line 264, src/scss/_variable.scss */
.title-small__section:after {
  margin-left: 20px;
}

/* line 269, src/scss/_variable.scss */
.title-small-container {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "robotocondensed-regular";
}

/* line 275, src/scss/_variable.scss */
p {
  font-family: "roboto-regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}

/* line 281, src/scss/_variable.scss */
.p-large {
  font-family: "robotocondensed-bold";
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 288, src/scss/_variable.scss */
.p-medium {
  font-size: 16px;
  font-size: 1rem;
  font-family: "robotocondensed-bold";
  letter-spacing: .8px;
  text-transform: uppercase;
}

/* line 295, src/scss/_variable.scss */
.p-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "roboto-regular";
}

/* line 300, src/scss/_variable.scss */
.bold {
  font-family: "roboto-bold";
}

/* line 304, src/scss/_variable.scss */
.links__more {
  font-family: "robotocondensed-regular";
  letter-spacing: .8px;
  color: #FF6F6F;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 310, src/scss/_variable.scss */
.links__more span {
  display: inline-block;
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}

/* line 315, src/scss/_variable.scss */
.links__more.rotate span {
  -webkit-transform: rotate(180deg) translateY(-2.5px);
          transform: rotate(180deg) translateY(-2.5px);
}

/* line 320, src/scss/_variable.scss */
.links__global {
  padding: 10px 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: inline-block;
  text-align: right;
}

/* line 329, src/scss/_variable.scss */
.links__global:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: #FF6F6F;
  top: 0;
  left: 0;
  -webkit-transition: height .15s ease;
  transition: height .15s ease;
}

/* line 342, src/scss/_variable.scss */
.links__file {
  border-bottom: 1px solid #606060;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 346, src/scss/_variable.scss */
.links__file:hover {
  border-bottom: 1px solid #FF6F6F;
}

/* line 354, src/scss/_variable.scss */
.main {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}

/* line 360, src/scss/_variable.scss */
.main:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19%, rgba(249, 249, 249, 0)), color-stop(99%, #dfdfdf), to(#dfdfdf));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(249, 249, 249, 0) 19%, #dfdfdf 99%, #dfdfdf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url("../../assets/img/bg-path.png");
  background-blend-mode: multiply;
}

/* line 376, src/scss/_variable.scss */
.main .design-main,
.main .filtre-main,
.main .history-main,
.main .informations-main > section,
.main .news-wrapper,
.main .newsletter-form,
.main .rooms-main,
.main .volunteering-main {
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* line 391, src/scss/_variable.scss */
.main .events-wrapper {
  max-width: 1002px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* line 400, src/scss/_variable.scss */
.category-active {
  text-transform: lowercase;
}

/* Slider */
/* line 3, src/scss/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, src/scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 25, src/scss/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 29, src/scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, src/scss/_slick.scss */
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 44, src/scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 50, src/scss/_slick.scss */
.slick-track:after, .slick-track:before {
  content: '';
  display: table;
}

/* line 56, src/scss/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, src/scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 65, src/scss/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 70, src/scss/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 74, src/scss/_slick.scss */
.slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

/* line 81, src/scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 87, src/scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 91, src/scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 95, src/scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 99, src/scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 106, src/scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, src/scss/_header.scss */
.header-main {
  position: relative;
  z-index: 100;
  background: #ffffff;
}

/* line 7, src/scss/_header.scss */
.header-container {
  background: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  /* line 7, src/scss/_header.scss */
  .header-container {
    width: 1024px;
    height: 178px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 21, src/scss/_header.scss */
  .header-brand {
    padding: 15px 0 15px 15px;
    background: #ffffff !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, src/scss/_header.scss */
  .header-brand {
    background: #FF6F6F;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    width: 160px;
    height: 178px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px;
    color: #ffffff;
  }
  /* line 31, src/scss/_header.scss */
  .header-brand:hover {
    background: #ff5656;
  }
}

/* line 42, src/scss/_header.scss */
.header-brand .icon-jfranck-logo:before {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 1024px) {
  /* line 42, src/scss/_header.scss */
  .header-brand .icon-jfranck-logo:before {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

/* line 51, src/scss/_header.scss */
.header-container__nav {
  position: relative;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 75%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
}

@media screen and (min-width: 1024px) {
  /* line 51, src/scss/_header.scss */
  .header-container__nav {
    width: calc(100% - 160px);
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 2px solid #F1F1F1;
    padding: 0;
  }
}

/* line 70, src/scss/_header.scss */
.header-container__nav.active .header-nav {
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  z-index: 11;
}

/* line 77, src/scss/_header.scss */
.header-nav {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 111, 111, 0.95);
  width: calc(100% - 20px);
  -webkit-transform: translate(20px, -120%);
          transform: translate(20px, -120%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  overflow-x: hidden;
  overflow-y: auto;
  height: 77vh;
}

@media screen and (min-width: 1024px) {
  /* line 77, src/scss/_header.scss */
  .header-nav {
    -webkit-transform: translate(0);
            transform: translate(0);
    background: transparent;
    position: relative;
    overflow: visible;
    width: 80%;
    height: 50px;
  }
}

/* line 97, src/scss/_header.scss */
.header-nav .nav-links {
  list-style: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 104, src/scss/_header.scss */
.header-nav .nav-links > li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  /* line 104, src/scss/_header.scss */
  .header-nav .nav-links > li {
    width: auto;
    height: 50px;
  }
}

/* line 116, src/scss/_header.scss */
.header-nav .nav-links > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background: #FF6F6F;
  top: -2px;
  left: 0;
  -webkit-transition: height .15s ease;
  transition: height .15s ease;
}

@media screen and (min-width: 1024px) {
  /* line 104, src/scss/_header.scss */
  .header-nav .nav-links > li {
    padding-left: 0;
  }
  /* line 133, src/scss/_header.scss */
  .header-nav .nav-links > li.active:before, .header-nav .nav-links > li:hover:before {
    height: 6px;
  }
}

/* line 144, src/scss/_header.scss */
.header-nav .media__network {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 144, src/scss/_header.scss */
  .header-nav .media__network {
    display: none;
  }
}

/* line 154, src/scss/_header.scss */
.header-nav ul > li > ul {
  opacity: 0;
  pointer-events: none;
}

/* line 159, src/scss/_header.scss */
.header-nav .nav-links__parent {
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 163, src/scss/_header.scss */
  .header-nav .nav-links__parent:hover .nav-links__children {
    padding-bottom: 10px;
    height: auto;
    pointer-events: auto;
    opacity: 1;
  }
  /* line 169, src/scss/_header.scss */
  .header-nav .nav-links__parent:hover .nav-links__children li {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-transition: opacity .3s .1s ease, -webkit-transform .3s .1s ease;
    transition: opacity .3s .1s ease, -webkit-transform .3s .1s ease;
    transition: opacity .3s .1s ease, transform .3s .1s ease;
    transition: opacity .3s .1s ease, transform .3s .1s ease, -webkit-transform .3s .1s ease;
  }
  /* line 175, src/scss/_header.scss */
  .header-nav .nav-links__parent:hover .nav-links__children:before {
    height: 100%;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
  }
}

/* line 184, src/scss/_header.scss */
.header-nav .nav-links__parent.nav-links__info {
  cursor: pointer;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 184, src/scss/_header.scss */
  .header-nav .nav-links__parent.nav-links__info {
    width: 155px;
    position: relative;
  }
  /* line 191, src/scss/_header.scss */
  .header-nav .nav-links__parent.nav-links__info:after {
    display: block;
    content: '';
    width: 1px;
    height: 80%;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 10%;
  }
}

/* line 206, src/scss/_header.scss */
.header-nav .nav-links__parent .nav-links__children {
  width: calc(100% + 20px);
  height: 0;
  overflow: auto;
  z-index: 2;
  pointer-events: auto;
  list-style: none;
  background-image: url("../../assets/img/bg-path.png");
  background-color: #ffffff;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: height .3s ease, overflow .3s .2s ease;
  transition: height .3s ease, overflow .3s .2s ease;
}

/* line 218, src/scss/_header.scss */
.header-nav .nav-links__parent .nav-links__children.active {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

/* line 223, src/scss/_header.scss */
.header-nav .nav-links__parent .nav-links__children.active li {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  padding-left: 40px;
  -webkit-transition: opacity .3s .1s ease, -webkit-transform .3s .1s ease;
  transition: opacity .3s .1s ease, -webkit-transform .3s .1s ease;
  transition: opacity .3s .1s ease, transform .3s .1s ease;
  transition: opacity .3s .1s ease, transform .3s .1s ease, -webkit-transform .3s .1s ease;
  border-bottom: 2px solid #D9D9D9;
}

/* line 231, src/scss/_header.scss */
.header-nav .nav-links__parent .nav-links__children.active:before {
  height: 100%;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

@media screen and (min-width: 1024px) {
  /* line 206, src/scss/_header.scss */
  .header-nav .nav-links__parent .nav-links__children {
    position: absolute;
    top: 50px;
    background: transparent;
    padding-left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    padding-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: transparent;
  }
  /* line 247, src/scss/_header.scss */
  .header-nav .nav-links__parent .nav-links__children:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: height .3s .1s ease;
    transition: height .3s .1s ease;
  }
}

/* line 262, src/scss/_header.scss */
.header-nav .nav-links__parent .nav-links__children li {
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/* line 267, src/scss/_header.scss */
.header-nav .nav-links__parent .nav-links__children a {
  font-family: "robotocondensed-bold";
  color: #606060;
}

@media screen and (min-width: 1024px) {
  /* line 267, src/scss/_header.scss */
  .header-nav .nav-links__parent .nav-links__children a {
    font-family: "robotocondensed-regular";
  }
}

/* line 276, src/scss/_header.scss */
.header-nav .nav-links__parent .nav-links__children a:hover {
  color: #FF6F6F;
}

/* line 284, src/scss/_header.scss */
.header-nav > ul > li > a {
  color: #ffffff;
  display: block;
  width: 103%;
  height: 70px;
  line-height: 80px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 1024px) {
  /* line 284, src/scss/_header.scss */
  .header-nav > ul > li > a {
    padding: 15px;
    color: #606060;
    height: auto;
    line-height: 21px;
  }
}

/* line 300, src/scss/_header.scss */
.header-nav .icon-small-arrow {
  display: inline-block;
  font-size: 7px;
  font-size: 0.4375rem;
  margin-left: 5px;
  -webkit-transform: translateY(-2.5px);
          transform: translateY(-2.5px);
}

/* line 307, src/scss/_header.scss */
.header-nav a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 80px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 1024px) {
  /* line 307, src/scss/_header.scss */
  .header-nav a {
    padding: 15px;
    color: #606060;
    height: auto;
    line-height: 21px;
  }
}

/* line 325, src/scss/_header.scss */
.header-menu ul {
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 330, src/scss/_header.scss */
.header-menu span {
  font-size: 22px;
  font-size: 1.375rem;
  color: #606060;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 336, src/scss/_header.scss */
.header-menu .search__icon,
.header-menu a {
  padding: 7px 12px 0;
  display: block;
}

@media screen and (min-width: 1024px) {
  /* line 336, src/scss/_header.scss */
  .header-menu .search__icon,
  .header-menu a {
    padding: 13px;
  }
}

/* line 347, src/scss/_header.scss */
.menu__search {
  position: relative;
}

/* line 352, src/scss/_header.scss */
.calendar,
.search__icon {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  /* line 352, src/scss/_header.scss */
  .calendar,
  .search__icon {
    height: 100%;
    line-height: 51px;
  }
}

/* line 363, src/scss/_header.scss */
.calendar:hover .icon-search,
.search__icon:hover .icon-search {
  color: #FF6F6F;
}

/* line 368, src/scss/_header.scss */
.calendar.selected,
.search__icon.selected {
  background: #FF6F6F;
}

/* line 371, src/scss/_header.scss */
.calendar.selected .icon-calendar,
.calendar.selected .icon-search,
.search__icon.selected .icon-calendar,
.search__icon.selected .icon-search {
  color: #ffffff;
}

/* line 376, src/scss/_header.scss */
.calendar.selected:hover,
.search__icon.selected:hover {
  background: #ff5656;
}

/* line 379, src/scss/_header.scss */
.calendar.selected:hover .icon-calendar,
.calendar.selected:hover .icon-search,
.search__icon.selected:hover .icon-calendar,
.search__icon.selected:hover .icon-search {
  color: #ffffff;
}

/* line 391, src/scss/_header.scss */
.calendar__icon:hover .icon-calendar {
  color: #FF6F6F;
}

/* line 396, src/scss/_header.scss */
.search-form {
  position: absolute;
  top: -60px;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all .3s .1s ease;
  transition: all .3s .1s ease;
  pointer-events: none;
}

@media (min-width: 1024px) {
  /* line 396, src/scss/_header.scss */
  .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

/* line 411, src/scss/_header.scss */
.search-form.visible {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1025px) {
  /* line 411, src/scss/_header.scss */
  .search-form.visible {
    -webkit-transform: translateX(35px) translateY(130px);
            transform: translateX(35px) translateY(130px);
    width: 95vw;
  }
}

/* line 422, src/scss/_header.scss */
.search-form .search__bar {
  max-width: 140px;
  border: 1px solid #CACACA;
  background: #F1F1F1;
  padding: 7.5px 5px 7.5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  outline: none;
}

@media screen and (max-width: 1025px) {
  /* line 422, src/scss/_header.scss */
  .search-form .search__bar {
    max-width: none;
    width: 100%;
    padding: 12.5px 5px 12.5px 10px;
    border-radius: 30px;
  }
}

/* line 438, src/scss/_header.scss */
.search-form .search__btn,
.search-form span {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px;
  color: #FF6F6F;
}

/* line 447, src/scss/_header.scss */
.search-form .search__btn {
  opacity: 0;
  z-index: 1;
  height: 100%;
  top: 0;
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  /* line 447, src/scss/_header.scss */
  .search-form .search__btn {
    width: 40px;
    right: 15px;
    top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 1025px) {
  /* line 462, src/scss/_header.scss */
  .search-form span {
    top: 0;
    right: 15px;
    line-height: 40px;
    margin-top: 0;
  }
}

/* line 474, src/scss/_header.scss */
.burger {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #606060;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

/* line 482, src/scss/_header.scss */
.burger .burger__line {
  border-radius: 50px;
  background: #606060;
  width: 14px;
  height: 2px;
}

/* line 487, src/scss/_header.scss */
.burger .burger__line:after, .burger .burger__line:before {
  content: '';
  display: block;
  border-radius: 20%;
  background: #606060;
  width: 14px;
  height: 2px;
}

/* line 496, src/scss/_header.scss */
.burger .burger__line:after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/* line 500, src/scss/_header.scss */
.burger .burger__line:before {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

@media screen and (min-width: 1024px) {
  /* line 474, src/scss/_header.scss */
  .burger {
    display: none;
  }
}

/* line 510, src/scss/_header.scss */
.scroll-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

/* line 519, src/scss/_header.scss */
.scroll-top span {
  font-size: 52px;
  font-size: 3.25rem;
  color: #606060;
  display: block;
  cursor: pointer;
}

/* line 526, src/scss/_header.scss */
.scroll-top.visible {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

/* line 533, src/scss/_header.scss */
.btn__scroll-down {
  width: 35px;
  height: 60px;
  background: #FF6F6F;
  position: absolute;
  top: calc(100vh - 120px);
  left: calc(100% - 50px);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

@media screen and (min-width: 1024px) {
  /* line 533, src/scss/_header.scss */
  .btn__scroll-down {
    top: calc(100vh - 60px - 178px);
    left: calc(100% - 100px);
  }
}

/* line 549, src/scss/_header.scss */
.btn__scroll-down:hover {
  background: #ff5656;
}

/* line 553, src/scss/_header.scss */
.btn__scroll-down:active {
  background: #606060;
}

/* line 557, src/scss/_header.scss */
.btn__scroll-down img {
  width: 20px;
  margin: 15px auto;
  -webkit-animation: scrollDown 1.5s infinite;
          animation: scrollDown 1.5s infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

/* line 4, src/scss/_footer.scss */
.newsletter-form {
  padding: 0 30px 70px 30px;
  padding-bottom: 70px;
}

/* line 7, src/scss/_footer.scss */
.newsletter-form .form__subtitle.title-large ~ div {
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 4, src/scss/_footer.scss */
  .newsletter-form {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
}

/* line 15, src/scss/_footer.scss */
.newsletter-form .form__main {
  width: 100%;
}

/* line 18, src/scss/_footer.scss */
.newsletter-form .main-container {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  /* line 18, src/scss/_footer.scss */
  .newsletter-form .main-container {
    width: 45%;
    padding: 0 60px;
  }
}

/* line 25, src/scss/_footer.scss */
.newsletter-form .main-container h2 {
  color: #FF6F6F;
  margin-bottom: 15px;
  font-family: "robotocondensed-light";
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 31, src/scss/_footer.scss */
.newsletter-form .main-container span {
  display: block;
  margin-bottom: 15px;
}

/* line 35, src/scss/_footer.scss */
.newsletter-form .main-container input {
  height: 40px;
  border: 1px solid #CACACA;
  margin-bottom: 15px;
  color: #606060;
  font-family: "robotocondensed-regular";
  padding-left: 10px;
  outline: none;
}

/* line 43, src/scss/_footer.scss */
.newsletter-form .main-container input:last-child {
  margin-bottom: 0;
}

/* line 46, src/scss/_footer.scss */
.newsletter-form .main-container input::-webkit-input-placeholder {
  font-family: "robotocondensed-light";
}
.newsletter-form .main-container input::-moz-placeholder {
  font-family: "robotocondensed-light";
}
.newsletter-form .main-container input:-ms-input-placeholder {
  font-family: "robotocondensed-light";
}
.newsletter-form .main-container input::-ms-input-placeholder {
  font-family: "robotocondensed-light";
}
.newsletter-form .main-container input::placeholder {
  font-family: "robotocondensed-light";
}

/* line 50, src/scss/_footer.scss */
.newsletter-form .main-container input[type="submit"] {
  border-radius: 0;
  padding: 0;
  background: #F1F1F1;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 57, src/scss/_footer.scss */
.newsletter-form .main-container p {
  clear: both;
  text-align: left;
  font-family: "robotocondensed-regular";
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.5);
}

/* line 65, src/scss/_footer.scss */
.newsletter-form .main-container input[type="submit"] {
  width: 25%;
  float: right;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 70, src/scss/_footer.scss */
.newsletter-form .main-container input[type="submit"]:hover {
  background: #FF6F6F;
  color: #ffffff;
  border: 1px solid #FF6F6F;
}

/* line 77, src/scss/_footer.scss */
.newsletter-form .seperate {
  width: 10%;
}

/* line 79, src/scss/_footer.scss */
.newsletter-form .seperate:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}

/* line 88, src/scss/_footer.scss */
.newsletter-form .form__subtitle {
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4em;
  font-family: "robotocondensed-regular";
  padding: 35px calc(50% - 280px);
  border-top: 1px solid #D9D9D9;
}

/* line 100, src/scss/_footer.scss */
.main-container__newsletter .icon-mail {
  font-size: 28px;
  font-size: 1.75rem;
}

/* line 103, src/scss/_footer.scss */
.main-container__newsletter input[type="email"] {
  width: 75%;
  float: left;
  margin-bottom: 5px;
}

/* line 110, src/scss/_footer.scss */
.main-container__programme .icon-newsletter {
  font-size: 45px;
  font-size: 2.8125rem;
}

/* line 114, src/scss/_footer.scss */
.main-container__programme input:nth-child(2) {
  width: 100%;
}

/* line 117, src/scss/_footer.scss */
.main-container__programme input:nth-child(3) {
  width: 47.5%;
  float: left;
}

/* line 121, src/scss/_footer.scss */
.main-container__programme input:nth-child(4) {
  width: 47.5%;
  float: right;
}

/* line 125, src/scss/_footer.scss */
.main-container__programme input:nth-child(5), .main-container__programme input:nth-child(7) {
  width: 70%;
  float: left;
  clear: both;
}

/* line 130, src/scss/_footer.scss */
.main-container__programme input:nth-child(6), .main-container__programme input:nth-child(8) {
  width: 25%;
  float: right;
}

/* line 134, src/scss/_footer.scss */
.main-container__programme input:nth-child(7), .main-container__programme input:nth-child(8) {
  margin-bottom: 10px;
}

/* line 138, src/scss/_footer.scss */
.main-container__programme input[type="submit"] {
  margin-top: -15px;
}

/* line 146, src/scss/_footer.scss */
footer {
  padding: 0px 30px 35px 30px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 146, src/scss/_footer.scss */
  footer {
    padding: 35px 0;
    width: 1024px;
    margin: 0 auto;
  }
  /* line 153, src/scss/_footer.scss */
  footer a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  /* line 155, src/scss/_footer.scss */
  footer a:hover {
    color: #FF6F6F;
  }
}

/* line 160, src/scss/_footer.scss */
footer:after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  top: -10px;
  left: calc(50% - 50vw);
  z-index: 1;
  border-top: solid 10px transparent;
  -o-border-image: url(../../assets/img/border-path.png) 9 0 0 repeat;
  border-image: url(../../assets/img/border-path.png) 9 0 0 fill repeat;
}

/* line 174, src/scss/_footer.scss */
footer .icon-jfranck-logo:before {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 1024px) {
  /* line 174, src/scss/_footer.scss */
  footer .icon-jfranck-logo:before {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

/* line 180, src/scss/_footer.scss */
footer menu, footer .information__links {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  display: none;
}

@media screen and (min-width: 1024px) {
  /* line 180, src/scss/_footer.scss */
  footer menu, footer .information__links {
    opacity: 1;
    display: block;
    width: auto;
    height: auto;
    pointer-events: auto;
  }
}

/* line 194, src/scss/_footer.scss */
.footer-media {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 0;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 1024px) {
  /* line 194, src/scss/_footer.scss */
  .footer-media {
    padding: 25px 0;
  }
}

/* line 203, src/scss/_footer.scss */
.media__network {
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 209, src/scss/_footer.scss */
.icon-facebook {
  margin-right: 10px;
}

/* line 213, src/scss/_footer.scss */
.footer-information {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

@media screen and (min-width: 1024px) {
  /* line 213, src/scss/_footer.scss */
  .footer-information {
    padding: 25px 0;
  }
}

/* line 219, src/scss/_footer.scss */
.footer-information .information__place {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7em;
}

/* line 222, src/scss/_footer.scss */
.footer-information .information__place h3 {
  font-family: "roboto-bold";
}

/* line 225, src/scss/_footer.scss */
.footer-information .information__place a {
  display: block;
}

/* line 230, src/scss/_footer.scss */
.footer-information .nav-links {
  width: 130px;
  list-style: none;
}

/* line 233, src/scss/_footer.scss */
.footer-information .nav-links .hidden {
  display: inherit;
}

/* line 236, src/scss/_footer.scss */
.footer-information .nav-links a {
  display: block;
  padding: 7.5px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 245, src/scss/_footer.scss */
.footer-information .information__links {
  width: 130px;
}

/* line 247, src/scss/_footer.scss */
.footer-information .information__links a {
  display: block;
  padding: 7.5px 0;
  font-family: "robotocondensed-regular";
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 258, src/scss/_footer.scss */
.footer-copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #D9D9D9;
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  /* line 258, src/scss/_footer.scss */
  .footer-copyright {
    margin-top: 0;
  }
}

/* line 1, src/scss/_event.scss */
.filtre-main {
  position: relative;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  z-index: 2 !important;
  height: 30px !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 1024px) {
  /* line 1, src/scss/_event.scss */
  .filtre-main {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}

/* line 10, src/scss/_event.scss */
.filtre-main:before {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background: rgba(202, 202, 202, 0.2);
  z-index: -1;
  -webkit-box-shadow: inset 0 0 10px rgba(96, 96, 96, 0.1);
          box-shadow: inset 0 0 10px rgba(96, 96, 96, 0.1);
}

/* line 20, src/scss/_event.scss */
.filtre-main .btn-filtre a {
  background: #ffffff;
  margin-bottom: 10px;
  margin: 0 12.5px 10px 5px;
  -webkit-box-shadow: 0 0 2px rgba(96, 96, 96, 0.2);
          box-shadow: 0 0 2px rgba(96, 96, 96, 0.2);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 1024px) {
  /* line 20, src/scss/_event.scss */
  .filtre-main .btn-filtre a {
    margin: 0 12.5px  0px 5px;
  }
}

/* line 29, src/scss/_event.scss */
.filtre-main .btn-filtre a.none {
  pointer-events: none;
  opacity: .5;
}

/* line 33, src/scss/_event.scss */
.filtre-main .btn-filtre a:hover {
  color: #FF6F6F;
}

/* line 36, src/scss/_event.scss */
.filtre-main .btn-filtre a.selected {
  background: #FF6F6F;
  pointer-events: auto;
  opacity: 1;
  color: #ffffff;
}

/* line 41, src/scss/_event.scss */
.filtre-main .btn-filtre a.selected:hover {
  color: #ffffff;
}

/* line 47, src/scss/_event.scss */
.filtre-main.filter__open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: 100% !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 1024px) {
  /* line 47, src/scss/_event.scss */
  .filtre-main.filter__open {
    height: 91px !important;
  }
}

/* line 56, src/scss/_event.scss */
.filtre-container {
  width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  /* line 56, src/scss/_event.scss */
  .filtre-container {
    height: auto;
  }
}

/* line 66, src/scss/_event.scss */
.filter__hide-show {
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(96, 96, 96, 0.5);
  position: absolute;
  line-height: 30px;
  right: 25px;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  border: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 11;
  font-family: -webkit-pictograph;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) {
  /* line 66, src/scss/_event.scss */
  .filter__hide-show {
    top: 30px;
  }
}

/* line 88, src/scss/_event.scss */
.filter__hide-show:hover {
  background: #ff6f6f;
}

/* line 91, src/scss/_event.scss */
.filter__hide-show:active {
  background: #606060;
}

/* line 94, src/scss/_event.scss */
.filter__hide-show.filter__show {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 94, src/scss/_event.scss */
  .filter__hide-show.filter__show {
    top: 30px;
  }
}

/* line 103, src/scss/_event.scss */
.events-wrapper {
  padding: 0;
  height: 100% !important;
}

/* line 106, src/scss/_event.scss */
.events-wrapper:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* line 106, src/scss/_event.scss */
  .events-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    height: 200px;
    bottom: 0;
    left: calc(50% - 50vw);
    background: #ffffff;
    z-index: -1;
    -webkit-box-shadow: 0 2px 4px rgba(198, 198, 198, 0.5);
            box-shadow: 0 2px 4px rgba(198, 198, 198, 0.5);
  }
}

/* line 120, src/scss/_event.scss */
.events-wrapper .event__img {
  margin-top: 15px;
  height: 240px;
  overflow: hidden;
  position: relative;
  background: #606060;
}

/* line 126, src/scss/_event.scss */
.events-wrapper .event__img:after {
  content: '';
  display: block;
  width: 64px;
  height: 40px;
  top: -9px;
  left: 50%;
  margin-left: -32px;
  background: url(../../assets/img/image-mask.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: absolute;
}

/* line 140, src/scss/_event.scss */
.events-wrapper .event__img img {
  display: block;
  width: auto;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 149, src/scss/_event.scss */
.events__list {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1024px) {
  /* line 149, src/scss/_event.scss */
  .events__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0px;
    width: calc( 3 * 320px);
    margin: 0 auto;
  }
}

/* line 162, src/scss/_event.scss */
.events__list > li {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 2px 8px #CACACA;
          box-shadow: 1px 2px 8px #CACACA;
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 680px) {
  /* line 162, src/scss/_event.scss */
  .events__list > li {
    margin: 0 10px 20px 10px;
    width: calc(100% / 2 - 14px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 162, src/scss/_event.scss */
  .events__list > li {
    width: calc(100% / 3 - 14px);
  }
}

/* line 192, src/scss/_event.scss */
.event-footer.event-result .separate-2 {
  padding-bottom: 0;
}

/* line 197, src/scss/_event.scss */
.news-result .category-active {
  margin-top: 0;
}

/* line 201, src/scss/_event.scss */
.event-hidden {
  opacity: 0;
}

/* line 205, src/scss/_event.scss */
.events-container {
  width: 100%;
  height: 335px;
  display: block;
  list-style: none;
  background: #ffffff;
  overflow: hidden;
}

/* line 212, src/scss/_event.scss */
.events-container:nth-child(n+3) {
  margin-right: 0;
}

/* line 215, src/scss/_event.scss */
.events-container h2 {
  border-bottom: 1px dashed #D9D9D9;
  margin: 0 15px;
  margin-bottom: 5px;
}

/* line 221, src/scss/_event.scss */
.event__categories {
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

/* line 226, src/scss/_event.scss */
.event__categories li {
  margin-right: 5px;
}

/* line 229, src/scss/_event.scss */
.event__categories .p-small {
  font-family: "robotocondensed-regular";
}

/* line 233, src/scss/_event.scss */
.event__date {
  font-family: "robotocondensed-bold";
  text-transform: uppercase;
  line-height: 10px;
}

/* line 237, src/scss/_event.scss */
.event__date .icon-arrow {
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 242, src/scss/_event.scss */
.event__booking {
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  opacity: .8;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 251, src/scss/_event.scss */
.event__booking span {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translate(0, 2.5px);
          transform: translate(0, 2.5px);
}

/* line 255, src/scss/_event.scss */
.event__booking:hover {
  opacity: 1;
}

/* line 260, src/scss/_event.scss */
.event__img {
  position: relative;
}

/* line 262, src/scss/_event.scss */
.event__img::before {
  content: '+';
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 20px);
  line-height: 40px;
  left: calc(50% - 20px);
  color: white;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 283, src/scss/_event.scss */
.events-container:hover .event__img::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1000;
}

/* line 288, src/scss/_event.scss */
.events-container:hover img {
  opacity: .8;
}

/* line 293, src/scss/_event.scss */
.events-container:active .event__img::before {
  background: rgba(96, 96, 96, 0.5);
  z-index: 1000;
}

/* line 297, src/scss/_event.scss */
.events-container:active img {
  opacity: .8;
}

/* line 307, src/scss/_event.scss */
.event-header, .event-main {
  max-width: 755px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* line 315, src/scss/_event.scss */
.event-header {
  margin-top: 3px;
  background: #ffffff;
}

@media screen and (min-width: 1024px) {
  /* line 315, src/scss/_event.scss */
  .event-header {
    -webkit-box-shadow: 1px 2px 8px #CACACA;
            box-shadow: 1px 2px 8px #CACACA;
  }
}

/* line 321, src/scss/_event.scss */
.event-header h2 {
  border-bottom: 1px dashed #D9D9D9;
  margin: 0 15px;
}

/* line 325, src/scss/_event.scss */
.event-header img {
  display: block;
  margin-top: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 1024px) {
  /* line 334, src/scss/_event.scss */
  .event-main {
    -webkit-box-shadow: 1px 2px 8px #CACACA;
            box-shadow: 1px 2px 8px #CACACA;
    margin-bottom: 150px;
  }
}

/* line 339, src/scss/_event.scss */
.event-main:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* line 339, src/scss/_event.scss */
  .event-main:before {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    height: 315px;
    bottom: -150px;
    left: calc(50% - 50vw);
    background: #ffffff;
    z-index: -1;
    -webkit-box-shadow: 0 2px 4px rgba(198, 198, 198, 0.5);
            box-shadow: 0 2px 4px rgba(198, 198, 198, 0.5);
  }
}

@media screen and (min-width: 1024px) {
  /* line 334, src/scss/_event.scss */
  .event-main {
    background: #ffffff;
  }
}

/* line 358, src/scss/_event.scss */
.event-about, .event-more {
  padding: 30px 40px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  /* line 358, src/scss/_event.scss */
  .event-about, .event-more {
    padding: 50px 130px;
  }
}

/* line 364, src/scss/_event.scss */
.event-about ul, .event-more ul {
  list-style: none;
}

/* line 370, src/scss/_event.scss */
.event-about {
  background: #ffffff;
}

@media screen and (min-width: 1024px) {
  /* line 370, src/scss/_event.scss */
  .event-about {
    background: transparent;
  }
}

/* line 375, src/scss/_event.scss */
.event-about .about__description {
  padding-bottom: 40px;
}

/* line 378, src/scss/_event.scss */
.event-about .about__people {
  padding-top: 40px;
  border-top: 1px solid #D9D9D9;
}

/* line 384, src/scss/_event.scss */
.event-information {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  padding: 40px 30px;
}

/* line 389, src/scss/_event.scss */
.event-information .information__block {
  margin-bottom: 30px;
}

/* line 391, src/scss/_event.scss */
.event-information .information__block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  /* line 389, src/scss/_event.scss */
  .event-information .information__block {
    max-width: calc(100% / 2 - 60px);
    min-width: calc(100% / 3.5);
    margin-right: 30px;
    margin-bottom: 0;
  }
  /* line 399, src/scss/_event.scss */
  .event-information .information__block:last-child {
    margin-right: 0;
  }
}

/* line 404, src/scss/_event.scss */
.event-information .information__block h3 {
  font-family: "robotocondensed-regular";
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 411, src/scss/_event.scss */
.event-information .information__block p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
}

/* line 416, src/scss/_event.scss */
.event-information a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 420, src/scss/_event.scss */
.event-information a:hover {
  color: #606060;
}

/* line 425, src/scss/_event.scss */
.event-more {
  padding: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 425, src/scss/_event.scss */
  .event-more {
    -webkit-box-shadow: 1px 2px 8px #CACACA;
            box-shadow: 1px 2px 8px #CACACA;
    padding: 0;
    padding-bottom: 80px;
  }
}

/* line 432, src/scss/_event.scss */
.event-more .more__media {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 1024px) {
  /* line 432, src/scss/_event.scss */
  .event-more .more__media {
    padding: 80px 0 80px 0;
  }
}

/* line 438, src/scss/_event.scss */
.event-more .more__media iframe, .event-more .more__media img {
  width: 100%;
  min-height: 300px;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 320px) {
  /* line 438, src/scss/_event.scss */
  .event-more .more__media iframe, .event-more .more__media img {
    min-height: 200px;
  }
}

@media screen and (min-width: 760px) {
  /* line 438, src/scss/_event.scss */
  .event-more .more__media iframe, .event-more .more__media img {
    min-height: 400px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 438, src/scss/_event.scss */
  .event-more .more__media iframe, .event-more .more__media img {
    min-height: 300px;
  }
}

/* line 455, src/scss/_event.scss */
.event-more .more__copyright {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 455, src/scss/_event.scss */
  .event-more .more__copyright {
    padding-top: 60px;
  }
}

/* line 463, src/scss/_event.scss */
.event-more .more__copyright h3 {
  margin-bottom: 10px;
  margin-top: auto;
}

/* line 467, src/scss/_event.scss */
.event-more .more__copyright p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "roboto-regular";
}

/* line 475, src/scss/_event.scss */
.event-footer:before {
  display: none;
}

/* line 478, src/scss/_event.scss */
.event-footer .separate-2 {
  padding-bottom: 30px;
}

/* line 489, src/scss/_event.scss */
.calendar-container {
  padding: 10px;
  width: 290px;
  display: block;
  list-style: none;
  background: #ffffff;
}

@media screen and (min-width: 360px) {
  /* line 489, src/scss/_event.scss */
  .calendar-container {
    width: 310px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, src/scss/_event.scss */
  .calendar-container {
    width: 305px;
    overflow: hidden;
  }
}

/* line 502, src/scss/_event.scss */
.calendar-container:nth-child(n+3) {
  margin-right: 0;
}

/* line 505, src/scss/_event.scss */
.calendar-container h2 {
  border-bottom: 1px dashed #D9D9D9;
  margin: 0 15px;
  margin-bottom: 5px;
}

/* line 510, src/scss/_event.scss */
.calendar-container .container__head {
  display: block;
}

/* line 514, src/scss/_event.scss */
.days-block {
  width: 31px;
  height: 20px;
  font-family: "roboto-regular";
}

/* line 518, src/scss/_event.scss */
.date-block {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 31px;
  font-family: "roboto-regular";
}

/* line 526, src/scss/_event.scss */
.month {
  border-bottom: 1px solid #CACACA;
  padding: 10px 0;
  display: block;
}

/* line 530, src/scss/_event.scss */
.month .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #606060;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 536, src/scss/_event.scss */
.month h2 {
  border-bottom: transparent;
  padding: 0;
  margin: 0;
}

/* line 541, src/scss/_event.scss */
.month .icon-small-round-arrow {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* line 544, src/scss/_event.scss */
.month .rotate {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 549, src/scss/_event.scss */
.days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #606060;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 556, src/scss/_event.scss */
.myDate {
  border-radius: 50%;
  background: #FF6F6F;
  color: #ffffff;
  width: 31px;
  height: 31px;
  border-bottom: 0px solid transparent !important;
}

/* line 563, src/scss/_event.scss */
.today {
  border-radius: 50%;
  background: #CACACA;
  color: #ffffff;
  width: 31px;
  height: 31px;
  border-bottom: 0px solid transparent !important;
}

/* line 569, src/scss/_event.scss */
.today.myDate {
  background: #FF6F6F;
}

/* line 573, src/scss/_event.scss */
.dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 578, src/scss/_event.scss */
.dates tr {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

/* line 583, src/scss/_event.scss */
.dates td {
  width: 31px;
  height: 31px;
}

/* line 586, src/scss/_event.scss */
.dates .other-month {
  opacity: .5;
}

/* line 589, src/scss/_event.scss */
.dates .date-event {
  display: block;
  margin: 0 auto;
  height: 100%;
  border-bottom: 4px solid #FF6F6F;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 596, src/scss/_event.scss */
.dates .date-event:hover {
  color: #FF6F6F;
  border-bottom: 4px solid #FF6F6F;
}

/* line 600, src/scss/_event.scss */
.dates .date-event.old-event {
  border-bottom: 4px solid #606060;
}

/* line 607, src/scss/_event.scss */
.category-children {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  z-index: 1;
  margin-bottom: 50px;
}

/* line 615, src/scss/_event.scss */
.category-children a {
  display: block;
  padding: 20px 40px;
  font-family: "robotocondensed-regular";
  cursor: pointer;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

/* line 621, src/scss/_event.scss */
.category-children a:hover {
  color: #FF6F6F;
}

/* line 626, src/scss/_event.scss */
.calendar-filters {
  padding: 20px 0;
  padding-bottom: 10px;
  border-top: 1.5px dashed #D9D9D9;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 632, src/scss/_event.scss */
.calendar-filters a {
  width: calc(100% / 3 - 20px);
  text-align: center;
  font-family: "robotocondensed-regular";
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

/* line 638, src/scss/_event.scss */
.calendar-filters a:hover {
  color: #FF6F6F;
}

/* line 643, src/scss/_event.scss */
.current-month-title {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100% !important;
  -webkit-box-shadow: none  !important;
          box-shadow: none  !important;
  max-width: none !important;
}

/* line 649, src/scss/_event.scss */
.current-month-title .category-children {
  margin-bottom: 20px;
}

/* line 651, src/scss/_event.scss */
.current-month-title .category-children h2 {
  padding: 20px 40px;
  font-family: "robotocondensed-regular";
}

/* line 657, src/scss/_event.scss */
.btn-reset {
  background: #ffffff;
  color: #606060;
  border-radius: 50%;
  padding: 5px 8px;
  margin: 0 12.5px 10px 5px;
}

@media screen and (min-width: 1024px) {
  /* line 657, src/scss/_event.scss */
  .btn-reset {
    margin: 0;
  }
}

/* line 666, src/scss/_event.scss */
.btn-reset span {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

/* line 669, src/scss/_event.scss */
.btn-reset:hover span {
  color: #FF6F6F;
}

/* line 673, src/scss/_event.scss */
.slick-slide {
  outline: none;
}

/* line 1, src/scss/_news.scss */
.news-wrapper {
  position: relative;
  padding: 0;
  height: 100% !important;
}

/* line 5, src/scss/_news.scss */
.news-wrapper ul {
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px 30px 0 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
  /* line 5, src/scss/_news.scss */
  .news-wrapper ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 14, src/scss/_news.scss */
.news-wrapper li {
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 8px #CACACA;
          box-shadow: 1px 2px 8px #CACACA;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 14, src/scss/_news.scss */
  .news-wrapper li {
    width: calc(100% / 2 - 10px);
    height: auto;
    margin-right: 20px;
  }
  /* line 22, src/scss/_news.scss */
  .news-wrapper li:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 14, src/scss/_news.scss */
  .news-wrapper li {
    width: 230px;
    height: auto;
    margin-right: 0;
  }
}

/* line 32, src/scss/_news.scss */
.news-wrapper:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* line 32, src/scss/_news.scss */
  .news-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    height: 200px;
    bottom: 0px;
    left: calc(50% - 50vw);
    background: #ffffff;
    z-index: -1;
    -webkit-box-shadow: 0 2px 4px rgba(198, 198, 198, 0.5);
            box-shadow: 0 2px 4px rgba(198, 198, 198, 0.5);
  }
}

/* line 46, src/scss/_news.scss */
.news-wrapper .news__image {
  height: 230px;
  background-size: cover;
  background-position: center;
}

/* line 51, src/scss/_news.scss */
.news-wrapper .text-body {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

@media screen and (min-width: 1024px) {
  /* line 51, src/scss/_news.scss */
  .news-wrapper .text-body {
    opacity: 1;
    width: auto;
    height: 190px;
    margin-bottom: 10px;
    padding: 20px;
    padding-bottom: 0;
  }
}

/* line 63, src/scss/_news.scss */
.news-wrapper .separate-3 {
  height: 100%;
  text-align: right;
  border-top: 1px solid #D9D9D9;
  margin: 0 30px;
}

@media screen and (min-width: 1024px) {
  /* line 63, src/scss/_news.scss */
  .news-wrapper .separate-3 {
    margin: 30px 0 0 0;
  }
}

/* line 73, src/scss/_news.scss */
.news-container {
  background: #ffffff;
  text-align: left;
  width: 100%;
  height: auto;
  list-style: none;
  display: block;
}

/* line 80, src/scss/_news.scss */
.news-container:nth-child(n+4) {
  margin-right: 0;
}

/* line 83, src/scss/_news.scss */
.news-container .news__body {
  text-align: left;
}

/* line 95, src/scss/_news.scss */
.news-container h2 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  font-family: "robotocondensed-light";
}

/* line 104, src/scss/_news.scss */
.news-container .news__more {
  color: #FF6F6F;
  padding: 15px 0;
  margin: 0 15px;
  text-align: right;
}

/* line 116, src/scss/_news.scss */
.news-main {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

/* line 120, src/scss/_news.scss */
.news-main:before {
  display: none;
}

/* line 123, src/scss/_news.scss */
.news-main li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 123, src/scss/_news.scss */
  .news-main li {
    margin-right: 20px;
  }
  /* line 128, src/scss/_news.scss */
  .news-main li:nth-child(1n + 1) {
    margin-right: 0;
  }
}

/* line 133, src/scss/_news.scss */
.news-main .news-container {
  width: 100%;
}

/* line 137, src/scss/_news.scss */
.news-main .news__image {
  height: 320px;
  overflow: hidden;
}

/* line 143, src/scss/_news.scss */
.news__text {
  padding: 20px 40px;
}

@media screen and (min-width: 1024px) {
  /* line 143, src/scss/_news.scss */
  .news__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 149, src/scss/_news.scss */
.news__text .text-body {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}

/* line 154, src/scss/_news.scss */
.news__text .text-date {
  display: block;
  text-align: right;
  margin-top: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 162, src/scss/_news.scss */
.news-header h2 {
  padding-top: 40px;
  border: transparent;
}

/* line 167, src/scss/_news.scss */
.about__description p {
  margin-bottom: 25px;
}

/* line 170, src/scss/_news.scss */
.about__description.news__text {
  padding: 0;
}

/* line 173, src/scss/_news.scss */
.links-page {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 175, src/scss/_news.scss */
.links-page.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 178, src/scss/_news.scss */
.links-page .prev {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 181, src/scss/_news.scss */
.links-page .next {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 186, src/scss/_news.scss */
.news-footer:before {
  display: none;
}

/* line 189, src/scss/_news.scss */
.news-footer .separate-2 {
  padding-bottom: 30px;
}

/* line 194, src/scss/_news.scss */
.news__list {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  list-style: none;
  padding: 0 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1024px) {
  /* line 194, src/scss/_news.scss */
  .news__list {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding: 0px;
    margin: 0 auto;
  }
}

/* line 206, src/scss/_news.scss */
.news__list > li {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 2px 8px #CACACA;
          box-shadow: 1px 2px 8px #CACACA;
  width: 100%;
}

@media screen and (min-width: 680px) {
  /* line 206, src/scss/_news.scss */
  .news__list > li {
    margin: 0 10px 20px 10px;
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 206, src/scss/_news.scss */
  .news__list > li {
    width: calc(100% / 4 - 15px);
  }
  /* line 225, src/scss/_news.scss */
  .news__list > li:first-child {
    margin-left: 0;
  }
  /* line 228, src/scss/_news.scss */
  .news__list > li:nth-child(2n+2) {
    margin: 0 10px 20px 10px;
  }
  /* line 231, src/scss/_news.scss */
  .news__list > li:nth-child(4n+4) {
    margin-right: 0;
  }
  /* line 234, src/scss/_news.scss */
  .news__list > li:last-child {
    margin-right: 0;
  }
}

/* line 2, src/scss/_infos.scss */
.info-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 75px 0;
  padding-top: 0;
  border-bottom: 1px solid #CACACA;
}

/* line 8, src/scss/_infos.scss */
.info-main:last-child {
  border-bottom: none;
}

/* line 11, src/scss/_infos.scss */
.info-main ul {
  list-style: none;
}

/* line 14, src/scss/_infos.scss */
.info-main .p-small {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* line 18, src/scss/_infos.scss */
.info-main .h2 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "roboto-bold";
  text-align: left;
  margin-bottom: 10px;
}

/* line 24, src/scss/_infos.scss */
.info-main .h3 {
  color: #FF6F6F;
  font-size: 16px;
  font-size: 1rem;
  font-family: "roboto-bold";
}

/* line 29, src/scss/_infos.scss */
.info-main a {
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 33, src/scss/_infos.scss */
.info-main a:hover {
  color: #FF6F6F;
}

/* line 36, src/scss/_infos.scss */
.info-main.rooms-main .links__file {
  display: inline;
}

/* line 40, src/scss/_infos.scss */
.information__maps, .information__global, .information__other, .information__social, .room__big, .room__two-columns, .history__banner, .volunteering__maps, .volunteering__text, .volunteering__contact {
  max-width: 755px !important;
  background: #ffffff;
  margin: 0 auto;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 48, src/scss/_infos.scss */
.team__container, .design__container {
  background: #ffffff;
  z-index: 1;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 55, src/scss/_infos.scss */
.room__big .slider {
  position: relative;
  height: 450px;
  overflow: hidden;
}

/* line 59, src/scss/_infos.scss */
.room__big .slider * {
  outline: none;
}

/* line 63, src/scss/_infos.scss */
.slick-arrow {
  display: none !important;
}

/* line 66, src/scss/_infos.scss */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10px;
  list-style: none !important;
}

/* line 75, src/scss/_infos.scss */
.slick-dots .slick-active button {
  background: #ffffff;
}

/* line 79, src/scss/_infos.scss */
.slick-dots button {
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 50%;
  width: 12.5px;
  height: 12.5px;
  margin: 0 5px;
  text-indent: -9999px;
  outline: none;
}

/* line 89, src/scss/_infos.scss */
.slick-slide img {
  width: 100%;
}

/* line 92, src/scss/_infos.scss */
.room-container {
  width: calc(50% - 10px);
}

/* line 94, src/scss/_infos.scss */
.room-container .slider {
  position: relative;
  height: 240px;
  overflow: hidden;
}

/* line 99, src/scss/_infos.scss */
.room-container * {
  outline: none;
}

/* line 103, src/scss/_infos.scss */
.information__global, .information__other, .information__social {
  padding: 40px 70px;
  border-bottom: 2px solid #F1F1F1;
}

/* line 106, src/scss/_infos.scss */
.information__global .information__block, .information__other .information__block, .information__social .information__block {
  width: 50%;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 106, src/scss/_infos.scss */
  .information__global .information__block, .information__other .information__block, .information__social .information__block {
    margin-bottom: 0;
  }
}

/* line 114, src/scss/_infos.scss */
.text__container {
  padding: 25px;
}

/* line 117, src/scss/_infos.scss */
.room__two-columns {
  padding: 25px;
}

/* line 119, src/scss/_infos.scss */
.room__two-columns .text__container {
  padding: 25px 0;
}

/* line 124, src/scss/_infos.scss */
.history__banner .text__container {
  padding: 50px 130px 70px 130px;
}

/* line 129, src/scss/_infos.scss */
.team__container, .design__container {
  padding: 50px 30px;
  text-align: left;
}

/* line 134, src/scss/_infos.scss */
.volunteering-main .volunteering__contact {
  border-top: 2px solid #F1F1F1;
}

/* line 137, src/scss/_infos.scss */
.volunteering-main .volunteering__text, .volunteering-main .volunteering__contact {
  padding: 50px 130px 70px 130px;
}

/* line 142, src/scss/_infos.scss */
.information__social .media__network {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 146, src/scss/_infos.scss */
.information__maps {
  position: relative;
  z-index: 1;
  height: 470px;
  overflow: hidden;
}

/* line 151, src/scss/_infos.scss */
.information__maps iframe {
  width: 100%;
  height: 125%;
  margin-top: -13%;
  border: 0px;
}

/* line 158, src/scss/_infos.scss */
.information__maps div.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

/* line 162, src/scss/_infos.scss */
.no-result {
  position: relative;
  z-index: 1;
  text-transform: none;
  min-height: 80px;
}

/* line 168, src/scss/_infos.scss */
.team__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 170, src/scss/_infos.scss */
.team__container .two-columns {
  width: calc(100% / 2 - 20px);
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 173, src/scss/_infos.scss */
  .team__container .two-columns:first-child {
    border-right: 1px solid #D9D9D9;
    margin-bottom: 0;
  }
}

/* line 179, src/scss/_infos.scss */
.team__container .two-columns p {
  font-size: 14px;
}

/* line 183, src/scss/_infos.scss */
.team__container .three-columns {
  width: calc(100% / 3 - 20px);
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 183, src/scss/_infos.scss */
  .team__container .three-columns {
    border-right: 1px solid #D9D9D9;
    margin-bottom: 0;
  }
}

/* line 190, src/scss/_infos.scss */
.team__container .three-columns:last-child {
  border-right: 1px solid transparent;
}

/* line 193, src/scss/_infos.scss */
.team__container .three-columns p {
  font-size: 14px;
}

/* line 200, src/scss/_infos.scss */
.design__container .two-columns {
  width: calc(100% / 2 - 20px);
}

/* line 204, src/scss/_infos.scss */
.design__container .three-columns {
  width: calc(100% / 3 - 20px);
}

/* line 207, src/scss/_infos.scss */
.design__container h2 {
  margin-bottom: 10px;
}

/* line 210, src/scss/_infos.scss */
.design__container .links__file {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 214, src/scss/_infos.scss */
.design__container a {
  display: inline-block;
}

/* line 217, src/scss/_infos.scss */
.design__container p, .design__container a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
}

/* line 221, src/scss/_infos.scss */
.design__container h3 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  margin-top: 20px;
  margin-bottom: 5px;
}

/* line 228, src/scss/_infos.scss */
.files__container {
  width: 400px;
  margin: 0 auto;
  margin-top: 65px;
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  background: #ffffff;
  text-align: left;
}

/* line 237, src/scss/_infos.scss */
.files__container h2 {
  color: #FF6F6F;
  margin-bottom: 7.5px;
}

/* line 241, src/scss/_infos.scss */
.files__container a {
  display: inline-block;
}
