@charset "UTF-8";
/*!
Theme Name: floreal
Author: Matthieu Delahausse
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: set-up-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

set-up-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Swiper
# Layout
# Forms
# Navigation
	## Links
	## Menus
# Language switcher
# Fullpage	
# Clearings

--------------------------------------------------------------*/
/* background color : white */
/* text color : black */
/* highlight color : pink */
/* $highlight-light: lighten( $highlight, 40% ); */
/* grid */
/* 12 columns grid */
/* 92px */
/* 30px */
/* Duotone hover effect */
/* MIXINS */
/*
@mixin transition  {
transition: color 0.2s ease-out;
}
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* TYPOGRAPHY */
/* GLOBAL */
@font-face {
  font-family: "PPFragment-SansRegular";
  src: url("fonts/PPFragment-SansRegular.woff2") format("woff2"), url("fonts/PPFragment-SansRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPFragment-GlareRegular";
  src: url("fonts/PPFragment-GlareRegular.woff2") format("woff2"), url("fonts/PPFragment-GlareRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4 {
  font-family: "PPFragment-GlareRegular", Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #272726;
}

body, h5, h6 {
  font-family: "PPFragment-SansRegular", Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #272726;
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

strong {
  font-family: "NEXT-Thin Book";
  font-weight: 100;
  font-style: normal;
  color: #272726;
}

/* DETAILS */
.fiche-item-name, #fiche-technique em, .site-info, #materiel a, #telechargements a {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  font-style: normal;
  text-transform: uppercase;
  display: inline;
}
@media (min-width: 30em) {
  .fiche-item-name, #fiche-technique em, .site-info, #materiel a, #telechargements a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#floreal-principal .fiche-item-name, #floreal-cv .fiche-item-name {
  display: inline-block;
  background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
  background-position: 0px calc(18px - 2px);
  height: 20px;
  margin-bottom: 1em;
}
@media (min-width: 30em) {
  #floreal-principal .fiche-item-name, #floreal-cv .fiche-item-name {
    background-position: 0px calc(18px - 0px);
    height: 22px;
  }
}

/*
.actualite-bullet {
display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--highlight-color);
  position: relative;
  top: -5px;
}
.actualite-bullet:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--highlight-color);
}
 */
.actualite-bullet {
  display: inline-block;
  width: 10px;
  height: 8px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background: var(--highlight-color);
  margin-right: 5px;
}

.no-border {
  border: none !important;
}

.other-infos {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
}

.site-info {
  line-height: 20px;
}

.single h1 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 46px;
  margin: 0.4em 0 0.35em 0;
}
@media (min-width: 30em) {
  .single h1 {
    font-size: 76px;
    font-size: 4.75rem;
    line-height: 76px;
  }
}

.home h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
}
@media (min-width: 30em) {
  .home h2 {
    font-size: 76px;
    font-size: 4.75rem;
    line-height: 76px;
  }
}

.single h2, #annee, #duree, .nav-links, .home-real {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  margin: 0;
}
@media (min-width: 30em) {
  .single h2, #annee, #duree, .nav-links, .home-real {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    margin: 0;
  }
}

.home-real {
  color: #fcfcfc;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 26px;
  margin: 0 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 30em) {
  .home-real {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 26px;
  }
}

.single h2 {
  margin-top: 38px;
}

ul#primary-menu {
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 30em) {
  ul#primary-menu {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
  }
}

