/* Core Stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;

}

/* FONT */
@font-face {
    font-family: "ElektrixLight";
    src: url("../fonts/ElektrixLightRegular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/ElektrixLightRegular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/ElektrixLightRegular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/ElektrixLightRegular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ElektrixLight";
    src: url("../fonts/ElektrixLightLight.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/ElektrixLightLight.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/ElektrixLightLight.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/ElektrixLightLight.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/ElektrixLightLight.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/ElektrixLightLight.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/ElektrixLightLight.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ElektrixLight";
    src: url("../fonts/ElektrixLightRegular.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/ElektrixLightRegular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/ElektrixLightRegular.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/ElektrixLightRegular.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/ElektrixLightRegular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/ElektrixLightRegular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/ElektrixLightRegular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ChesterfieldLTStd";
    src: url("../fonts/Chesterfield-LT-Std10468.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Chesterfield-LT-Std10468.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/Chesterfield-LT-Std10468.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/Chesterfield-LT-Std10468.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/Chesterfield-LT-Std10468.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/Chesterfield-LT-Std10468.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ChesterfieldLTStd";
    src: url("../fonts/ChesterfieldEF.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/ChesterfieldEF.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/ChesterfieldEF.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/ChesterfieldEF.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/ChesterfieldEF.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/ChesterfieldEF.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/ChesterfieldEF.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 100;
    font-style: normal;
}

/* rubik-300italic - latin */


html {
    font-size: 1.125rem;
    line-height: 1.125rem;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

body {
    font-family: 'ChesterfieldLTStd', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: #000;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ElektrixLight', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    margin-top: 0em;
    font-size: 4.5rem;
    margin-bottom: 0em;
    line-height: 4rem;
}

h2 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
    font-weight: 300;
    //margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

h3 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}

h4 {
    margin-top: -1px;
    margin-bottom: 1px;
    font-size: 0.8rem;
    line-height: 1.5rem;
}

h5 {
    margin-top: 0rem;
    font-size: 0.8rem;
    font-weight: 0;
    margin-bottom: 0rem;
    line-height: 1rem
}

h6 {
    line-height: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1rem; //1.25rem;
}

a {
    color: #323232;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

a:hover {
    color: #000;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

img {
    max-width: 100%;
}

hr {
    border: 0;
    border-top: 1px dashed #333;
    background: transparent;
    margin: 1rem 4rem 0 4rem;
    height: calc(1rem - 1px);
}

ul,
li {
    margin: 0;
    padding: 0
}

marquee {
    width: 80%;
    //margin-bottom: -4px;
    overflow: hidden;
    font-weight: inherit;
    border: none;
    line-height: 1rem;
    background: transparent;
    margin: 0;
    padding: 0;
}

.marquee {
    width: 80%;
    /*largeur à ajuster */
    line-height: 0rem;
    background: transparent;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-weight: inherit;
    border: none;
}

.marquee span {
    display: inline-block;
    /*  masque le décalage */
    white-space: nowrap;
    overflow: hidden;
    /* force sur une même ligne */
    -webkit-animation: marquee 10s linear infinite;
    -moz-animation: marquee 10s linear infinite;
    -ms-animation: marquee 10s linear infinite;
    -o-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

@-ms-keyframes marquee {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

@-o-keyframes marquee {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

small {
    line-height: 1em;
}

/* BEGIN Layout */
body,
html {
    height: 100%;
}

.sidebar {
    //background-image: url('../images/infos2020.png'), url('../images/cover2020.jpg');
    background-image: url('../images/cover2020.jpg');
    background-position: center;
    background-repeat: no-repeat;
    //background-size: 90%, cover;
    background-size: cover;
    height: 100%;
    height: calc(100% - 5rem);
    position: fixed;
    top: 5rem;
    left: 0;
    z-index: 1;
    text-align: center;
}

.image-infos {
    max-height: 100%;
}



/* colonne droite */

/* header */
.header {
    height: 5rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.surnav {
    width: 100%;
    height: 1.5rem;
    background: #ff0;
    text-align: right;
}

.surnav-list {
    padding: 0 1rem;
    list-style: none;
}

.surnav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 5px;
    line-height: 1.5rem;
}

.surnav-item:last-child {
    padding-right: 0;
}

.surnav-item a {
    color: #323232;
    margin-top: 0em;
    text-transform: uppercase;
    font-size: 85%;
}

.surnav-item a:hover,
.surnav-item a:focus {
    text-decoration: none;
    color: #000;
}

.nav {
    width: 100%;
    height: 3.5rem;
    background: #323232;
    box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}

.nav .logo {
    width: 252px;
    //padding-top: 1em;
    display: inline-block;
}

.nav .logo:hover {
    filter: opacity(75%);
}

.nav .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1rem;
    display: none;
}

.nav .hamburger-lien {
    color: white;
}

.nav .hamburger-lien:hover {
    color: #FF0;
}

.nav-list {
    margin: 0 0 0 2rem;
    padding: 0;
    list-style: none;
}

.nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 0.95rem;
}



.nav-item a {
    background: transparent;
    border: 2px solid transparent;
    color: #fff;
    margin-top: -1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'ElektrixLight', sans-serif;
    padding: 0.5em 0.5rem;
}

.nav-item a.lien-logo {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0.5em 0.5rem;
}

.nav-item a:hover,
.nav-item a:focus {
    border: 2px solid #FF0;
    text-decoration: none;
}

.nav-item a.lien-logo:hover,
.nav-item a.lien-logo:focus {
    border: none;
}

/* content */
.content {
    background: #FF0;
    min-height: calc(100% - 5rem);
    padding: 1rem;
    min-height: 100vh;
}

/* Back top top */
#backBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 1rem;
    /* Place the button at the bottom of the page */
    right: 1rem;
    /* Place the button 30px from the right */
    z-index: 2;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #FF0;
    /* Set a background color */
    color: #323232;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 0.5rem 0.6rem;
    /* Some padding */
    font-size: 18px;
    /* Increase font size */
    border: 1px solid #323232;
    font-size: 0.9rem;
    line-height: 1rem;
}

#backBtn:hover {
    background-color: #323232;
    /* Add a dark-grey background on hover */
    color: #FF0;
    border: 1px solid #FF0;
}

/* calendrier */

a.lien-calendrier {
    display: block;
    min-height: 3rem;
    padding-bottom: 1px;
}

.calendrier-g {
    background: #323232;
    font-family: 'ElektrixLight', sans-serif;
    color: #FF0;
    height: 100%;
    min-height: 53px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.calendrier-g:hover {
    background: #000;
}

.calendrier-g:hover {
    background: #FF0;
    color: #323232;
}

/*
.calendrier-g:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 25%;
    left: -20px;
    transition: 0.33s;
}

.calendrier-g:hover {
    padding-right: 0.5rem;
    padding-left: 1rem;
}

.calendrier-g:hover:after {
    opacity: 1;
    left: 0.5rem;
}*/

.calendrier-g.pure-g [class*=pure-u] {
    font-family: 'ElektrixLight', sans-serif;
}

.date-calendrier {
    text-align: center;
}

.date-calendrier .date {
    font-size: 2rem;
}

.date-calendrier .mois {
    height: 1rem;
}

.date-calendrier .lieu {
    //position: absolute;
    //top: 50%;
    font-size: 1.5rem;
    //left: 1rem;
    text-align: center;
    line-height: 3rem;
    padding: 0 1rem;
}

.listing-calendrier {
    padding-bottom: 2px;
}

.lieu-calendrier {
    font-size: 1.225rem;
    padding-top: 0.15rem;
}

.prog-calendrier {
    line-height: 1rem;
    padding-top: 0.15rem;
    padding-right: 1rem;
    padding-bottom: 0.031rem;
}

.banner {
    width: 72px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 14px;
    right: -16px;
    transform: rotate(45deg);
    background-color: #FF0;
    color: #323232;
    line-height: 0.75rem;
    font-family: 'ChesterfieldLTStd', 'Open Sans', sans-serif;
}

/* agenda */
#agenda {
    margin-top: 53px;
}

#agenda h3 {
    font-size: 1rem;
    line-height: 1rem;
}

.anchor {
    display: block;
    position: relative;
    top: -5rem;
    visibility: hidden;
}

.rencontre h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    text-align: right;
    line-height: 3rem;
}

.soiree {
    margin-top: 2rem;
}

.soiree h2 {
    margin-bottom: 0;
    padding: 1rem 0;
}

.picto-soiree {
    width: 35px;
    margin-right: 0.5rem;
    vertical-align: top;
    margin-top: -2px;
}

.lieu {
    display: inline-block;
    font-size: 0.5em;
    text-transform: uppercase;
    line-height: 18px;
}

.eventFB {
    display: inline;
    font-size: 1rem;
    line-height: 1rem;
}

.rencontre .sous-titre-soiree {
    text-align: right;
}

.sous-titre-soiree p {
    margin-top: -1rem;
}

.liste-artistes {
    margin: 0;
    padding: 0;
    text-align: right;
}

a.artiste-title {
    background: #322E31;
    color: #FF0;
    width: 100%;
    display: block;
    border-bottom: solid 1px #FF0;
    padding: 0.5rem 1rem;
    font-family: 'ElektrixLight', sans-serif;
    line-height: 1.5rem;
    /*2rem -1*/
    font-size: 1.35rem;
    //height: 44px;
    position: relative;
    transition: 0.33s;
}

a.artiste-title:hover {
    background: #000;
}

a.artiste-title:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 25%;
    left: -20px;
    transition: 0.33s;
}

a.artiste-title:hover {
    padding-right: 0.5rem;
    padding-left: 1rem;
}

a.artiste-title:hover:after {
    opacity: 1;
    left: 0.5rem;
}

.adresse,
.tarif {
    color: #FF0;
    width: 100%;
    color: #FF0;
    font-family: 'ElektrixLight', sans-serif;
    background: #322E31;
    text-align: center;
    line-height: 1rem;
    display: block;
    min-height: 3rem;
    height: 100%;
    position: relative;
}


.adresse p,
.tarif p {
    line-height: 1rem;
    margin-bottom: 0;
    height: 100%;

}

.adresse,
.tarif2 {
    border-left: 1px solid #FF0;
}

.adresse2 {
    border-left: none;
    border-top: 1px solid #FF0;
}


.adresse a,
.tarif a {
    color: #FF0;
    font-family: 'ElektrixLight', sans-serif;
    width: 100%;
    min-height: 3rem;
    height: 100%;
    display: block;
    text-decoration: none;
    padding-top: 0.5rem;
    padding-left: 2.5rem;
    //text-align: right;
    padding-right: 1rem;
    padding-bottom: 0.45rem;
    font-weight: 100;
}

.adresse a:hover,
.tarif a:hover {
    background: #000;
}

.tarif a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 400;
    position: absolute;
    left: 0.5rem;
    top: 33%;
    font-size: 36px;
    content: "\f145";
}

.adresse a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 400;
    position: absolute;
    left: 0.5rem;
    top: 16px;
    font-size: 36px;
    content: "\f041";
}


/* Edito */
#edito {
    margin-top: 3rem;
}

