::-webkit-scrollbar {
  display: none;
}

:root {
  --svg-ratio: 1.25;
  --lightgrey: #e1e1e1;
}

svg .st0 {
  clip-path: none !important;
}

html {
  font-size: 21px;
  -webkit-text-size-adjust: 100%;
}

input, [type="button"] {
  border-radius: 0px;
}

hr {
  display: none;
}

body {
  font-family: main, sans-serif;
  font-feature-settings: "kern" on, "liga" on, "calt" on;
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on;
  margin: 0;
  font-size: 0.833rem;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li, table, th, td, tr {
  font-size: 0.833rem;
  line-height: 1rem;
  margin: 0 0;
  padding: 0 0;
  text-decoration: none;
  list-style: none;
  text-indent: 0;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.01em;
}

u, i, em, strong, b {
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
}

i, em {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-family: second, main, sans-serif;
}

sup {
  top: 0;
  line-height: 0;
  font-size: 100%;
  font-feature-settings: "kern" on, "liga" on, "calt" on, "sups";
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on, "sups";
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on, "sups";
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on, "sups";
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on, "sups";
}

sub {
  top: 0;
  line-height: 0;
  font-size: 100%;
  font-feature-settings: "kern" on, "liga" on, "calt" on, "sinf";
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on, "sinf";
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on, "sinf";
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on, "sinf";
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on, "sinf";
}

.calt-off {
  font-feature-settings: "kern" on, "liga" on, "calt" off, "sups" off;
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" off, "sups" off;
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" off, "sups" off;
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" off, "sups" off;
  -o-font-feature-settings: "kern" on, "liga" on, "calt" off, "sups" off;
}

a {
  text-decoration: none;
  color: inherit;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
  background: none;
}

article.post .post-content a,
[data-box="websites"] a,
.link-news a,
.page-infos a {
  text-decoration: none;
  background-color: black;
  color: white;
  padding: 0px 4px;
}

.page-infos #map a {
  background: none;
  color: #000;
}

.link-news a {
  overflow-wrap: break-word;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: inherit;
  }
  article.post .post-content a:hover,
  [data-box="websites"] a:hover,
  .link-news a:hover,
  .page-infos a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    padding: 0px 4px;
  }
}

.tt,
.tt.p p {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0em;
}

.tt2 {
  font-size: 1.5rem;
  letter-spacing: 0em;
}

.tt3,
.tt3.p p {
  font-size: 2.1rem;
  line-height: 2.5rem;
  letter-spacing: 0;
}

.tt4,
.tt4.p p {
  font-size: 1.35rem;
  line-height: 1.6rem;
  letter-spacing: 0.01em;
}

.sc {
  font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
}

.ital, #about-en, #guest-en {
  font-family: second, main, sans-serif;
}

.ital em, .ital i, #about-en em, #about-en i, #guest-en em, #guest-en i {
  font-family: main, sans-serif;
}

h1 {
  font-family: main, sans-serif;
}

.bg-main-color {
  background-color: var(--main-color);
}

table {
  width: 100%;
}

td, th {
  vertical-align: top;
}

.discuss-item {
  cursor: pointer;
}

@media (hover: hover) {
  .discuss-item:hover {
    background-color: #000;
    color: #fff;
  }
}

.discuss-subtitle-item {
  padding: 0 0.5rem;
  min-height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

textarea#subtitle {
  width: 100%;
  margin-bottom: 0.5rem;
  height: 3.5rem;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: white;
}

input {
  width: 100%;
  margin-bottom: 0.5rem;
  height: 1.5rem;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
}

input[type=submit] {
  width: auto;
  font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
}

input[name=password],
input[name=username] {
  border: 0px solid #e8e8e8;
  width: auto;
}

[type=button] {
  height: 1.5rem;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
}

.button-style {
  background-color: var(--main-color);
  color: black;
  text-align: center;
  line-height: 1.5rem;
  height: 1.5rem;
  width: 100%;
  display: inline-block;
  font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on, "smcp", "c2sc";
}

@media (hover: hover) {
  .button-style:hover {
    color: black;
  }
}

