@media (min-width: 858px) {
    html {
        font-size: 12px !important;
    }
    #toggle-menu{
        display: none;
    }
    #menu-normal{
        display: inline-block;
    }
}

@media (min-width: 780px) {
    html {
        font-size: 11px !important;
    }
    #toggle-menu{
        display: none;
    }
    #menu-normal{
        display: inline-block;
    }
}

@media (min-width: 702px) {
    html {
        font-size: 10px !important;
    }
    #toggle-menu{
        display: none;
    }
    #menu-normal{
        display: inline-block;
    }
}

@media (min-width: 624px) {
    html {
        font-size: 8px !important;
    }
    #mc_embed_shell{
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    #toggle-menu{
        display: none;
    }
    #menu-normal{
        display: inline-block;
    }
}

@media (max-width: 623px) {
    html {
        font-size: 7px !important;
    }
    #mc_embed_shell{
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    #toggle-menu{
        display: inline-block;
    }
    #menu-normal{
        display: none;
    }
    .pure-menu-link:hover{
        transform: scale(1.1) !important;
        background: none !important;
    }
    header{
        background: left no-repeat url("../../static/media/images/Bandeau2-menu_SITE.jpg") !important;
        background-size: cover !important;
    }
    #banniere h1{
        margin-left: 0 !important;
        text-align: center !important;
        font-size: 5.5rem !important;
    }
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;  /* to avoid scrollbars */
    font-family: "Uni Neue Regular" !important;
    letter-spacing: .05em;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
}

body{
  background-color: white;
  color: #2e3842;
}

::backdrop {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .5);
  overflow: auto;
}

header{
    position: sticky;
    width: 100%;
    padding: 1rem;
    background: left no-repeat url("../../static/media/images/Bandeau-menu_SITE.jpg");
    background-size: cover;
    z-index: 1000;
    text-align: center;
}

#toggle-menu{
    width: 100%;
}

#toggle-button{
    box-shadow: none;
    background-color: transparent;
}

#toggle-button>span{
    font-size: 5rem;
    color: white;
}

#tm-navbar{
    display: none;
}

#tm-navbar .pure-menu-item{
    width: 50%;
}

.pure-menu-link{
    color: white;
    font-family: "Uni Neue Regular" !important;
    font-style: normal;
    font-size: 2rem;
}

.pure-menu-link:hover{
    transform: scale(1.3);
    background: none;
}

.pure-menu-link img{
    width: 35px;
    height: 35px;
    filter: invert(1);
}

.pure-menu-heading{
    font-family: 'PPRader' !important;
    font-weight: 400;
    font-size:3rem;;
    padding:0;
    margin-top:3px;
    margin-right: 3rem;
    margin-left: 5rem; /* pour éviter que le logo soit tronqué lors du grossissement sur hover*/
}

.pure-menu-heading img{
    width: 30px;
    height: 30px;
    position: relative;
    vertical-align: middle;
    top:-5px;
    filter: none;
}

.pure-menu-has-children>.pure-menu-link:hover{
    transform: none !important;
}

.pure-menu-children {
    width: 100% !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.pure-menu-children .pure-menu-link{
    color: black;
    text-align: center;
}

#wrapper{
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

#content{
    top: 52px;
    margin-bottom: 52px;
    position: relative;
    padding-top: 3em;
    flex: 1;
}

.container{
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 3em;
}

#index{
    background: url("../../static/media/images/image_fond.jpg");
    background-size: cover;
    color: black !important;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

h1, h2, h3, h4, h4{
    color: black;
    font-family: "PPRader";
    text-align: center;
    font-weight: 800;
    letter-spacing: .225rem;
    line-height: 3rem;
    margin: 0 0 1rem 0;
    margin-top: 0px;
    text-transform: uppercase;
}

h1, .titre{
    font-size: 5rem;
    line-height: 6rem;
    color: #2e3842;
    font-family: "PPRader";
}

.titre{
    margin-top: 5rem;
}

.h1_padding{
    padding-bottom: 5rem;
}

