@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#wpadminbar{
	z-index: 99999999999999;
}
img {
  max-width: 100%;
  height: auto; }
.container{
	position: relative;
	z-index: 3;
}
.btn {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #D53561;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #D53561;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms; }
  .btn a {
    position: relative;
    display: block;
    z-index: 3;
    border: none;
    color: #D53561;
    font-weight: 900;
    font-size: 0.875em;
    padding: 1em 2em;
    text-transform: uppercase;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .btn a i {
      display: inline-block;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms;
      margin-left: 1em; }
  .btn:hover a {
    color: #FFF;
    text-decoration: none; }
    .btn:hover a i {
      transform: rotate(180deg);
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .btn:hover:before {
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 100%; }
  .btn__little {
    border: none; }
    .btn__little a {
      border: none; }

body {
  font-family: 'Montserrat', sans-serif;
  position: relative; }

.barba-wrapper {
  position: relative;
  z-index: 9; }

.main {
  background-image: url(img/bg-2020-5.jpg);
  background-size: 100%;
  background-position: center top; }

header {
  padding: 1em;
  color: #000;
      position: relative;
    z-index: 999999;}
  header a {
    color: #000; }
  header h1 {
    float: left; }
  header .menuright {
    float: right; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  header .menutop {
    text-align: right;
    font-size: 0.875em; }
    header .menutop ul {
      display: inline-block; }
      header .menutop ul:before {
        content: "";
        width: 32px;
        height: 1px;
        background-color: #25549F;
        display: inline-block;
        vertical-align: middle; }
      header .menutop ul li {
        display: inline-block; }
  header .hashtag {
    margin-right: 1em;
    font-weight: 500;
    letter-spacing: 0.1em; }
  header .social a {
    display: block;
    margin: 0 0.5em; }
    header .social a:hover {
      color: #D53561; }
  header .language-chooser a {
    display: block;
    margin: 0 0.5em;
    font-weight: 700;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;
    text-decoration: none;
    text-transform: uppercase; }
    header .language-chooser a:hover {
      color: #D53561;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
  header .language-chooser .active + li a {
    color: #25549F; }
  header nav {
    text-align: right;
    margin-top: 1em; }
    header nav li {
      display: inline-block; }
      header nav li a {
        font-size: 1em;
        padding: 1em 0;
        margin: 0 1em;
        display: block;
        font-weight: 700;
        position: relative; }
        header nav li a:hover {
          text-decoration: none;
          color: #D53561; }
          header nav li a:hover:before {
            width: 100%;
            -moz-transition: 500ms;
            -o-transition: 500ms;
            -webkit-transition: 500ms;
            transition: 500ms; }
        header nav li a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 2px;
          background-color: #D53561;
          -moz-transition: 500ms;
          -o-transition: 500ms;
          -webkit-transition: 500ms;
          transition: 500ms;
          z-index: 1; }
    header nav .current-menu-item, header nav .current-page-ancestor {
      background-image: url(img/currentttt.png);
      background-size: 41px 41px;
      background-position: center center;
      background-repeat: no-repeat;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
      header nav .current-menu-item:hover, header nav .current-page-ancestor:hover {
        background-position: center 60px;
        -moz-transition: 700ms;
        -o-transition: 700ms;
        -webkit-transition: 700ms;
        transition: 700ms; }
    header nav .sub-menu .current-menu-item, header nav .sub-menu .current-page-ancestor {
      background: none; }
      header nav .sub-menu .current-menu-item a, header nav .sub-menu .current-page-ancestor a {
        color: #D53561; }
    header nav .current-menu-item.ticket,header nav .current-menu-item.menu-item-9605,header nav .current-menu-item.menu-item-9905 {
      background-image: none; }
      
      
      
    header nav .ticket a, header nav .menu-item-9605 a, header nav .menu-item-9905 a {
      border: 1px solid #FFFFFF;
      font-size: 0.875em;
      text-transform: uppercase;
      padding: 1em 2em;
      position: relative;
      z-index: 4;
      display: block;
      letter-spacing: 0.125em;
      margin-right: 0;
      background-color: #25549F;
      color: #FFF; }  
      
      
      
      header nav .ticket a:hover , header nav .menu-item-9605 a:hover , header nav .menu-item-9905 a:hover {
        border: 1px solid #D53561;
        color: #FFF; }
        
        
        
        
        header nav .ticket a:hover span,header nav .menu-item-9605 a:hover span,header nav .menu-item-9905 a:hover span {
          color: #FFF; }
          
          
          
      header nav .ticket a:before {
        top: 0;
        height: 100%; }
        
        
          
      header nav .ticket a:before,   header nav .menu-item-9605 a:before,   header nav .menu-item-9905 a:before {
        top: 0;
        height: 100%; }
        
        
        
      header nav .ticket a span {
        display: block;
        z-index: 4;
        position: relative; }
        
        
      header nav .ticket a span, header nav .menu-item-9605 a span, header nav .menu-item-9905 a span {
        display: block;
        z-index: 4;
        position: relative; }
        
        
        
    header nav ul > li {
      position: relative; }
      header nav ul > li:hover .sub-menu {
        display: block;
         }
        header nav ul > li:hover .sub-menu a:before {
          display: none; }
  header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: #25549F;
    text-align: left;
    min-width: 150px;
    padding: 0.7em 0;
    z-index: 999; }
    header .sub-menu li {
      display: block; }
      header .sub-menu li a {
        display: block;
        color: #FFF;
        font-size: 0.875em;
        padding: 0.7em; }

header.cloned {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #FFF;
  z-index: 999;
  padding: 0.3em;
  top: -150px;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0; }
  header.cloned.visible {
    display: block;
    top: 0;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 1; }
  header.cloned .menutop {
    display: none; }
  header.cloned nav {
    margin: 0; }
  header.cloned h1 img {
    width: 80px; }

.hero {
  clear: both;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center; 
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 500px;
  height: 55vh;
  position: relative;
  z-index: 9;
}
  .hero h1 {
    position: relative;
    z-index: 5; }
  .hero .sun {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -207px;
    margin-top: -207px;
    z-index: 1; }
  .hero .cloud {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -188px;
    margin-top: 120px;
    z-index: 2; }

.blocks .row {
  align-items: stretch; }

.block {
  margin-bottom: 30px; }
  .block a {
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 1em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6em 2em;
    transition: 500ms;
    background-size: cover; }
    .block a:hover {
      text-decoration: none;
      transition: 500ms;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .block a:hover:after {
        background-color: #25549F;
        opacity: 1;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }
    .block a:after {
      content: "";
      opacity: 0;
      background-color: #25549F;
      position: absolute;
      left: 15px;
      right: 15px;
      top: 0;
      bottom: 0;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .block h2 {
    position: relative;
    z-index: 2;
    font-size: 1.8125em;
    color: #FFF;
    padding: 0.5em;
    font-weight: 700; }

.block:nth-child(4n+1) a:after {
  background-color: #FFF; }
.block:nth-child(4n+1) a:hover h2 {
  color: #25549F; }

.block:nth-child(4n+2) a:after {
  background-color: #F8E04A; }
.block:nth-child(4n+2) a:hover h2 {
  color: #25549F; }

.block:nth-child(4n+3) a:after {
  background-color: #D53561; }
.block:nth-child(4n+3) a:hover h2 {
  color: #25549F; }

.block:nth-child(4n+4) a:after {
  background-color: #25549F; }
.block:nth-child(4n+4) a:hover h2 {
  color: #F8E04A; }

.block.news:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: #25549F;
  opacity: 0.85; }
.block.news:before {
  content: "News";
  position: absolute;
  top: 1em;
  left: 15px;
  right: 15px;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #FFF;
  z-index: 3; }
.block.news a {
  display: flex; }
.block.news h2 {
  background: none;
  color: #F8E04A;
  font-size: 1.875em; }

.videocontainer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.videocontainer iframe, .videocontainer embed, .videocontainer object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.video {
 	margin-top: 10px;
  margin-bottom: 30px; }

.lineuphome__content {
 background-color: #25549F;
 
 background: url(img/bg-home-bloc-2.jpg) no-repeat; width: 100%; 	background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  color: #FFF;
  padding: 6em 2em; 
  margin-bottom: 20px;
  text-align: center;
  }
  
.lineuphome h1 {
  font-size: 2.75em;
  text-align: center;
  font-weight: 700;
  color: white; 
  margin-bottom: 10px;
  }
.lineuphome ul {
  padding: 0.5em 0; }
  .lineuphome ul li {
    display: inline-block;
    /*margin: 0.5em 0; */
    
    }
    .lineuphome ul li:after {
      content: " . ";
      font-size: 2.125em;
      color: #FFF; }
    .lineuphome ul li:last-child:after {
      content: ""; }
    .lineuphome ul li a {
      color: white;
      
      font-size: 1.33em;
      font-weight: 700; } 
      .lineuphome ul li a:hover { 
        color: #F8E04A;
        text-decoration: none; }
.lineuphome .btn {
  border: 1px solid #F8E04A; 
  margin-top: 10px;
  }
  .lineuphome .btn a {
    color: white; }
  .lineuphome .btn:before {
    background-color: #F8E04A; }
  .lineuphome .btn:hover a {
    background-color: white;
    color: #000; }

.newsletter {
  padding: 6em 0; }
  .newsletter h1 {
    font-size: 2em;
    color: #000;
    font-weight: 900;
    text-align: center; }
  .newsletter input {
    border: none;
    padding: 0.8em; }
  .newsletter input[type="submit"] {
    background-color: #25549F;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer; }
    .newsletter input[type="submit"]:hover {
      background-color: #F8E04A;
      color: #25549F; }
  .newsletter form {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5em 0; }

.footer {
  background-color: #FFF;
  z-index: 3;
  position: relative; }
  .footer__content {
    padding: 4em 0; }
  .footer .partners h1 {
    display: none; }
  .footer .partners > .row {
    justify-content: space-between;
    display: block;
    text-align: center; }
    .footer .partners > .row .col-md-2 {
      flex: none;
      max-width: 10.5%;
      display: inline-block;
      vertical-align: middle; }

.partners {
  padding: 4em 0;
  border-bottom: 1px solid #D53561; }
  .partners .row {
    align-items: center; }
    .partners .row li {
      text-align: center; }
    .partners .row img {
      max-width: 100px;
      height: auto;
      max-height: 60px; }
  .partners .btn {
    margin: 1em auto; }

.footer__menu {
  font-size: 0.875em;
  line-height: 2em; }
  .footer__menu a {
    color: #25549F;
    font-weight: 500;
    position: relative; }
    .footer__menu a:before {
      content: "\f06e";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      left: 0px;
      color: #D53561;
      opacity: 0;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .footer__menu a:hover {
      color: #25549F;
      text-decoration: none; }
      .footer__menu a:hover:before {
        left: -20px;
        opacity: 1;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }
  .footer__menu .menu-menu-footer-container > ul {
    display: flex;
    justify-content: space-between; }
    .footer__menu .menu-menu-footer-container > ul > li > a {
      text-transform: uppercase;
      font-weight: 900; }

.foot {
  background-color: #F8E04A;
  color: #FFF;
  padding: 1em;
  text-align: center;
  font-size: 0.875em; }
  .foot a {
    color: #25549F; }

.plus {
  text-align: center;
  color: #D53561;
  text-transform: uppercase;
  font-size: 0.875em;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-weight: 700; }
  .plus i {
    display: block; }
  .plus:hover {
    color: #25549F;
    text-decoration: none; }
    .plus:hover i {
      transform: rotate(180deg);
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }

.hero-page {
  clear: both;
  margin-top: 2em;
  position: relative;
  z-index: 3; }
  .hero-page__content {
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8em 0;
    position: relative; }
  .hero-page .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.875em;
    color: #FFF;
    background-color: #000;
    padding: 0.3em 0.5em; }
  .hero-page h1 {
    font-size: 2.75em;
    padding: 0.3em 0.5em;
    font-weight: 900;
    background-color: #25549F;
    color: #FFF; }

.page-content {
  background-color: #FFF;
  padding: 2em;
  line-height: 1.5em;
  color: #161414; }
  .page-content h1 {
    font-size: 2.75em;
    color: #D53561;
    font-weight: 900;
    margin: 0.5em 0;
    line-height: 1em; }
  .page-content h2 {
    font-size: 1.4em;
    color: #25549F;
    font-weight: 900;
    margin: 0.5em 0 0.3em;
    line-height: 1em; }
  .page-content p {
    margin-bottom: 0.5em; }
  .page-content b, .page-content strong {
    font-weight: bold; }
  .page-content a {
    color: #D53561;
    font-weight: 900; }
  .page-content ul {
    padding-left: 2em; }
    .page-content ul li {
      list-style-type: circle; }
  .page-content .btn {
    margin: 1em auto 1em 0; }

.list {
  margin-top: 30px; }
  .list__item {
    background-color: #FFF;
    padding: 0.5em;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .list__item__content {
      padding: 2em;
      line-height: 1.5em; }
      .list__item__content h2 {
        font-size: 2.75em;
        font-weight: 900;
        margin-bottom: 0.6em;
        line-height: 1em; }
      .list__item__content .btn {
        margin: 1em auto 0 0; }
  .list .list__item {
    font-weight: 500; }
    .list .list__item:nth-child(even) .list__item__content {
      order: 2; }
    .list .list__item:nth-child(even) img {
      order: 1; }
  .list img {
    width: 50%; }

.capacity {
  font-weight: 900;
  display: block; }

.list__item:nth-child(4n+1) {
  color: #F8E04A;
  background-color: #25549F; }
  .list__item:nth-child(4n+1) h2 {
    color: #F8E04A; }
  .list__item:nth-child(4n+1) .btn {
    border-color: #F8E04A; }
    .list__item:nth-child(4n+1) .btn a {
      color: #F8E04A; }
      .list__item:nth-child(4n+1) .btn a:hover {
        color: #25549F; }
    .list__item:nth-child(4n+1) .btn:before {
      background-color: #F8E04A; }

.list__item:nth-child(4n+2) {
  color: #EAA19C;
  background-color: #D53561; }
  .list__item:nth-child(4n+2) h2 {
    color: #FFF; }
  .list__item:nth-child(4n+2) .btn {
    border-color: #EAA19C; }
    .list__item:nth-child(4n+2) .btn a {
      color: #EAA19C; }
      .list__item:nth-child(4n+2) .btn a:hover {
        color: #D53561; }
    .list__item:nth-child(4n+2) .btn:before {
      background-color: #EAA19C; }

.list__item:nth-child(4n+3) {
  color: #25549F;
  background-color: #F8E04A; }
  .list__item:nth-child(4n+3) h2 {
    color: #25549F; }
  .list__item:nth-child(4n+3) .btn {
    border-color: #25549F; }
    .list__item:nth-child(4n+3) .btn a {
      color: #25549F; }
      .list__item:nth-child(4n+3) .btn a:hover {
        color: #F8E04A; }
    .list__item:nth-child(4n+3) .btn:before {
      background-color: #25549F; }

.list__item:nth-child(4n+4) {
  color: #161414;
  background-color: #FFF; }
  .list__item:nth-child(4n+4) h2 {
    color: #25549F; }
  .list__item:nth-child(4n+4) .btn {
    border-color: #25549F; }
    .list__item:nth-child(4n+4) .btn a {
      color: #25549F; }
      .list__item:nth-child(4n+4) .btn a:hover {
        color: #D53561; }
    .list__item:nth-child(4n+4) .btn:before {
      background-color: #25549F; }

.artist h1 {
  font-size: 2.625em;
  font-weight: 900; }
.artist h2 {
  font-size: 2.75em;
  font-weight: 900;
  color: #D53561;
  margin-bottom: 0.5em; }
.artist__hero {
  position: relative; }
  .artist__hero .containerimg {
    height: 0;
    padding-bottom: 36%;
    overflow: hidden;
    position: relative; }
  .artist__hero img {
    display: block;
    position: absolute;
    top: -35%;
    right: 0;
    left: 0;
    bottom: 0; }
.artist__name {
  background-color: #25549F;
  color: #FFF;
  padding: 1em; }
  .artist__name h1 span {
    color: #FFF;
    display: block;
    font-size: 0.5em; }
  .artist__name span {
    color: #FFF; }
.artist__practical {
  background-color: #D53561;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .artist__practical span {
    display: block; }
.artist .align {
  align-items: center; }
.artist .no-gutters > .col, .artist .no-gutters > [class*=col-] {
  padding-right: 1em;
  padding-left: 1em;
  padding: 1em 3em; }
.artist .jour {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.3em;
  font-size: 1.375em; }
.artist .scene {
  font-weight: 600;
  color: #25549F; }
.artist .video {
  margin-bottom: 0; }
.artist .lineup {
  background-color: #25549F;
  margin-top: 1em; }
  .artist .lineup h2 {
    text-align: center;
    padding: 0.5em 0 0 0;
    color: #FFF; }
  .artist .lineup .listartist {
    border: 4px solid #25549F;
    background-color: #25549F; }
    .artist .lineup .listartist li {
      border: 4px solid #25549F; }
.artist .byday {
  padding: 4em 3em;
  margin-top: 1em; }
  .artist .byday h2 {
    text-align: center; }

.social-artist {
  position: absolute;
  right: -50px;
  width: 50px;
  top: 0;
  background-color: #25549F;
  padding: 10px 0; }
  .social-artist li {
    display: block;
    text-align: center; }
    .social-artist li a {
      color: #FFF;
      padding: 0.5em;
      font-size: 1.375em;
      display: block;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .social-artist li a i {
        color: #FFF; }
      .social-artist li a:hover {
        color: #25549F;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }

.artist .artist__info {
  background-color: #FFF;
  line-height: 1.5em;
  position: relative; }
  .artist .artist__info [class*=col-] {
    padding: 3em; }
  .artist .artist__info h2 {
    font-size: 1.75em; }
  .artist .artist__info a {
    color: #25549F; }

.lineup .listartist {
  border: 4px solid #FFF;
  background-color: #FFF; }
  .lineup .listartist li {
    background-size: 120%;
    background-position: center center;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;
    border: 4px solid #FFF; }
    .lineup .listartist li:hover {
      background-size: 140%;
      -moz-transition: 1000ms;
      -o-transition: 1000ms;
      -webkit-transition: 1000ms;
      transition: 1000ms;
      border-color: #F8E04A; }
    .lineup .listartist li:nth-child(4n+1) .band {
      background-color: #F8E04A; 
      color: #25549F;}
    .lineup .listartist li:nth-child(4n+1) .place {
      background-color: #25549F;
      color: #F8E04A; }
    .lineup .listartist li:nth-child(4n+2) .band {
      background-color: #D53561; }
    .lineup .listartist li:nth-child(4n+2) .place {
      background-color: #25549F;
      color: #D53561; }
    .lineup .listartist li:nth-child(4n+3) .band {
      background-color: #25549F; }
    .lineup .listartist li:nth-child(4n+3) .place {
      background-color: #F8E04A;
      color: #25549F; }
    .lineup .listartist li:nth-child(4n+4) .band {
      background-color: #FFF;
      color: #25549F; }
  .lineup .listartist h3 {
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 2.25em; }
    .lineup .listartist h3 a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .lineup .listartist h3 .band {
      position: absolute;
      left: 10px;
      bottom: 10px;
      text-transform: none;
      color: #FFF;
      font-weight: 900;
      background-color: #25549F;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms;
      padding: 0.2em 0.5em; }
      .lineup .listartist h3 .band small {
        font-size: 0.5em;
        line-height: 1em;
        display: block;
        font-weight: 600; }
    .lineup .listartist h3 .place {
      position: absolute;
      left: 10px;
      bottom: -100px;
      background-color: #D53561;
      color: #25549F;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms;
      padding: 0.5em;
      font-size: 0.4em;
      font-weight: 600; }
    .lineup .listartist h3:hover .place {
      bottom: 10px;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .lineup .listartist h3:hover .band {
      bottom: 44px;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .lineup .listartist .col-md-4 h3 {
    font-size: 1.75em; }
    .lineup .listartist .col-md-4 h3:hover .band {
      bottom: 42px; }
  .lineup .listartist .col-md-4 .place {
    font-size: 0.5em; }
  .lineup .listartist .col-md-3 h3 {
    font-size: 1.25em; }
  .lineup .listartist .col-md-3 .place {
    font-size: 0.6em; }

.filtre {
  margin-bottom: 1em; }
  .filtre ul {
    background-color: #fff;
    display: flex;
    padding: 0 1em;
    align-items: center;
    justify-content: space-around; }
    .filtre ul a {
      padding: 1.5em 1em;
      display: block;
      font-size: 0.875em;
      color: #25549F;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      position: relative; }
      .filtre ul a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 0;
        bottom: 0;
        height: 2px;
        background-color: #D53561;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .filtre ul a:after {
        content: "";
        position: absolute;
        right: 0;
        width: 0;
        top: 0;
        height: 2px;
        background-color: #D53561;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .filtre ul a:hover {
        text-decoration: none;
        color: #D53561; }
        .filtre ul a:hover:before {
          width: 100%;
          -moz-transition: 500ms;
          -o-transition: 500ms;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .filtre ul a:hover:after {
          width: 100%; }
    .filtre ul .current {
      background-color: #D53561;
      color: #FFF; }
      .filtre ul .current:hover {
        color: #25549F; }

.abc {
  padding: 20px;
  -moz-columns: 20em 3;
  -webkit-columns: 20em 3;
  columns: 20em 3;
  background: #EAA19C;
  line-height: 1em; }
  .abc li {
    display: block;
    margin-bottom: 1em; }
    .abc li small {
      font-size: 0.85em;
      display: block; }
  .abc a {
    color: #FFF;
    font-weight: 500; }
  .abc .letter {
    font-size: 3em;
    font-weight: 900;
    color: #25549F;
    display: block;
    line-height: normal;
    margin-bottom: 0; }

.byday {
  padding: 2em;
  background-color: #FFF;
  margin-bottom: 1em; }
  .byday h2 {
    font-size: 2.75em;
    color: #D53561;
    font-weight: 900;
    margin-bottom: 0.3em; }
  .byday li {
    display: inline-block;
    margin: 0.25em 0; }
    .byday li:after {
      content: " • ";
      font-size: 1.25em;
      color: #D53561;
      display: inline-block;
      margin: 0 0.2em; }
    .byday li:last-child:after {
      content: ""; }
    .byday li a {
      color: #25549F;
      font-size: 1.375em;
      font-weight: 700; }
      .byday li a:hover {
        color: #F8E04A;
        text-decoration: none; }
  .byday .taille1 {
    font-size: 0.85em; }
  .byday .taille0 {
    font-size: 0.75em; }

.byday:nth-child(4n+2) {
  background-color: #D53561; }
  .byday:nth-child(4n+2) h2 {
    color: #FFF; }
    .byday:nth-child(4n+2) a{
	     color: #EAA19C;
    }
    .byday:nth-child(4n+2) a:hover{
	     color: #FFF;
    }
  .byday:nth-child(4n+2) li:after {
    color: #FFF; }

.byday:nth-child(4n+3) {
  background-color: #25549F; }
  .byday:nth-child(4n+3) h2 {
    color: #F8E04A; }
  .byday:nth-child(4n+3) li:after {
    color: #FFF; }
  .byday:nth-child(4n+3) li a {
    color: #F8E04A; }
    .byday:nth-child(4n+3) li a:hover {
      color: #FFFFFF; }

.byday:nth-child(4n+4) {
  background-color: #EAA19C; }
  .byday:nth-child(4n+4) h2 {
    color: #D53561; }
  .byday:nth-child(4n+4) li:after {
    color: #FFF; }
  .byday:nth-child(4n+4) li a {
    color: #D53561; }
    .byday:nth-child(4n+4) li a:hover {
      color: #FFF; }

.souspagelist .subpage {
  padding: 5px; }
  .souspagelist .subpage__content {
    height: 0;
    padding-bottom: 59%;
    position: relative;
    background-size: cover;
    background-position: center center; }
    .souspagelist .subpage__content a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      font-weight: 900;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(234, 161, 156, 0.6);
      color: #FFF;
      padding: 0.5em;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .souspagelist .subpage__content a:hover {
        text-decoration: none;
        background-color: #D53561;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }
    .souspagelist .subpage__content h2 {
      font-size: 2em; }
.souspagelist .subpage:nth-child(4n+2) .subpage__content a {
  background-color: rgba(37,84,159, 0.56);
  color: #FFF; }
  .souspagelist .subpage:nth-child(4n+2) .subpage__content a:hover {
    background-color: #25549F; }
.souspagelist .subpage:nth-child(4n+3) .subpage__content a {
  background-color: rgba(248, 224, 74, 0.53);
  color: #FFF; }
  .souspagelist .subpage:nth-child(4n+3) .subpage__content a:hover {
    background-color: #F8E04A; }
.souspagelist .subpage:nth-child(4n+4) .subpage__content a {
  background-color: rgba(0, 0, 0, 0.53);
  color: #FFF; }
  .souspagelist .subpage:nth-child(4n+4) .subpage__content a:hover {
    background-color: #FFF;
    color: #25549F; }

.parscene h2 {
  font-weight: 900;
  background-color: #D53561;
  color: #25549F;
  font-size: 2.25em;
  display: table;
  padding: 0.3em; }
.parscene .listartist {
  background-color: #D53561;
  border-color: #D53561;
  margin-bottom: 2em; }
  .parscene .listartist li {
    border: 4px solid #D53561; }

.lineupscene:nth-child(4n+1) h2 {
  background-color: #D53561; }
.lineupscene:nth-child(4n+1) .listartist {
  background-color: #D53561;
  border-color: #D53561; }
  .lineupscene:nth-child(4n+1) .listartist li {
    border: 4px solid #D53561; }

.lineupscene:nth-child(4n+2) h2 {
  background-color: #25549F;
  color: #FFF; }
.lineupscene:nth-child(4n+2) .listartist {
  background-color: #25549F;
  border-color: #25549F; }
  .lineupscene:nth-child(4n+2) .listartist li {
    border: 4px solid #25549F; }

.lineupscene:nth-child(4n+3) h2 {
  background-color: #FFF; }
.lineupscene:nth-child(4n+3) .listartist {
  background-color: #FFF;
  border-color: #FFF; }
  .lineupscene:nth-child(4n+3) .listartist li {
    border: 4px solid #FFF; }

.lineupscene:nth-child(4n+4) h2 {
  background-color: #F8E04A;
  color: #25549F; }
.lineupscene:nth-child(4n+4) .listartist {
  background-color: #F8E04A;
  border-color: #F8E04A; }
  .lineupscene:nth-child(4n+4) .listartist li {
    border: 4px solid #F8E04A; }

.news:nth-child(3n+1) .news__content {
  background-color: #D53561; }
  .news:nth-child(3n+1) .news__content h2 {
    color: #FFF; }
  .news:nth-child(3n+1) .news__content .date {
    background-color: #D53561;
    color: #F8E04A; }
.news:nth-child(3n+2) .news__content {
  background-color: #FFF; }
  .news:nth-child(3n+2) .news__content h2 {
    color: #D53561; }
.news:nth-child(3n+3) .news__content {
  background-color: #F8E04A; }
  .news:nth-child(3n+3) .news__content h2 {
    color: #25549F; }
  .news:nth-child(3n+3) .news__content p {
    color: #FFF; }
  .news:nth-child(3n+3) .news__content .date {
    background-color: #F8E04A;
    color: #25549F; }

.news {
  margin-bottom: 30px; }
  .news__content {
    background-color: #FFF;
    height: 100%;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .news__content:hover {
      background-color: #D53561;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .news__content:hover h2 {
        color: #25549F;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }
  .news h2 {
    font-size: 1.75em;
    font-weight: 900;
    color: #D53561;
    line-height: 1em;
    margin: 0 0 0.5em;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms; }
  .news a {
    line-height: 1.5em;
    color: #161414;
    display: block; }
    .news a:hover {
      text-decoration: none; }
  .news .contentnews {
    padding: 1em 2em;
    position: relative; }
  .news .date {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 2em;
    top: -39px;
    padding: 0.3em 1em;
    background-color: #FFF;
    color: #25549F; }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 15px;
  line-height: 15px;
  margin: 0 auto;
  display: table;
  font-size: 1.5em;
  font-weight: 700; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #25549F;
  background: #FFF;
  padding: 0.5em;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -webkit-transition: 500ms;
  transition: 500ms; }

.pagination a:hover {
  color: #25549F;
  background: #F8E04A;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -webkit-transition: 500ms;
  transition: 500ms; }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #D53561;
  color: #25549F;
  padding: 0.5em; }

.partenaires h1 {
  font-size: 1.75em;
  text-align: center; }
.partenaires .row {
  display: block; }

.main .historique__alphabet, .main .historique__annee {
  text-align: center;
  padding-left: 0;
  padding: 1em 0; }
  .main .historique__alphabet li, .main .historique__annee li {
    display: inline-block;
    margin: 0; }
  .main .historique__alphabet a, .main .historique__annee a {
    display: block;
    padding: 0.5em;
    text-transform: uppercase;
    color: #25549F; }
    .main .historique__alphabet a:hover, .main .historique__annee a:hover {
      color: #D53561;
      text-decoration: none; }
.main .historique__letter {
  text-align: center;
  font-size: 6em;
  color: #25549F; }

.main .historique__alphabet a {
  font-size: 1.3em; }

.page-content .yearartiste {
  column-count: 4;
  padding-left: 0; }
  .page-content .yearartiste li {
    display: block; }
    .page-content .yearartiste li a {
      color: #25549F;
      display: block;
      padding: 0.3em 0;
      font-weight: 600;
      position: relative;
      padding-left: 20px; }
      .page-content .yearartiste li a:hover {
        color: #25549F;
        text-decoration: none; }
        .page-content .yearartiste li a:hover:before {
          left: 0;
          opacity: 1;
          -moz-transition: 500ms;
          -o-transition: 500ms;
          -webkit-transition: 500ms;
          transition: 500ms; }
      .page-content .yearartiste li a:before {
        content: "\f06e";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 20px;
        color: #D53561;
        opacity: 0;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -webkit-transition: 500ms;
        transition: 500ms; }

.tbc {
  background: url(img/tbc2020.jpg); }

.page-content .aligncenter {
  display: block;
  margin: 2em auto; }

.partenaires .page-content ul {
  text-align: center;
  padding-left: 0; }
.partenaires .page-content li {
  display: inline-block;
  max-width: 120px;
  vertical-align: middle;
  margin: 1em; }
  .partenaires .page-content li a {
    color: #25549F; }
.partenaires .page-content h1 {
  margin-top: 3em;
  margin-bottom: 1em; }
.partenaires .page-content .row:last-child li {
  display: block;
  max-width: inherit;
  margin: 1em 0; }

#aide_partenariat {
  margin-bottom: 0.5em;
  max-width: 550px;
  text-align: center;
  margin: 2em auto; }

.showpartner {
  display: table;
  width: auto;
  margin: 2em auto 0; }
  .showpartner .plus i {
    display: inline-block; }

.page-content .faqlist {
  padding-left: 0; }
  .page-content .faqlist > li {
    display: block;
    margin: 2em 0;
    cursor: pointer;
    position: relative;
    padding-left: 1.5em; }
    .page-content .faqlist > li:before {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .page-content .faqlist .open:before {
    transform: rotate(90deg);
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms; }
  .page-content .faqlist .question {
    font-weight: 700;
    display: block; }
  .page-content .faqlist .reponse {
    display: none; }
  .page-content .faqlist .open .reponse {
    display: block; }
.autrespoints{
	background-color: #FFF;
	padding-bottom: 2em;
}
.autrespoints h1{
	font-size: 1.75em;
    color: #25549F;
    font-weight: 900;
    margin: 0.5em 0;
    line-height: 1em;
    text-align: center;
    padding: 1em 0;
    padding: 1em 0.5em 0.3em;
}
.autrespoints ul{
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.autrespoints a{
	display: block;
}
.autrespoints li{
	    margin:  2em;
    width: 140px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .footer .partners > .row {
    display: block;
    text-align: center; }
    .footer .partners > .row .col-md-2 {
      max-width: 100%;
      display: inline-block;
      width: auto;
      margin: 1em; } 

  header .menuright {
    float: none; } }
@media only screen and (max-width: 768px) {
	.original .container {
   	 position: inherit;
	}
	header{
		position: inherit;
	}
  header.cloned.visible {
    display: none; }
header a{
	color: #FFF;
}
  header .hashtag {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #25549F;
    color:#FFF;
    padding: 0.3em; }
  header .menutop {
    text-align: center; }
    header .menutop ul {
      float: right; }
      header .menutop ul:before {
        display: none; }
    header .menutop .social {
      float: left; }
  header h1 {
    float: none;
    text-align: center;
    margin-top: 5em; }
    header h1 a {
      display: block;
      padding: 1em 0; }
  header .menuright {
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
    background-color: #D53561;
    padding: 0.5em 0;
    z-index: 99; }

  .filtre {
    margin-bottom: 1em;
    padding: 0.8em 0;
    background: #FFF; }
    .filtre ul {
      display: block; }
      .filtre ul a {
        text-align: center;
        padding: 0.8em 1em; }

  .footer__menu .menu-menu-footer-container > ul {
    text-align: center;
    display: block; }

  .footer__menu .menu-menu-footer-container > ul > li {
    margin-bottom: 2em; }

  .footer h2 {
    text-align: center;
    margin-bottom: 3em; }
  .footer .partners > .row {
    display: block;
    text-align: center; }
    .footer .partners > .row .col-md-2 {
      max-width: 100%;
      display: inline-block;
      width: auto;
      margin: 1em; }

  .lineuphome ul li {
    display: inline; }

  .list__item {
    flex-wrap: wrap; }
    .list__item img {
      width: 100%;
      order: 1; }
    .list__item__content {
      order: 2; }

  .hero-page h1 {
    font-size: 2em; }

  .byday {
    line-height: 1.7em; }
    .byday li {
      display: inline; }
      .byday li:after {
        display: inline; }
    .byday h2 {
      line-height: 1em; }

  .homepage header h1 {
    display: none; }

  .hero {
    height: auto; }
    .hero .sun {
      width: 300px;
      margin: -150px;
      margin-top: -150px; }
    .hero h1 img {
      width: 300px; }

  .artist__hero .containerimg {
    padding-bottom: 44%; }
  .artist__hero img {
    top: -14%; }

  .artist .artist__info [class*=col-] {
    padding: 2em; }

  .social-artist {
    position: relative;
    width: 100%;
    text-align: center;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .social-artist li {
      display: inline-block; }

  .artist .no-gutters > .col, .artist .no-gutters > [class*=col-] {
    padding: 1em 2em; }

  .artist .byday {
    padding: 4em 2em; }

  .page-content .yearartiste {
    column-count: 2; }

  .lineuphome ul li a {
    font-size: 1.5em; }

  .lineuphome ul li:after {
    font-size: 1.5em; }

  .lineuphome ul {
    line-height: 2em; } }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

  .curatedby {
	font-size:20px!important;
}