.post-entete .username {
  float: left;
}

.post-entete .event-date {
  padding-left: 2.5rem;
}

.useravatar {
  width: 2rem;
  height: 2rem;
  position: absolute;
  margin-left: -3rem;
  margin-top: -0.5rem;
}

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

.useravatartitle img {
  width: 1.25rem;
  height: auto;
}

.menu .useravatartitle img {
  transform: translateY(-0.25rem);
}

.participants {
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.participants li {
  margin: 2px;
}

.subtitle p {
  max-width: 600px;
  width: 100%;
  display: inline-block;
}

.post-title {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.post-content {
  position: relative;
  clear: both;
}

.post-content span {
  color: black !important;
  font-size: 0.833rem !important;
  line-height: 1rem !important;
  letter-spacing: 0.01em !important;
}

.post-content img {
  width: 100%;
  height: auto;
  max-width: 29rem;
}

.post-content .note-editing-area {
  min-height: 380px;
}

img.post-image {
  max-width: 29rem;
  width: 100%;
  height: auto;
}

img.post-image-portrait {
  max-height: 29rem;
  width: auto;
  height: auto;
  max-width: 100%;
}

.quote-button {
  position: absolute;
  top: 0;
  left: 0;
}

.post-footer .post-share.copied {
  background-color: var(--success);
  color: white;
}

.post-footer {
  text-align: right;
  padding-top: 5px;
}

.post-footer button {
  margin: 0 0.125rem;
}

.div-quoted {
  position: relative;
}

q::before, q::after {
  content: "";
}

q {
  background-color: #e1e1e1;
  color: black;
  display: inline-block;
  margin: 0rem 0 0.25rem 0;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  width: 100%;
}

#quoted q {
  margin: 0 0 0 0;
}

.go-parent {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  margin-top: 0.3rem;
  text-align: center;
  line-height: 36px;
}

.replies {
  margin-left: 3rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.replies .item {
  margin-bottom: 2rem;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.honey {
  position: absolute;
  left: -9999px;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: textfield;
  background-color: #e1e1e1;
  border: none;
}

.discuss .post-footer [type="button"] {
  background-color: #000;
  color: #fff;
}

main {
  margin: 0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

section.container {
  max-width: 950px;
  margin-top: calc(2.75rem - 1px);
  padding: 1.5rem 5rem;
  background-color: white;
  overflow-y: auto;
  scrollbar-width: none;
  max-height: calc(100vh - 2.75rem + 4px);
  max-height: calc(var(--vh, 1vh) * 100 - 2.75rem + 4px);
  position: relative;
}

section.container#scroller {
  padding-top: 1.0rem;
}

section.container.home {
  padding: 0rem 0rem 0rem 0rem;
  transition: opacity 500ms;
  transition-delay: 1500ms;
  opacity: 1;
}

section.container.home.open {
  transition: opacity 0ms;
  transition-delay: 0ms;
  opacity: 0;
}

section.container.home.opened {
  transition: opacity 0ms !important;
  transition-delay: 0ms !important;
  opacity: 1 !important;
}

section.container.page-artistes {
  max-width: 100%;
  padding: 1rem 0.5rem 1.5rem 0.5rem;
}

section.container.page-artistes li {
  display: inline-block;
}

section.container.page-artistes li::after {
  content: "\2002";
}

section.container.page-artistes a:hover {
  text-decoration: underline;
}

section.container.page-infos {
  max-width: 100%;
  padding: 1rem 0rem 0rem 0rem;
}

section.container.page-guests {
  padding-top: 1rem;
  padding-bottom: 0;
}

section.container.page-infos .ital {
  margin-top: -0.5rem;
  line-height: 2.5rem;
}

section.container.page-artistes h1 {
  display: inline-block;
}

section.container.page-artistes li a {
  display: inline-block;
  padding: 0 0.5rem;
}

section.container.page-guests h1 {
  margin-left: -5rem;
  margin-right: -5rem;
  padding-left: 5rem;
  line-height: 3.5rem;
  margin-top: -0.5rem;
}

section.container.page-guests h1:first-child {
  margin-top: -0.25rem;
}

section.container.page-plans {
  max-width: 100%;
  padding: 1rem 0rem 1.5rem 0rem;
}

@media (hover: hover) {
  section.container.page-artistes a:hover,
  section.container.page-guests h1:hover {
    background-color: #000000;
    color: white;
    text-decoration: none;
  }
}

section.container.page-about {
  padding: 0.15rem 5rem 1.5rem 5rem;
}

section.container.page-news {
  padding: 1.5rem 0.5rem;
}

.lang-selector {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.logos img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.header,
.header-small {
  position: absolute;
  width: 100%;
  display: inline-block;
  padding: 1rem 0.5rem 0.75rem 0.5rem;
  background-color: white;
  z-index: 2;
}

.header.hide-mlg .logo-title h1 {
  font-size: 2.1rem;
  letter-spacing: 0;
}

#filter-box {
  position: absolute;
  background-color: #e1e1e1;
  color: black;
  margin-left: -0.5rem;
  padding: 10px 0rem;
}

#filter-box li {
  float: none;
  margin: 0rem 0rem;
  padding: 0rem 0.5rem;
  color: black;
}

#filter-box li.sort-active,
#filter-box li.tag-active {
  background-color: var(--main-color);
}

@media (hover: hover) {
  #filter-box li.hover:hover {
    background-color: white;
  }
  #filter-box li.sort-active:hover,
  #filter-box li.tag-active:hover {
    text-decoration: line-through;
  }
}

