@import url("https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto:100,400,700");
@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icon.eot");
  src: url("../fonts/icons/icon.eot?#iefix") format("eot"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.ttf") format("truetype"), url("../fonts/icons/icon.svg#icon") format("svg");
}
.icon:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-arrow:before {
  content: "\e001";
}

.icon-billeterie:before {
  content: "\e002";
}

.icon-mail:before {
  content: "\e003";
}

.icon-map:before {
  content: "\e004";
}

.icon-play-music:before {
  content: "\e006";
}

.icon-play:before {
  content: "\e007";
}

.icon-plus:before {
  content: "\e008";
}

.icon-search-circle:before {
  content: "\e009";
}

.icon-search:before {
  content: "\e00a";
}

.icon-share-circle:before {
  content: "\e00b";
}

.icon-social-circle-facebook:before {
  content: "\e00c";
}

.icon-social-circle-instagram:before {
  content: "\e00d";
}

.icon-social-circle-twitter:before {
  content: "\e00e";
}

.icon-website:before {
  content: "\e00f";
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icon.eot");
  src: url("../fonts/icons/icon.eot?#iefix") format("eot"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.ttf") format("truetype"), url("../fonts/icons/icon.svg#icon") format("svg");
}
.icon:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-arrow:before {
  content: "\e001";
}

.icon-billeterie:before {
  content: "\e002";
}

.icon-mail:before {
  content: "\e003";
}

.icon-map:before {
  content: "\e004";
}

.icon-play-music:before {
  content: "\e006";
}

.icon-play:before {
  content: "\e007";
}

.icon-plus:before {
  content: "\e008";
}

.icon-search-circle:before {
  content: "\e009";
}

.icon-search:before {
  content: "\e00a";
}

.icon-share-circle:before {
  content: "\e00b";
}

.icon-social-circle-facebook:before {
  content: "\e00c";
}

.icon-social-circle-instagram:before {
  content: "\e00d";
}

.icon-social-circle-twitter:before {
  content: "\e00e";
}

.icon-website:before {
  content: "\e00f";
}

/* -----------------------------------------------------  VARIABLES */
/* -----------------------------------------------------  BLOCKS */
[class*=block-] [class*=layout-] {
  padding-bottom: 2vh;
}
[class*=block-] [class*=layout-]:last-child {
  padding-bottom: 0;
}
[class*=block-] [class*=layout-]:not(.layout-header) > *:last-child {
  margin-bottom: 0;
}
[class*=block-] [class*=layout-]:not(.layout-header) .field-title {
  display: block;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
}
[class*=block-] [class*=layout-]:not(.layout-header) .field-title span {
  font-weight: 300;
}
[class*=block-] [class*=layout-]:not(.layout-header) .field-title a {
  margin: 0;
  display: inline-block;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
}
[class*=block-] [class*=layout-]:not(.layout-header) .field-title a span {
  font-weight: 300;
}
[class*=block-] .layout-header > *:last-child {
  margin-bottom: 0;
}
[class*=block-] .layout-footer > * {
  margin-bottom: 30px;
}
[class*=block-] .layout-footer > *:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------  ICONS */
.icon {
  display: inline-block;
}
.icon:before {
  font-size: 1em;
}

.layout-content [class*=listing-] li article {
  position: relative;
}
.layout-content [class*=listing-] li article .icon {
  position: absolute;
  right: 30px;
}
.layout-content [class*=listing-] li article .icon:before {
  font-size: 0.8em;
}
.layout-content [class*=listing-] li article.media .icon {
  position: absolute;
  right: 30px;
}
.layout-content [class*=listing-] li article.media .icon:before {
  font-size: 2em;
  color: #000;
}
.layout-content .field-body > *:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------  BASIC TRANSITION */
/* -----------------------------------------------------  BLOCKS WITH BACKGROUND */
/* -----------------------------------------------------  CHANGE ATTRIBUTES COLOR */
/* -----------------------------------------------------  INITIALIZE */
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", serif;
  font-weight: 400;
}