#edito h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    text-align: right;
    line-height: 3rem;
}

/* Billeterie */

#billeterie {
    margin-top: 3rem;
}

#billeterie h2 {
    display: none;
}

#billeterie p {
    position: relative;
    margin-bottom: 1px;
}

#billeterie a {
    color: #FF0;
    font-family: 'ElektrixLight', sans-serif;
    font-size: 2rem;
    line-height: 1.5rem;
    width: 100%;
    min-height: 4rem;
    display: block;
    text-decoration: none;
    padding-top: 0.5rem;
    padding-left: 2rem;
    text-align: center;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    background: #323232
}

#billeterie a:hover {
    background: #000;
}

#billeterie a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 400;
    position: absolute;
    left: 0.5rem;
    top: 33%;
    font-size: 36px;
    content: "\f145";
}

/* Ailleurs */

#ailleurs {
    margin-top: 3rem;
}

/*
#ailleurs p {
    position: relative;
    margin-bottom: 1px;
}

#ailleurs a {
    color: #FF0;
    font-family: 'ElektrixLight', sans-serif;
    font-size: 1.35rem;
    line-height: 1.5rem;
    width: 100%;
    min-height: 4rem;
    display: block;
    text-decoration: none;
    padding-top: 0.5rem;
    padding-left: 2rem;
    text-align: center;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    background: #323232
}

#ailleurs a:hover {
    background: #000;
}
*/
/* Newsletter */