#search-box {
  position: absolute;
  background-color: black;
  color: black;
  margin-left: -0.5rem;
  padding: 10px 0 0 0;
}

#search-box input {
  width: 100%;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: white;
}

.rectangle {
  position: fixed;
  width: 90%;
  height: 70%;
  background-color: #e1e1e1;
}

.menu li {
  float: left;
  margin: 0rem 0.15rem;
  padding: 0rem 0.25rem;
}

.menu li.logo-title {
  margin-left: 0;
  padding-left: 0;
}

.menu li.log {
  position: absolute;
  height: 1rem;
  right: 0;
}

li.active {
  background-color: black;
  color: white;
}

li.filter-active {
  color: black;
  background-color: var(--main-color);
}

.logged li.active.log {
  background: none;
  color: black;
}

ul.login-panel {
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  margin-right: 10px;
  background-color: black;
  color: white;
}

ul.login-panel li {
  float: none;
  min-height: 1.5rem;
  line-height: 1.5rem;
  min-width: 300px;
  background-color: black;
  color: white;
  padding: 10px;
  margin: 0;
}

ul.login-panel li + li {
  padding-top: 0;
}

ul.login-panel input {
  min-width: 300px;
  float: none;
  display: block;
  width: 100%;
}

ul.login-panel input[type=submit] {
  margin-bottom: 0;
}

ul.login-panel form {
  margin-block-end: 0;
}

.float-right {
  float: right;
}

.post-cat::after {
  content: ", ";
}

.post-cat:first-child::before {
  content: "[";
}

.post-cat:last-child::after {
  content: "]";
}

.summernote-fig {
  width: auto !important;
}

.summernote-fig-caption {
  font-size: 0.5rem;
  line-height: 0.8rem;
  text-align: center;
}

.note-editor.card {
  border-radius: 0;
}

.note-editor.note-airframe, .note-editor.note-frame {
  border: 0.5px solid black;
}

#registration-box .note-editor.note-airframe, #registration-box .note-editor.note-frame, #new-discuss .note-editor.note-airframe, #new-discuss .note-editor.note-frame {
  border: 0px solid black;
  border-top: 0.5px solid black;
}

.note-popover .popover-content, .note-toolbar {
  margin: 0;
  padding: 0 0 0px 0px;
}

.note-popover .popover-content > .note-btn-group, .note-toolbar > .note-btn-group {
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0px;
}

.card-header {
  background-color: #e1e1e1;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.note-toolbar .note-btn {
  background: none;
}

.fixed-buttons,
#new-discuss-button {
  position: fixed;
  bottom: 0;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
}

