@charset "UTF-8";
body,
html {
  color: #000;
}

#splashscreen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 900 !important;
  background-color: #000;
  margin: 0 !important;
}

#splashscreen .row {
  height: 100vh;
}

.border-black {
  border-color: #000 !important;
}

.btn {
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  background-color: transparent;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-full {
  border: 1px solid #000 !important;
  border-radius: 0;
  background-color: transparent;
}

.link-black {
  color: #000;
}

.new-single h3 {
  font-weight: 400;
}

@media (max-width: 1200px) {
  .work-vignette-title {
    font-size: 18px;
  }
}

.residence-content li::marker {
  padding-right: 10px;
}

.contact {
  min-height: 102px;
}

.contact p {
  line-height: 1.25;
}

.contact a:hover {
  border-bottom: 1px solid #000;
}

.carousel-top #carouselExampleControls {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 768px) {
  .carousel-top #carouselExampleControls .carousel-item {
    height: 80vh;
  }
}

.carousel-top #carouselExampleControls .carousel-item img {
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .carousel-top #carouselExampleControls .carousel-item img {
    position: absolute;
    min-height: 80vh;
  }
}

@media (min-width: 768px) {
  .carousel-top #carouselExampleControls .carousel-caption-custom {
    position: static !important;
    bottom: initial !important;
    height: 100%;
  }
  .carousel-top #carouselExampleControls .carousel-caption-custom .event-title {
    margin-top: 3%;
    position: absolute;
    top: 3%;
    color: #fff;
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
    width: 75%;
  }
  .carousel-top #carouselExampleControls .carousel-caption-custom .event-infos {
    position: absolute;
    bottom: 3%;
    color: white;
  }
  .carousel-top #carouselExampleControls .carousel-caption-custom .event-infos .h5 {
    font-size: 2rem;
  }
  .carousel-top #carouselExampleControls .carousel-caption-custom .event-infos strong {
    font-weight: 500;
  }
  .carousel-top #carouselExampleControls.carousel-caption-custom .event-infos .more-carousel {
    color: white;
  }
}

.carousel-top #carouselExampleControls .carousel-control-next,
.carousel-top #carouselExampleControls .carousel-control-prev {
  width: 5%;
}

.page-wrapper .sidebar-wrapper,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fal {
  font-weight: 200;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  right: -0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-right: 300px;
  }
}

/*----------------show sidebar button----------------*/
.show-sidebar {
  box-shadow: none !important;
}

.navbar {
  height: 18%;
}

.navbar .vv-logo {
  height: 80%;
}