#newsletter {
    margin-top: 3rem;
}

.mj-w-res-iframe {
    padding-left: 10px;
    max-width: 767px;
}

/* Page pro */
/* Billeterie */

#pro {
    margin-top: 1rem;
}

#pro p {
    position: relative;
    margin-bottom: 1px;
}

#pro a {
    color: #FF0;
    font-family: 'ElektrixLight', sans-serif;
    font-size: 2rem;
    line-height: 4rem;
    width: 100%;
    min-height: 4rem;
    display: block;
    text-decoration: none;
    padding-left: 1rem;
    text-align: center;
    padding-right: 1rem;
    background: #323232
}

#pro a:hover {
    background: #000;
}

/* Modal */


/* Modal Content/Box */
.modal-content {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 50%;
    background-color: rgba(255, 255, 0, 1);
    background-color: #323232;
    padding: 1rem;
    padding-top: 6rem;
    //transform: translateX(-100%);
    transition: .5s ease-in-out;
    box-shadow: none;
    color: #FF0;
    /*    margin-bottom:8rem; for player */
}

/* The Close Button */
.close-container {
    position: absolute;
    top: 6rem;
    left: 100%;
}

.close {
    color: #323232;
    float: right;
    font-size: 0.9rem;
    line-height: 1rem;
    position: absolute;
    right: 1rem;
    top: 0;
    padding: 0.5rem;
    background: #FF0;
    border: 1px solid #323232;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    background: #323232;
    color: #FF0;
    border: 1px solid #FF0;
}