#floreal-about p, .floreal-team-content h2, .floreal-team-content h3, #contact p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
}
@media (min-width: 30em) {
  #floreal-about p, .floreal-team-content h2, .floreal-team-content h3, #contact p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 60em) {
  #floreal-about p, .floreal-team-content h2, .floreal-team-content h3, #contact p {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 80em) {
  #floreal-about p, .floreal-team-content h2, .floreal-team-content h3, #contact p {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

.other-infos h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
}
@media (min-width: 80em) {
  .other-infos h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

/*
	#contact p {
	@include fontSize(20px);
	line-height : 1.2em;
	@include breakpoint(m) {
		@include fontSize(36px);
	}
	@include breakpoint(l) {
		@include fontSize(50px);
	}
}
*/
.floreal-team-content h2, .floreal-team-content h3 {
  line-height: 1em;
}

.floreal-team-content h3 {
  color: #c0c0bf;
}

.small-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  text-align: right;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.home .swiper-pagination {
  position: relative;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #fcfcfc;
  opacity: 1;
  border: 1px solid #272726;
}

.home .swiper-pagination-bullet {
  margin: 0 6px;
  opacity: 0.5;
  border: none;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #272726;
  border: 1px solid #272726;
}
.swiper-pagination-bullet-active:hover {
  background: #ff00ff;
  border: 1px solid #ff00ff;
}

.home .swiper-pagination-bullet-active {
  background: #ff00ff;
  opacity: 0.9;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/***** FULL-SCREEN SLIDER ****/
#close-slider {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.full-screen {
  background-color: rgba(0, 0, 0, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  -webkit-animation: fadein 0.2s ease-in-out;
          animation: fadein 0.2s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.full-screen #close-slider {
  display: block;
}
.full-screen .films-slider {
  border: none;
  background-color: aqua;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.full-screen .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fcfcfc;
}
.full-screen .swiper-pagination-bullet-active {
  background: #fcfcfc;
}

.close-slider-icon {
  z-index: 60;
  position: fixed;
  width: 35px;
  height: 35px;
  transition: all 0.35s;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.close-slider-icon__top,
.close-slider-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  width: 35px;
  height: 1px;
  background: #fcfcfc;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: all 0.35s;
}

.close-slider-icon__top {
  top: 12px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  top: 23px;
  left: -1px;
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

.close-slider-icon__bottom {
  bottom: 15px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  top: 23px;
  left: -1px;
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* color temp */
/*
body {
	@include breakpoint (s) {
	background-color:rgba(255, 0, 0, 0.1);
	}
	@include breakpoint (m) {
	background-color:rgba(255, 0, 0, 0.3);
	}
	@include breakpoint (l) {
	background-color:rgba(255, 0, 255, 0.6);
	}
	@include breakpoint (xl) {
	background-color:rgba(255, 0, 0, 0);
	}
}
*/
/**
.floreal-titre, .entry-content, .site-footer {
	background-color: #d5f8ff;
}
.site-info {
	background-color:rgba(255, 99, 99, 0.57);
}
#floreal-principal {
	background-color: rgba(0, 255, 61, 0.33);
}
#floreal-secondaire {
	background-color: rgba(255, 0, 221, 0.33);
}

**/
/* LAYOUT */
/* GLOBAL */
body {
  margin: 0;
  background: #fcfcfc;
  color: #272726;
  /* mobile viewport bug fix : */
  min-height: 100%;
  min-height: -webkit-fill-available;
}

body, html {
  height: 100%;
}

.home body {
  background: #272726;
}

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

/* display: none */
.skip-link, .site-title, .site-description {
  display: none;
}

#page {
  width: 100%;
}

#primary {
  padding-top: 55px;
  margin-bottom: 8.1967213115%;
}
@media (min-width: 30em) {
  #primary {
    padding-top: 65px;
  }
}

/* header */
.info {
  display: none;
}

.logo {
  width: 145px;
}
@media (min-width: 30em) {
  .logo {
    width: 145px;
  }
}

#masthead {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 1px solid #272726;
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fcfcfc;
}
.home #masthead {
  background-color: transparent;
}

.site-branding {
  line-height: 0;
}

/* grid */
.floreal-titre, .entry-content, .post-navigation {
  margin: 0 auto;
  max-width: 1464px;
  padding: 0;
}
.site-info {
  margin: 0 auto;
  max-width: 1464px;
  padding: 4em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 60em) {
  .site-info {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

.site-info {
  color: #fcfcfc;
}

#floreal-adresse a, #floreal-contact a, #floreal-liens a {
  color: #fcfcfc;
  border-bottom: 1px solid black;
}
#floreal-adresse a:hover, #floreal-contact a:hover, #floreal-liens a:hover {
  border-bottom: 1px solid var(--highlight-color);
  transition: all 0.5s ease;
}
@media (min-width: 60em) {
  #floreal-adresse, #floreal-contact, #floreal-liens {
    width: 31.4207650273%;
  }
}
@media (min-width: 80em) {
  #floreal-adresse, #floreal-contact, #floreal-liens {
    width: 25.1366120219%;
  }
}