.wrapper {
  background-color: #f5f5f5;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1199px) {
  .wrapper > *:nth-child(n) {
    order: 3;
  }
  .wrapper > *:nth-child(n) > * [class=block-] {
    margin-bottom: 0 !important;
  }
  .wrapper .header {
    order: 1;
  }
  .wrapper .topbar {
    order: 2;
  }
  .header .block-main-menu, .header .block-secondary-menu, .header .block-languages, .header .block-socials, .topbar .block-main-menu, .topbar .block-secondary-menu, .topbar .block-languages, .topbar .block-socials {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #menu-toggle, .menu-icon, .slideout-sidebar {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .slideout-sidebar {
    overflow-y: scroll;
    padding-top: 60px;
    position: fixed;
    top: 0;
    left: -50vh;
    z-index: 0;
    width: 35vh;
    height: 100%;
    color: #fff;
    background-color: #a26b86;
    transition: all 300ms ease-in-out;
    display: flex;
    flex-direction: column;
  }
  .slideout-sidebar a, .slideout-sidebar .field-time {
    color: #fff;
  }
  .slideout-sidebar article.artist .field-title a {
    border-color: #fff;
  }
  .slideout-sidebar .btn {
    border-color: #fff;
  }
  .slideout-sidebar .btn:hover {
    border-color: #fff;
  }
  .slideout-sidebar .layout-content [class*=listing-] ul li {
    border-color: rgba(255, 255, 255, 0.35);
  }
  .slideout-sidebar i.icon:before {
    color: #fff;
  }
  .slideout-sidebar i.icon:before {
    color: #fff !important;
  }
  .slideout-sidebar > * {
    margin-bottom: 30px;
  }
  .slideout-sidebar [class*=layout-] {
    padding: 0;
  }
  .slideout-sidebar .block-logo {
    text-align: center;
    margin-bottom: 30px !important;
  }
  .slideout-sidebar .block-logo img {
    max-width: 50px;
  }
  .slideout-sidebar li {
    margin-bottom: 30px;
    text-align: center;
  }
  .slideout-sidebar a {
    margin: 0 !important;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 15px;
    display: inline-block;
  }
  .slideout-sidebar a span {
    font-weight: 300;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .slideout-sidebar a {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .slideout-sidebar a:after {
    height: 1px;
    background-color: #fff;
  }
  .slideout-sidebar .block-socials ul {
    text-align: center;
  }
  .slideout-sidebar .block-socials ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
  }
  #menu-toggle {
    display: none;
  }
  .menu-icon {
    cursor: pointer;
    position: fixed;
    padding: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #a26b86;
    z-index: 1;
    transition: all 300ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 200px;
    margin: 15px;
  }
  #menu-toggle:checked ~ .slideout-sidebar {
    left: 0;
  }
  #menu-toggle:checked + .menu-icon {
    left: 35vh;
    top: 0;
  }
  #menu-toggle:checked ~ .wrapper {
    padding-left: 35vh;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #menu-toggle:checked ~ .wrapper {
    padding-left: 0;
  }
  #menu-toggle:checked ~ .slideout-sidebar {
    width: 100vw;
  }
  #menu-toggle:checked + .menu-icon {
    left: inherit;
    right: 0;
    color: #fff;
  }
}
p {
  line-height: 1.6em;
  margin: 0;
  margin-bottom: 15px;
}
p strong {
  font-size: 1.2em;
}
p a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

::selection {
  color: #fff;
  background-color: #000;
}

.color {
  color: #a26b86;
}

.field-time {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #a26b86;
  display: block;
  font-size: 1.3em;
}
.field-time span {
  font-weight: 300;
}

.field-salle, .field-lieu, .field-album, .field-create {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
  font-size: 1em;
  font-weight: 300;
}
.field-salle span, .field-lieu span, .field-album span, .field-create span {
  font-weight: 300;
}

.field-salle {
  font-weight: 800;
}
.field-salle:after {
  content: ".";
}

.powered-by {
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 7px 10px;
  font-size: 0.7em !important;
}
.powered-by span {
  font-weight: 300;
}
.powered-by > span {
  display: block;
}
.powered-by > img {
  width: 22px;
  display: inline-block;
}

/* -----------------------------------------------------  TABS */
.tabs-link {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(162, 107, 134, 0.6);
}
.tabs-link > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.tabs-link > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.tabs-link li {
  margin-right: 15px;
}
.tabs-link li.active a {
  color: #fff;
  background-color: rgba(162, 107, 134, 0.6);
}
.tabs-link a {
  font-size: 1rem;
  background-color: #f5f5f5;
  display: block;
  padding: 30px;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
}
.tabs-link a span {
  font-weight: 300;
}
.tabs-link a.active {
  color: #fff;
  background-color: rgba(162, 107, 134, 0.6);
}

