body{ 
    font-family: 'HKGrotesk-light';
    font-family: 'HKGrotesk-Regular';
    font-family: 'AlteHaasGrotesk';
    overflow: scroll;
    background-color: #fdfdfd;
 }

 a:link{ text-decoration: none; color: black; }
 a:active{ text-decoration: none; color: black; }
 a:visited{ text-decoration: none; color: black; }
 a:hover{ text-decoration: none; color: black; }

.titreSite{
    position: absolute;
    position: fixed;
    top: 0px; 
    left: 0px;
    display: inline-block;
    /*background-color: yellow;*/
    padding: 5px;
    font-size: 15px;
    vertical-align: top;
    z-index: 9999;
    top: 5px;
    left: 5px;
}

.spectacles{
    position: relative;
    position: fixed;
    display: inline-block;
    /*background-color: yellow;*/
    padding: 5px;
    padding-left: 100px;
    padding-top: 10px;
    font-size: 15px;
    vertical-align: top;
    width: 100%;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: .8s;
    top: 0px;
    z-index: 99;
    padding-right: 0px;
}

.colophon_menu{
    position: relative;
    position: fixed;
    display: inline-block;
}

.allColophon{
    padding: 10px;
    box-sizing: border-box;
    column-count: 3;
}

.spectacleItem.CurrentSpectacle a{
    color: red;
}


.spectacleItem b{ 
    font-weight: normal;
    font-size: 11px!important; }
.titreSpectacle b{ 
    font-weight: normal;
    font-size: 11px!important; }

.listeSpectacles{

    position: absolute;
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;

    transition-property: opacity;
    transition-duration: .8s;
    display: block;
    z-index: 99999;
    pointer-events: none;
}


/* HOVER d'avant */

/*.spectacles:hover{
    transition-property: all;
    transition-duration: .8s;
    background-color: rgba(255, 255, 255, 0.9);

}*/


/*.spectacles:hover > .listeSpectacles{ 

.boutonSpectacles{}


.spectacles:hover > .listeSpectacles{ 
    height: calc(100vh - 32px);
    
    transition-property: opacity;
    transition-duration: .8s;
    width: 90%;
    overflow: scroll;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;

 }*/

 /* Style pour Version on CLICK */

.spectacles.clicked{
    transition-property: all;
    transition-duration: .8s;
    background-color: rgba(255, 255, 255, 0.95);

}

.spectacles.clicked .listeSpectacles{ 
    height: calc(100vh - 32px);
    transition-property: opacity;
    transition-duration: .8s;
    width: 100%;
    overflow: scroll;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1;
    pointer-events: auto;
 }

 .spectacles .arrow{
    opacity: 1;
    transform: rotate(0deg);
    position: relative;
    display: inline-block;
    transition-property: all;
    transition-duration: .8s;
 }

 .spectacles.clicked .arrow{
    opacity: 1;
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    transition-property: all;
    transition-duration: .8s;
 }

/*.listeSpectacles:hover a:not(:hover){ 
    transition-property: all;
    transition-duration: .8s;
    opacity: 0.7 ;
}*/

.listeSpectacles a .spectacleItem {
    transition-property: all;
    transition-duration: .8s;
    opacity: 0.35; 
}

.listeSpectacles a .spectacleItem:hover{ 
    transition-property: all;
    transition-duration: .8s;
    opacity: 1; 
}

.listeSpectacles a .spectacleItem.currentSpectacle{ 
    opacity: 1;
 }

.overflowNone{
    overflow: hidden;
} 

/*.listeSpectacles .spectacleItem:hover > .spectacleItem{ opacity: 0.3 }
.spectacleItem:hover { opacity: 1 }
*/

