text {
    font-family:Helvetica, Arial, sans-serif;
    font-size:28px;
    color: black;
    pointer-events:none;
    fill:  black;
    /*
    font-family: parisplus-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    */
    font-family: "alkaline", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:48px;
    padding: 50px;
}
#patarchives-intro, #patarchives-intro-cache, #patarchives-chat {
    position: absolute;
    width: 100%;height: 100%;
    top: 0;left: 0;
    cursor: pointer;
}
#patarchives-intro { 
    background-image: url(js/spin-wheel/dist/intro-gidouille.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -20px center;
    z-index: 10000;
}
#patarchives-intro-cache {
    z-index: 5000;
    background-color: #fff;
    opacity: 1;
}
#patarchives-chat {
    z-index: 15000;
    background-color: #fff;
    display: none;
    background-image: url(js/spin-wheel/dist/patachat.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#bouton-gidouille { 
    position: absolute;
    top: 50%;left: 50%;
    margin-left: -68px;margin-top: -42px;
    width: 104px;height: 104px;
    border: solid 0px tomato;
    background-image: url(js/spin-wheel/dist/gidouille.svg);
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4000;
    cursor: pointer;
}
#chart {
    position:relative;margin: 0 auto;
    width:500px;
    height:500px;
}
#question {
    position: relative;margin: 30px auto 0 auto;
    /*width:500px;
    height:500px;*/
    text-align: center;
}
#question h1 {
    /*font-size: 50px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    padding: 0;
    margin: 0;
    top:50%;
    -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%);
    */
    /*font-family: parisplus-std, sans-serif;
    font-weight: 400;
    font-style: normal;*/
    font-family: "capitolium-2", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 48px;

}
.pataplus {
    position: relative;
    margin-top: 15px;
    font-family: 'Anton-Regular';
    font-size: 20px;
    color: #ff2693;
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.pataplus:hover {
    color: #6a4a9d;
}
#resultats { 
    position: relative;
    display: none;
    margin: 50px auto 0 auto;
    width: 100%;max-width: 500px;
    color: #6a4a9d;
    padding-bottom: 100px;
}
#resultats_titre {
    position: relative;
    margin-bottom: 15px;
    font-family: parisplus-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #ff2693;
}
#resultats_pataphysiques {
    font-family: parisplus-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5em;
}
.pataplus a, #resultats a {
    text-decoration: none;
    transition: all 0.2s ease-in;
}
.pataplus a:link, #resultats a:link, .pataplus a:visited, #resultats a:visited { color:#ff2693; }
.pataplus a:hover, #resultats a:hover, .pataplus a:active, #resultats a:active { color:#6a4a9d; }

