html{
    background: repeating-radial-gradient(
      circle at top left, 
      rgb(196, 255, 203),
      rgb(168, 246, 177) 40px
    );
    font-family: 'Commissioner';
    overflow: scroll;
    scroll-snap-type: y mandatory;
}

.circlestop {
  background: repeating-radial-gradient(
      circle at top left, 
      rgb(196, 255, 203),
      rgb(168, 246, 177) 40px
    );
}

@font-face {
  font-family: 'Commissioner';
  src: url('../commissioner/Commissioner.woff2') format('woff2-variations');
  font-weight: 100 900;
}
.commissioner {
  font-variation-settings: "wght" var(--commissioner-wght), "slnt" var(--commissioner-slnt), "FLAR" var(--commissioner-flar), "VOLM" var(--commissioner-volm);
}

@keyframes popop {
    0% { font-variation-settings: "wght" 100 }
    100% { font-variation-settings: "wght" 900 }
}

h1{
    text-align: center;
    color: rgb(64, 157, 75);
    /*font-weight: 400px;
    font-size: 80px;
    /*font-style: oblique;*/
    text-decoration-line: underline;

    font-family: 'Commissioner';
    /* font-size: 90px; */
    font-weight: normal;
    animation: popop 2s infinite alternate;
    scroll-snap-align: start;

    height: 100vh;
    /* background: rgba(255, 255, 255, .4); */
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18vmin;
    letter-spacing: .1em;
    /* scroll-snap-align: start; */
}

.liste-des-statuts {
    display: flex;
    flex-direction: column;    
}

article {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}

div{
    margin: 50px;
}
p {
    font-size: 2.5vw;
    max-width: 45ch;
    margin: 100px auto;
}
nav {
    font-size: 30px;
    font-style: italic;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: stretch;
}
nav a {
    text-decoration: none;
    color: deeppink;
    /* text-underline-offset: 0.35em;
    text-decoration-style: dashed ; */
}

#Semaine1{
    color: rgb(71, 115, 76);
    font-size: 40px;
    text-decoration: underline;
}
#Semaine2{
    color: rgb(71, 115, 76);
    font-size: 40px;
    text-decoration: underline;
}
#Semaine4{
    color: rgb(71, 115, 76);
    font-size: 40px;
    text-decoration: underline;
}
#Semaine4{
    color: rgb(71, 115, 76);
    font-size: 40px;
    text-decoration: underline;
}

h3{
    font-size: 30px;
}
/* strong{
    font-weight: 60px;
} */

.jour{
    min-height: 100vh;
}