.pourMemoire {
    width: 40%;
    /* background-color: blue; */
    position: relative;
    float: right;
    height: 140%;
    margin-top: -10%;
    /* padding-top: 10%; */
    transition-property: all;
    transition-duration: 2s;
    background-color: white;
    position: fixed;
    left: 60%;
    /* font-family: 'OPTIAlpineBold'; */
    font-size: 3vw;
    padding: 5px 3vw;
    padding-top: 15%;
    padding-left: 0px;
    opacity: 0.17;
    box-shadow: -100px 0px 100px white;
    top: 0px;
    z-index: 9999999;
}


    /* box-shadow: -20px 0px 20px black; */
}
  .titrePourMemoire{ 
    /*font-family: 'OPTIAlpineBoldItalic';*/
    line-height: 2vw;
    margin-top: 1vw;
}

.textIntroPourMemoire{ 
    /*text-align: justify;*/
    margin-top: 1.3vw;
    font-size: 1.5vw;
    font-family: 'AlteHaasGrotesk';
    /*font-family: 'AlteHaasGroteskBold';*/
    line-height: 2vw;
}
.pourMemoire:hover{
    filter: invert(1);
    transition-property: all;
    transition-duration: 2s;
    opacity: 1;
    box-shadow: -120px 0px 100px white;

}

.affichePourMemoire{
    padding: 5px;
    /*background-color: black;*/
    color: white;
}

.affichePourMemoire img{
    width: 50%;
}

.btnPourMemoire{ 
    padding: 5px 5px 5px 0px;
    text-align: right;
    cursor: pointer;
    margin-top: 1vw;
}
.arrow {
    margin-right: 0vw;
    opacity: 0;
    transition-property: all;
    transition-duration: .8s;
}

a:hover > .arrow{
    margin-right: 0.5vw;
    opacity: 1;
    transition-property: all;
    transition-duration: .8s;
}
 /*.pourMemoire .btnPourMemoire:hover > .pourMemoire .titrePourMemoire{ 
    opacity: 0.1;
 }
 .pourMemoire .btnPourMemoire:hover > .pourMemoire .textIntroPourMemoire{
    opacity: 0.1;
 }*/
/*PAGE SPECTACLE*/

.titreSpectacle{ 
    padding: 5px 5px 5px 103px;
    font-style: italic;
    top: 5px;
    position: relative;
}

.spectacleContent{
    padding: 5px;
    padding-left: 100px;
    width: 60%;
    padding-bottom: 70px;
    padding-top: 0px;
}

.spectacleContentItem{
    display: block;
    padding: 15px 5px 0px 0px;



}

.spectacleContentItem img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.spectacleContentItem video{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

}   

.spectacleContentItem.texte u{
    /*text-decoration: none;*/
    /*opacity: 0.20;*/
    pointer-events: none;
}

audio::-webkit-media-controls-panel {
    background: transparent;
    /*-webkit-filter: hue-rotate(143deg) saturate(10);*/
}

audio::media-controls-panel {
    background: transparent;
    /*-webkit-filter: hue-rotate(143deg) saturate(10);*/
}

.spectacleContentItem.audio audio{ 
    width: 100%;
    height: 32px;
    filter: saturate(90%) grayscale(1) contrast(108%) invert(0%);
}

.spectacleContentItem.audio{ padding-top: 6px; }


 .spectacleContentItem.audio audio:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


#sliderNO { display: inline-block; margin-top: 20px; }
#sliderNO div{ display: none; }
#sliderNO div:first-child{ display: block; cursor: pointer; }



@media only screen and (max-width : 577px) {

.pourMemoire{
    width: 140%;
    left: 0%;
    box-sizing: border-box;
    padding: 5vw 30vw;
    margin-left: -20vw;
    margin-top: 0px;
    background-color: black;
    color: white;
    height: auto;
    box-shadow: 0px 70px 100px black;
    opacity: 1;
    font-size: 7vw;
}

.textIntroPourMemoire {
    font-size: 4vw;
    line-height: 4.5vw;
}
.pourMemoire:hover{
    filter: unset;
    transition-property: all;
    transition-duration: 0s;
    opacity: 1;
    box-shadow: 0px 70px 100px black;

}

.btnPourMemoire a{ color: white; }
.btnPourMemoire a span{ opacity: 1; }

.titreSite{ 
    top: 50%;
     }

.spectacles{ 
    top: 50%;
     }

.lienColophon{
left: 90%!important;
}


}