.sep {
  display: none;
  width: 92px;
  border-top: 1px solid #fcfcfc;
  margin-bottom: 8.1967213115%;
}
@media (min-width: 60em) {
  .sep {
    display: block;
  }
}

.entry-header h1, .floreal-content {
  padding: 0 6.1475409836%;
}
@media (min-width: 30em) {
  .entry-header h1, .floreal-content {
    padding: 0 8.3333333333%;
  }
}

.site-info {
  padding: 6.1475409836%;
}
@media (min-width: 30em) {
  .site-info {
    padding: 2.0491803279% 8.3333333333%;
  }
}

.floreal-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 30em) {
  .floreal-content {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

#floreal-principal {
  width: 100%;
}
@media (min-width: 30em) {
  #floreal-principal {
    width: 52.0491803279%;
    height: 100%;
  }
}
@media (min-width: 60em) {
  #floreal-principal {
    width: 60.3825136612%;
  }
}

#floreal-secondaire {
  width: 100%;
  padding-left: 2.0491803279%;
  border-top: 1px solid #272726;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  padding-bottom: 6.2841530055%;
  display: none;
}
@media (min-width: 30em) {
  #floreal-secondaire {
    display: block;
    overflow: scroll;
    border-top: none;
    border-left: 1px solid #272726;
    width: 33.3333333333%;
    min-height: 100%;
    padding-bottom: none;
  }
}
@media (min-width: 60em) {
  #floreal-secondaire {
    width: 25%;
  }
}

#floreal-secondaire-m {
  width: 100%;
  padding-left: 2.0491803279%;
  border-top: 1px solid #272726;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  padding-bottom: 37.7049180328%;
}
@media (min-width: 30em) {
  #floreal-secondaire-m {
    display: none;
  }
}

.floreal-item {
  padding: 20px 0;
}

#annee-duree {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
#annee-duree #annee, #annee-duree #duree {
  width: 50%;
  padding-top: 2.0491803279%;
}

/* SLIDER  */
.films-slider, #floreal-lien-trailer, #affiche-image {
  width: 100%;
  margin-bottom: 18.4426229508%;
  padding-top: 24.5901639344%;
  margin-top: 8.1967213115%;
}
@media (min-width: 30em) {
  .films-slider, #floreal-lien-trailer, #affiche-image {
    border-top: 1px solid #272726;
    margin-bottom: 6.1475409836%;
    padding-top: 6.1475409836%;
  }
}
.films-slider .swiper-button-next, .films-slider .swiper-button-prev, #floreal-lien-trailer .swiper-button-next, #floreal-lien-trailer .swiper-button-prev, #affiche-image .swiper-button-next, #affiche-image .swiper-button-prev {
  opacity: 0;
}
.films-slider:hover .swiper-button-next, .films-slider:hover .swiper-button-prev, #floreal-lien-trailer:hover .swiper-button-next, #floreal-lien-trailer:hover .swiper-button-prev, #affiche-image:hover .swiper-button-next, #affiche-image:hover .swiper-button-prev {
  transition-duration: 0.5s;
  opacity: 0;
}

.swiper-slide {
  width: 100%;
}

/* DETAILS */
.entry-header, #primary {
  border-bottom: 1px solid #272726;
}

.category-films-xr #primary {
  border-bottom: none;
}

#citation em {
  /*
  background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
  background-repeat: repeat-x;
  background-position: 0px calc(100% - 0px);
  color: $bg;
  */
  /*
  border-left: 4px solid var(--highlight-color);
  padding: 0 0 0 1em;
  margin: 1em 0;
  */
}

.bullet {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  background-color: var(--highlight-color);
  width: 15px;
  height: 15px;
  margin-right: 0.4em;
  border-radius: 50%;
  top: 2px;
}

@media (min-width: 30em) {
  #selections {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 4.0983606557%;
       -moz-column-gap: 4.0983606557%;
            column-gap: 4.0983606557%;
  }
  #selections .column-span {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
  }
}
#selections p {
  padding: 0 0 1em 0;
  margin: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

#format, #fiche-technique {
  margin-bottom: 1em;
}

