/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html {
    background: #e0e0e0;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    font-size: large;
}

/* nav {
    position: sticky;
    top: 0;
    z-index: 999
} */


.flush {
    clear: both;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}

.div-center {
    margin: auto;
}

.center,
.center-align {
    text-align: center;
}

.valign {
    vertical-align: middle;
}


.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.indicator-item {
    background-color: #fafafa !important;
}

.indicator-item.active {
    background-color: #4CAF50 !important;
}

footer.page-footer {
    margin: 0;
}

#title-image {
    filter: brightness(40%);
}

.datebox h3 {
    margin-top: 10%;
    margin-bottom: 0;
}

.datebox h5 {
    margin-top: 0;
    margin-bottom: 20%;
}

.concert-date {
    padding: 10px;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    background-color: #ffffff;
    margin-bottom: 1em;
    text-decoration: none;
    width: 100%;
}

a {
    text-decoration: none;
}

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

.section {
    padding-left: 1rem;
    padding-right: 1rem;
}

.datebox {
    /* float: left; */
    min-height: 1px;
    vertical-align: middle;
}

.concert-title {
    flex-grow: 1;
    vertical-align: middle;
}

.section {
    margin: auto;
    max-width: 70rem;
}


.ananke-socials a .icon svg{
  width: 64px;
  height: 64px;
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.concert-date:hover {
    padding: 10px;
    color: black;
}

.concert-informations i {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0.5rem;

    padding: 0;
}

.concert-informations p {
    display: flex;
}

.accueil-heading {
    scroll-margin-top: 2rem;
}

.valign-wrapper {
    align-items: center;
}


div.programme h5 {
    line-height: 0.2;
    padding-top: 15pt;
}

div.programme p {
    line-height: normal;
}

div.programme h5 p {
    line-height: 2rem;
    padding-bottom: 0pt;
    font-size: medium;
}

div.programme div.center img {
    padding-bottom: 15pt;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
}

/* Forms */
button, .btn-large, .btn-small, .btn-flat {
    background-color: rgb(72, 72, 72);
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    color:white;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
  .right {
    float: right !important;
}
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    margin-left: 0.5rem;
    margin-top: 0.3rem;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
label {
    font-size: 0.9rem;
    color: #131313;
    float:left;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}
input {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
  }
textarea {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    width:100%;
    height:4rem;
    outline: none;
}
.email {
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    cursor: default;
    pointer-events: none;
    color: transparent;
}
._email:hover{
  height: 0px;
  cursor: default;
}
._email:blur{
  height: 22px;
  cursor: default;
}
._email:focus{
  height: 0px;
  outline: none;
  cursor: default;
}
  .input-field {
    position:relative;
    margin-top:1rem;
    margin-bottom:1rem
  }
  .input-field.inline {
    display:inline-block;
    vertical-align:middle;
    margin-left:5px
  }
  .input-field.inline input,
  .input-field.inline .select-dropdown {
    margin-bottom:1rem
  }

.row .col.s1 {
  width:8.3333333333%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s2 {
  width:16.6666666667%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s3 {
  width:25%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s4 {
  width:33.3333333333%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s5 {
  width:41.6666666667%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s6 {
  width:50%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s7 {
  width:58.3333333333%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s8 {
  width:66.6666666667%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s9 {
  width:75%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s10 {
  width:83.3333333333%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s11 {
  width:91.6666666667%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.s12 {
  width:100%;
  margin-left:auto;
  left:auto;
  right:auto
}
.row .col.offset-s1 {
  margin-left:8.3333333333%
}
.row .col.pull-s1 {
  right:8.3333333333%
}
.row .col.push-s1 {
  left:8.3333333333%
}
.row .col.offset-s2 {
  margin-left:16.6666666667%
}
.row .col.pull-s2 {
  right:16.6666666667%
}
.row .col.push-s2 {
  left:16.6666666667%
}
.row .col.offset-s3 {
  margin-left:25%
}
.row .col.pull-s3 {
  right:25%
}
.row .col.push-s3 {
  left:25%
}
.row .col.offset-s4 {
  margin-left:33.3333333333%
}
.row .col.pull-s4 {
  right:33.3333333333%
}
.row .col.push-s4 {
  left:33.3333333333%
}
.row .col.offset-s5 {
  margin-left:41.6666666667%
}
.row .col.pull-s5 {
  right:41.6666666667%
}
.row .col.push-s5 {
  left:41.6666666667%
}
.row .col.offset-s6 {
  margin-left:50%
}
.row .col.pull-s6 {
  right:50%
}
.row .col.push-s6 {
  left:50%
}
.row .col.offset-s7 {
  margin-left:58.3333333333%
}
.row .col.pull-s7 {
  right:58.3333333333%
}
.row .col.push-s7 {
  left:58.3333333333%
}
.row .col.offset-s8 {
  margin-left:66.6666666667%
}
.row .col.pull-s8 {
  right:66.6666666667%
}
.row .col.push-s8 {
  left:66.6666666667%
}
.row .col.offset-s9 {
  margin-left:75%
}
.row .col.pull-s9 {
  right:75%
}
.row .col.push-s9 {
  left:75%
}
.row .col.offset-s10 {
  margin-left:83.3333333333%
}
.row .col.pull-s10 {
  right:83.3333333333%
}
.row .col.push-s10 {
  left:83.3333333333%
}
.row .col.offset-s11 {
  margin-left:91.6666666667%
}
.row .col.pull-s11 {
  right:91.6666666667%
}
.row .col.push-s11 {
  left:91.6666666667%
}
.row .col.offset-s12 {
  margin-left:100%
}
.row .col.pull-s12 {
  right:100%
}
.row .col.push-s12 {
  left:100%
}

  @media only screen and (min-width: 601px) {
    .row .col.m1 {
      width:8.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m2 {
      width:16.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m3 {
      width:25%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m4 {
      width:33.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m5 {
      width:41.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m6 {
      width:50%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m7 {
      width:58.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m8 {
      width:66.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m9 {
      width:75%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m10 {
      width:83.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m11 {
      width:91.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.m12 {
      width:100%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.offset-m1 {
      margin-left:8.3333333333%
    }
    .row .col.pull-m1 {
      right:8.3333333333%
    }
    .row .col.push-m1 {
      left:8.3333333333%
    }
    .row .col.offset-m2 {
      margin-left:16.6666666667%
    }
    .row .col.pull-m2 {
      right:16.6666666667%
    }
    .row .col.push-m2 {
      left:16.6666666667%
    }
    .row .col.offset-m3 {
      margin-left:25%
    }
    .row .col.pull-m3 {
      right:25%
    }
    .row .col.push-m3 {
      left:25%
    }
    .row .col.offset-m4 {
      margin-left:33.3333333333%
    }
    .row .col.pull-m4 {
      right:33.3333333333%
    }
    .row .col.push-m4 {
      left:33.3333333333%
    }
    .row .col.offset-m5 {
      margin-left:41.6666666667%
    }
    .row .col.pull-m5 {
      right:41.6666666667%
    }
    .row .col.push-m5 {
      left:41.6666666667%
    }
    .row .col.offset-m6 {
      margin-left:50%
    }
    .row .col.pull-m6 {
      right:50%
    }
    .row .col.push-m6 {
      left:50%
    }
    .row .col.offset-m7 {
      margin-left:58.3333333333%
    }
    .row .col.pull-m7 {
      right:58.3333333333%
    }
    .row .col.push-m7 {
      left:58.3333333333%
    }
    .row .col.offset-m8 {
      margin-left:66.6666666667%
    }
    .row .col.pull-m8 {
      right:66.6666666667%
    }
    .row .col.push-m8 {
      left:66.6666666667%
    }
    .row .col.offset-m9 {
      margin-left:75%
    }
    .row .col.pull-m9 {
      right:75%
    }
    .row .col.push-m9 {
      left:75%
    }
    .row .col.offset-m10 {
      margin-left:83.3333333333%
    }
    .row .col.pull-m10 {
      right:83.3333333333%
    }
    .row .col.push-m10 {
      left:83.3333333333%
    }
    .row .col.offset-m11 {
      margin-left:91.6666666667%
    }
    .row .col.pull-m11 {
      right:91.6666666667%
    }
    .row .col.push-m11 {
      left:91.6666666667%
    }
    .row .col.offset-m12 {
      margin-left:100%
    }
    .row .col.pull-m12 {
      right:100%
    }
    .row .col.push-m12 {
      left:100%
    }
  }
  @media only screen and (min-width: 993px) {
    .row .col.l1 {
      width:8.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l2 {
      width:16.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l3 {
      width:25%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l4 {
      width:33.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l5 {
      width:41.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l6 {
      width:50%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l7 {
      width:58.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l8 {
      width:66.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l9 {
      width:75%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l10 {
      width:83.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l11 {
      width:91.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.l12 {
      width:100%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.offset-l1 {
      margin-left:8.3333333333%
    }
    .row .col.pull-l1 {
      right:8.3333333333%
    }
    .row .col.push-l1 {
      left:8.3333333333%
    }
    .row .col.offset-l2 {
      margin-left:16.6666666667%
    }
    .row .col.pull-l2 {
      right:16.6666666667%
    }
    .row .col.push-l2 {
      left:16.6666666667%
    }
    .row .col.offset-l3 {
      margin-left:25%
    }
    .row .col.pull-l3 {
      right:25%
    }
    .row .col.push-l3 {
      left:25%
    }
    .row .col.offset-l4 {
      margin-left:33.3333333333%
    }
    .row .col.pull-l4 {
      right:33.3333333333%
    }
    .row .col.push-l4 {
      left:33.3333333333%
    }
    .row .col.offset-l5 {
      margin-left:41.6666666667%
    }
    .row .col.pull-l5 {
      right:41.6666666667%
    }
    .row .col.push-l5 {
      left:41.6666666667%
    }
    .row .col.offset-l6 {
      margin-left:50%
    }
    .row .col.pull-l6 {
      right:50%
    }
    .row .col.push-l6 {
      left:50%
    }
    .row .col.offset-l7 {
      margin-left:58.3333333333%
    }
    .row .col.pull-l7 {
      right:58.3333333333%
    }
    .row .col.push-l7 {
      left:58.3333333333%
    }
    .row .col.offset-l8 {
      margin-left:66.6666666667%
    }
    .row .col.pull-l8 {
      right:66.6666666667%
    }
    .row .col.push-l8 {
      left:66.6666666667%
    }
    .row .col.offset-l9 {
      margin-left:75%
    }
    .row .col.pull-l9 {
      right:75%
    }
    .row .col.push-l9 {
      left:75%
    }
    .row .col.offset-l10 {
      margin-left:83.3333333333%
    }
    .row .col.pull-l10 {
      right:83.3333333333%
    }
    .row .col.push-l10 {
      left:83.3333333333%
    }
    .row .col.offset-l11 {
      margin-left:91.6666666667%
    }
    .row .col.pull-l11 {
      right:91.6666666667%
    }
    .row .col.push-l11 {
      left:91.6666666667%
    }
    .row .col.offset-l12 {
      margin-left:100%
    }
    .row .col.pull-l12 {
      right:100%
    }
    .row .col.push-l12 {
      left:100%
    }
  }
@media only screen and (min-width: 1201px) {
    .row .col.xl1 {
      width:8.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl2 {
      width:16.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl3 {
      width:25%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl4 {
      width:33.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl5 {
      width:41.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl6 {
      width:50%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl7 {
      width:58.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl8 {
      width:66.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl9 {
      width:75%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl10 {
      width:83.3333333333%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl11 {
      width:91.6666666667%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.xl12 {
      width:100%;
      margin-left:auto;
      left:auto;
      right:auto
    }
    .row .col.offset-xl1 {
      margin-left:8.3333333333%
    }
    .row .col.pull-xl1 {
      right:8.3333333333%
    }
    .row .col.push-xl1 {
      left:8.3333333333%
    }
    .row .col.offset-xl2 {
      margin-left:16.6666666667%
    }
    .row .col.pull-xl2 {
      right:16.6666666667%
    }
    .row .col.push-xl2 {
      left:16.6666666667%
    }
    .row .col.offset-xl3 {
      margin-left:25%
    }
    .row .col.pull-xl3 {
      right:25%
    }
    .row .col.push-xl3 {
      left:25%
    }
    .row .col.offset-xl4 {
      margin-left:33.3333333333%
    }
    .row .col.pull-xl4 {
      right:33.3333333333%
    }
    .row .col.push-xl4 {
      left:33.3333333333%
    }
    .row .col.offset-xl5 {
      margin-left:41.6666666667%
    }
    .row .col.pull-xl5 {
      right:41.6666666667%
    }
    .row .col.push-xl5 {
      left:41.6666666667%
    }
    .row .col.offset-xl6 {
      margin-left:50%
    }
    .row .col.pull-xl6 {
      right:50%
    }
    .row .col.push-xl6 {
      left:50%
    }
    .row .col.offset-xl7 {
      margin-left:58.3333333333%
    }
    .row .col.pull-xl7 {
      right:58.3333333333%
    }
    .row .col.push-xl7 {
      left:58.3333333333%
    }
    .row .col.offset-xl8 {
      margin-left:66.6666666667%
    }
    .row .col.pull-xl8 {
      right:66.6666666667%
    }
    .row .col.push-xl8 {
      left:66.6666666667%
    }
    .row .col.offset-xl9 {
      margin-left:75%
    }
    .row .col.pull-xl9 {
      right:75%
    }
    .row .col.push-xl9 {
      left:75%
    }
    .row .col.offset-xl10 {
      margin-left:83.3333333333%
    }
    .row .col.pull-xl10 {
      right:83.3333333333%
    }
    .row .col.push-xl10 {
      left:83.3333333333%
    }
    .row .col.offset-xl11 {
      margin-left:91.6666666667%
    }
    .row .col.pull-xl11 {
      right:91.6666666667%
    }
    .row .col.push-xl11 {
      left:91.6666666667%
    }
    .row .col.offset-xl12 {
      margin-left:100%
    }
    .row .col.pull-xl12 {
      right:100%
    }
    .row .col.push-xl12 {
      left:100%
    }
  }

@media only screen and (min-width: 360px) {
    .flow-text {
      font-size:1.2rem
    }
  }
  @media only screen and (min-width: 390px) {
    .flow-text {
      font-size:1.224rem
    }
  }
  @media only screen and (min-width: 420px) {
    .flow-text {
      font-size:1.248rem
    }
  }
  @media only screen and (min-width: 450px) {
    .flow-text {
      font-size:1.272rem
    }
  }
  @media only screen and (min-width: 480px) {
    .flow-text {
      font-size:1.296rem
    }
  }
  @media only screen and (min-width: 510px) {
    .flow-text {
      font-size:1.32rem
    }
  }
  @media only screen and (min-width: 540px) {
    .flow-text {
      font-size:1.344rem
    }
  }
  @media only screen and (min-width: 570px) {
    .flow-text {
      font-size:1.368rem
    }
  }
  @media only screen and (min-width: 600px) {
    .flow-text {
      font-size:1.392rem
    }
  }
  @media only screen and (min-width: 630px) {
    .flow-text {
      font-size:1.416rem
    }
  }
  @media only screen and (min-width: 660px) {
    .flow-text {
      font-size:1.44rem
    }
  }
  @media only screen and (min-width: 690px) {
    .flow-text {
      font-size:1.464rem
    }
  }
  @media only screen and (min-width: 720px) {
    .flow-text {
      font-size:1.488rem
    }
  }
  @media only screen and (min-width: 750px) {
    .flow-text {
      font-size:1.512rem
    }
  }
  @media only screen and (min-width: 780px) {
    .flow-text {
      font-size:1.536rem
    }
  }
  @media only screen and (min-width: 810px) {
    .flow-text {
      font-size:1.56rem
    }
  }
  @media only screen and (min-width: 840px) {
    .flow-text {
      font-size:1.584rem
    }
  }
  @media only screen and (min-width: 870px) {
    .flow-text {
      font-size:1.608rem
    }
  }
  @media only screen and (min-width: 900px) {
    .flow-text {
      font-size:1.632rem
    }
  }
  @media only screen and (min-width: 930px) {
    .flow-text {
      font-size:1.656rem
    }
  }
  @media only screen and (min-width: 960px) {
    .flow-text {
      font-size:1.68rem
    }
  }
  @media only screen and (max-width: 360px) {
    .flow-text {
      font-size:1.2rem
    }
  }