.modal-content h2 {
    text-align: left;
    margin-top: 0;
}

.modal-content h2 small {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
}

.modal-content ul {
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.modal-content li {
    line-height: 1rem;
}

.modal-content p a {
    background: #FF0;
    font-family: 'ElektrixLight', sans-serif;
    padding: 0.25rem;
    color: #323232;
    text-decoration: none;
}

.modal-content p a:hover {
    background: #323232;
    color: #FF0;
}



/* player */
#pnodestream {
    position: fixed;
    left: 0;
    top: 0;
    right: 100px;
    height: 1.5rem;
    //background-color: white;
    //border-top:0.25rem solid #1B29ED;
    z-index: 2;

}

.head_pnodestream {
    background-color: #1B29ED;
    color: white;
    font-size: 1.5rem;
    //font-family: 'Blimey', sans-serif;
    line-height: 2rem;
    padding-left: 12px;
    width: 100%;
    height: 2rem;
    font-weight: 100;
}

.head_pnodestream a {
    color: white;
    letter-spacing: 1px;
}

.head_pnodestream a:hover {
    color: white;
}

.jp-audio {
    color: black;
    height: 1.5rem;
}

.jp-audio .jp-gui {
    background-color: transparent;
}

.prog-holder {
    position: absolute;
    top: 0;
    left: 0.5rem;
    line-height: 1.5rem;
    font-family: 'ElektrixLight', sans-serif;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#programmation-radio {
    background: #323232;
    font-family: 'ElektrixLight', sans-serif;
    padding: 0.15rem 0.25rem;
    color: #FF0;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0.5rem;
    position: relative;
    z-index: 0;
}

#programmation-radio:hover {
    background: #FF0;
    color: #323232;
}

.jp-audio .jp-controls {
    background-color: transparent;
    width: 1.5rem;
    padding-top: 1px;
    left: 10.5rem;
}

.jp-audio .jp-controls a {
    color: #322E31;
    font-size: 1rem;
    line-height: 1.5rem;
}

.jp-audio .jp-controls a:hover {
    color: black;
}

.jp-audio .jp-time-holder {
    height: 1.5rem;
    left: 13rem;
    font-size: 0.8rem;
    overflow: hidden;
    line-height: 1.5rem;
    right: 1rem;
    color: #322E31;
}

.jp-audio .jp-time-holder .pnodeshow {
    font-weight: bold;
}

.jp-audio .jp-current-time-pnode {
    font-size: inherit;
    position: absolute;
    top: 0rem;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0;
    text-align: left;
    pointer-events: none;
}

#pnodecurrent {
    //width: 100%;
    height: 1.5rem;
    overflow: hidden;
}

#pnodecurrent span {
    text-transform: uppercase;
}

#pnodenext {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    padding-left: 20px;
    height: 2.5rem;
    overflow: hidden;
    display: none;
}

#pnodeseparateur {
    position: absolute;
    width: 10px;
    top: 0px;
    left: 50%;
    display: none;
}



.jp-audio .jp-pnode-logo {
    position: absolute;
    width: 70px;
    padding-left: 15px;
    height: 4rem;
    font-size: 3rem;
    top: 0;
    right: 0px;
    background-color: #1B29ED;
    line-height: 3.5rem;
}

.jp-audio .jp-pnode-logo a {
    color: white;

}

.jp-audio .jp-title-holder {
    position: absolute;
    top: 0;
    left: 160px;
    right: 0;
    width: 100%;
}

.jp-audio .jp-title-holder .jp-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0 12px;
    font-size: 0.8rem;
    line-height: 42px;
    text-align: left;
}

.jp-audio .jp-volume-controls {
    display: none;
    background-color: white;
    right: 12px;

}

.jp-audio .jp-volume-controls a {
    top: 13px;
    color: black;
}

.jp-audio .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
    background-color: #1B29ED;
}