h2{
    font-size: 3rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: .225em;
    line-height: 1.75em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

h3{
    font-size: 2rem;
    font-family: "Uni Neue Regular" !important;
    line-height: 1.75em;
    margin: 1em 0 1em 0;
}

a{
    font-weight: bold;
    transition: color .2s ease, border-bottom-color .2s ease;
    border-bottom: 0 !important;
    color: inherit;
    text-decoration: none;
    font-size: 2rem;
}

p{
    font-size: 2rem;
    text-align: justify;
    margin: 0 0 2rem 0;
}

.sr-only, .skiplink:not(:focus) {
    position: fixed;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

label, .pure-form label {
    color: black;
    font-size: 2rem;
    text-align: left;
    display: block;
    font-weight: 600;
    margin: 1em 0 0.5em 0;
}

input:not([type="submit"]), select, textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: rgba(144, 144, 144, .25);
    border-radius: 3px;
    border: none;
    color: inherit;
    display: block;
    font-size: 2rem;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%
}

::placeholder{
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.pure-form-aligned .pure-control-group label{
    width: auto;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 0;
}

.pure-control-group{
    text-align: left;
}

.pure-form select{
    appearance: listbox;
}

.form-actions{
    margin: 1em 0 1em 0;
}

.form-format{
    font-style: italic;
    font-size: 1.8rem;
}

button{
    background-color: rgba(144, 144, 144, .25);
    box-shadow: inset 0 0 0 1px rgb(200,200,200);
}

.button, input[type="submit"], button, .pure-button{
    text-align: center;
    color: #29294f;
    font-weight: 800;
    font-size: 1.7rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 3.125em;
    letter-spacing: .225em;
    line-height: 3.125em;
    max-width: 30em;
    padding: 0 2.75em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

button:hover{
    background-color: rgba(144, 144, 144, .35);
    color: black;
}

.button:hover, input[type="submit"]:hover{
    background-color: #dc6f3d;
    color: black;
}

.button{
    background-color: #e8a121;
    box-shadow: inset 0 0 0 1px #fff;
}

strong{
    color: black;
    font-size: larger;
}

.larger{
    font-size: larger;
}

.center, .center>p{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.espace{
    line-height: 4rem;
}

.padding{
    padding: 2rem;
}

.no-margin{
    margin: 0 !important;
    padding: 0 !important;
}

.italique{
    font-style: italic;
}

.large{
    font-size: x-large;
    margin-top: 5rem;
}

.encart{
    background-color: #f4eadb;
    width: 100%;
    padding: 5rem 2rem 5rem 2rem;
  }

a:hover{
    text-decoration: underline;
    /* On utilise ce filtre sur les navigateurs qui supportent @supports, sauf Safari */
    @supports not (-webkit-text-decoration-skip: objects) {
        filter: url('#svg-underline');
        text-decoration: none;
    }
}

.ul-none{
    list-style: none;
}

.errorlist{
    list-style: none;
    color: red;
    font-size:2rem;
    background-color: white;
}

.div-video{
    padding-bottom: 10px;
    text-align: center;
}

.pure-g{
    text-align: center;
    padding-bottom: 5rem;
}

.pure-u-1{
    margin-bottom: 5rem;
}

footer{
    background-color: #615f96;
    color: #f4eadb;
    text-align: center;
    padding: 10px;
    z-index: 1;
}

footer p{
    text-align: center;
}

footer .pure-g{
    padding-bottom: 0;
}

.partenaires{
    margin-bottom: 2em;
}

.logo_partenaire{
    height: 50px;
    margin: 10px;
}

#banniere{
    height: 25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#banniere h1{
    margin-top: 7.5rem;
    margin-left: 10rem;
    color: white;
    text-align: left;
    font-family: "Uni Neue Regular";
    font-size: 7rem;
    text-shadow: black 1px 0 10px;
    overflow-wrap: break-word;
}

/* Page Accueil */
.video-header{
    height: calc(100vh - 5rem);
    overflow: hidden;
    position: relative;
}

.video-header video{
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    display: block;
}

.play, .pause {
    width: 3rem;
    z-index: 101;
    display: block;
    position: relative;
    fill: white;
}

.play_pause {
    position: absolute;
    bottom: 5rem;
    background-color: transparent;
    box-shadow: none;
}

.pause_active .pause{
    display: none;
}

.play_active .play{
    display: none;
}

#div-header{
    height: 90vh;
    z-index: 100;
    display: block;
}

#img-header{
    max-height: 90vh;
    max-width: 90%;
    position: absolute;
    bottom: 5rem;
    right: 0;
}

.bandeau{
    padding: 5rem;
    text-align: center;
    font-size: 3rem;
    background-color: rgba(242, 139, 40, 0.7);
    margin-bottom: 3rem;
    color: rgb(44,46,115);
    width: 130%;
    margin-left: -15%;
    margin-right: -15%;
}

.bandeau_videos{
    margin-top: 5rem;
}

.bon{
    max-height: 280px;
    height: 20vh;
    margin: auto;
    padding: 10px;
    margin-top: -7rem;
}

.texte_image{
    align-items: center;
}

.mc-field-group{
    margin-top: 2rem;
}

#mc_embed_shell{
    margin-left: 15%;
    margin-right: 15%;
    padding: 3rem;
    color: #f4eadb;
}

#mc_embed_shell h2{
    color: white;
}

#mc_embed_shell label{
    color: white;
    font-size: 2rem;
}

#mc_embed_shell ::placeholder{
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

