@font-face {
    font-family: "Circuit";
    src: url("CIRCUIT_.TTF") format("truetype");
}
body{

    font-family: "Circuit" ;
    
    color: white;
    background: url("images1/fondDecranPc.png");
    background-attachment: fixed;
    background-size: 100% 100%;
    max-width: 100%;
    background-repeat: no-repeat;

    
    
 
}
.scroll{
    background-attachment: scroll;
}
header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
h1{

    font-weight: 200;
    font-size: 2.8em;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    border: solid white 2px;
    border-top-style: hidden;
    box-shadow: 0px 3px 0px 2px rgb(255, 255, 255, 0.5);
    margin-left: 20px;
    margin-right: 20px;
    
}
h2{
    
    margin-top: 50px;
    text-align: center;
    font-size: 3em;
    font-weight: 200;
    color: rgb(255, 255, 255, 1) ;
    text-shadow: red;


}
.evenement{
    text-align: center;
    font-size: 5em;
    color: white
}
.lienevenement{
    color: white;
}
.fondh2{

    
    background-image: url("images1/tablefleche.png");
    background-position-y: -50px ;
    

    
    
    border: solid white 2px;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    
   
    

    
    
}
nav{
    
    
    font-size: 2em;
    border: solid white 3px;
    border-top-style: hidden;
    box-shadow: 0px 3px 0px 2px rgb(255, 255, 255, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 50px;
    margin-left: 50px;
    margin-right: 50px;
    
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;

    
}
nav a{
    text-decoration: none;
    color: white;
}
.TEL{
    display: none;
}



.PC{
    display: flex;
    flex-direction: row;
    
    gap: 50px;
    margin-top: 50px;
    margin-left: 20px;
    
}
legend{
    font-size: 4em;
}
fieldset{
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(9, 9, 58, 0.5);
    margin-bottom: 30px;
}
p{
    
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
}

.muzofondu{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   

   margin-top: 10px;
}

.muzofondu h2{
    color: white;
    margin-left: 10px;
    
    font-size: 2em;  
}

.listemusic{
    position: absolute; 
    z-index: 2; 
    margin-left: 220px;
    
}
.platine{
    position: absolute; 
    z-index: 1; 
        margin-top: -70px;
        margin-left: 20px;
    border: solid white 2px;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 2px rgb(255, 255, 255, 0.5);
    
}
.platineEtListe{
        margin-top: 80px;

}



.music{
    
    border: solid black 2px;
    border-radius: 10%;
    background: url("images1/mains.jpg");
    background-color: rgba(0, 22, 80,0.5);
    /* MELANGE DE DEUX IMAGES EN BACKGROUND */
    background-blend-mode: soft-light;
    background-size: cover;
    
    opacity: 0.8;
    box-shadow: 2px 2px 2px 2px rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    background-position: bottom;
    padding: 10px;
    
    overflow: hidden;

}

.logos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 80px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: -50px;

    padding-bottom: 20px;
    border: solid white 2px;
    border-top-style: hidden;
    box-shadow: 0px 3px 0px 2px rgb(255, 255, 255, 0.5);
    
    

}
.logosTel{
    display: none;
}
.video{
    text-align: center;
    
}
.morceauxPC{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
    width: 600px;
}
.morceauxTEL{
    display: none;
}
iframe{
    border-radius: 20px;
    
}

@media screen and (max-width: 1152px) {
    body{
        background-size: cover;
        background-image: url("images1/fondDecranTel.png") ;
        background-repeat: no-repeat; 
           
    }
    nav{
        font-size: 1.5;
        margin-left: 20px;
        margin-right: 20px;
    }
    .PC{
        display: none;
    }
    .TEL{
        display: flex;
        margin-left: 50px;
        margin-top: 20px;

    }
    .platineEtListe:hover{
        transform: scale(1.8);
    }
    
    .logos{
        display: none;
    }
    .logosTel{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 50px;
        margin-bottom: 50px;
        
    }
    .platineEtListe{
        zoom: 80%;
    }
    h1{
        border: none;
        box-shadow: none;
        margin-left: 0px;
        margin-left: 0px;
    }
    .morceauxPC{

        display: none;
    }
    .morceauxTEL{
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: 500px;

    }
    iframe{
        margin-bottom: 50px;
        
    }
    

    
}