
/* Pour partie VM */
/* GENERAL */

/* Pour la gestion de l'image de fond */
body, html
{
    background-image: initial;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;

}

/* Pour le positionnement des différents éléments de la page */

header
{
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
    width: 1000px;
    padding-top: 10px;
    padding-bottom: 10px; 
}

main
{
    position: relative;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    background-color: violet;
    border-radius: 25px;
    border-style: solid;
    width: 1000px;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;    
}
#Namur1
{
    position: relative;
    margin: 0 auto;
    padding-top: 5px;
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(196, 230, 255);
    width: 950px;
}
#Namur12
{
    margin-top: 15px;
    margin-bottom: 5px;
}
#Namur2
{
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(196, 230, 255);
    width: 950px;
}
#Namur22
{
    margin-top: 15px;
    margin-bottom: 5px;
}
#LLN
{
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    border-style: solid;
    border-radius: 20px;
    background-color: greenyellow;
    width: 950px;
}
#LLN2
{
    margin-top: 15px;
    margin-bottom: 5px;
}
#Aye
{
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    border-style: solid;
    border-radius: 20px;
    background-color: yellow;
    width: 950px;
}
#Aye2
{
    margin-top: 15px;
    margin-bottom: 5px; 
}
.wrapper1
{
    font-size: 125%;
    font-weight: bolder;
    width: 900px;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-radius: 25px;
    background-color: bisque;
    border-style: solid;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; 
}
.wrapper2
{
    font-size: 125%;
    font-weight: bolder;
    width: 900px;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    border-radius: 25px;
    background-color: bisque;
    border-style: solid;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; 
}
/* gestion des bouton Bleu/vert */
.styled
{
    border: 0;
    line-height: 2.5;
    padding: 5px 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color: none;
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled:hover
{
    background-color: rgb(0, 255, 60);
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styled:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
/* gestion des bouton Rouge/vert */
.styled2
{
    border: 0;
    line-height: 2.5;
    padding: 5px 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    border-radius: 10px;
    background-color: rgb(255, 0, 0);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled2:hover
{
    background-color: rgb(0, 255, 60);
    text-shadow: 5px 5px 5px rgb(255, 0, 0);
}

.styled2:active
{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

/* Police de character */
/* latin-ext */
@font-face {
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoNOlHnnY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoOulH.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo-mM5Ez.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoamM5Ez.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo2mM5Ez.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoymM5Ez.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoKmMw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
@font-face {
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoNOlHnnY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Limelight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuoOulH.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