.en-developpement, .en-tournage, .en-postproduction {
  background-color: #fcfcfc;
  display: inline;
  padding: 2px 15px 3px 15px;
  color: var(--highlight-color);
  border: 1px solid var(--highlight-color);
}
@media (min-width: 30em) {
  .en-developpement, .en-tournage, .en-postproduction {
    padding: 2px 15px 2px 15px;
  }
}

.other-infos .en-developpement, .other-infos .en-tournage, .other-infos .en-postproduction {
  font-size: 9px;
  font-size: 0.5625rem;
}
@media (min-width: 30em) {
  .other-infos .en-developpement, .other-infos .en-tournage, .other-infos .en-postproduction {
    padding: 2px 15px 1px 15px;
  }
}

.other-infos-bottom-line {
  width: 100%;
  height: 1.5em;
}

.other-infos-type {
  margin-top: 5px;
  display: none;
  float: right;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--highlight-color);
  color: black;
}

.post:hover .other-infos-type {
  display: block;
}

.square {
  position: relative;
}

.square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (min-width: 60em) {
  .biographie-container {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
.biographie-container .biographie-image {
  width: 60%;
  margin-top: 5px;
  margin-bottom: 1em;
}
@media (min-width: 60em) {
  .biographie-container .biographie-image {
    width: 28%;
  }
}
.biographie-container .biographie-image .biographie-image-square {
  position: relative;
}
.biographie-container .biographie-image .biographie-image-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.biographie-container .biographie-image .biographie-image-square img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 60em) {
  .biographie-container .biographie-texte {
    margin-left: 7%;
    width: 65%;
  }
}

/* HOME */
.home #masthead {
  border-bottom: none;
  z-index: 2;
}
.home #masthead a {
  color: #fcfcfc;
}

.home footer {
  display: none;
}

.home-footer {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: -webkit-flex;
  display: flex;
  /*
  #rs-links {
  	margin-left: 1em;
  }
  img {
  	height: 30px;
  	width: 30px;
  	margin: 0 0 0 1em;
  }
  */
}

body.home {
  border-bottom: 0;
}

#accueil {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-content {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
}

.home-entry {
  width: 100%;
  height: 100%;
}
.home-entry img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-title {
  position: fixed;
  bottom: 0;
  margin: 15px;
}
@media (min-width: 30em) {
  .home-title {
    margin: 15px 35px;
  }
}
.home-title a {
  color: #fcfcfc;
  opacity: 0.9;
}

/* SINGLE */
.single .post-thumbnail {
  position: relative;
  border-bottom: 1px solid #272726;
}
.single .post-thumbnail:after {
  display: block;
  content: "";
  padding-bottom: 70%;
}
@media (min-width: 30em) {
  .single .post-thumbnail:after {
    padding-bottom: 52.25%;
  }
}
@media (min-width: 60em) {
  .single .post-thumbnail:after {
    padding-bottom: 39%;
  }
}
.single .post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#floreal-lien-trailer a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#play-button {
  position: absolute;
  -webkit-align-self: center;
          align-self: center;
  width: 50px;
  height: 50px;
}

