@charset "UTF-8";

/* BASE */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  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.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

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.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

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.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

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.
   */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[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.
   */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[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.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

@font-face {
  font-family: "nepourlire";
  src: url(/fonts/nepourlire.eot?75ccea372ba2f8a7d8b29bf5e4aebbdc);
  src: url(/fonts/nepourlire.eot?75ccea372ba2f8a7d8b29bf5e4aebbdc) format("embedded-opentype"), url(/fonts/nepourlire.ttf?5e6de254e6461c9bdd203855cb729f84) format("truetype"), url(/fonts/nepourlire.woff?7f428b4102bb4fccd22f4a807338f1db) format("woff"), url(/fonts/nepourlire.svg?079b8770ca9e9de0dca2b5229991cb7d) format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 20px;
  line-height: 1.26;
  font-family: itc-officina-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6b9f9e;
}

@media screen and (max-width: 700px) {
  body {
    font-size: 18px;
  }
}

h1 {
  margin: 0;
  margin-bottom: 1.7rem;
  font-size: 1.7rem;
  font-weight: 700;
}

h2,
.h2-address {
  font-size: 1em;
  font-weight: 700;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100vh;
}

body.navOpen,
body.welcome-in {
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #db669b;
}

img {
  max-width: 100%;
  display: block;
}

#global-row {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
}

.main-wrapper {
  position: relative;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

#main {
  padding: 1.2em;
  padding-top: 2.5em;
  display: flex;
}

@media screen and (max-width: 920px) {
  #main {
    display: block;
    padding: 1.2rem;
  }
}

.main-content {
  flex: 0 0 calc(100% - 360px);
  padding-top: 8em;
  display: flex;
}

.main-content aside {
  flex: 0 0 30%;
  align-self: flex-start;
}

.main-content .the-content {
  flex: 0 0 70%;
  padding: 0 2rem;
}

@media screen and (max-width: 1200px) {
  .main-content {
    flex: 0 0 calc(100% - 300px);
  }
}

@media screen and (max-width: 1000px) {
  .main-content {
    display: block;
    padding-top: 6em;
  }

  .main-content .the-content {
    padding: 0 0 0 2rem;
  }
}