#new-discuss-button {
  background-color: #000;
  color: #fff;
}

.fixed-buttons button {
  margin: 0 0.125rem;
  background-color: #000;
  color: #fff;
}

#close-add-post,
#close-discuss,
#close-add-news {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#registration-box,
#new-discuss,
#add-news-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-height: 24rem;
  background-color: black;
  color: white;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11;
}

.registration-content,
.new-discuss-content {
  max-width: calc(950px - 9.15rem);
  margin: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.news-message {
  width: 100%;
  min-height: 3.5rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: white;
  border: none;
}

.news-message:focus {
  border: none;
}

.modal-backdrop {
  z-index: 10;
}

.post-entete-news {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.news-entete-center {
  display: inline-block;
}

.news-entete-center .username,
.news-entete-center .event-date {
  display: inline-block;
}

.form-bg {
  position: fixed;
  min-width: 600px;
  pointer-events: none;
}

.form-bg:last-of-type {
  min-width: 400px;
}

svg path,
svg polygon {
  fill: black !important;
}

.modal {
  position: absolute;
}

.modal-backdrop.show {
  display: none !important;
}

.note-modal .modal-dialog {
  border-radius: 0px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.modal-dialog {
  max-width: 500px;
  margin: 1rem auto;
}

.modal-content {
  border-radius: 0px;
  color: black;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: black;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.sn-checkbox-open-in-new-window,
.sn-checkbox-use-protocol {
  display: none;
}

@media (hover: hover) {
  .btn-primary:hover {
    color: black;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
  }
}

.btn {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
}

.btn-primary {
  color: black;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.modal-header {
  padding: 0.25rem 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-body {
  padding: 0.5rem 10px;
}

.modal-dialog input {
  color: black;
}

.form-control {
  height: 1.5rem;
  padding: 0 10px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  border-radius: 0;
}

.form-check-input {
  margin-top: -0.4em;
  width: 0.9rem;
}

.note-specialchar-node {
  float: left;
  padding-right: 0;
}

.note-specialchar-node button {
  width: 29.8px !important;
  height: 29px !important;
  padding: 0 !important;
  margin: 1px !important;
  font-size: 17px;
  line-height: 29px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5rem;
}

.modal-header .close {
  padding: 0rem 1rem;
  margin: 0rem -1rem 0rem auto;
}

#artist-box,
#guest-box {
  position: fixed;
  max-width: 1500px;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  max-height: 800px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  box-sizing: content-box;
  z-index: 99;
}

#guest-box p a {
  text-decoration: none;
  background-color: black;
  color: white;
  padding: 0px 4px;
}

#guest-box p a:hover {
  background-color: white;
  color: black;
}

#artist-box .row,
#guest-box .row {
  min-height: 100%;
  overflow: hidden;
  height: inherit;
}

.artist-infos {
  width: 20rem;
  float: left;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.guest-infos {
  width: 100%;
  float: left;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.artist-slides {
  width: calc(100% - 20rem);
  height: 100%;
  float: left;
  overflow-y: auto;
  scrollbar-width: none;
}

.artist-slides .carousel-cell {
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem;
}

.artist-slides .carousel-cell .carousel-image {
  width: 100%;
  height: 100%;
}

.artist-slides .carousel-cell .carousel-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 700px;
}

.artist-slides .carousel-cell .caption {
  width: 100%;
  padding-top: 0.25rem;
}

#photos-artist {
  height: 100%;
}

.nav-artist {
  display: inline-block;
}

.nav-artist li {
  float: left;
  margin-right: 0.5rem;
}

.nav-artist li:last-child {
  margin-right: 0rem;
}

.nav-artist li a {
  background: none !important;
  color: white !important;
}

.artist-close,
.guest-close {
  width: auto;
  height: auto;
  float: left;
  position: absolute;
  top: 0;
  margin-top: -0.25rem;
  margin-right: -0.4rem;
  right: 0;
  z-index: 1;
}

.artist-section-title {
  text-align: center;
  padding-bottom: 0.5rem;
}

#photos-artist-sm .artist-section-title + div {
  margin-top: -1rem;
  padding-top: 0;
}

#close-box-bg {
  position: fixed;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.negatif {
  background-color: black !important;
  color: white !important;
}

.negatif .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: white;
}

