
body {
    font-family: 'BluuNextBold';
      color:blueviolet;
      cursor: crosshair
    

          
} 


}
h1 {
    font-family: 'AileronRegular';
    font-size: 20px;
    padding: 3px;
}

h2 {
    font-family: 'AileronItalic';
    font-size: 10px;
    line-height: 50px;
}
h3 {
    font-size: 15px;
    line-height: 1.2em;
    margin:0;
    text-align: right;
    
}

menu {
    font-family: 'BluuNextBold';
    font-size: 15px;
    color:blueviolet;
    line-height: 25px;
    margin:0;
    padding: 6px
            
}

gp {
    font-family: 'AileronRegular';
    color:rgb(47, 165, 142);
    border: 0px solid blueviolet;
    font-size: 1.5vw;
    padding: 6px;

}

p {
    font-family: 'AileronRegular';
    color:blueviolet;
    border: 0px solid blueviolet;
    font-size: 1.5vw;
    padding: 6px;

}
    
pp {
    font-family: 'AileronRegular';
    color:blueviolet;
    border: 0px solid blueviolet;
    font-size: 0.75vw;
    padding: 6px;

}
    

body, main, aside, div, section, menu, .illus, img {
    
    box-sizing: border-box;
    text-decoration-color: blueviolet
}

body {
    
    padding:01em;
    margin:0;
    
}


aside, section {
    border:1px solid blueviolet;
   
}

aside {
    
    border-right:0;
}

main {   
    display:grid;
    grid-template-columns: 1fr 3fr;
    height:100vh;
}

img { width:100%;
    margin-bottom: 1em;
}

video { width:100%;
    margin-bottom: 1em;
   
}

.illus {
padding:10px;
}



header, nav,.description,.soustitre {
border-bottom: 1px solid blueviolet;
padding:0.5em;    }

.soustitre{
    color: rgb(47, 165, 142)
 }

#haut{ 
 text-decoration-color: blueviolet}


/*li {
    list-style-type: square;
    }
    */

}