/* CATEGORY FILMS/XR */
.category-films-xr #primary {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 30em) {
  .category-films-xr #primary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .category-films-xr #primary {
    grid-template-columns: repeat(3, 1fr);
  }
}
.category-films-xr #primary article {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-bottom: 1px solid black;
}
@media (min-width: 30em) {
  .category-films-xr #primary article:nth-child(odd) {
    border-right: 1px solid black;
  }
}
@media (min-width: 60em) {
  .category-films-xr #primary article {
    border-right: 1px solid black;
  }
  .category-films-xr #primary article:nth-child(3n+3) {
    border-right: 0;
  }
}
.category-films-xr #primary article a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 30em) {
  .category-films-xr #primary article a {
    display: block;
  }
}
.category-films-xr #primary article a .post-thumbnail {
  position: relative;
}
.category-films-xr #primary article a .post-thumbnail:after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.category-films-xr #primary article a .post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  outline: 8px solid #fcfcfc;
  outline-offset: -8px;
}
.category-films-xr #primary article a .other-infos {
  display: block;
  top: 0;
  left: 0;
  margin: 0 10px 10px 10px;
  z-index: auto;
}
.category-films-xr #primary article a .other-infos .annee {
  display: none;
}
@media (min-width: 30em) {
  .category-films-xr #primary article a .other-infos .annee {
    display: block;
  }
}
.post:hover .duotone:before {
  background-color: var(--highlight-color);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: lighten;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.post:hover .duotone img {
  -webkit-filter: grayscale(100%) contrast(1) blur(0px) brightness(2);
          filter: grayscale(100%) contrast(1) blur(0px) brightness(2);
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
  opacity: 1;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* PAGE À PROPOS / CONTACT / NEWS */
@media (min-width: 60em) {
  .page-template article, .news {
    margin: 0 12.5683060109%;
  }
}

#floreal-about, .floreal-team, #contact {
  margin: 6.2841530055% 12.5683060109% 12.5683060109% 12.5683060109%;
}
@media (min-width: 30em) {
  #floreal-about, .floreal-team, #contact {
    margin: 0 6.2841530055% 6.2841530055% 6.2841530055%;
  }
}
@media (min-width: 60em) {
  #floreal-about, .floreal-team, #contact {
    margin: 0 0 6.2841530055% 6.2841530055%;
  }
}

.category-news #primary {
  margin-bottom: 0;
}

.news {
  box-sizing: content-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-top: 4em;
  padding-bottom: 8em;
}
@media (min-width: 60em) {
  .news {
    border-left: 1px solid #272726;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3em;
  }
}
@media (min-width: 80em) {
  .news {
    grid-gap: 4em;
  }
}
.news article {
  margin: 0 2em 0 2em;
  border-bottom: 1px solid #272726;
  padding-top: 4em;
}
@media (min-width: 60em) {
  .news article {
    margin: 0 0 0 2em;
    padding-top: 0;
  }
}
.news .news-logo {
  height: 100px;
  display: -webkit-flex;
  display: flex;
}
.news .news-logo a {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

.news-logo img {
  max-width: 90px;
  height: auto;
  margin-bottom: 0.5em;
}

.news-date {
  margin-top: 1.5em;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.news-title {
  font-size: 18px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #fcfcfc;
          text-decoration-color: #fcfcfc;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
  transition: text-underline-offset 500ms, text-decoration-thickness 500ms, -webkit-text-decoration-color 500ms;
  transition: text-decoration-color 500ms, text-underline-offset 500ms, text-decoration-thickness 500ms;
  transition: text-decoration-color 500ms, text-underline-offset 500ms, text-decoration-thickness 500ms, -webkit-text-decoration-color 500ms;
  transition-timing-function: ease;
}
.news-title :hover {
  -webkit-text-decoration-color: var(--highlight-color) -light;
          text-decoration-color: var(--highlight-color) -light;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

.news-content {
  line-height: 1.5em;
  margin: 1em 0 4em 0;
}

.news-image {
  position: relative;
}
.news-image:after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.news-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
/**
.news-article {
	width: 100%;
	@include breakpoint(m) {
		width: $column-xl*6+$gutter-xl*7;
		height: 100%;
	}
	@include breakpoint(l) {
		width: $column-xl*7+$gutter-xl*8;
	}
}
*/
#floreal-cv {
  margin-top: 2em;
}

.small-text {
  margin: 4.0983606557% 0;
}

@media (min-width: 30em) {
  #contact {
    margin: 0 0 0 6.2841530055%;
  }
}

#floreal-about {
  padding-top: 6.2841530055%;
}

#floreal-about p, #contact p {
  margin: 0;
}

@media (min-width: 60em) {
  .floreal-about-entry-content {
    border-left: 1px solid #272726;
  }
}