.jp-audio .jp-volume-controls .jp-volume-max {
    padding-right: 0;
}



/* Sonic Schedule */
.modal-content #sonicSchedule ul {
    margin-bottom: 0;
    list-style-type: none;
    margin-left: unset;

}

.modal-content #sonicSchedule li {
    list-style-type: none;
    border-radius: 3px;

}

.ui-widget {
    font-family: 'ChesterfieldLTStd', sans-serif;
}

.modal-content #sonicSchedule.ui-widget.ui-widget-content {
    border: 0;
    background: transparent;
    color: #FF0;
    padding: 0;
}

.modal-content #sonicSchedule.ui-widget.ui-widget-content a {
    color: #FF0;
}

.modal-content #sonicSchedule .ui-widget-header {
    border: 0;
    background: transparent;
    padding: 0.2em;
}

.modal-content #sonicSchedule tr {
    line-height: 1rem !important;
}

#sonicSchedule h4 {
    font-size: 0.9rem;
    line-height: 1rem;
    font-family: 'ChesterfieldLTStd', sans-serif;
}

#sonicSchedule h3 {
    line-height: 2.5rem;
    font-size: 1.25rem;
    border-top: solid 1px #FF0;
    margin-top: 8px;
}

.modal-content #sonicSchedule .ui-state-active,
.modal-content #sonicSchedule .ui-widget-content .ui-state-active,
.modal-content #sonicSchedule .ui-widget-header .ui-state-active,
.modal-content #sonicSchedule a.ui-button:active,
.modal-content #sonicSchedule .ui-button:active,
.modal-content #sonicSchedule .ui-button.ui-state-active:hover {
    background: #1B29ED;
    border-color: #1B29ED;
}

#sonicSchedule .pure-table,
#sonicSchedule table {
    width: 100%;
}

#sonicSchedule table {
    font-size: 0.8rem;
}



.ui-tabs .ui-tabs-panel {
    padding: 1rem 0 0 0;
}

.pnode_url {
    display: none;
}

.pnode_time {
    width: 5rem;
}

.pnode_program_name {
    //width: 60%;
    text-transform: uppercase;
}




/* Utility Classes */
.wrapper {
    margin: 0 1rem 0 1rem;
    max-width: 54rem;
}


.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Content Styling */
.pure-g [class*=pure-u] {
    font-family: 'ChesterfieldLTStd', 'Open Sans', sans-serif;
}

.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.grey {
    background-color: #dbdbdb;
}



/* Main */
.column-gauche {
    padding-right: 0;
}

.column-droite {
    padding-left: 0;
}

/* Titre */

#titre {
    text-align: center;
    margin-bottom: 3rem;
}

#titre h1 {
    padding: 0;
}

#titre h3 {}

#titre h2 {
    font-weight: 600;
    text-align: inherit;
    margin-top: 0rem;
    font-size: 2.5rem;
    line-height: 2rem;
}




/* Calendrier
#calendrier {
    //margin-bottom: 3rem;
}

#calendrier img {
    background-color: black;
}

#calendrier img:hover {
    background-color: #1B29ED;
}
 */

/* Agenda */

.evenement {
    border: #1B29ED solid 0.25rem;
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
    margin-left: -0.75rem;
    padding-right: 0.5rem;
    margin-right: -0.75rem;
    border-radius: 10px;

}

.intro_bloc {
    //background-color: #1B29ED;
    //color: #FFF;
    //padding-bottom: 0.001rem;
    //padding-top: 0.001rem;
}

.intro_bloc h2 {
    //text-align: center;
    //font-size: 2rem;
    //line-height: 2rem;
    //padding-top: 0.75rem;
}



.partidevenement {
    padding-left: 0.5rem;
    margin-left: -0.5rem;
    padding-right: 0.5rem;
    margin-right: -0.5rem;
}

.evenement .partidevenement:last-child hr {
    display: none;
}

.separateur {
    margin-top: 2rem;
    width: 100%;
    display: inline-block;
    height: 3rem;
}

.pure-g .separateur:first-child {
    margin-top: 0;
}

.separateur img {
    width: 94px;
}

.soiree {
    //margin-top: 2rem;
}

