@font-face {
    font-family: "ITC";
    src: url("fonts/64ac0c2deb71d90103be84e7f5f75fbd.eot");
    /* IE9*/
    src: url("fonts/64ac0c2deb71d90103be84e7f5f75fbd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/64ac0c2deb71d90103be84e7f5f75fbd.woff2") format("woff2"), /* chrome、firefox */
    url("fonts/64ac0c2deb71d90103be84e7f5f75fbd.woff") format("woff"), /* chrome、firefox */
    url("fonts/64ac0c2deb71d90103be84e7f5f75fbd.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("fonts/64ac0c2deb71d90103be84e7f5f75fbd.svg#ITC Handel Gothic Arabic W23") format("svg");
    /* iOS 4.1- */
}


/* body {
              font-family: "ITC";
            margin: 0;
            padding: 0;
}
*/

.statcontainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.statannees {
    width: 100%;
    margin-right: 0%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.statannees .annelink {
    font-size: 30px;
    text-align: center;
    width: calc(20% - 0px);
    border: 1px solid red;
    cursor: pointer;
    line-height: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /* margin-right: 3px;
            margin-left: 3px;*/
}

.statannees .annelink:hover {
    box-shadow: 0px 3px 5px#888888;
}

.statlittlecontainer {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.statparqoui {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.statparqoui .parquoilink {
    font-size: 14px;
    line-height: 30px;
    width: calc(100% - 20px);
    border: 1px solid black;
    margin-bottom: 0px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.parquoilinkactive {
    background-color: #2c2c2c;
    color: white;
}

.annelinkactive {
    background-color: red;
    color: white;
}

.statparqoui .parquoilink:hover {
    box-shadow: 0px 3px 5px#888888;
}

.statresult {
    width: calc(100% - 10px);
    padding: 5px;
}

#stattitre {
    margin-right: 0%;
    width: 100%;
    font-size: 30px;
}

#statline {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: 1px;
}

#statline:hover {
    /*  border-bottom: 2px solid red;
        border-top: 2px solid red;*/
    zoom: 1.3;
}

#statlabelle {
    width: calc(20% - 2px);
    background-color: lightgray;
    color: black;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 14px;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#stataccident {
    width: calc(13.33% - 2px);
    background-color: lightblue;
    color: blue;
    margin-right: 1px;
    margin-left: 1px;
}

#stattue {
    width: calc(13.33% - 2px);
    background-color: lightpink;
    color: red;
    margin-right: 1px;
    margin-left: 1px;
}

#statblesse {
    width: calc(13.33% - 2px);
    background-color: lightgreen;
    color: green;
    margin-right: 1px;
    margin-left: 1px;
}

.wrapper1 {
    padding: 16px 0;
    position: relative;
}

.wrapper1.col-2 {
    display: inline-block;
    min-height: 256px;
    width: 100%;
}

.wrapper1 canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}