.floreal-team {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.1420765027%;
}
@media (min-width: 30em) {
  .floreal-team {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
.floreal-team .floreal-team-image {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 30em) {
  .floreal-team .floreal-team-image {
    width: 25.1366120219%;
    margin-left: 0;
    margin-right: 6.2841530055%;
  }
}
@media (min-width: 60em) {
  .floreal-team .floreal-team-image {
    width: 25.1366120219%;
    margin-left: -12.5683060109%;
    margin-right: 12.5683060109%;
  }
}
@media (min-width: 80em) {
  .floreal-team .floreal-team-image {
    width: 25.1366120219%;
    margin-left: -12.5683060109%;
    margin-right: 12.5683060109%;
  }
}
.floreal-team .floreal-team-content {
  width: 100%;
}
@media (min-width: 30em) {
  .floreal-team .floreal-team-content {
    width: 62.8415300546%;
  }
}
@media (min-width: 60em) {
  .floreal-team .floreal-team-content {
    width: 75.4098360656%;
  }
}
@media (min-width: 80em) {
  .floreal-team .floreal-team-content {
    width: 62.8415300546%;
  }
}
.floreal-team .floreal-team-content header {
  margin-top: 6.2841530055%;
  margin-bottom: 6.2841530055%;
}

#contact {
  padding-bottom: 12.5683060109%;
  padding-top: 6.2841530055%;
}
#contact .sep {
  display: block;
  margin-bottom: 10.2459016393%;
}
@media (min-width: 30em) {
  #contact .sep {
    margin-bottom: 8.1967213115%;
  }
}

#floreal-map {
  margin-bottom: 4em;
}

/** MOBILE MENU **/
/** EMBED **/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-top: 2em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* FORMS */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* NAVIGATION */
#site-navigation {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.site-branding, .main-navigation {
  margin: 10px;
}
@media (min-width: 30em) {
  .site-branding, .main-navigation {
    margin: 15px;
  }
}

ul#primary-menu {
  position: absolute;
  top: 100px;
  right: 150px;
}
@media (min-width: 30em) {
  ul#primary-menu {
    background-color: transparent;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0 0;
  }
}
ul#primary-menu li {
  display: block;
}
ul#primary-menu li a:hover {
  display: inline-block;
  background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
  background-repeat: repeat-x;
  background-position: 0px calc(30px - 0px);
  height: 36px;
}
ul#primary-menu li a:hover:hover {
  background-position: 0px calc(30px - 0px);
  height: 36px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 30em) {
  ul#primary-menu li {
    display: inline-block;
    margin-right: 2em;
  }
  ul#primary-menu li a:hover {
    display: inline-block;
    background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
    background-repeat: repeat-x;
    background-position: 0px calc(22px - 5px);
    height: 18px;
  }
  ul#primary-menu li a:hover:hover {
    background-position: 0px calc(22px - 5px);
    height: 18px;
    transition: all 0.2s ease-in-out;
  }
}
ul#primary-menu li.current-menu-item a, ul#primary-menu li.current-post-parent a {
  display: inline-block;
  background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
  background-repeat: repeat-x;
  background-position: 0px calc(30px - 0px);
  height: 18px;
}
ul#primary-menu li.current-menu-item a:hover, ul#primary-menu li.current-post-parent a:hover {
  background-position: 0px calc(30px - 0px);
  height: 18px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 30em) {
  ul#primary-menu li.current-menu-item a, ul#primary-menu li.current-post-parent a {
    background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
    background-repeat: repeat-x;
    background-position: 0px calc(22px - 5px);
    height: 18px;
  }
  ul#primary-menu li.current-menu-item a:hover, ul#primary-menu li.current-post-parent a:hover {
    background-position: 0px calc(22px - 5px);
    height: 18px;
    transition: all 0.2s ease-in-out;
  }
}

li.menu-item-192 {
  margin-right: 0.1em !important;
}
li.menu-item-192:after {
  content: " /";
}

.home li.menu-item-192:after {
  color: #fcfcfc;
}

h2.screen-reader-text {
  display: none;
}

/* Mobile */
.main-navigation .menu-toggle {
  display: block;
}
.main-navigation .menu-menu-principal-container {
  display: none;
}
.main-navigation.toggled .menu-toggle {
  z-index: 5;
}
.main-navigation.toggled .menu-menu-principal-container {
  display: block;
}
.main-navigation.toggled #primary-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-navigation.toggled #primary-menu li {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
}

.home .toggled #primary-menu {
  background-color: black;
}

.nav-menu {
  background: #fcfcfc;
  -webkit-animation: fadein 0.8s;
          animation: fadein 0.8s;
}
.nav-menu .toggled-menu {
  -webkit-animation: fadeout 0.8s;
          animation: fadeout 0.8s;
}