.tab-content {
  position: relative;
  margin-bottom: 30px;
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content:last-child {
  margin-bottom: 0;
}
.tab-content .field-body:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------- FIELDS BODY */
.field-body {
  margin-bottom: 15px;
}
.field-body:last-child {
  margin-bottom: 0;
}
.field-body > * {
  margin-bottom: 15px;
}
.field-body > *:last-child {
  margin-bottom: 0;
}
.field-body h3 {
  text-transform: uppercase;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  color: #a26b86;
}
.field-body h3 span {
  font-weight: 300;
}
.field-body h4 {
  text-transform: uppercase;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
}
.field-body h4 span {
  font-weight: 300;
}

/* -----------------------------------------------------  FORM */
input {
  display: inline-block;
  border: 1px solid #000;
  padding: 20px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: 300;
  min-width: 225px;
  text-align: center;
}
input span {
  font-weight: 300;
}

button {
  display: inline-block;
  border: 1px solid #000;
  padding: 20px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1em;
  background-color: #f5f5f5;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
button span {
  font-weight: 300;
}
button > * {
  vertical-align: middle;
}
button i.icon {
  margin-left: 15px;
}
button:after {
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a26b86;
}
button:hover {
  cursor: pointer;
}
button:hover:after {
  width: 100%;
}

/* -----------------------------------------------------  TITLES */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em;
}

.layout-header .field-title {
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.6em;
  margin-bottom: 30px;
}
.layout-header .field-subtitle {
  text-align: center;
  font-size: 1.2em;
  margin-top: -20px;
  line-height: 1em;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
}
.layout-header .field-subtitle span {
  font-weight: 300;
}
.layout-header .field-subtitle span {
  display: block;
}

/* -----------------------------------------------------  LINKS */
a {
  color: #000;
  transition: all 0.5s ease;
  position: relative;
  line-height: 1em;
  text-decoration: none;
}
a:after {
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #a26b86;
}
a:hover:after, a.active:after {
  width: 100%;
}

.listing-artists article.artist:hover > figure:before, .listing-artists article.artist:hover > figure:after {
  transition: all 0.5s ease;
  opacity: 0.5;
}
.listing-artists article.artist:hover a:after {
  width: 100%;
}

.btn {
  display: inline-block;
  border: 1px solid #000;
  padding: 20px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn > span:last-of-type {
  font-weight: 700;
}
.btn > span:last-of-type:first-child {
  font-weight: 400;
}
.btn span {
  font-weight: 300;
}
.btn > * {
  display: inline-block !important;
  vertical-align: middle;
}
.btn:after {
  bottom: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn i.icon {
  margin-left: 15px;
}

.actions {
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .actions {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .actions > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .actions > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .actions {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
  }
  .actions > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .actions > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .actions li a {
    display: block;
    text-align: center;
  }
}

/* ----------------------------------------------------- CONTAINER */
.container {
  max-width: 1199px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1199px) {
  [class*=layout-] {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.topbar .container {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.header .container {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.footer .container {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

/* ------------------------------------------------------------ */
/* ----------------------------------------------------- TOPBAR */
/* ------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
  .topbar .container {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
  }
  .topbar .container > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .topbar .container > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .topbar .container > [class*=block-].block-usp {
    flex-grow: 2;
  }
}
@media screen and (max-width: 1199px) {
  .topbar .container {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
  }
  .topbar .container > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .topbar .container > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .topbar [class*=block-] ul, .header [class*=block-] ul {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
  }
  .topbar [class*=block-] ul > *, .header [class*=block-] ul > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .topbar [class*=block-] ul > *:last-child, .header [class*=block-] ul > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .topbar [class*=block-] ul, .header [class*=block-] ul {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
  }
  .topbar [class*=block-] ul > *, .header [class*=block-] ul > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .topbar [class*=block-] ul > *:last-child, .header [class*=block-] ul > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.topbar [class*=block-] ul > li a, .header [class*=block-] ul > li a {
  text-transform: uppercase;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: 400;
  text-align: right;
}
.topbar [class*=block-] ul > li a span, .header [class*=block-] ul > li a span {
  font-weight: 300;
}

.block-usp .layout-content .field-title {
  font-family: inherit !important;
  font-size: 0.9em !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 1199px) {
  .block-usp .layout-content .field-title {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .block-usp {
    margin-bottom: 0 !important;
  }
}

.block-secondary-menu a,
.block-languages a,
.block-socials a {
  font-size: 0.8em;
}

.block-socials ul {
  justify-content: flex-end;
}
.block-socials ul li {
  margin-right: 15px !important;
}
.block-socials ul li:last-child {
  margin-right: 0 !important;
}
.block-socials ul li .icon:before {
  color: rgba(0, 0, 0, 0.35);
  font-size: 2em;
}
.block-socials ul li .icon.icon-search-circle:before {
  color: #000;
}

@media screen and (min-width: 1200px) {
  .block-secondary-menu ul > li {
    margin-right: 0 !important;
  }
  .block-secondary-menu ul > li a {
    vertical-align: middle;
    margin: 0 30px;
  }
  .block-secondary-menu ul > li:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
  }
  .block-secondary-menu ul > li:last-child:after {
    display: none;
  }
}

/* ------------------------------------------------------------ */
/* ----------------------------------------------------- HEADER */
/* ------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
  .header > * {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
  }
  .header > * > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .header > * > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .header > * > [class*=block-]:first-child {
    flex: 1.2;
  }
  .header > * > [class*=block-].block-main-menu {
    flex: 3;
    text-align: center;
  }
  .header > * > [class*=block-].block-main-menu ul {
    justify-content: center;
  }
  .header > * > [class*=block-].block-main-menu ul li a {
    text-transform: uppercase;
    font-weight: 700;
  }
  .header > * > [class*=block-]:last-child {
    flex: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header > * {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
  }
  .header > * > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .header > * > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header > * img {
    width: 200px;
  }
}

.block-main-menu ul > li {
  font-size: 1em;
  margin-right: 0 !important;
}
.block-main-menu ul > li a {
  margin: 0 30px;
}
@media (min-width: 1200px) {
  .block-main-menu ul > li:after {
    content: "/";
    display: inline-block;
  }
  .block-main-menu ul > li:last-child:after {
    content: "";
  }
}

.block-logo a {
  display: inline-block;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .block-logo img {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .block-logo {
    text-align: center;
    margin-bottom: 0 !important;
  }
}

/* ------------------------------------------------------------ */
/* ----------------------------------------------------- MENU */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ----------------------------------------------------- PRE-FOOTER */
/* ------------------------------------------------------------ */
.pre-footer {
  background-color: #fff;
  padding-top: 3vh;
}
@media screen and (min-width: 1200px) {
  .pre-footer > * {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .pre-footer > * > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .pre-footer > * > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .pre-footer > * > [class*=block-] {
    margin-bottom: 30px;
  }
  .pre-footer > * > [class*=block-]:first-child, .pre-footer > * > [class*=block-]:nth-child(5n-1) {
    margin-right: 0 !important;
  }
  .pre-footer > * > [class*=block-]:nth-child(3n-1), .pre-footer > * > [class*=block-]:nth-child(4n-1) {
    flex: 1;
  }
}
@media screen and (max-width: 1199px) {
  .pre-footer > * {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
  }
  .pre-footer > * > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .pre-footer > * > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .pre-footer > * > *:last-child {
    margin-bottom: 30px;
  }
}
.pre-footer > * .field-subtitle {
  font-size: 1.4em;
}

.block-artists {
  color: #fff;
  background-color: #000;
}
.block-artists [class*=layout-] {
  padding: 6vh 6vh;
}
@media screen and (max-width: 1199px) {
  .block-artists [class*=layout-] {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.block-artists [class*=layout-] ~ *:not(:first-child) {
  padding-top: 0;
  padding-bottom: 6vh;
}
.block-artists a, .block-artists .field-time {
  color: #fff;
}
.block-artists article.artist .field-title a {
  border-color: #fff;
}
.block-artists .btn {
  border-color: #fff;
}
.block-artists .btn:hover {
  border-color: #fff;
}
.block-artists .layout-content [class*=listing-] ul li {
  border-color: rgba(255, 255, 255, 0.35);
}
.block-artists .layout-header {
  background-color: transparent;
  color: #000 !important;
}
.block-artists .layout-header a {
  color: #000 !important;
}
.block-artists .layout-header .btn {
  border-color: #000 !important;
}
.block-artists .layout-header .btn:hover {
  border-color: #a26b86 !important;
}
.block-artists .layout-header .btn i.icon:before {
  color: #a26b86;
}
.block-artists .layout-header + * {
  padding-top: 6vh !important;
}
.block-artists > *:first-child {
  color: #000 !important;
  background-color: #fff;
}
.block-artists > *:first-child a {
  color: #000 !important;
}
.block-artists > *:first-child .btn {
  border-color: #000 !important;
}
.block-artists > *:first-child .btn:hover {
  border-color: #a26b86 !important;
}
.block-artists > *:first-child .btn i.icon:before {
  color: #a26b86;
}
@media screen and (min-width: 1200px) {
  .block-artists .columns {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .block-artists .columns > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .block-artists .columns > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-artists .columns > * {
    flex: 1;
  }
}
@media screen and (max-width: 1199px) {
  .block-artists .columns {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
  }
  .block-artists .columns > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-artists .columns > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.block-artists h3 {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #aaa;
}
.block-artists h3 span {
  font-weight: 300;
}
.block-artists .listing-artists ul {
  display: flex;
  flex-direction: column;
  flex-flow: column wrap;
}
.block-artists .listing-artists ul > * {
  margin-right: 0;
  margin-bottom: 30px;
}
.block-artists .listing-artists ul > *:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .block-artists .listing-artists ul {
    max-height: 300px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .block-artists .listing-artists ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block-artists .listing-artists ul {
    max-height: 250px;
    flex-wrap: wrap;
  }
  .block-artists .listing-artists ul li {
    text-align: right;
    margin-bottom: 0;
  }
  .block-artists .listing-artists ul li:nth-child(5) {
    padding-bottom: 50px;
  }
  .block-artists .listing-artists ul li:nth-child(6) {
    padding-top: 62px;
    text-align: left;
  }
  .block-artists .listing-artists ul li:nth-child(6) ~ * {
    text-align: left;
  }
}
.block-artists .listing-artists ul li {
  padding: 8px 15px;
}
.block-artists .listing-artists ul li a {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.block-artists .listing-artists ul li a span {
  font-weight: 300;
}

.block-newsletter {
  color: #000 !important;
  background-color: #f5f5f5;
  flex: auto !important;
}
.block-newsletter [class*=layout-] {
  padding: 6vh 6vh;
}
@media screen and (max-width: 1199px) {
  .block-newsletter [class*=layout-] {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.block-newsletter [class*=layout-] ~ *:not(:first-child) {
  padding-top: 0;
  padding-bottom: 6vh;
}
.block-newsletter a {
  color: #000 !important;
}
.block-newsletter .btn {
  border-color: #000 !important;
}
.block-newsletter .btn:hover {
  border-color: #a26b86 !important;
}
.block-newsletter .btn i.icon:before {
  color: #a26b86;
}
.block-newsletter .field-title, .block-newsletter .field-subtitle {
  text-align: left;
}
.block-newsletter .form-group {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}
.block-newsletter .form-group > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.block-newsletter .form-group > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.block-newsletter .form-group > * {
  flex: 1;
  margin-right: 0;
}
.block-newsletter .form-group > input {
  flex: 1.5;
  border-radius: 4px 0 0 4px;
}
.block-newsletter .form-group > input ~ button {
  flex: 1;
  border-radius: 0 4px 4px 0;
  border-left: none;
}

.block-social {
  padding-right: 0;
  margin-right: 0;
}

.block-partners ul {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}
.block-partners ul > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.block-partners ul > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .block-partners ul > li {
    flex-basis: 12%;
  }
}
@media screen and (max-width: 1199px) {
  .block-partners ul > li {
    flex-basis: 22%;
  }
}
@media screen and (max-width: 640px) {
  .block-partners ul > li {
    flex-basis: 32%;
  }
}
.block-partners ul > li a {
  display: block;
}
.block-partners ul > li img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ */
/* ----------------------------------------------------- FOOTER */
/* ------------------------------------------------------------ */
.footer {
  font-size: 0.8em;
  line-height: 1.5em;
  background-color: #000;
  color: #fff;
}
.footer a, .footer .field-time {
  color: #fff;
}
.footer article.artist .field-title a {
  border-color: #fff;
}
.footer .btn {
  border-color: #fff;
}
.footer .btn:hover {
  border-color: #fff;
}
.footer .layout-content [class*=listing-] ul li {
  border-color: rgba(255, 255, 255, 0.35);
}

.block-footer [class*=layout-] {
  padding-top: 1vh;
  padding-bottom: 1vh;
}
.block-footer figure {
  text-align: center;
}
.block-footer img {
  width: 50px;
}
.block-footer .field-title, .block-footer a.link {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 7px;
  display: inline-block;
}
.block-footer .field-title span, .block-footer a.link span {
  font-weight: 300;
}
.block-footer .field-title {
  color: #a26b86;
}
@media screen and (min-width: 768px) {
  .block-footer .columns {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .block-footer .columns > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .block-footer .columns > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-footer .columns > * {
    flex: 1;
  }
  .block-footer .columns > *:first-child {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .block-footer .columns {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    justify-content: center;
  }
  .block-footer .columns > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-footer .columns > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .block-footer .columns > * {
    text-align: center;
  }
  .block-footer .columns > *:first-child {
    order: 2;
    margin-bottom: 0;
  }
  .block-footer .columns > *:nth-child(2) {
    order: 1;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------------- ARTICLE ARTIST */
article.artist {
  display: flex;
  flex-direction: column;
  flex-flow: column wrap;
  justify-content: center;
  cursor: pointer;
}
article.artist > * {
  margin-right: 0;
  margin-bottom: 30px;
}
article.artist > *:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
article.artist > figure {
  position: relative;
  overflow: hidden;
}
article.artist > figure > img {
  width: 100%;
  height: auto;
  display: block;
}
article.artist > figure:before, article.artist > figure:after {
  transition: all 0.5s ease;
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
}
article.artist > figure:before {
  border: 10px solid rgba(162, 107, 134, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
article.artist > figure:after {
  background-color: rgba(162, 107, 134, 0.5);
  width: 200%;
  height: 100%;
  left: -12px;
  top: 19px;
  position: absolute;
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-28deg);
  opacity: 0.5;
}
article.artist header {
  margin-bottom: 15px;
}
article.artist .field-title {
  font-size: 2em;
  margin-bottom: 15px;
}
article.artist .field-title:last-child {
  margin-bottom: 0;
}
article.artist .field-title a {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-right: 30px;
}

/* ----------------------------------------------------- ARTICLE MEDIA */
article.media {
  display: flex;
  flex-direction: column;
  flex-flow: column wrap;
  justify-content: center;
  cursor: pointer;
}
article.media > * {
  margin-right: 0;
  margin-bottom: 30px;
}
article.media > *:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/* ----------------------------------------------------- BLOCK NEWS */
.block-news {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.block-news article.artist > div {
  align-self: flex-end;
  justify-self: flex-end;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px;
  border: 10px solid #000;
  z-index: 15;
  position: relative;
  margin: -60px 30px 0;
}
@media screen and (min-width: 1200px) {
  .block-news .layout-header {
    border-radius: 4px;
    padding: 60px 60px 90px;
    background-color: #fff;
    position: absolute;
    top: -60px;
    right: -60px;
  }
  .block-news article.artist {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 90px;
  }
  .block-news article.artist > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .block-news article.artist > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-news article.artist > figure {
    width: 75%;
    min-height: 350px;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
  }
  .block-news article.artist > div {
    width: 25%;
    margin: 0;
  }
  .block-news article.artist.fullwidth {
    min-height: 400px;
  }
  .block-news article.artist.fullwidth > figure {
    width: 100%;
    min-height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .block-news .layout-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----------------------------------------------------- BLOCK PROGRAM */
.block-program .layout-header {
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin-bottom: 3vh;
}
.block-program .layout-header .form-group {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}
.block-program .layout-header .form-group > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.block-program .layout-header .form-group > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.block-program .layout-header .form-group > * {
  flex: 1;
  margin-right: 0;
}
.block-program .layout-header .form-group > input {
  flex: 1.5;
  border-radius: 4px 0 0 4px;
}
.block-program .layout-header .form-group > input ~ button {
  flex: 1;
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.block-program .layout-header .form-group button {
  margin-left: -1px;
}
@media screen and (max-width: 1199px) {
  .block-program .layout-header .form-group {
    margin: auto;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .block-program .layout-header .form-group {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.block-program .layout-content, .block-program .layout-footer {
  background-color: #fff;
}
.block-program .listing-artists ul > li {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  body:not(.page-artists) .block-program .listing-artists ul > li:first-child {
    margin-top: -5vh;
    position: relative;
  }
}
.block-program .listing-artists ul > li:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .block-program .listing-artists ul {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .block-program .listing-artists ul > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .block-program .listing-artists ul > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-program .listing-artists ul > li {
    flex-basis: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
  }
  body.page-artists .block-program .listing-artists ul > li {
    margin-top: 5vh;
  }
  body.page-artists .block-program .listing-artists ul > li:nth-child(3n) {
    margin-right: 0;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(4n+1) {
    flex-basis: 100%;
    margin-right: 0;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(4n+1) article.artist {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(4n+1) article.artist figure {
    order: 1;
    width: 500px;
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 0;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(4n+1) article.artist ~ div {
    order: 1;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(4n) {
    margin-right: 0;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(8n+1) article.artist {
    justify-content: flex-start;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(8n+1) article.artist figure {
    order: 1;
    margin-right: 30px;
    margin-left: 0;
  }
  body:not(.page-artists) .block-program .listing-artists ul > li:nth-child(8n+1) article.artist figure ~ div {
    order: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .block-program .listing-artists ul {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
  }
  .block-program .listing-artists ul > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .block-program .listing-artists ul > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-program .listing-artists ul > li {
    margin-right: 0;
    flex-basis: 46%;
  }
  .block-program .listing-artists ul > li:first-child, .block-program .listing-artists ul > li:nth-child(2) {
    margin-top: -4vh;
    position: relative;
  }
  .block-program .listing-artists ul > li:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 539px) {
  .block-program .listing-artists ul {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
  }
  .block-program .listing-artists ul > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-program .listing-artists ul > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .block-program .listing-artists ul > li:first-child {
    margin-top: -4vh;
    position: relative;
  }
}

/* ----------------------------------------------------- BLOCK SIMILAR */
.block-similar {
  color: #fff;
  background-color: #000;
}
.block-similar [class*=layout-] {
  padding: 6vh 6vh;
}
@media screen and (max-width: 1199px) {
  .block-similar [class*=layout-] {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.block-similar [class*=layout-] ~ *:not(:first-child) {
  padding-top: 0;
  padding-bottom: 6vh;
}
.block-similar a, .block-similar .field-time {
  color: #fff;
}
.block-similar article.artist .field-title a {
  border-color: #fff;
}
.block-similar .btn {
  border-color: #fff;
}
.block-similar .btn:hover {
  border-color: #fff;
}
.block-similar .layout-content [class*=listing-] ul li {
  border-color: rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 1200px) {
  .block-similar .listing-artists ul {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .block-similar .listing-artists ul > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .block-similar .listing-artists ul > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-similar .listing-artists ul > * {
    flex: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .block-similar .listing-artists ul {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
  }
  .block-similar .listing-artists ul > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .block-similar .listing-artists ul > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-similar .listing-artists ul > * {
    flex-basis: 46%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .block-similar .listing-artists ul > *:last-child(3n-1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .block-similar .listing-artists ul {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    justify-content: center;
  }
  .block-similar .listing-artists ul > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-similar .listing-artists ul > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------- STRUCTURE 2 COLS */
.container-3-2 [class*=block-] [class*=layout-] {
  padding: 6vh 6vh;
}
@media screen and (max-width: 1199px) {
  .container-3-2 [class*=block-] [class*=layout-] {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.container-3-2 [class*=block-] [class*=layout-] ~ *:not(:first-child) {
  padding-top: 0;
  padding-bottom: 6vh;
}
.container-3-2 [class*=block-] [class*=layout-] {
  margin-bottom: 0 !important;
}
.container-3-2 [class*=block-] .field-title {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
}
.container-3-2 [class*=block-] .field-title span {
  font-weight: 300;
}
.container-3-2 [class*=block-] .field-title, .container-3-2 [class*=block-] .field-subtitle {
  text-align: left;
}
.container-3-2 > *:first-child {
  position: relative;
  background-color: #fff;
}
.container-3-2 > *:first-child:before {
  content: "";
  display: block;
  width: 50vw;
  height: 150%;
  top: 0;
  right: 100%;
  bottom: 0;
  position: absolute;
  background-color: #fff;
}
.page-contact .container-3-2 > *:first-child:before {
  height: 100%;
}
.container-3-2 > *:first-child [class*=block-] .layout-header {
  position: relative;
  background-color: #f5f5f5 !important;
}
.container-3-2 > *:first-child [class*=block-] .layout-header .field-title {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-right: 60px;
  display: inline-block;
}
.container-3-2 > *:first-child [class*=block-] .layout-header:before {
  content: "";
  display: block;
  width: 50vw;
  height: 150%;
  top: 0;
  right: 100%;
  bottom: 0;
  position: absolute;
  background-color: #f5f5f5;
}
.page-contact .container-3-2 > *:first-child [class*=block-] .layout-header:before {
  height: 100%;
}
.container-3-2 > *:first-child [class*=block-] .layout-header .listing-share {
  position: absolute;
  top: 6vh;
  right: 10vw;
}
@media screen and (min-width: 1200px) {
  .container-3-2 > *:first-child [class*=block-] .layout-header .listing-share {
    right: 2vw;
  }
}
.container-3-2 > *:first-child [class*=block-] .layout-header .listing-share i.icon:before {
  color: #000;
  font-size: 2em;
}
.container-3-2 > *:first-child [class*=block-] .layout-content {
  padding-top: 6vh;
}
.container-3-2 > *:nth-child(2) [class*=block-] + [class*=block-] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.container-3-2 > *:nth-child(2) [class*=block-] + [class*=block-]:last-child {
  border: none;
}
.container-3-2 > *:nth-child(2) [class*=block-] + [class*=block-] .layout-header .field-title {
  font-size: 1.3em;
}
.container-3-2 > *:nth-child(2) [class*=block-] .layout-header {
  padding-bottom: 0;
}
.container-3-2 > *:nth-child(2) [class*=block-] .layout-header .field-title {
  font-size: 2em;
  margin-bottom: 15px;
}
.container-3-2 > *:nth-child(2) [class*=block-] .layout-header .field-subtitle {
  margin: 0;
  margin-bottom: 15px;
}
.container-3-2 > *:nth-child(2) [class*=block-] .layout-content .field-title {
  color: #a26b86;
}
.container-3-2 > *:nth-child(2) [class*=block-] .layout-content .field-title a {
  color: #a26b86;
}
.container-3-2 > *:nth-child(2) [class*=block-] .layout-footer {
  text-align: right;
}
.container-3-2 > *:nth-child(2) [class*=block-] .layout-footer .btn {
  border: none;
  padding: 0;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child {
  color: #fff;
  position: relative;
  background-color: #a26b86;
  padding-top: 1vh;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child a, .container-3-2 > *:nth-child(2) [class*=block-]:first-child .field-time {
  color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child article.artist .field-title a {
  border-color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .btn {
  border-color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .btn:hover {
  border-color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .layout-content [class*=listing-] ul li {
  border-color: rgba(255, 255, 255, 0.35);
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child i.icon:before {
  color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .field-title {
  color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .field-title a {
  color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .btn {
  color: #000;
  background-color: #fff;
  font-size: 1.5em;
  vertical-align: middle;
  padding-bottom: 0;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .btn > span {
  margin-bottom: 20px;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .btn .icon:before {
  color: #a26b86;
  font-size: 2em;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .listing-follow ul {
  border-color: #fff;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .listing-follow ul li {
  margin-right: 15px;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .listing-follow ul li:last-child {
  margin-right: 0;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child .listing-follow .icon {
  font-size: 2em;
}
.container-3-2 > *:nth-child(2) [class*=block-]:first-child:before {
  content: "";
  display: block;
  width: 50vw;
  height: 150%;
  left: 100%;
  bottom: 0;
  position: absolute;
  background-color: #a26b86;
}
.page-contact .container-3-2 > *:nth-child(2) [class*=block-]:first-child:before {
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .container-3-2 {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .container-3-2 > * {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .container-3-2 > *:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .container-3-2 > *:first-child {
    flex-basis: 62%;
    margin-right: 3%;
  }
  .container-3-2 > *:nth-child(2) {
    flex-basis: 35%;
  }
}

.page-basic .container-3-2 > *:nth-child(2) [class*=block-]:first-child:before {
  height: 100%;
}
.page-basic .container-3-2 > *:first-child {
  margin-bottom: 6vh;
}

/* ----------------------------------------------------- LISTINGS */
.listing-follow ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1200px) {
  .listing-follow ul {
    display: inline-block;
  }
}
.listing-follow ul li {
  display: inline-flex !important;
  align-items: center;
  vertical-align: middle;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
}
.listing-follow ul li span {
  font-weight: 300;
}
.listing-follow ul li > * {
  line-height: 1em;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.listing-follow ul li .field-title {
  font-size: 0.9em !important;
  color: rgba(0, 0, 0, 0.25);
}
.listing-follow ul li a {
  margin-top: -1px;
}
.listing-follow ul li a > * {
  vertical-align: middle;
}
.listing-follow ul li a span {
  font-size: 0.9em;
}
.listing-follow ul li svg {
  width: 24px;
  height: 24px;
}
.listing-follow ul li svg path {
  fill: #000;
}

.listing-tags ul {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}
.listing-tags ul > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.listing-tags ul > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.listing-tags ul li {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  margin-right: 15px;
  border: none;
}
.listing-tags ul li span {
  font-weight: 300;
}
.listing-tags ul li span:before {
  content: "#";
  display: inline-block;
  vertical-align: middle;
}

.listing-programm ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.listing-programm ul article.artist {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
.listing-programm ul article.artist > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.listing-programm ul article.artist > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.listing-programm ul article.artist > * {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 641px) {
  .listing-programm ul article.artist > * {
    flex: 1;
  }
  .listing-programm ul article.artist > *:nth-child(2) {
    flex: 3;
  }
}
@media screen and (max-width: 640px) {
  .listing-programm ul article.artist > *:first-child {
    margin-bottom: 15px !important;
  }
}
.listing-programm ul article.artist > * > * {
  font-size: 1em;
}
.listing-programm ul article.artist > * > * .field-title {
  margin: 0;
}
.listing-programm ul article.artist > * > * .field-title a {
  padding: 0;
  color: #a26b86;
  border: none;
}
.listing-programm ul article.artist .icon {
  position: absolute;
  right: 30px;
}
.listing-programm ul article.artist .icon:before {
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .listing-programm ul article.artist .icon {
    display: none;
  }
}

.listing-events > .field-title, .listing-medias > .field-title, .listing-programm > .field-title {
  font-size: 1em;
  margin-bottom: 15px;
}
.listing-events > ul > li, .listing-medias > ul > li, .listing-programm > ul > li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.listing-events > ul > li:last-child, .listing-medias > ul > li:last-child, .listing-programm > ul > li:last-child {
  margin-bottom: 0;
}
.listing-events article > div, .listing-medias article > div, .listing-programm article > div {
  margin-bottom: 0;
}
.listing-events article > div > *, .listing-medias article > div > *, .listing-programm article > div > * {
  margin-bottom: 0;
}
.listing-events article .field-title, .listing-medias article .field-title, .listing-programm article .field-title {
  font-size: 1em;
}
.listing-events article .field-title a, .listing-medias article .field-title a, .listing-programm article .field-title a {
  border: none;
  margin: 0;
  padding: 0;
}
.listing-events article .field-title a:after, .listing-medias article .field-title a:after, .listing-programm article .field-title a:after {
  display: none;
}

/* ----------------------------------------------------- BLOCK GALLERY */
.block-gallery .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .block-gallery {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.block-spotify .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-spotify .container iframe {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1199px) {
  .block-spotify {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.listing-gallery {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}
.listing-gallery > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.listing-gallery > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.listing-gallery a {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
  flex-basis: 32%;
  margin-bottom: 30px;
  margin-right: 2%;
}
.listing-gallery a > * {
  margin-bottom: 0;
  margin-right: 30px;
}
.listing-gallery a > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.listing-gallery a:hover {
  transform: scale(0.95);
}
.listing-gallery a:hover:after {
  display: none;
}
.listing-gallery a figure img {
  width: 100%;
  display: block;
}
.listing-gallery a figure.video {
  position: relative;
  background: #000;
}
.listing-gallery a figure.video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.listing-gallery a figure.video span {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
}
.listing-gallery a:first-child, .listing-gallery a:nth-child(3n-1) {
  flex-basis: 50%;
}

/* ------------------------------------------------------------ */
/* -----------------------------------------------------  SLIDERS */
/* ------------------------------------------------------------ */
.swiper-container {
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .swiper-container {
    width: 100%;
  }
}
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  z-index: 100000;
  bottom: 30px !important;
}

.swiper-pagination {
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.swiper-pagination > span {
  display: inline-block;
  outline: 0px;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  cursor: pointer;
}

.block-news .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 38px !important;
}

.block-banner {
  padding-top: 30px;
}
.block-banner .swiper-container img {
  width: 100%;
  display: block;
}

.footer-copyright {
  background: #000;
  font-family: "Oswald", serif;
}
.footer-copyright > .wrapper {
  display: table;
  width: 100%;
  max-width: 1199px;
  background: none;
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  margin: auto;
  padding: 10px 0;
}
.footer-copyright > .wrapper > div {
  display: table-cell;
  width: 50%;
}
.footer-copyright > .wrapper > div.maven {
  text-align: right;
}
.footer-copyright > .wrapper > div.maven a {
  color: #ccc;
}
.footer-copyright > .wrapper > div.maven a span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 10px;
}
.footer-copyright > .wrapper > div.maven a svg {
  fill: #eee;
}

.block-news .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
}

.filters {
  background: rgb(0, 0, 0);
}
.filters > div {
  padding-top: 2vw;
  padding-bottom: 0;
}
.filters > div .form {
  display: flex;
}
.filters > div .form > div {
  align-self: flex-end;
}
.filters > div .form .form-field .form-label {
  color: #888;
}
.filters > div .form .form-field .form-input {
  flex-grow: 1;
}
.filters > div .form .form-field .form-input .form-input-wrapper {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.filters > div .form button {
  background: none;
  border: 1px solid #aaa;
  color: #fff;
  border-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 17px 30px;
}
.filters > div .results {
  font-family: "Oswald", serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-top: 2vw;
  padding-bottom: 2vw;
  text-align: right;
}
.filters > div .results i {
  font-style: normal;
}
@media (max-width: 767px) {
  .filters > div {
    padding-right: 0;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .filters {
    flex-direction: column;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-content: center;
}
.form-field .error-msg {
  display: none;
  font-weight: bold;
  color: red;
}
.form-field.form-required label {
  font-weight: 400;
}
.form-field.form-required label:after {
  content: "*";
  margin-left: 5px;
}
.form-field.form-error .error-msg {
  display: block;
}
.form-field.form-error .form-label {
  color: red !important;
}
.form-field.form-error .form-input .form-input-wrapper {
  border-color: red !important;
}
.form-field .form-label {
  display: block;
  flex-grow: 1;
  line-height: 2em;
  white-space: nowrap;
  font-family: "Oswald", serif;
  padding-left: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.form-field .form-input {
  flex-grow: 1;
}
.form-field .form-input .form-input-wrapper {
  border: 1px solid #aaa;
  border-radius: 3px;
  min-width: 150px;
}
.form-field .form-input .form-input-wrapper input[type=text],
.form-field .form-input .form-input-wrapper input[type=password],
.form-field .form-input .form-input-wrapper input[type=number],
.form-field .form-input .form-input-wrapper input[type=phone],
.form-field .form-input .form-input-wrapper input[type=email],
.form-field .form-input .form-input-wrapper select,
.form-field .form-input .form-input-wrapper textarea {
  font-size: 100%;
  text-align: left;
  border: 0;
  background: none;
  width: 100%;
  padding: 10px;
  font-family: "Oswald", serif;
}
.form-field.form-select, .form-field.form-select-multiple {
  cursor: pointer;
}
.form-field.form-select .form-input .form-input-wrapper, .form-field.form-select-multiple .form-input .form-input-wrapper {
  position: relative;
}
.form-field.form-select .form-input .form-input-wrapper select, .form-field.form-select-multiple .form-input .form-input-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-field.form-select .form-input .form-input-wrapper > div, .form-field.form-select-multiple .form-input .form-input-wrapper > div {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1000;
  width: auto;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 1px;
  opacity: 0;
  min-width: 50%;
}
.form-field.form-select .form-input .form-input-wrapper > div > input, .form-field.form-select-multiple .form-input .form-input-wrapper > div > input {
  outline: 0;
}
.form-field.form-select .form-input .form-input-wrapper > div > div, .form-field.form-select-multiple .form-input .form-input-wrapper > div > div {
  max-height: 200px;
  overflow: auto;
}
.form-field.form-select .form-input .form-input-wrapper > div label, .form-field.form-select-multiple .form-input .form-input-wrapper > div label {
  display: block;
  white-space: nowrap;
  padding: 10px;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  font-family: "Oswald", serif;
}
.form-field.form-select .form-input .form-input-wrapper > div label input, .form-field.form-select-multiple .form-input .form-input-wrapper > div label input {
  margin-right: 10px;
}
.form-field.form-select .form-input .form-input-wrapper > div label:hover, .form-field.form-select-multiple .form-input .form-input-wrapper > div label:hover {
  background: rgba(0, 0, 0, 0.05);
}
.form-field.form-select .form-input .form-input-wrapper > span, .form-field.form-select-multiple .form-input .form-input-wrapper > span {
  display: block;
  padding: 10px;
  padding-right: 40px;
  padding-left: 20px;
  font-family: "Oswald", serif;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.form-field.form-select .form-input i, .form-field.form-select-multiple .form-input i {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #555;
  font-size: 12px;
  transform: translateY(-50%);
}
.form-field.form-select .form-input label, .form-field.form-select-multiple .form-input label {
  display: block;
}
.form-field.form-select.active .form-input .form-input-wrapper > div, .form-field.form-select-multiple.active .form-input .form-input-wrapper > div {
  display: block;
  top: 100%;
  opacity: 1;
}

/* ----------------------------------------------------- BLOCK BUY TICKET */
.page-billeterie .filters {
  margin-bottom: 120px;
}
.page-billeterie .filters .form-label {
  display: none;
}
.page-billeterie .filters .form-field .form-input .form-input-wrapper {
  border-color: #fff;
}
.page-billeterie .filters > div .form button {
  border-color: #fff;
}
.page-billeterie .filters .container {
  padding-bottom: 60px;
  padding-top: 60px;
}

.buy-section {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.buy-section iframe {
  width: 100%;
  width: 1px;
  min-width: 100%;
}