.negatif ::-moz-selection {
  background: #ffffff;
  color: #000000;
}

.negatif ::selection {
  background: #ffffff;
  color: #000000;
}

.negatif a {
  background-color: white !important;
  color: black !important;
}

@media (hover: hover) {
  .negatif a:hover {
    background-color: black !important;
    color: white !important;
  }
}

.negatif a#artist-close,
.negatif a#guest-close {
  color: white !important;
  background: none !important;
}

@media (hover: hover) {
  .negatif a#artist-close:hover,
  .negatif a#guest-close:hover {
    color: white !important;
    background: none !important;
  }
}

.modify {
  display: inline-block;
  float: right;
}

.modify.absolute {
  position: absolute;
  right: 5rem;
}

.post-entete-news .modify.absolute {
  right: 0.5rem;
}

ul.modify-menu {
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  margin-right: 10px;
  background-color: black;
  color: white;
  z-index: 1;
}

ul.modify-menu li {
  float: none;
  min-height: 1.5rem;
  line-height: 1.5rem;
  min-width: 180px;
  background-color: black;
  color: white;
  padding: 10px;
  padding-top: 10px;
  margin: 0;
}

ul.modify-menu li + li {
  padding-top: 0;
}

ul.modify-menu button {
  width: 100%;
}

.post-modify-cancel {
  width: auto;
  margin-left: 0.25rem;
}

.remove-box,
.modify-discuss-box,
.manage-tags-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  background-color: black;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1000;
}

.bg-red {
  background-color: #e10000;
  color: white;
}

.modify-discuss-box .text-field {
  width: calc(100vw - 2rem);
  max-width: 500px;
}

.modify-discuss-box textarea {
  min-height: 5.1rem;
}

.modify-discuss-box .button-save {
  width: 49%;
  margin: 0;
}

.modify-discuss-box .button-cancel {
  width: 49%;
  margin: 0;
  float: right;
}

.modify-news-box {
  width: 100%;
  max-width: 600px;
}

.modify-news-box .note-editable {
  max-height: 500px;
}

.manage-tags-box select {
  width: calc(100vw - 2rem);
  max-width: 500px;
  height: 1.5rem;
  border-radius: 0px;
  border: 0;
  padding: 0 0.25rem;
  margin: 0;
}

#map {
  height: 100%;
  min-height: 700px;
}

.marker {
  background-image: url("/assets/monogramme-admin.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  font-family: main, sans-serif;
  text-align: center;
  color: white;
  background: black !important;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: black !important;
}

.mapboxgl-popup-close-button {
  display: none !important;
  color: white !important;
}

.header-small {
  padding: 0;
}

.header-small li.logo-title {
  padding: 1rem 0.5rem 0.75rem 0.5rem;
}

#small-menu-open {
  cursor: pointer;
}

#small-menu-open h1 {
  width: calc(100% - 2.5rem);
  display: inline-block;
}

.small-menu-icon {
  float: right;
}

.small-menu-icon svg {
  height: 1.5rem;
  transform: translateY(-0.3rem);
  display: inline-block;
  line-height: 1rem;
}

@media (hover: hover) {
  .header-small li.logo-title:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .header-small li.logo-title:hover svg {
    fill: white;
  }
}

.header-small li.logo-title.is-open {
  background-color: #000000;
  color: #ffffff;
}

.header-small li.logo-title.is-open svg {
  fill: white;
}

.menu-small-content {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}

.menu-small-content li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}

.menu-small-content a:focus {
  color: inherit;
  text-decoration: none;
}

.menu-small-content .tt2 {
  line-height: 2rem;
}

.menu-small-content #filter-box-small {
  background-color: #e1e1e1;
  color: black;
  margin-left: -0.5rem;
  width: 100%;
  display: inline-block;
}

.menu-small-content #filter-box-small li {
  float: left;
  margin: 0rem 0rem;
  padding: 0rem 0.5rem;
  color: black;
  width: 50%;
}