/* Desktop */
@media (min-width: 30em) {
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation .menu-menu-principal-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
}
#floreal-navigation {
  border-top: 1px solid #272726;
}

.nav-links {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 12px 0 10px 0;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 60em) {
  .nav-links {
    margin: 50px 0;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.nav-previous,
.nav-next {
  text-align: center;
}
@media (min-width: 60em) {
  .nav-previous,
.nav-next {
    width: 50%;
    margin: 0;
  }
}
.nav-previous a,
.nav-next a {
  background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
  background-repeat: repeat-x;
  background-position-y: 30px;
}
.nav-previous a:hover,
.nav-next a:hover {
  background-image: linear-gradient(to right, var(--highlight-color) 0%, var(--highlight-color) 100%);
  background-repeat: repeat-x;
  background-position-y: 22px;
  transition: all 0.2s ease-in-out;
}

.nav-previous {
  padding-top: 10px;
  padding-right: 20px;
  border-top: 1px solid #272726;
  text-align: right;
}
@media (min-width: 60em) {
  .nav-previous {
    padding-top: 0;
    border-top: none;
    text-align: right;
  }
}
.nav-previous:after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("images/floreal-arrow.svg");
  background-size: 33px 15px;
  height: 15px;
  width: 33px;
  top: 0;
  margin-left: 0.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 30em) {
  .nav-previous:after {
    background-size: 67px 30px;
    height: 30px;
    width: 67px;
    top: 5px;
  }
}

.nav-next {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 60em) {
  .nav-next {
    padding-top: 0;
    text-align: left;
  }
}
.nav-next:before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("images/floreal-arrow.svg");
  background-size: 33px 15px;
  height: 15px;
  width: 33px;
  top: 0;
  margin-right: 0.5em;
}
@media (min-width: 30em) {
  .nav-next:before {
    background-size: 67px 30px;
    height: 30px;
    width: 67px;
    top: 5px;
  }
}

/* LINKS */
a {
  color: #272726;
  text-decoration: none;
}

#materiel a, #telechargements a {
  display: inline-block;
  padding: 10px 20px 8px 20px;
  margin: 10px 16px 10px 0;
  border: 1px solid #272726;
}
#materiel a:hover, #telechargements a:hover {
  color: #fcfcfc;
  border: 1px solid var(--highlight-color);
  background-color: var(--highlight-color);
  transition: all 0.2s ease-in-out;
}

#rs-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 3em;
}
@media (min-width: 30em) {
  #rs-links {
    display: none;
    margin-top: 0;
  }
}
#rs-links .rs-icon-fb {
  -webkit-mask: url(https://floreal.io/wp-content/themes/floreal/images/floreal-icon-fb.svg);
          mask: url(https://floreal.io/wp-content/themes/floreal/images/floreal-icon-fb.svg);
}
#rs-links .rs-icon-ig {
  -webkit-mask: url(https://floreal.io/wp-content/themes/floreal/images/floreal-icon-ig.svg);
          mask: url(https://floreal.io/wp-content/themes/floreal/images/floreal-icon-ig.svg);
}
#rs-links .rs-icon-v {
  -webkit-mask: url(https://floreal.io/wp-content/themes/floreal/images/floreal-icon-vimeo.svg);
          mask: url(https://floreal.io/wp-content/themes/floreal/images/floreal-icon-vimeo.svg);
}
#rs-links .rs-icon {
  display: inline-block;
  height: 23px;
  width: 23px;
  margin: 2em 1em 0 1em;
  background: black;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media (min-width: 30em) {
  #rs-links .rs-icon {
    width: 15px;
    height: 15px;
    margin: 0 0.5em -0.1em 0.5em;
  }
}
#rs-links .rs-icon:hover,
#rs-links .rs-icon:focus {
  background: var(--highlight-color);
}
#rs-links img.unifrance {
  width: 74px;
  height: 15px;
  display: none;
}

.home #rs-links .rs-icon {
  background: #fcfcfc;
}
.home #rs-links .rs-icon:hover {
  background: var(--highlight-color);
}

#rs-links {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 30em) {
  #rs-links {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 1.2em;
  }
}

ul#primary-menu #rs-links li {
  margin-right: 0;
  height: 15px;
}

