                                           
/* Design/Position: (IcôneFlècheRetourPageVidéos) */
.IcôneFlècheRetourPageVidéos { 
    z-index: 50;
    position: fixed;
    top: 1px; 
    left: 280px; 
}

.audio {
    z-index: 50;
    position: fixed; 
    top: 10px;
}


/* Design: (Nos Années 2012) */
.titreAnnee {
    z-index: 50;
    position: fixed;
    background-image: linear-gradient(to right, #373737, #c0b283);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 0.1rem;
    top: 3%;
    left: 35%;
    box-shadow: 8px 0px 15px #117a7e;
    height: 4rem;  
}
.titreAnnee strong {
    font-size: 4rem;
    color: #117a7e;
    opacity: 40%;
}




















.composition_Annees01a {
    margin-top: 15rem;
    margin-left: 15rem;
    transition: all .5s;
    transform: scale(0.7);
    width: 40%;  
}
/* Survol: (composition_Années01a) */
.composition_Annees01a:hover {
    transform: scale(1);   
}
.Annees01:hover .composition_Annees01a:not(:hover) {
    transform: scale(0.3);
}
/* Design: (Texte Video01) */
.TexteVideo01 {
    color: #22b6bb;
    text-align: right;
    text-shadow: black;
    font-size: 2rem;
    text-align-last: center;
    letter-spacing: 0.1rem;
    margin-top: -2rem;
    margin-left: -50rem;
    transition: all .5s;
    opacity: 0;  
} 
/* Survol: (TexteVideo01) */
.TexteVideo01:hover {
    font-size: 2rem;
    transform: scale(1); 
    opacity: 100;  
}
.Annees01:hover .composition_Annees01a:not(:hover) {
    transform: scale(0.3);
}














.composition_Annees01b {
    margin-top: -35rem;
    margin-left: 65rem;
    transform: scale(0.7); 
    transition: all .5s;
    width: 40%;  
}
/* Survol: (composition_Années01b) */
.composition_Annees01b:hover {
    transform: scale(1);   
}
.Annees01:hover .composition_Annees01b:not(:hover) {
    transform: scale(0.3);
}
/* Design: (Texte Video02) */
.TexteVideo02 {
    color: #22b6bb;
    text-align: right;
    font-size: 2rem;
    text-align-last: center;
    letter-spacing: 0.1rem;
    margin-top: -8rem;
    margin-left: 53rem;
    transition: all .5s;
    opacity: 0;  
} 
/* Survol: (TexteVideo01) */
.TexteVideo02:hover {
    font-size: 2rem;
    transform: scale(1); 
    opacity: 100;  
}
.Annees02:hover .composition_Annees01a:not(:hover) {
    transform: scale(0.3);
}









/* Design/Position: (Texte Copyright fr/en) */
.copyright {
    position: relative;
    text-align: center;
    margin: 2;
    color: rgb(255, 255, 255);   
    font-size: 1rem;
    line-height: 1.7rem; 
    top: 14%;  
    left: 0%;
    width: 100%;
    height: 2rem;
    opacity: 0%;
}
.copyright:hover {
   opacity: 100%;
}

















/* Design/Position: (parent.jean-marc@wanadoo.fr) */
.textpageannee {
    position: relative;
    text-align: center;
    margin: 6;
    color: rgb(255, 0, 0);   
    font-size: 1.5rem;
    line-height: 1.7rem; 
    top: 87%;  
    left: 40%;
    box-shadow: 8px 0px 10px #ffee00;
    width: 18%;
    height: 2rem;       
}