.entete-soiree {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.entete-soiree .date {
    text-align: left;
}

.entete-soiree .jour {
    font-family: 'Blimey', sans-serif;
    font-size: 5rem;
    line-height: 4rem;
}

.entete-soiree .mois {
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-top: 0.5rem;
    //padding-left: 10px;
}

.entete-soiree .lieu-container {
    text-align: right;
}

.entete-soiree .lieu h2 {
    font-family: 'Blimey', sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.entete-soiree .adresse h5 {
    font-size: 0.9rem;
    //line-height: 1.5rem;
    font-weight: 400;
}

.entete-soiree .adresse h6 {
    font-size: 0.8rem;
    font-weight: bold;
}

/*

.entete-soiree {
    position: relative;
    height: 7rem;
    width: 100%;
}

.entete-soiree .date {
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.entete-soiree .date .jour {
    font-family: 'Blimey', sans-serif;
    font-size: 5rem;
    line-height: 4rem;
}

.entete-soiree .date .mois {
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-top: 7px;
}

.entete-soiree .lieu-container {
    text-align: right;
    //position: absolute;
    //top: 1rem;
    //right: 3rem;
    width: 100%;
    margin-top: 2rem;
}

.entete-soiree .lieu-container .lieu {
    font-family: 'Blimey', sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
}

.entete-soiree .lieu-container .adresse h5 {
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.entete-soiree .lieu-container .adresse h6 {
    font-size: 0.8rem;
    font-weight: bold;
}
*/


.soiree-content {
    padding-top: 5px;
    margin-bottom: -5px;
}

#agenda .artistes {
    padding-top: 0.5rem;
}



.infos {
    font-weight: 300;
}





.liste-artistes div {
    padding-left: 2rem;
    padding-right: 2rem;
}


.liste-artistes li {
    list-style-type: none;
    font-weight: bold;
    //margin-top: -5px;
    margin-bottom: 1rem;
    //line-height: 2rem;
    margin-right: 1rem;
}

#agenda li small {
    line-height: 1rem;
    font-weight: 300;
}

.carte-button {
    color: #000;
    border: 0;
    padding: 0;
    margin: 1rem 2rem;
    text-align: left;
    background: transparent;
    display: inline;
    font-size: 0.9rem;
    line-height: 1rem;
    position: relative;
    text-align: center;
    display: block;
}

.artiste-button {
    color: #000;
    border: 0;
    padding: 0;
    margin: 1rem 0rem;
    text-align: left;
    //background: black;
    display: inline;
    font-size: 0.9rem;
    line-height: 0rem;
    position: relative;
    text-align: center;
    display: block;
    mask-image: url("hexagon.png");
    -webkit-mask-image: url("hexagon.png");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}


.pays {
    font-size: 0.666rem;
}

.nom-artiste {

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem;
    transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
}

.nom-artiste:hover {
    background-color: rgba(0, 0, 0, 0);
}

.fadin:hover span:nth-child(1) {
    opacity: 0;
}

.nom-artiste:hover span:nth-child(2) {
    opacity: 1;
}

.nom-artiste span {
    line-height: 2rem;
    color: white;
    font-family: 'Blimey', sans-serif;
    font-size: 2rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 0.5rem;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

.nom-artiste .programmation {
    opacity: 0;
}

.nom-artiste .programmation strong {
    font-family: 'Aileron', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1rem;
    display: block;
}

.diaporama {
    padding: 0;
    margin: 0;
}

.diaporama li {
    list-style-type: none;

}

/* bouton billeterie */

.button-billet {

    font-family: 'Blimey', sans-serif;
    background-color: #1B29ED;
    /* Green */
    border: solid 2px #1B29ED;
    color: white;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    width: 66.66%;
    -webkit-transition-duration: 0.25s;
    /* Safari */
    transition-duration: 0.25s;
}

.button-billet:hover {
    color: #1B29ED;
    background-color: transparent;


}

/* footer */
.footer {
    background-color: #1B29ED;
    padding: 1rem;
    margin-top: 3rem;
    padding-bottom: .75rem;
}

/* maintenance */
.footer a.maintenance {
    color: black;
}

.footer a.maintenance:hover {
    text-decoration: underline;
}

.footer-div {
    height: 3rem;
    vertical-align: middle;
}



.button-footer {
    margin-top: 0.3rem;
    font-family: 'Blimey', sans-serif;
    //background-color: #1B29ED;
    /* Green */
    border: solid 2px #1B29ED;
    color: white;
    //padding: 1rem 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    //width: 66.66%;
    -webkit-transition-duration: 0.25s;
    /* Safari */
    transition-duration: 0.25s;
}

.button-billet:hover {
    color: #1B29ED;
    background-color: transparent;


}

/* evenement solo */
.column-solo:nth-child(2n) {
    padding-right: 0;
    padding-left: 0;
}

.column-solo:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 0;
}