.menu-small-content #search-box-small {
  background-color: black;
  color: black;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 10px 0 0 0;
}

.menu-small-content #search-box-small li {
  width: 100%;
}

.menu-small-content #search-box-small input:first-of-type {
  width: calc(100% - 90px - 0.25rem);
}

.menu-small-content #search-box-small input:last-of-type {
  width: 90px;
}

.menu-small-content ul.login-panel-small {
  margin-top: 0rem;
  background-color: black;
  color: white;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.small-panel-open,
.small-panel-open ul,
.small-panel-open li {
  background-color: black !important;
  color: white !important;
}

#filter-box-small li.sort-active,
#filter-box-small li.tag-active {
  text-decoration: underline;
}

.filter-helper-small {
  margin-top: 0rem;
  padding-top: 0.1rem;
}

.highlight-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.highlight-bg svg {
  cursor: pointer;
  width: calc(556.63652px * var(--svg-ratio));
  height: auto;
  margin: 6rem 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0%;
}

.highlight-bg svg,
.highlight-bg svg path,
.highlight-bg svg polygon {
  fill: var(--main-color) !important;
}

#hl-div {
  cursor: pointer;
  background: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 3.5rem;
  padding: 1rem;
}

.hl-svg-text-content {
  display: flex;
  height: 100%;
}

.hl-svg-text-content p {
  font-size: calc(21px * 0.833 / var(--svg-ratio));
  line-height: 21px;
  align-self: center;
  padding: 2.7rem 2.1rem;
}

.hl-svg-text-content .tt3 {
  font-size: calc(21px * 2.1 / var(--svg-ratio));
  line-height: calc(21px * 2.5 / var(--svg-ratio));
  letter-spacing: 0;
}

@media (hover: hover) {
  .subresults a:hover {
    background-color: #e1e1e1;
  }
}

.colophon .limit-size {
  max-width: 960px;
  margin: auto;
}

.flex-container {
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pastille {
  height: 6rem;
  width: 6rem;
  border-radius: 3rem;
  margin: 0.25rem;
}

.forms-colophon {
  height: 16rem;
  width: 21.5rem;
  margin: 0.25rem;
  align-self: baseline;
  line-height: 16rem;
}

.forms-colophon svg {
  max-width: 100%;
  max-height: 100%;
}

.forms-colophon svg path, .forms-colophon svg polygon {
  fill: white !important;
}

.plan-box {
  --scale: 1;
  --x: 0;
  --y: 0;
  --minH: 540;
  height: 0;
  overflow: hidden;
  padding-bottom: calc(100% / var(--r));
  position: relative;
  width: 100%;
  min-height: calc(var(--minH) * 1px);
  overflow-x: auto;
}

.plan-box .plan-display,
.plan-box .plan-background,
.plan-box .plan-artists,
.plan-box .plan-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: calc(var(--minH) * 1px);
  min-width: calc(var(--minH) * var(--r) * 1px);
}

.plan-box .plan-display {
  transform-origin: 0px 0px;
  transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px)) scale(calc(1 * var(--scale)));
}

.plan-box .link-in-plan {
  position: absolute;
  z-index: 1;
  transform: scale(calc(1 / var(--scale)));
  margin-left: -0.625rem;
  margin-top: -0.625rem;
}

.plan-box .plan-background img {
  width: 100%;
  height: 100%;
  min-height: calc(var(--minH) * 1px);
  min-width: calc(var(--minH) * var(--r) * 1px);
  object-fit: cover;
  object-position: 0 0;
}

@media screen and (min-width: 1200px) {
  .plan-box .link-in-plan {
    margin-left: -1rem;
    margin-top: -1rem;
  }
  .plan-box .useravatartitle img {
    width: 2rem;
    height: auto;
  }
}

.plan-container {
  max-width: 1400px;
}

.difference {
  mix-blend-mode: difference;
}

.difference h1 {
  color: white !important;
}

