<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Budhrg;
    src: url("http://www.prompt-code.com/font/bud-hand/Budhrg__.ttf");
    src: url("http://www.prompt-code.com/font/bud-hand/Budhrg__.otf");
}
body, html {height: 100%; width: 100%;}
body {

    background-color: #111;
    background-image: -webkit-radial-gradient(circle , #222, #000);
    background-image:    -moz-radial-gradient(circle , #222, #000);
    background-image:         radial-gradient(circle , #222, #000);
    margin: 0;
}
button a {
    font-size: 1.13rem;
}
.navigation_admin {
    align-self: center;
}
canvas {
    background-image:         radial-gradient(circle , #222, #000);
    margin: 0;
    height: 25em;
}

#bodyCanvas {


}
h1 {
    text-align: center;
    color: hsl(0, 4%, 89%);
    font-family: system-ui, sans-serif;
    font-size: 4rem;
    text-shadow: -.5rem -.5rem 1rem hsla(0, 2.3%, 83.1%, 0.55), .5rem .5rem 1rem hsla(0, 2.3%, 83.1%, 0.55);
}

h2 {
    font-size: 14px;
}
#mainHeader_admin{

    background: black;
    h4 {font-family: sans-serif; color:#555555; font-size:16px;}
    h3 {font-family: sans-serif; color:#555555;}
    p {font-family: sans-serif; color:#888888; font-size:14px;}
    a {font-family: sans-serif; color:#d15423; text-decoration:none;}
    #controls {position:absolute; top:20px; right:20px; text-align:right; font-family:arial, helvetivca, sans-serif;}
    #controls input[type="range"] {width:200px;}

    z-index: 15;
    width: 100%;

    position: relative; /*FixÃ©e l'entÃªte*/
    padding: 0;
    top: 0;
    grid-template-columns: 70px 20% 1fr;
    grid-template-rows: 100px;
    justify-content: center;
    align-items: center;
}

#menu a{
    color: whitesmoke;
}
h2{
    color: snow;
    display: flex;
}
.container3{
    margin: 1em 0;
}
.container3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 5%;
    padding: 1em;
    background-color: #111;
    background-image: -webkit-radial-gradient(circle , #222, #000);
    background-image:    -moz-radial-gradient(circle , #222, #000);
    background-image:         radial-gradient(circle , #222, #000);
}

.letter3 {
    letter-spacing: .1em;
    text-align: center;
    color: snow;
    min-height: 100%;
    width: 3em;
    border-left: 1px solid;
    float: right;
    opacity: 0;
    transform: translate(0, -4px) rotate(-20deg);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);

}
.container-item2.show-letters .letter3 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}

#contenuAdmin{
    display: grid;
    text-align: justify;
    padding: 2% 7% 7% 4%;
    font-size: 1.3em;
    line-height: 2;
    color: #f1ebeb;
}

#contenuAdmin p{
    display: contents;
    text-align: justify;
    position: absolute;
    border: 0 none;
    padding: 2em;
    box-sizing: border-box;
    margin: 5% 5%;
    z-index: 4;
    color: #f1ebeb;
    line-height: 1.8em;
    overflow: hidden;
    font-size: 1.2em;
    letter-spacing: 1px;

}

h3 {
    /*text-decoration: underline;*/
    font-style: italic;
    font-size: 1.3em;
    text-transform: capitalize;
    color: #f1ebeb;
    padding: 2em;
    text-align: center;

}

h4 {
    /*text-decoration: underline;*/
    font-style: italic;
    font-size: 1.2em;
    text-transform: capitalize;
    color: #f1ebeb;
    padding: 2em;
    text-align: center;

}

em {
    font-style: italic;
    font-size: 2em;
    text-transform: capitalize;
    color: #b91b1b;
    padding: 1em;
    text-align: center;
    line-height: 1;
}
h2{
    display: block;
    color: #0b0b0b;
    text-align: center;
}
.letter3{
    font-size: 5em;
}
@media (max-width: 1400px) {
    button a {
        font-size: 1rem;
    }
}
@media (max-width: 1200px) {
    button a {
        font-size: .9rem;
    }
    h1 {
        font-size: 3rem;
    }
    .letter3 {
        font-size: 4em;
    }
    h3 {
        font-size: 1.1em;
    }
    em {
        font-size: 1.5em;
    }
    #contenuAdmin {
        font-size: 1em;
    }
}
@media (max-width: 1000px) {
    button a {
        font-size: 0.8rem;
    }
}
@media (max-width: 900px) {
    button a {
        font-size: 0.7rem;
    }
    .letter3 {
        font-size: 3em;
    }
    h1 { font-size: 2rem;
    }
    h3 { font-size: 1em;
    }
    em { font-size: 1.3em;
    }
    #contenuAdmin {
        font-size: 1em;
    }
    #contenuAdmin p{
        font-size: 1em;
    }
}
@media (max-width: 600px) {
    button a {
        font-size: 0.6rem;
    }
    .letter3 {
        font-size: 1.8em;
    }
    h1 {
        font-size: 1rem;
    }
    em {
        font-size: 1.1em;
    }
    #contenuAdmin {
        font-size: .8em;
    }
    #contenuAdmin p{
        font-size: .9em;
    }
}
</pre></body></html>