body.evenement_solo {
    padding-top: 2rem;
}


/* mailjet */
.mj-embedded-content {
    background-color: transparent !important;
}

@media (min-width: 769px) {
    body form.mj-form .mj-embed-shadow .mj-embedded-content {
        background-color: transparent !important;
        box-shadow: none !important;
    }

}

/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #175E91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #175E91;
}

/* Dropdown CSS */
.main-nav ul li {
    position: relative;
}

.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}

.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}

.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}

/* Media queries class */
.md {
    display: none;
}

.notmd {
    display: block;
}

/* Media Queries md First 2020*/
@media screen and (max-width: 48rem) {
    .content {
        margin-bottom: 3rem;
    }

    .pure-u-1 {
        //text-align: center;
    }

    .header {
        height: unset;
    }

    .surnav {
        //height: 3rem;
    }

    .nav {
        height: unset;
    }

    .nav-list {
        margin: 0;
        text-align: center;
    }

    .nav-item {
        width: 100%;
        display: none;
        border-bottom: solid 1px #FF0;
        padding-top: 1rem;
        height: 2.5rem;
    }

    .nav-item.show {
        display: inline-block;
    }

    .nav-item:first-child {
        padding-top: 0.35rem;
        display: inline-block;
    }

    .nav .hamburger {
        display: block;
    }

    .nav-item.show-hamburger {
        display: inline-block;
    }


    .sidebar {
        height: 15rem;
        position: static;
        top: unset;
        margin-top: 4rem;
    }

    .modal-content {
        width: 100%;
    }

    .listing-calendrier {
        text-align: center;
    }

    .adresse,
    .tarif {
        border-bottom: 1px solid #FF0;
    }

    .adresse,
    .tarif2 {
        border-left: none;
    }

    .adresse2 {
        border-top: none;
    }

    .jp-audio {
        position: fixed;
        background: #FF0;
        left: 0;
        bottom: 0;
        height: 3rem;
        border-top: 1px solid #323232;
    }

    .prog-holder {
        left: 3rem;
    }

    .jp-audio .jp-controls {
        left: 0;
        top: 0.45rem;
    }

    .jp-audio .jp-controls a {
        font-size: 2rem;
        line-height: 2rem;
    }

    .jp-audio .jp-time-holder {
        left: 3rem;
        right: 0.5rem;
        top: 1.25rem;
    }

    #programmation-radio {
        position: fixed;
        right: 0.5rem;
        bottom: 1.55rem;
        padding: 0 0.25rem;
        line-height: 1.25rem;
        margin: 0;
    }

    #backBtn {
        bottom: 4rem;
    }

    .autoscroll-tape__tape {
        position: absolute;
    }
}


/*OLD MEDIA QUERIES */
@media screen and (min-width: 48rem) {
    .right-col {
        margin-left: 50%;
        margin-top: 5rem;
    }
}

@media screen and (min-width: 35.5em) {
    /*.pure-u-1 {
        text-align: left;
    }*/

    .liste-artistes div {
        padding-left: 0;
        padding-right: 0;
    }

    .liste-artistes div:nth-child(2n+1) {
        padding-right: 1rem;
    }

    .liste-artistes div:nth-child(2n+2) {
        padding-left: 1rem;
    }

}

@media screen and (min-width: 48rem) {
    .column-gauche {
        padding-right: 1rem;
    }

    .column-droite {
        padding-left: 1rem;
    }

    .md {
        display: block;
    }

    .notmd {
        display: none;
    }

    .liste-artistes div:nth-child(2n+1) {
        padding-right: 0rem;
    }

    .liste-artistes div:nth-child(2n+2) {
        padding-left: 0rem;
    }

    .liste-artistes div:nth-child(3n+1) {
        padding-right: 1.3333rem;
    }

    .liste-artistes div:nth-child(3n+2) {
        padding-left: 0.6666rem;
        padding-right: 0.6666rem;
    }

    .liste-artistes div:nth-child(3n+3) {
        padding-left: 1.3333rem;
    }



    #pnodenext {
        display: block;
    }

    #pnodeseparateur {
        display: block;
    }


    /* evenement solo */
    .column-solo:nth-child(2n) {
        padding-right: 2rem;
    }

    .column-solo:nth-child(2n+1) {
        padding-left: 2rem;
    }

}

@media screen and (min-width: 66rem) {
    .wrapper {
        margin: 0 auto 0 auto;
        padding: 0 2rem;
    }


    .column-gauche {
        padding-right: 2rem;
        padding-left: 1rem;
    }

    .column-droite {
        padding-left: 2rem;
        padding-right: 1rem;
    }


    .liste-artistes {
        // margin: 0 2rem;
    }


}