.intro-title {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-title img.title-large {
  width: 90%;
  transform: translateY(-11px);
}

.intro-title img.title-small {
  width: auto;
  height: 65%;
  transform: translateY(-11px);
  display: none;
}

.signature-intro {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 0.7rem 0.5rem 0.75rem 0.5rem;
}

.page-programme a {
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 0px 4px;
}

.page-programme a:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

.programme-list,
.programme-infos,
.programme-arcs {
  width: 100%;
}

.programme-item {
  display: grid;
  margin-bottom: 1.5rem;
  grid-gap: 1rem 0rem;
  grid-template-columns: 2rem auto;
}

.programme-lang {
  margin-top: 0.25rem;
}

.programme-audio {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 1rem 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.programme-audio a {
  text-decoration: none;
  background: none;
  color: inherit;
  padding: 0px 0px;
}

.programme-audio a:hover {
  text-decoration: underline;
  background: none;
  color: inherit;
}

.programme-audio img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  padding-bottom: 0.5rem;
}

@media screen and (max-aspect-ratio: 1 / 1) {
  .intro-title img.title-large {
    display: none;
  }
  .intro-title img.title-small {
    display: block;
  }
}

@media screen and (min-width: 2000px) {
  #artist-box, #guest-box {
    max-width: 1800px;
    max-height: 1000px;
  }
  section.container {
    max-width: 1280px;
  }
  .registration-content,
  .new-discuss-content {
    max-width: calc(1280px - 9.15rem);
  }
}

@media screen and (max-width: 1560px) {
  .header.hide-mlg .logo-title h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1160px) {
  .tt3, .tt3.p p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 0.005em;
  }
  .artist-infos {
    width: 100%;
  }
  #artist-slides-sm img {
    width: 100%;
    height: auto;
  }
  #artist-box h1 {
    width: calc(100% - 2.5rem);
  }
  .caption-sm {
    padding-top: 0.25rem;
  }
  #artist-box {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
  section.container.page-artistes li {
    display: block;
  }
  section.container.page-artistes li a {
    padding: 0 0rem;
  }
  section.container.page-artistes li::after {
    content: none;
  }
  #small-menu-open h1 {
    vertical-align: middle;
  }
  .header-small li.logo-title {
    padding: 0.8rem 0.5rem 0.6rem 0.5rem;
  }
  section.container {
    margin-top: calc(2.4rem - 1px);
    max-height: calc(var(--vh, 1vh) * 100 - 2.4rem + 4px);
  }
}

@media screen and (max-width: 960px) {
  section.container {
    padding: 1.5rem 4rem;
  }
  .post-title {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  #map {
    min-height: 480px;
  }
  #artist-box, #guest-box {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
  section.container.page-artistes h1 {
    width: 100%;
  }
  section.container.page-artistes h1::after {
    content: "";
  }
  section.container.page-guests {
    padding-bottom: 1.5rem;
  }
  section.container.page-guests h1 {
    margin-left: -4rem;
    margin-right: -4rem;
    padding-left: 0.5rem;
  }
  .filter-helper-small {
    margin-top: 0.2rem;
  }
  .modify.absolute {
    right: 0.5rem;
  }
  .page-news .post-content img {
    max-width: 100%;
  }
  section.container.page-artistes ul {
    column-count: 1;
  }
}

