
#popup {
    position: fixed;
    top: 0px;
    width:0%;
    height:100%;
    margin: 0%;
    background-color: rgba(0,0,0,0.5);
    
    
}
.spectacle {
    background-color: #FFF;
    width: 98%;
    height:92vh;
    margin-left: 10px;
    margin-top: 50px;
    overflow-y: scroll;
    border: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.spectacle header {
    width: 100%;
    padding-left: 5%;
    cursor: url("../png/curseurX.png"), url("../png/curseurX.cur"), auto;
    margin: auto;
}
header h1{
    width: 100%;
    font-size: 3em;
    font-weight: 400;
    text-transform: uppercase;
}

.bouton_sortie {
    display: none;
}

article {
    width: 60%;
    margin-right: 20px;
    height: 66vh;
}
aside {
    width: 30%;
    text-align: left;
    text-transform: none;
/*    margin-bottom: auto;*/
    max-height: 60vw;
    }

.generique {
    padding: 10px;
    background-color: #BFBCBC;
    margin-bottom: 20px;
    width: 100%;
    
}
.actuel {
/*    background-color: gainsboro;*/
    font-weight:bold;
}
.lien {
    padding:0px;
}

.diaporama {
    width: 100%;
    height: 60vh;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
    display: flex;
    max-width: 1200px;    
}
.credit {
    margin-left: 20px;
}
#visuels {
    position: relative;
}
.ratio {
/*	position: relative;*/
/*	padding-bottom: 66%; */
	height: 60vh;
    overflow-y:  scroll;
    max-width: 1200px;
}
.ratio iframe {
/*	position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio .notes {
/*    position: absolute;*/
	top: 0;
	left: 0;
	width: 95%;
    margin-top: 10px;
    text-align: justify;
}


.diapoPlusMoins {
    width: 25%; 
    position: absolute; 
    height: 35vw;
    opacity: 0%;
}

#credit_photo {
    text-align: right;
    font-size: 0.6em;
    margin: 0px;
}
th {
    padding-right: 15px;
    font-weight: 100;
    font-size: 0.8em;
}
.presse {
    background-image: url(../png/Fond-Presse.jpg);
    background-size: 100%; 
    background-repeat: no-repeat; 
    background-position: center;
    width: 100%;
    height: 80%;
    max-height: 50vh;
}
.presse h1 {
    position: relative;
    text-align: center;
}
#article {
    position: relative;
    text-align: justify;
    width: 76%;
    left: 12%;
    top: 0%;
    height: 78%;
    overflow-y: scroll;
/*    margin-bottom: 160px;*/
    
}
.signature {
/*    position: relative;*/
    top: -30%;
    margin-right: 10%;
    text-align: right;}
#lien_presse {
    padding: none;
}
/*Version petits écrans*/
@media all and (max-width:1024px){
    
    
    header h1{
    font-size:2.2em;
    text-align: center;}
   
    
    article {
    width: 80%;
    margin-right: 0px;
}

    aside {
    width: 80%;
    margin-bottom: 30px;
   
    }  
    .diapoPlusMoins {
        width: 40%;
        position: absolute;
        height: 50vw;
    }
    #diapoplus {
        left: 50%;}}

