main{
    background-color: var( --theme-grey2-color );
    margin: 0;
}

h2,.h2,h3,.h3{
	padding: 0;
}
.artiste-figure{
    gap: 2.5vw;
}
.DemoGradient{  
    background: -webkit-linear-gradient(#C7D3DC,#5B798E);  
    background: -moz-linear-gradient(#C7D3DC,#5B798E);  
    background: -o-linear-gradient(#C7D3DC,#5B798E);  
    background: linear-gradient(#C7D3DC,#5B798E);  
  
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;  
  
    background-size:1px 200px;  
    border-radius: 10px;  
    border: 1px solid #839DB0;  
    cursor:pointer;  
    width: 150px;  
    height: 100px;  
}  
.DemoGradient:Hover{  
    background-position:100px;  
}

p.center{
    width:100%;
    text-align: center;
}

tr{
    background-color: #555555;
    color: #ffffff;
    border-color: #ffffff;
}

thead>tr{
    background-color: #202020;
    color: #ffffff;
    border-color: #ffffff;
}