#colophon {
  background-color: black;
  background-size: cover;
}
#colophon ul, #colophon #language-switch {
  margin: 0;
  padding: 0 0 1em 0;
}
@media (min-width: 60em) {
  #colophon ul, #colophon #language-switch {
    display: block;
  }
}
#colophon li {
  list-style-type: none;
}
#colophon #rs-links {
  display: inline;
}
#colophon #rs-links img {
  height: 23px;
  width: 23px;
  margin: 2em 3em 0 0;
}
@media (min-width: 30em) {
  #colophon #rs-links {
    display: none;
  }
}
#colophon #rs-links-text {
  display: none;
}
@media (min-width: 30em) {
  #colophon #rs-links-text {
    display: inline;
  }
}

#citation a {
  border-bottom: 1px solid var(--highlight-color);
}

/* Burger */
button.menu-toggle {
  border: none;
  width: 35px;
  height: 35px;
  background: none;
}

.hamburger {
  cursor: pointer;
  position: relative;
  width: 35px;
  height: 35px;
  transition: all 0.35s;
  left: -10px;
}

.home .hamburger__top-bun,
.home .hamburger__bottom-bun {
  background: #fcfcfc;
}

.home .hamburger:hover [class*=-bun] {
  background: #fcfcfc;
}

.hamburger__top-bun,
.hamburger__bottom-bun {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  width: 35px;
  height: 1px;
  background: #272726;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: all 0.35s;
}

.hamburger:hover [class*=-bun] {
  background: #272726;
}

.hamburger__top-bun {
  top: 12px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hamburger__bottom-bun {
  bottom: 15px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.open .hamburger__top-bun {
  top: 23px;
  left: -1px;
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

.open .hamburger__bottom-bun {
  top: 23px;
  left: -1px;
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

/*--------------------------------------------------------------
# Language switcher
--------------------------------------------------------------*/
/*
 *  Menu Language Switcher (--> CSS styles from the TranslatePress Plugin )
 */
#language-switch {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-self: center;
          align-self: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2em;
}

@media (min-width: 30em) {
  #language-switch {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    line-height: 1em;
    margin-top: 0;
  }
}
.menu-item-object-language_switcher .trp-flag-image {
  display: inline-block;
  margin: -1px 5px;
  vertical-align: baseline;
  padding: 0;
  border: 0;
  border-radius: 0;
}

/*
 *  Shortcode Language Switcher
 */
.trp-language-switcher {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0;
  border: none;
  margin: 2px;
  box-sizing: border-box;
  text-align: left;
}

.trp-language-switcher > div {
  box-sizing: border-box;
  padding: 5px 50px 3px 5px;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(45deg, transparent 50%, var(--highlight-color) 50%), linear-gradient(135deg, var(--highlight-color) 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(1em - 2px), calc(100% - 18px) calc(1em - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 30em) {
  .trp-language-switcher > div {
    padding: 5px 20px 3px 5px;
  }
}
.trp-language-switcher > div:hover:hover a {
  color: #272726;
}
.trp-language-switcher > div:hover:hover a:hover {
  color: var(--highlight-color);
}

.trp-language-switcher > div > a {
  display: block;
  width: 15px;
  padding: 3px;
  border-radius: 0;
  color: #272726;
}

.trp-language-switcher > div > a:hover {
  background: none;
  color: var(--highlight-color);
  border-bottom: none;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  cursor: default;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
  background: none;
}

.trp-language-switcher > div > a > img {
  display: inline;
  margin: 0 3px;
  width: 18px;
  height: 12px;
  border-radius: 0;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  display: inline-block;
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language {
  visibility: hidden;
}

.trp-language-switcher .trp-ls-shortcode-language {
  display: inline-block;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  visibility: visible;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
}

/*
 *  Front-end Admin Bar Icon
 */
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
  content: "";
  top: 3px;
}

@media screen and (max-width: 782px) {
  #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
    text-indent: 0;
  }

  #wpadminbar li#wp-admin-bar-trp_edit_translation {
    display: block;
  }
}
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
/* ANIMATION */
#accueil {
  -webkit-animation: fadein 1.5s;
          animation: fadein 1.5s;
}

.home #masthead {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
}

.site-main {
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* CLEARINGS */

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