.navbar .wrapper_burger {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navbar .wrapper_burger .language-selector a {
  color: black;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.navbar .burger-menu {
  height: 80%;
}

.navbar p {
  line-height: 1;
  margin-bottom: 0;
}

.navbar .show-sidebar {
  font-size: 50px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  width: 100vw;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100vw;
  z-index: 999;
  /*----------------sidebar-content----------------*/
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
  color: #000000;
}

.sidebar-wrapper .sidebar-content {
  padding: 10px 20px;
  position: relative;
  /*--------------------sidebar-brand----------------------*/
  /*----------------------sidebar-menu-------------------------*/
}

.sidebar-wrapper .sidebar-content .sidebar-brand {
  height: 18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-wrapper .sidebar-content .sidebar-brand .sidebar-logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-content .sidebar-brand .sidebar-logo .vv-logo {
  height: 80%;
}

.sidebar-wrapper .sidebar-content .sidebar-brand .sidebar-logo p {
  line-height: 1;
}

.sidebar-wrapper .sidebar-content .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 50px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu ul li a {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.sidebar-wrapper .sidebar-content .sidebar-menu ul li a p {
  line-height: 1;
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-content .sidebar-menu ul li a:hover p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-left: 70px;
  padding-right: 30px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu .active.show p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-left: 70px;
  padding-right: 30px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu .show p::before:focus {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-left: 70px;
  padding-right: 30px;
}

.sidebar-wrapper .sidebar-content .tab-content ul li a p {
  line-height: 1;
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-content .tab-content a:hover p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-right: 30px;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  background: #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #000000;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #000000;
}

.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}

.sidebar-menu-mobile {
  padding-bottom: 10px;
  overflow-y: scroll;
}

.sidebar-menu-mobile ul li a {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.sidebar-menu-mobile ul li a p {
  line-height: 1;
  margin-bottom: 0;
}

.sidebar-menu-mobile .nav-link:not(.collapsed) p {
  padding-top: 2rem;
}

.sidebar-menu-mobile .nav-link:not(.collapsed) p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1;
  padding-left: 20px;
  padding-right: 10px;
}

.sidebar-menu-mobile .nav-link:not(.collapsed) p.no-before::before {
  content: none;
}

.sidebar-menu-mobile .collapse.show {
  padding-left: calc(30px + 1rem);
  line-height: 1;
}

.carousel-top .carousel {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 768px) {
  .carousel-top .carousel .carousel-item {
    height: 80vh;
  }
}

.carousel-top .carousel .carousel-item img {
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .carousel-top .carousel .carousel-item img {
    position: absolute;
    min-height: 80vh;
  }
}

.carousel-top .carousel .carousel-control-next,
.carousel-top .carousel .carousel-control-prev {
  width: 5%;
}

@media (min-width: 768px) {
  .carousel-top .carousel .carousel-caption-custom {
    position: static !important;
    bottom: initial !important;
    height: 100%;
  }
  .carousel-top .carousel .carousel-caption-custom .event-title {
    margin-top: 3%;
    position: absolute;
    top: 3%;
    color: #fff;
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
    width: 75%;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos {
    position: absolute;
    bottom: 3%;
    color: white;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos .h5 {
    font-size: 2rem;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos strong {
    font-weight: 500;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos .more-carousel {
    color: white;
  }
}

.card {
  border: none;
  border-radius: 0;
  border-color: #000000 !important;
}

.card .card-title h2 {
  line-height: 1;
}

.footer {
  background-color: #d9dada;
}

@media (min-width: 768px) {
  .footer .section-title {
    font-size: 1.5rem;
  }
}

.footer .modal-dialog,
.footer .modal-content {
  border: none;
  border-radius: 0;
}

.footer .modal-dialog label,
.footer .modal-content label {
  margin-bottom: 0;
}

.footer .modal-header {
  border: none;
}

.footer .modal-header .close:focus {
  outline: none;
}

.footer a {
  text-decoration: none;
  color: #000000;
}

small > p {
  line-height: 4;
}

.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: transparent;
  line-height: 2;
}

.form-control:focus {
  box-shadow: none;
  color: #000000;
}

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

main a {
  padding: 0;
  color: #000;
  line-height: 1;
}

main a:hover, main a:focus {
  text-decoration: none;
  color: #000;
}

main .ariane a {
  padding: 0;
}

main .ariane h3 {
  font-weight: 400;
}

main .ariane a.active p,
main .ariane a:hover p {
  font-weight: 600;
  border-bottom: solid 1px #000;
}

main .nav-tabs {
  border: none;
}

main .nav-tabs a {
  color: #000;
  line-height: 1;
}

main h3 {
  color: #000;
  line-height: 1;
}

main .news-title {
  font-weight: 400;
}

main .nav-tabs .nav-item.show .nav-link,
main .nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #000;
}

main .nav-tabs .nav-link:hover,
main .nav-tabs .nav-link:focus {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom: solid 1px #000;
}

main .credit p {
  margin-bottom: 0;
}

main .swiper-button-prev-unique,
main .swiper-button-next-unique {
  z-index: 25;
  cursor: pointer;
}

.related {
  margin-top: 5%;
}

.related a:hover {
  color: #000000;
  text-decoration: none;
}

.related a:hover::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1;
  padding-right: 5px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiperThumbnails {
  height: 20%;
  width: 95%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiperThumbnails .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.swiperThumbnails .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev-unique {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 25;
}

.swiper-button-next-unique {
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 25;
}

.swiper-button-disabled {
  opacity: 50%;
}

.img-partners {
  max-height: 100px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.rr-container a {
  text-decoration: none;
  color: #000;
}

.rr-container p {
  margin-bottom: 0;
}

.rr-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

@media screen and (min-width: 1024px) {
  .rr-container ul {
    gap: 2rem;
  }
}

.rr-container ul li {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px transparent solid;
}

.rr-container ul li:hover, .rr-container ul li.rr-active-tab {
  border-color: #000;
}

.rr-container button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  line-height: normal;
}

.rr-container h2 {
  font-size: 4rem;
  line-height: 1;
  color: var(--festival-color);
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .rr-container h2 {
    font-size: 7rem;
  }
}

.rr-container h3 {
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--festival-color);
}

.rr-poster-container {
  margin-bottom: 4rem;
}

@media screen and (min-width: 764px) {
  .rr-poster-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .rr-poster-container > div {
    display: block;
    width: 50%;
  }
}

.rr-poster-container img {
  width: 100%;
}

.rr-artists-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1, 1fr;
}

@media screen and (min-width: 764px) {
  .rr-artists-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .rr-artists-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.rr-artist-name {
  font-size: 1.875rem;
}

.rr-artist-function {
  font-size: 1.25rem;
}

.rr-artist-img {
  position: relative;
}

.rr-artist-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.rr-artist-img > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--festival-color);
  mix-blend-mode: multiply;
  visibility: visible;
}

.rr-artists-container .rr-artist-container:hover .rr-artist-name, .rr-artists-container .rr-artist-container:hover .rr-artist-function, .rr-artists-container .rr-artist-list-container:hover .rr-artist-name, .rr-artists-container .rr-artist-list-container:hover .rr-artist-function, .rr-showtimes-container .rr-artist-container:hover .rr-artist-name, .rr-showtimes-container .rr-artist-container:hover .rr-artist-function, .rr-showtimes-container .rr-artist-list-container:hover .rr-artist-name, .rr-showtimes-container .rr-artist-list-container:hover .rr-artist-function {
  color: var(--festival-color);
}

.rr-artists-container .rr-artist-container:hover .rr-artist-img > div, .rr-artists-container .rr-artist-list-container:hover .rr-artist-img > div, .rr-showtimes-container .rr-artist-container:hover .rr-artist-img > div, .rr-showtimes-container .rr-artist-list-container:hover .rr-artist-img > div {
  visibility: hidden;
}

.rr-ticket-container {
  color: var(--festival-color) !important;
  font-size: 4rem;
}

.rr-ticket-container i {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .rr-ticket-container {
    font-size: 7rem;
  }
  .rr-ticket-container i {
    font-size: 5rem;
  }
}

.rr-ticket-container:hover {
  color: #000 !important;
}

.rr-line-up-container .rr-ticket-container {
  display: none;
}

@media screen and (min-width: 1240px) {
  .rr-line-up-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
  }
  .rr-line-up-container .rr-ticket-container {
    display: block;
    justify-self: flex-end;
  }
  .rr-line-up-container > div {
    width: 50%;
  }
}

.rr-line-up-container ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rr-line-up-container ul li {
  color: var(--festival-color) !important;
  opacity: 50%;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .rr-line-up-container ul li {
    font-size: 7rem;
  }
}

.rr-line-up-container ul li:hover, .rr-line-up-container ul li.rr-active-tab {
  border-color: var(--festival-color);
  opacity: 100%;
}

.rr-showtimes-container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.rr-showtimes-container .rr-showtime-container {
  padding-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rr-showtimes-container .rr-showtime-container:not(:last-of-type) {
  border-bottom: 1px solid #000;
}

.rr-showtimes-container .rr-start-hour-container {
  width: 8rem;
  font-size: 1.875rem;
}

.rr-showtimes-container .rr-artists-lists-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.rr-showtimes-container .rr-artist-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.rr-showtimes-container .rr-artist-list-container .rr-artist-img {
  width: 8rem;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rr-showtimes-container .rr-artist-list-container .rr-location-container {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

@media screen and (min-width: 764px) {
  .rr-infos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 2rem;
  }
  .rr-infos-container > div {
    width: 50%;
  }
}

.rr-infos-container .rr-ticket-container {
  display: none;
}

@media screen and (min-width: 1240px) {
  .rr-infos-container .rr-ticket-container {
    display: block;
  }
}

.rr-infos-container button {
  border-bottom: 1px solid transparent;
}

.rr-infos-container button:hover, .rr-infos-container button.rr-opened-accordion {
  border-color: var(--festival-color);
}

.rr-infos-container button + div {
  padding: 2rem 0;
}

.rr-infos-container button + div > div {
  margin-bottom: 2rem;
}

@media screen and (min-width: 764px) {
  .sl-customizable-content {
    width: 50%;
  }
}

.rr-big-colored-font-format {
  color: var(--festival-color) !important;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .rr-big-colored-font-format {
    font-size: 7rem;
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h5 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

body,
html {
  color: #000;
}

#splashscreen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 900 !important;
  background-color: #000;
  margin: 0 !important;
}

#splashscreen .row {
  height: 100vh;
}

.border-black {
  border-color: #000 !important;
}

.btn {
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  background-color: transparent;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-full {
  border: 1px solid #000 !important;
  border-radius: 0;
  background-color: transparent;
}

.link-black {
  color: #000;
}

.new-single h3 {
  font-weight: 400;
}

@media (max-width: 1200px) {
  .work-vignette-title {
    font-size: 18px;
  }
}

.residence-content li::marker {
  padding-right: 10px;
}

.contact {
  min-height: 102px;
}

.contact p {
  line-height: 1.25;
}

.contact a:hover {
  border-bottom: 1px solid #000;
}

.page-wrapper .sidebar-wrapper,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fal {
  font-weight: 200;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  right: -0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-right: 300px;
  }
}

/*----------------show sidebar button----------------*/
.show-sidebar {
  box-shadow: none !important;
}

.navbar {
  height: 18%;
}

.navbar .vv-logo {
  height: 80%;
}

.navbar .wrapper_burger {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navbar .wrapper_burger .language-selector a {
  color: black;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.navbar .burger-menu {
  height: 80%;
}

.navbar p {
  line-height: 1;
  margin-bottom: 0;
}

.navbar .show-sidebar {
  font-size: 50px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  width: 100vw;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100vw;
  z-index: 999;
  /*----------------sidebar-content----------------*/
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
  color: #000000;
}

.sidebar-wrapper .sidebar-content {
  padding: 10px 20px;
  position: relative;
  /*--------------------sidebar-brand----------------------*/
  /*----------------------sidebar-menu-------------------------*/
}

.sidebar-wrapper .sidebar-content .sidebar-brand {
  height: 18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-wrapper .sidebar-content .sidebar-brand .sidebar-logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-content .sidebar-brand .sidebar-logo .vv-logo {
  height: 80%;
}

.sidebar-wrapper .sidebar-content .sidebar-brand .sidebar-logo p {
  line-height: 1;
}

.sidebar-wrapper .sidebar-content .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 50px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu ul li a {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.sidebar-wrapper .sidebar-content .sidebar-menu ul li a p {
  line-height: 1;
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-content .sidebar-menu ul li a:hover p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-left: 70px;
  padding-right: 30px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu .active.show p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-left: 70px;
  padding-right: 30px;
}

.sidebar-wrapper .sidebar-content .sidebar-menu .show p::before:focus {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-left: 70px;
  padding-right: 30px;
}

.sidebar-wrapper .sidebar-content .tab-content ul li a p {
  line-height: 1;
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-content .tab-content a:hover p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  padding-right: 30px;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  background: #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #000000;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #000000;
}

.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}

.sidebar-menu-mobile {
  padding-bottom: 10px;
  overflow-y: scroll;
}

.sidebar-menu-mobile ul li a {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.sidebar-menu-mobile ul li a p {
  line-height: 1;
  margin-bottom: 0;
}

.sidebar-menu-mobile .nav-link:not(.collapsed) p {
  padding-top: 2rem;
}

.sidebar-menu-mobile .nav-link:not(.collapsed) p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1;
  padding-left: 20px;
  padding-right: 10px;
}

.sidebar-menu-mobile .nav-link:not(.collapsed) p.no-before::before {
  content: none;
}

.sidebar-menu-mobile .collapse.show {
  padding-left: calc(30px + 1rem);
  line-height: 1;
}

.carousel-top .carousel {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 768px) {
  .carousel-top .carousel .carousel-item {
    height: 80vh;
  }
}

.carousel-top .carousel .carousel-item img {
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .carousel-top .carousel .carousel-item img {
    position: absolute;
    min-height: 80vh;
  }
}

.carousel-top .carousel .carousel-control-next,
.carousel-top .carousel .carousel-control-prev {
  width: 5%;
}

@media (min-width: 768px) {
  .carousel-top .carousel .carousel-caption-custom {
    position: static !important;
    bottom: initial !important;
    height: 100%;
  }
  .carousel-top .carousel .carousel-caption-custom .event-title {
    margin-top: 3%;
    position: absolute;
    top: 3%;
    color: #fff;
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
    width: 75%;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos {
    position: absolute;
    bottom: 3%;
    color: white;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos .h5 {
    font-size: 2rem;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos strong {
    font-weight: 500;
  }
  .carousel-top .carousel .carousel-caption-custom .event-infos .more-carousel {
    color: white;
  }
}

.card {
  border: none;
  border-radius: 0;
  border-color: #000000 !important;
}

.card .card-title h2 {
  line-height: 1;
}

.footer {
  background-color: #d9dada;
}

@media (min-width: 768px) {
  .footer .section-title {
    font-size: 1.5rem;
  }
}

.footer .modal-dialog,
.footer .modal-content {
  border: none;
  border-radius: 0;
}

.footer .modal-dialog label,
.footer .modal-content label {
  margin-bottom: 0;
}

.footer .modal-header {
  border: none;
}

.footer .modal-header .close:focus {
  outline: none;
}

.footer a {
  text-decoration: none;
  color: #000000;
}

small > p {
  line-height: 4;
}

.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: transparent;
  line-height: 2;
}

.form-control:focus {
  box-shadow: none;
  color: #000000;
}

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.8;
  /* Firefox */
  margin-bottom: 40px;
}

main a {
  padding: 0;
  color: #000;
  line-height: 1;
}

main a:hover, main a:focus {
  text-decoration: none;
  color: #000;
}

main .ariane a {
  padding: 0;
}

main .ariane h3 {
  font-weight: 400;
}

main .ariane a.active p,
main .ariane a:hover p {
  font-weight: 600;
  border-bottom: solid 1px #000;
}

main .nav-tabs {
  border: none;
}

main .nav-tabs a {
  color: #000;
  line-height: 1;
}

main h3 {
  color: #000;
  line-height: 1;
}

main .news-title {
  font-weight: 400;
}

main .nav-tabs .nav-item.show .nav-link,
main .nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #000;
}

main .nav-tabs .nav-link:hover,
main .nav-tabs .nav-link:focus {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom: solid 1px #000;
}

main .credit p {
  margin-bottom: 0;
}

main .swiper-button-prev-unique,
main .swiper-button-next-unique {
  z-index: 25;
  cursor: pointer;
}

.related {
  margin-top: 5%;
}

.related a:hover {
  color: #000000;
  text-decoration: none;
}

.related a:hover::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #000000;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1;
  padding-right: 5px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiperThumbnails {
  height: 20%;
  width: 95%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiperThumbnails .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.swiperThumbnails .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev-unique {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 25;
}

.swiper-button-next-unique {
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 25;
}

.swiper-button-disabled {
  opacity: 50%;
}

.img-partners {
  max-height: 100px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h5 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

/* form */
table.nf-table-display {
  width: 50%;
}

.nf-form-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: inherit !important;
}

.nf-form-title, .nf-before-form-content, .nf-after-form-content {
  text-align: left !important;
}

.nf-before-form-content {
  margin-bottom: 38px !important;
}

.nf-form-content input:not([type=submit]) {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.nf-field-container {
  margin-bottom: 38px !important;
}

.nf-form-content .ninja-forms-field {
  padding: 2px 0 2px 0 !important;
  height: auto !important;
}

.nf-field-label, .nf-error.field-wrap .nf-field-element:after {
  font-family: "Roboto", sans-serif !important;
}

.nf-field-label label, .nf-label-span {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.ninja-forms-req-symbol {
  color: #000 !important;
}

.nf-error-msg.nf-error-required-error {
  text-align: left !important;
  color: #000 !important;
  text-transform: uppercase !important;
}

.nf-error.field-wrap .nf-field-element:after {
  width: auto !important;
  height: 100% !important;
  line-height: inherit !important;
  background: transparent !important;
  color: #000 !important;
}

.nf-error.field-wrap .nf-field-element:after {
  content: "!" !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}

.nf-form-content select.ninja-forms-field {
  color: #000 !important;
}

.nf-error .ninja-forms-field {
  border: transparent !important;
}

select {
  border-radius: 0 !important;
  border: 1px solid #000;
}

.number-container input::-webkit-input-placeholder {
  color: #000 !important;
}

.number-container input::-moz-placeholder {
  color: #000 !important;
}

.number-container input:-ms-input-placeholder {
  color: #000 !important;
}

.number-container input::-ms-input-placeholder {
  color: #000 !important;
}

.number-container input::placeholder {
  color: #000 !important;
}

.listradio-container label {
  text-align: left !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.listradio-wrap .nf-field-element label:after {
  border: 1px solid #000 !important;
  background: transparent !important;
}

.list-radio-wrap .nf-field-element li input {
  visibility: hidden !important;
}

.submit-container {
  margin-bottom: 16px !important;
}

.nf-form-content input[type=submit] {
  padding: 8px 16px !important;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #000 !important;
}

.nf-form-content input[type=submit]:hover {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #000 !important;
}

.submit-container .nf-field-element, .nf-error-msg.nf-error-field-errors {
  text-align: left !important;
}

.nf-error-msg.nf-error-field-errors {
  color: #000 !important;
  text-transform: uppercase !important;
  margin-bottom: 16px;
}

/* cards webshop */
.sl-webshop-infos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sl-prices-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sl-prices-container p {
  margin-bottom: 0;
}

.sl-single-product-detail .sl-prices-container {
  margin-bottom: 1rem;
}

.sl-cta-buy {
  border: 1px solid #000;
  padding: .375rem 1.5rem;
  line-height: 1.5;
  display: inline-block;
}

.sl-webshop-card:hover .sl-cta-buy, .sl-cta-buy:hover {
  background: #000;
  color: #fff;
}

.sl-single-product-detail {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