#mc_embed_shell .pure-u-1{
    padding: 0 2rem 0 2rem;
    margin-bottom: 0;
}

#mc_embed_shell .pure-g{
    padding-bottom: 0;
}

#mc_embed_shell input{
    background-color: #f4eadb;
    color: #2e3842;
}

#logos_footer{
    margin-left: 15%;
    margin-right: 15%;
    padding: 3rem;
}

/* Page Presse */

#articles, #interventions{
    margin-left: 10%;
    margin-right: 10%;
}

#articles ul, #interventions ul{
    padding: 0;
}

.media-cont, .intervention-cont{
    margin: 10px auto;
    padding: 2rem;
    border-radius: 20px;
    margin: 4rem 0 4rem 0;
    background-color: #f7f7f7;
}

.media-cont:hover, .intervention-cont:hover{
    background-color: #e5e5e5;
}

.media-cont h3,.intervention-cont h3{
    margin-bottom: 2em;
}

.media-cont p,.intervention-cont p{
    margin-bottom: 1.5em;
    text-align: center;
}

.media-cont img,.intervention-cont img{
    border-radius: 20px;
    margin-top: 2rem;
}

/* Page Contacts */

.div-contact{
    margin: 5rem;
    font-size: 3rem;
}

.div-contact h2{
    font-size: 2.5rem;
}

/* page refonte */
#atom{
    font-size: 8rem;
}

/* page souvenirs */
#affiche{
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#affiche img{
    width: 100%;
}

#after_movie{
    height: 100%;
}

#programmation img,#album_photo img{
    padding: 1rem;
    cursor: pointer;
}

#programmation img:hover,#album_photo img:hover{
    transform: scale(1.3);
}

#div_artiste, #carousel_album{
    width: 80%;
    background-color: white;
    z-index:1000;
    position: fixed;
    box-shadow: 2px 2px 12px #000;
    overflow: auto;
    top: 0;
    padding: 5rem;
    max-height: 90%;
}

.bouton-artiste{
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    height: auto;
    padding: 0;
    max-width: 100%;
    overflow: visible;
}

#div_artiste .pure-g{
    padding-bottom:0;
}

#artiste_image{
    width:95%;
    margin-right:2.5%;
}

#artiste_detail p{
    font-size: 3rem;
    line-height: 4rem;
    margin: 3rem 0 2rem 0;
}

#artiste_detail>a{
    font-size: 3rem;
}

#titre_horaire{
    margin-top: 4rem;
}

.div_scene{
    display: flex;
}

.group-space{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.image_scene{
    height: 10rem;
    margin-right: 2rem;
}

.nom_scene{
    line-height: 10rem;
}

.fermer{
    background-image: url("../../static/media/images/x-lg.svg");
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    padding:0;
    position: absolute;
    margin-top: -4rem;
    right: 1rem;
}

.fermer:hover{
    opacity: 1;
}

.accordeon{
    width: 100%;
}

.accordeon h2{
    margin:0;
}

#div_trajet{
    background-color: white;
    z-index:1000;
    position: fixed;
    box-shadow: 2px 2px 12px #000;
    overflow: auto;
    top: 0;
    padding: 0;
    max-height: 90%;
}

#div_trajet>.fermer{
    margin-top: 1rem;
    background-color: white;
}

.bouton-trajet{
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    height: auto;
    padding: 0;
    max-width: 100%;
    overflow: visible;
}

.bouton-trajet:hover{
    transform: scale(1.2);
    background: none;
}

#image_trajet{
    max-height: 80vh;
    max-width: 80vw;
}

.bouton-faq{
    width:100%;
    max-width: 100%;
    text-align: left;
    position: relative;
}

.chevron-ferme, .chevron-ouvert{
    width: 3rem;
    position: absolute;
    right: 2rem;
    top: 25%;
}

.ferme .chevron-ferme{
    display: inline-block;
}

.ouvert .chevron-ferme{
    display: none;
}

.ferme .chevron-ouvert{
    display: none;
}

.ouvert .chevron-ouvert{
    display: inline-block;
}

.bouton-faq:hover, .bouton-faq:focus{
    border-left: solid 3px #615f96;
}

.reponse{
    background-color:#f7f7f7;
    padding: 2rem;
    text-align: justify;
    display: none;
}

.reponse img{
    margin: auto;
}

/* caroussel */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel {
  background: white;
}

.carousel-cell {
  width: 70%;
  height: 200px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.gallery-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

@media screen and ( min-width: 768px ) {
  .carousel-cell {
    height: 600px;
  }
}

@media screen and ( min-width: 960px ) {
  .carousel-cell {
    width: 60%;
  }
}

/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: black;
  opacity: 0.6;
}
.flickity-prev-next-button:hover {
  background: black;
  opacity: 1;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* closer to edge */
.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}