@media screen and (max-width: 920px) {
  .main-content .the-content {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 700px) {
  .main-content .the-content {
    padding: 0;
  }
}

.admin-content {
  margin: 0 auto;
  max-width: 460px;
}

@-webkit-keyframes stackIn {
  0% {
    transform: translate(-10px, -10px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes stackIn {
  0% {
    transform: translate(-10px, -10px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes flyingCarpet {
  0% {
    transform: translate(-200px, -50px) rotate(10deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes flyingCarpet {
  0% {
    transform: translate(-200px, -50px) rotate(10deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1) rotate(3deg);
  }

  40% {
    transform: scale(0.97);
  }

  60% {
    transform: scale(0.99) rotate(-3deg);
  }

  80% {
    transform: scale(1.05);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1) rotate(3deg);
  }

  40% {
    transform: scale(0.97);
  }

  60% {
    transform: scale(0.99) rotate(-3deg);
  }

  80% {
    transform: scale(1.05);
  }
}

/* LAYOUT */

header {
  position: absolute;
  width: 100%;
  height: 0;
  top: 1.2em;
  text-align: center;
  z-index: 100;
}

header #logo {
  display: inline-block;
  width: 8em;
  height: 5.1em;
  -webkit-animation: flyingCarpet 1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: flyingCarpet 1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media screen and (max-width: 920px) {
  header {
    text-align: left;
    padding-left: 2em;
  }

  header #logo {
    width: 6em;
    height: 3.9em;
  }

  .navOpen header {
    position: fixed;
    z-index: 100;
  }
}

@media screen and (max-width: 700px) {
  header {
    padding-left: 1rem;
  }

  header #logo {
    width: 5.3em;
    height: 3.4em;
  }
}

.main-nav {
  flex: 0 0 360px;
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
}

.main-nav ul li {
  line-height: 1;
  position: relative;
}

.main-nav ul.first-level > li {
  overflow: hidden;
}

.main-nav ul.first-level > li > a {
  display: block;
  padding: 0.32rem 0;
}

.main-nav ul.first-level > li .sub-nav {
  max-height: 0;
  visibility: hidden;
}

.main-nav ul.first-level > li.active a {
  color: #db669b;
}

.main-nav ul.first-level > li.active .sub-nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-height: 800px;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .main-nav {
    flex: 0 0 300px;
  }
}

@media screen and (max-width: 920px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #fff;
    z-index: 3;
  }

  .main-nav .scroll-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.2rem;
    padding-top: 8rem;
    overflow-y: auto;
  }

  .navOpen .main-nav {
    transform: translateX(0);
  }
}

@media screen and (max-width: 700px) {
  .main-nav .scroll-container {
    padding: 1.2rem;
    padding-top: 8rem;
  }
}

.sub-nav {
  font-size: 1rem;
}

.sub-nav > li > a {
  padding: 0.2rem 0;
}

@media screen and (max-width: 920px) {
  .sub-nav {
    max-height: 160px;
  }
}

@media screen and (max-width: 700px) {
  .sub-nav {
    font-size: 0.85rem;
  }
}

footer {
  background-color: #6b9f9e;
  color: #fff;
}

footer .footer-inner {
  padding: 1.2em;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .footer-inner .footer-column {
  flex: 1;
  display: flex;
  flex: 0 0 700px;
}

footer .footer-inner .footer-column .inner:nth-child(1) {
  flex: 0 0 360px;
  padding-top: 0.5rem;
}

footer .footer-inner .footer-column .inner:nth-child(1) img {
  width: 300px;
}

footer .footer-inner .footer-column .inner:nth-child(2) {
  flex: 0 0 340px;
  padding-top: 0.6rem;
  padding-left: 2em;
}

footer .footer-inner .footer-column .inner:nth-child(2) a {
  display: block;
}

footer .footer-inner .footer-column .inner:nth-child(2) a:nth-child(1) img {
  width: 320px;
}

footer .footer-inner .footer-column .inner:nth-child(2) a:nth-child(2) {
  margin-top: 1em;
}

footer .footer-inner .footer-column .inner:nth-child(2) a:nth-child(2) img {
  width: 60px;
}

footer .footer-inner nav {
  max-width: 600px;
  font-weight: 700;
  font-size: 0.85em;
}

footer .footer-inner nav ul li {
  flex: 0 0 calc(50% - 1em);
  border-bottom: 1px solid #fff;
  margin-left: 1em;
}

footer .footer-inner nav a {
  display: block;
  position: relative;
  padding: 0.4em;
  transition: background-color 0.3s ease-in-out;
}

footer .footer-inner nav a:hover {
  color: #fff;
  background-color: #5f9291;
}

@media screen and (max-width: 1200px) {
  footer .footer-inner .footer-column {
    flex: 0 0 40%;
    display: block;
  }

  footer .footer-inner .footer-column .inner:nth-child(1) {
    flex: 0 0 300px;
  }

  footer .footer-inner .footer-column .inner:nth-child(2) {
    padding-left: 0;
    padding-top: 2em;
  }

  footer .footer-inner nav {
    flex: 0 0 60%;
  }
}

@media screen and (max-width: 700px) {
  footer .footer-inner {
    flex-direction: column;
  }

  footer .footer-inner .footer-column {
    order: 2;
    flex: 0 0 100%;
  }

  footer .footer-inner nav {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 2rem;
    max-width: none;
  }

  footer .footer-inner nav ul {
    justify-content: space-between;
  }

  footer .footer-inner nav ul li {
    margin-left: 0;
    flex: 0 0 45%;
  }
}

@media screen and (max-width: 400px) {
  footer nav ul {
    display: block !important;
  }
}

aside {
  color: #fff;
  font-size: 0.85em;
}

aside .inner {
  background-color: #db669b;
  padding: 1em;
}

aside a {
  position: relative;
  text-decoration: none;
  background: linear-gradient(#fff, #fff) bottom repeat-x;
  background-size: 1px 1px;
  color: #fff;
  position: relative;
  transition: background-size 0.3s, color 0.3s;
}

aside a:hover {
  background-size: 100% 100%;
  color: #db669b;
}

@media screen and (max-width: 1000px) {
  aside {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 920px) {
  aside {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 700px) {
  aside {
    padding: 0;
  }
}

.welcome-screen {
  width: 100%;
  height: 100%;
}

.welcome-screen .inner {
  padding: 10vw;
  padding-top: 8em;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  align-self: flex-start;
}

.welcome-screen .inner a {
  height: 60px;
  display: block;
  margin-right: 2rem;
  padding: 0 0.5rem;
  opacity: 0;
  -webkit-animation: stackIn 0.3s 1 ease-in-out forwards;
          animation: stackIn 0.3s 1 ease-in-out forwards;
}

.welcome-screen .inner a img {
  max-width: none;
  height: 100%;
}

.welcome-screen .inner a:hover {
  background-color: whitesmoke;
}

.welcome-screen .inner a:nth-child(0) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.welcome-screen .inner a:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.welcome-screen .inner a:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.welcome-screen .inner a:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.welcome-screen .inner a:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.welcome-screen .inner a:nth-child(5) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.welcome-screen .inner a:nth-child(6) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.welcome-screen .inner a:nth-child(7) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.welcome-screen .inner a:nth-child(8) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.welcome-screen .inner a:nth-child(9) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.welcome-screen .inner a:nth-child(10) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.welcome-screen .inner a:nth-child(11) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.welcome-screen .inner a:nth-child(12) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.welcome-screen .inner a:nth-child(13) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.welcome-screen .inner a:nth-child(14) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.welcome-screen .inner a:nth-child(15) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.welcome-screen .inner a:nth-child(16) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@media screen and (max-width: 920px) {
  .welcome-screen .inner {
    padding: 2em;
    padding-top: 6em;
  }
}

@media screen and (max-width: 574px) {
  .welcome-screen .inner {
    padding: 1rem;
    padding-top: 6em;
    display: block;
  }

  .welcome-screen .inner a {
    height: 45px;
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  .welcome-screen .inner {
    padding: 1rem;
    padding-top: 6em;
    height: 100%;
  }

  .welcome-screen .inner a {
    height: auto;
    width: 100%;
    margin-right: 0;
  }
}

.section-news-wrapper {
  margin-bottom: 2rem;
}

.section-title article + article {
  margin-top: 1.6em;
}

.section-title article {
  position: relative;
}

.section-title h2,
.section-title p {
  margin: 0;
}

.section-title .date {
  font-size: 0.75em;
  color: #db669b;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.shop-wrapper {
  margin-bottom: 2rem;
}

.shop-wrapper .shop-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.shop-wrapper .shop-item .item-img {
  flex: 0 0 160px;
  margin-right: 2rem;
  border: 1px solid #000;
  width: 100%;
}

.shop-wrapper .shop-item .item-name {
  flex: 0 0 calc(100% - 160px - 2rem);
  display: flex;
  align-items: center;
}

.shop-wrapper .shop-item .item-name h2 {
  font-size: 1em;
  padding-left: 2rem;
}

@media screen and (max-width: 1200px) {
  .shop-wrapper .shop-item .item-img {
    flex: 0 0 100px;
    margin-right: 1rem;
  }

  .shop-wrapper .shop-item .item-name {
    flex: 0 0 calc(100% - 100px - 1rem);
  }

  .shop-wrapper .shop-item .item-name h2 {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 400px) {
  .shop-wrapper .shop-item {
    display: block;
    margin-bottom: 4rem;
  }

  .shop-wrapper .shop-item .item-img {
    max-width: 160px;
    margin-bottom: 2rem;
  }
}

.region-title {
  color: #fbba1f;
  font-size: 1.3em;
  font-weight: 700;
}

.region-title + .event-item {
  margin-top: 0.5rem;
}

.event-item + .region-title {
  margin-top: 2rem;
}

.event-item + .event-item {
  margin-top: 2rem;
}

.event-item a {
  font-size: 0.8em;
  text-decoration: none;
  background: linear-gradient(#6b9f9e, #6b9f9e) bottom repeat-x;
  background-size: 1px 1px;
  color: #6b9f9e;
  position: relative;
  transition: background-size 0.3s, color 0.3s;
  transition: all 0.3s ease-in-out;
}

.event-item a:hover {
  background-size: 100% 100%;
  color: #fff;
}

.library-item {
  padding: 1rem 0;
  border-top: 1px solid #6b9f9e;
  margin-bottom: 2rem;
}

.library-item .address {
  margin-top: 0;
  margin-bottom: 0;
}

.library-item .infos {
  font-size: 1.1rem;
}

.library-item .btn-edit {
  display: inline-block;
  margin: 2rem 0 0;
  padding-left: 36px;
  background: none;
  font-weight: 700;
  font-size: 1em;
  position: relative;
}

.library-item .btn-edit:hover {
  color: #db669b;
}

.library-item .btn-edit::before {
  background: center/24px 24px no-repeat;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20.82" height="20.82"><g transform="translate(1 1)" fill="none" stroke="%23db669b" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M18.109 10.7v7.7a1.714 1.714 0 0 1-1.709 1.708H2.709A1.714 1.714 0 0 1 1 18.4V4.709A1.714 1.714 0 0 1 2.711 3h7.7" transform="translate(-1 -1.289)"/><path d="M6 15.543l4.023-.8a.858.858 0 0 0 .438-.234L20.543 4.422A3.893 3.893 0 0 0 17.121 1L7.039 11.082a.858.858 0 0 0-.234.438z" transform="translate(-1.723 -1)"/></g></svg>');
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26px;
}

.library-block h3 {
  margin-top: 1.6em;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  text-decoration: underline;
}

.events {
  margin-top: 3rem;
}

.events-list li {
  list-style: none;
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 6px;
}

.events-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #6b9f9e;
}

.events-edit .events-list li::before {
  display: none;
}

.event form {
  display: flex;
  align-items: center;
}

.submit-wrapper {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.submit-wrapper [type=submit] {
  background-color: transparent;
  color: #000;
  opacity: 0;
  height: 38px;
  width: 38px;
}

.submit-wrapper [type=submit]:hover {
  background-color: transparent;
}

.submit-wrapper::before {
  content: "";
  background: center/24px 24px no-repeat;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="22.425" height="22.425"><path d="M11.212 22.425a11.212 11.212 0 1 1 11.213-11.213 11.225 11.225 0 0 1-11.213 11.213zm0-20.556a9.344 9.344 0 1 0 9.344 9.344 9.354 9.354 0 0 0-9.344-9.344zm3.738 14.015a.932.932 0 0 1-.661-.274L6.814 8.135a.934.934 0 0 1 1.321-1.321l7.475 7.475a.934.934 0 0 1-.661 1.595zm0 0a.932.932 0 0 1-.661-.274L6.814 8.135a.934.934 0 0 1 1.321-1.321l7.475 7.475a.934.934 0 0 1-.661 1.595zm-7.475 0a.934.934 0 0 1-.661-1.595l7.475-7.475a.934.934 0 1 1 1.321 1.321L8.135 15.61a.932.932 0 0 1-.661.274z"/></svg>');
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
}

.submit-wrapper:hover::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23db669b" width="22.425" height="22.425"><path d="M11.212 22.425a11.212 11.212 0 1 1 11.213-11.213 11.225 11.225 0 0 1-11.213 11.213zm0-20.556a9.344 9.344 0 1 0 9.344 9.344 9.354 9.354 0 0 0-9.344-9.344zm3.738 14.015a.932.932 0 0 1-.661-.274L6.814 8.135a.934.934 0 0 1 1.321-1.321l7.475 7.475a.934.934 0 0 1-.661 1.595zm0 0a.932.932 0 0 1-.661-.274L6.814 8.135a.934.934 0 0 1 1.321-1.321l7.475 7.475a.934.934 0 0 1-.661 1.595zm-7.475 0a.934.934 0 0 1-.661-1.595l7.475-7.475a.934.934 0 1 1 1.321 1.321L8.135 15.61a.932.932 0 0 1-.661.274z"/></svg>');
}

.the-date {
  padding-left: 0.5rem;
  font-size: 1em;
  font-weight: 700;
}

.events-add {
  margin-bottom: 3rem;
}

.events-add input[type=text] {
  background-color: transparent;
  border: 1px solid #6b9f9e;
  margin-bottom: 1rem;
  color: #db669b;
}

.events-add input[type=text]:focus {
  border: 1px solid #db669b;
}

.the-content a {
  color: #db669b;
  text-decoration: none;
  background: linear-gradient(#db669b, #db669b) bottom repeat-x;
  background-size: 1px 1px;
  color: #db669b;
  position: relative;
  transition: background-size 0.3s, color 0.3s;
}

.the-content a:hover {
  background-size: 100% 100%;
  color: #fff;
}

/* UI */

.lang-nav {
  position: absolute;
  top: 1.3em;
  right: 2em;
  display: flex;
  font-weight: 700;
}

.lang-nav li {
  margin-left: 0.4em;
}

.lang-nav li::before {
  content: "/";
  margin-right: 0.4em;
}

.lang-nav li:first-child::before {
  display: none;
}

.lang-nav li.active a {
  color: #db669b;
}

.welcome-in .lang-nav {
  display: none;
}

@media screen and (max-width: 920px) {
  .lang-nav {
    top: 3.2rem;
    right: 3.2rem;
    font-size: 0.85em;
  }
}

@media screen and (max-width: 700px) {
  .lang-nav {
    top: 2.6rem;
    right: 1.2rem;
  }
}

.nav-agenda {
  margin-top: 1rem;
}

.lang-fr .nav-agenda,
.lang-it .nav-agenda {
  max-width: 120px;
}

.lang-de .nav-agenda {
  max-width: 300px;
}

.hamburger {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 3.2rem;
}

.hamburger span {
  height: 5px;
  width: 100%;
  background-color: #6b9f9e;
  position: absolute;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  bottom: 0;
}

.navOpen .hamburger span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.navOpen .hamburger span:nth-child(2) {
  top: 50%;
  bottom: auto;
  transform: rotate(-45deg);
}

@media screen and (max-width: 920px) {
  .hamburger {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .hamburger {
    right: 1.2rem;
  }
}

.input-number-wrapper {
  position: relative;
  text-align: center;
  width: 48px;
  height: 44px;
  border: 1px solid #000;
}

.input-number-wrapper input[type=number] {
  text-align: center;
  height: 100%;
  -webkit-appearance: none;
  border: 0;
  font-weight: 700;
  color: #6b9f9e;
  padding: 0 !important;
}

.input-number-wrapper input[type=number]::-webkit-inner-spin-button,
.input-number-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.incrementer {
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  left: calc(50% - 9px);
  border-top: 4px solid #6b9f9e;
  border-left: 4px solid #6b9f9e;
}

.incrementer.arrow-plus {
  transform: rotate(45deg);
  top: -18px;
}

.incrementer.arrow-minus {
  transform: rotate(-135deg);
  bottom: -18px;
}

.input-wrapper {
  margin-top: 2rem;
}

.input-wrapper label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

input {
  width: 100%;
  line-height: 56px;
  border: 0;
  background-color: #db669b;
  color: #fff;
  font-weight: 700;
  padding: 0 1rem;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

[type=submit] {
  cursor: pointer;
  display: inline-block;
  background-color: #db669b;
  color: #fff;
  border: 0;
  font-weight: 700;
  width: auto;
  padding: 0 1rem;
  transition: background-color 0.3s ease-in-out;
}

[type=submit]:hover {
  background-color: #d13d80;
}

.form-login label {
  margin-bottom: 1rem;
  display: block;
}

.form-login input {
  margin-bottom: 0.5rem;
}

.form-login [type=submit] {
  background-color: #6b9f9e;
  color: #fff;
}

.form-login [type=submit]:hover {
  background-color: #558282;
}

.search-event {
  position: relative;
  margin-bottom: 2rem;
  width: 60%;
}

.search-event input {
  padding-left: 3rem;
}

.search-event i {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 12px;
}

@media screen and (max-width: 574px) {
  .search-event {
    width: 100%;
  }
}

a.icon-arrow {
  position: relative;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

a.icon-arrow::before {
  content: "\E900";
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "nepourlire" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 70%;
  line-height: 1;
}

.first-level > li > .icon-arrow::before {
  transform: translateX(-24px);
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 7px;
}

.first-level > li > .icon-arrow:hover {
  transform: translateX(24px);
}

.first-level > li.active > .icon-arrow {
  transform: translateX(24px);
}

.sub-nav > li > .icon-arrow::before {
  transform: translateX(-16px);
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 3px;
}

.sub-nav > li > .icon-arrow:hover {
  transform: translateX(16px);
}

.sub-nav > li.active > .icon-arrow {
  transform: translateX(16px);
}

/*
Trix 1.2.0
Copyright © 2019 Basecamp, LLC
http://trix-editor.org/*/

trix-editor {
  border: 1px solid #6b9f9e;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 10em;
  outline: none;
  margin-bottom: 1rem;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #6b9f9e;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 6px;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: #6b9f9e;
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #6b9f9e;
}

trix-toolbar .trix-button.trix-active {
  background: #db669b;
  color: #fff;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 1.4em;
  height: 1.4em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button-group--file-tools,
.trix-button--icon-heading-1,
.trix-button--icon-quote,
.trix-button--icon-code,
.trix-button--icon-decrease-nesting-level,
.trix-button--icon-increase-nesting-level {
  display: none;
}

.trix-button--icon-bullet-list {
  border-left: 0 !important;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M16.5 6v11.5a4 4 0 1 1-8 0V5a2.5 2.5 0 0 1 5 0v10.5a1 1 0 1 1-2 0V6H10v9.5a2.5 2.5 0 0 0 5 0V5a4 4 0 1 0-8 0v12.5a5.5 5.5 0 0 0 11 0V6h-1.5z"/></svg>');
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M15.6 11.8c1-.7 1.6-1.8 1.6-2.8a4 4 0 0 0-4-4H7v14h7c2.1 0 3.7-1.7 3.7-3.8 0-1.5-.8-2.8-2.1-3.4zM10 7.5h3a1.5 1.5 0 1 1 0 3h-3v-3zm3.5 9H10v-3h3.5a1.5 1.5 0 1 1 0 3z"/></svg>');
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M10 5v3h2.2l-3.4 8H6v3h8v-3h-2.2l3.4-8H18V5h-8z"/></svg>');
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M9.88 13.7a4.3 4.3 0 0 1 0-6.07l3.37-3.37a4.26 4.26 0 0 1 6.07 0 4.3 4.3 0 0 1 0 6.06l-1.96 1.72a.91.91 0 1 1-1.3-1.3l1.97-1.71a2.46 2.46 0 0 0-3.48-3.48l-3.38 3.37a2.46 2.46 0 0 0 0 3.48.91.91 0 1 1-1.3 1.3z"/><path d="M4.25 19.46a4.3 4.3 0 0 1 0-6.07l1.93-1.9a.91.91 0 1 1 1.3 1.3l-1.93 1.9a2.46 2.46 0 0 0 3.48 3.48l3.37-3.38c.96-.96.96-2.52 0-3.48a.91.91 0 1 1 1.3-1.3 4.3 4.3 0 0 1 0 6.07l-3.38 3.38a4.26 4.26 0 0 1-6.07 0z"/></svg>');
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M12.73 14l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5 0 .3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52 13.52 0 0 1 7 14.95v3.37a10.64 10.64 0 0 0 4.84.88c1.26 0 2.35-.19 3.28-.56.93-.37 1.64-.9 2.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1 0-1.29.52-2.3 1.58-3.02 1.05-.72 2.5-1.08 4.34-1.08 1.62 0 3.28.34 4.97 1l-1.3 2.93c-1.47-.6-2.73-.9-3.8-.9-.55 0-.96.08-1.2.26-.26.17-.38.38-.38.64 0 .27.16.52.48.74.17.12.53.3 1.05.53H7.23zM3 13h18v-2H3v2z"/></svg>');
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1" xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"/></svg>');
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1" xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M12 9v3H9v7H6v-7H3V9h9zM8 4h14v3h-6v12h-3V7H8V4z"/></svg>');
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M18.2 12L15 15.2l1.4 1.4L21 12l-4.6-4.6L15 8.8l3.2 3.2zM5.8 12L9 8.8 7.6 7.4 3 12l4.6 4.6L9 15.2 5.8 12z"/></svg>');
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url('data:image/svg+xml;utf-8,<svg version="1" xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M4 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm4 3h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z"/></svg>');
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z"/></svg>');
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M12.5 8c-2.6 0-5 1-6.9 2.6L2 7v9h9l-3.6-3.6A8 8 0 0 1 20 16l2.4-.8a10.5 10.5 0 0 0-10-7.2z"/></svg>');
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M18.4 10.6a10.5 10.5 0 0 0-16.9 4.6L4 16a8 8 0 0 1 12.7-3.6L13 16h9V7l-3.6 3.6z"/></svg>');
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M3 19h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8 2.9L6 14.2 4 12l2-2-1.4-1.5L1 12l.7.7zM3 5v2h19V5H3z"/></svg>');
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236b9f9e" width="24" height="24"><path d="M3 19h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1 14.2l1.4 1.4L6 12l-.7-.7-2.8-2.8L1 9.9 3.1 12zM3 5v2h19V5H3z"/></svg>');
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #f00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content ul,
.trix-content ol,
.trix-content li {
  margin: 0;
  padding: 0;
}

.trix-content ul li,
.trix-content ol li,
.trix-content li li {
  margin-left: 1em;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " \B7   ";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 0;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