@media screen and (min-width: 74rem) {}


/* Overlay */
/* Settings */
/*
:root {
    --offset: 1rem;
    --max_width: 56rem;
    --columns: 6;
    --gutter: .5rem;
    --baseline: 1rem;
    --baseline-shift: 3px;
    --color: hsla(204, 80%, 72%, 0.25);
    --color-text: hsla(204, 80%, 72%, 1);
    --media-query: 'base';
}

@media (min-width: 568px) {
    :root {
        --offset: 2rem;
        --gutter: .75rem;
        --color: hsla(286, 51%, 44%, 0.25);
        --color-text: hsla(286, 51%, 44%, 1);
        --media-query: 'small';
    }
}

@media (min-width: 768px) {
    :root {
        --offset: 2rem;
        --columns: 12;
        --gutter: 1rem;
        --color: hsla(204, 80%, 72%, 0.25);
        --color-text: hsla(204, 80%, 72%, 1);
        --media-query: 'medium';
    }
}

@media (min-width: 1024px) {
    :root {
        --offset: 2rem;
        --color: hsla(286, 51%, 44%, 0.25);
        --color-text: hsla(286, 51%, 44%, 1);
        --media-query: 'large';
    }
}



:root {
    --repeating-width: calc(100% / var(--columns));
    --column-width: calc((100% / var(--columns)) - var(--gutter));
    --background-width: calc(100% + var(--gutter));
    --background-columns: repeating-linear-gradient(to right,
        var(--color),
        var(--color) var(--column-width),
        transparent var(--column-width),
        transparent var(--repeating-width));
    --background-baseline: repeating-linear-gradient(to bottom,
        var(--color),
        var(--color) 1px,
        transparent 1px,
        transparent var(--baseline));
}

html {
    position: relative;
}

html::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - (2 * var(--offset)));
    max-width: var(--max_width);
    min-height: 100vh;
    content: '';
    background-image: var(--background-columns), var(--background-baseline);
    background-size: var(--background-width) 100%;
    background-position: 0 var(--baseline-shift);
    z-index: 1000;
    pointer-events: none;
}

html::after {
    content: var(--media-query);
    position: fixed;
    top: 1rem;
    left: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: var(--color-text);
}

*/

/* Diaporama */
.jDiaporama {
    position: relative;
    max-width: 100%;
}

.jDiaporama ul {
    // -moz-box-shadow: 1px 1px 0.5em #222;
    overflow: hidden;
    max-width: 100%
}

.jDiaporama li {
    list-style-type: none;
    overflow: hidden;
    position: absolute;
}

.jDiaporama li img {
    display: block
}

.jDiaporama li .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    padding: 5px;
    background: url(img/back_desc.png) repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back_desc.png', sizingMethod='scale');
    _background-image: none;
    width: 100%;
    height: 30px
}

.jDiaporama li .title {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    padding: 5px;
}

.jDiaporama li .count {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    padding: 5px;
}

.jDiaporama_controls {
    display: none;
}

.jDiaporama_controls a {
    font-weight: normal;
    width: 10px;
    height: 13px;
    text-indent: -9999px;
    display: block;
    margin: 0 3px;
    position: absolute;
}

.jDiaporama_controls .prev {
    background: url(img/controls2.png) no-repeat bottom;
    _background: url(img/controls.gif) no-repeat bottom;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    left: 0px
}

.jDiaporama_controls .next {
    background: url(img/controls2.png) no-repeat top;
    _background: url(img/controls.gif) no-repeat top;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    right: 0px
}

.jDiaporama_controls .pause {
    background: url(img/playpause.png) no-repeat top;
    _background: url(img/playpause.gif) no-repeat top;
    width: 64px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -24px;
}

.jDiaporama_controls .play {
    background: url(img/playpause.png) no-repeat bottom;
    _background: url(img/playpause.gif) no-repeat bottom;
    width: 64px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -24px;
}

/**** Status ****/

.jDiaporama_status {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    display: none
}

.jDiaporama_status a {
    background: url(img/bullets.png) no-repeat left;
    _background: url(img/bullets.gif) no-repeat left;
    float: left;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    margin-right: 5px;
}

.jDiaporama_status a.active,
.jDiaporama_status a:hover {
    background: url(img/bullets.png) no-repeat right;
    _background: url(img/bullets.gif) no-repeat right;
}