@media screen and (max-width: 950px) {
  section.container.bl {
    border-left: none;
  }
  section.container.br {
    border-right: none;
  }
  .forms-colophon {
    height: 11rem;
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
  section.container {
    padding: 1.5rem 0.5rem 1.5rem 2.5rem;
  }
  .post-title {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .discuss .event-header {
    margin-left: -2rem;
  }
  .post-entete .useravatar {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -2rem;
  }
  .replies {
    margin-left: 2rem;
  }
  section.container.page-guests {
    max-width: 100%;
    padding: 1rem 0.5rem 1.5rem 0.5rem;
  }
  section.container.page-guests h1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    line-height: 1.8rem;
    margin-top: 0;
  }
  section.container.page-guests h1:first-child {
    margin-top: 0;
  }
  .tt3, .tt3.p p,
  .tt, .tt.p p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 0.005em;
  }
  .artist-close, .guest-close {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #artist-box h1 {
    width: 100%;
  }
  section.container .sc,
  section.container .sc p,
  section.container .sc a,
  section.container time.sc,
  section.container .post-entete {
    font-size: 0.7rem;
    line-height: 0.84rem;
  }
  .post-entete .event-date {
    padding-left: 1rem;
  }
  :root {
    --svg-ratio: 0.8;
  }
  .hl-svg-text-content p {
    font-size: calc(21px * 0.833 / var(--svg-ratio));
    line-height: 21px;
  }
  .hl-svg-text-content .tt3 {
    font-size: calc(21px * 1.5 / var(--svg-ratio));
    line-height: calc(21px * 1.8 / var(--svg-ratio));
    letter-spacing: 0.005em;
  }
  .hl-svg-text-content .sc {
    font-size: calc(21px * 0.7 / var(--svg-ratio));
    line-height: calc(21px * 0.84 / var(--svg-ratio));
  }
  .signature-intro {
    padding: 0.4rem 0.5rem 0.5rem 0.5rem;
  }
  #hl-div {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 650px) {
  .tt3, .tt3.p p,
  .tt4, .tt4.p p {
    font-size: 0.833rem;
    line-height: 1rem;
    letter-spacing: 0.01em;
  }
  .colophon .tt3, .colophon .tt3.p p, #artist-box h1.tt3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 0.005em;
  }
  .programme-lang {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 540px) {
  #map {
    min-height: 540px;
  }
  .programme-audio {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 490px) {
  :root {
    --svg-ratio: 0.72;
  }
  .highlight-bg svg {
    margin: 6rem 0.25rem;
  }
}

@media screen and (max-width: 410px) {
  html {
    font-size: 18px;
  }
  .tt3, .tt3.p p, body, .tt4, .tt4.p p,
  h1, h2, h3, h4, h5, h6, p, ul, li, table, th, td, tr {
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.01em;
  }
  .post-content span {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
    letter-spacing: 0.01em !important;
  }
  section.container.page-about {
    padding-top: 0.35rem;
  }
  :root {
    --svg-ratio: 0.6;
  }
  .hl-svg-text-content p {
    font-size: calc(18px * 1 / var(--svg-ratio));
    line-height: calc(18px * 1.2 / var(--svg-ratio));
    letter-spacing: 0.01em;
  }
  .hl-svg-text-content .tt3 {
    font-size: calc(18px * 1 / var(--svg-ratio));
    line-height: calc(18px * 1.2 / var(--svg-ratio));
    letter-spacing: 0.01em;
  }
  .hl-svg-text-content .sc {
    font-size: calc(18px * 0.7 / var(--svg-ratio));
    line-height: calc(18px * 0.84 / var(--svg-ratio));
  }
  .header-small li.logo-title {
    padding: 0.7rem 0.5rem 0.25rem 0.5rem;
  }
  section.container {
    margin-top: calc(1.95rem - 0px);
    max-height: calc(var(--vh, 1vh) * 100 - 1.95rem + 4px);
  }
  #hl-div {
    margin-bottom: 3.4rem;
  }
}

@media screen and (max-width: 380px) {
  .discuss-participants {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  html {
    font-size: 19px;
  }
  .tt, .tt.p p, #artist-box h1.tt3, section.container.page-guests h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.005em;
  }
  .tt2 {
    font-size: 1.25rem;
  }
  #artist-box, #guest-box {
    width: 100%;
    height: 100%;
    border: none;
  }
  :root {
    --svg-ratio: 0.555;
  }
  .tt3, .tt3.p p, .tt4, .tt4.p p, body,
  h1, h2, h3, h4, h5, h6, p, ul, li, table, th, td, tr {
    font-size: 0.833rem;
    line-height: 1rem;
    letter-spacing: 0.01em;
  }
  .post-content span {
    font-size: 0.833rem !important;
    line-height: 1rem !important;
    letter-spacing: 0.01em !important;
  }
  .replies {
    margin-left: 0rem;
  }
  #map {
    min-height: 360px;
  }
  #hl-div {
    margin-bottom: 3rem;
  }
}
