@import url('https://fonts.googleapis.com/css2?family=Advent+Pro&family=Dancing+Script&display=swap');
*{
    
    padding: 0;
    margin: 0;  
    list-style: none;
    text-decoration: none;
    text-align: center;
}
:root{
    --main-color: ;
    --hover-color: ;
    --body-color: ;
    --container-color: ;
    --text-color: ;
}
html{
    scroll-behavior: smooth;
    font-family: 'Advent Pro',sans-serif;
}
body {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-align: center;
    text-decoration: none;
    color: black;
}
h1{
    text-align: center;
}
h2{
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    font-size: 2em;
}
h3{
    text-align: center;        
}
h4{
    text-align: center;
}
h5{
    text-align: center;
}
h6{
    text-align: center;
}
/* --------------------NAVBAR-------------------------- */

/* ----------------tableau--------------- */
div.bordHaut{
    background-color: #16120f;
    height: 80px; 
}
table{ 
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    width: 100%;
    color: #fffae1;
    background-color: #16120f;
    font-size: 1.3em;
}
th.titre{
    font-size: 2em;
    font-family: 'Dancing Script',sans-serif;
    background: #16120f00;
}
th.Images{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
th.Prix{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
th {
    padding-top: 0.5em ;
    padding-bottom: 0.5em;
    background-color: #333;
    color: #fffae1;
}

td.Format{
    min-width: 2.4em;
}
td {
    border: 10px solid rgba(51, 51, 51, 0)     
}


img{
    height: auto;
    width: 80%;
    border-radius: 10px;
}