@font-face {
    font-family: junction-bold;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.ttf") format("truetype");
}
@font-face {
    font-family: junction-light;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.ttf") format("truetype");
}
@font-face {
    font-family: junction-regular;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.ttf") format("truetype");
}
@font-face {
    font-family: leaguegothic-condensed-italic;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.ttf") format("truetype");
}
@font-face {
    font-family: leaguegothic-condensed-regular;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.ttf") format("truetype");
}
@font-face {
    font-family: leaguegothic-italic;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.ttf") format("truetype");
}
@font-face {
    font-family: leaguegothic-regular;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.ttf") format("truetype");
}


/*default version*/
@font-face {
    font-family: 'prisma';
    src: url('font/Prisma.eot');
    src: url('font/prisma.woff2') format('woff2'),
    url('font/prisma.woff') format('woff');
    src:
            local('Prisma Font'),
            local('Prisma-Font'),
            url('font/Prisma.ttf')          format('truetype');
}



body{background: #fff;padding-top: 50px;}
.container{background: #fff;}
.main-container{padding-top: 10px;padding-bottom: 20px;}

.btn{cursor: pointer;}

.hideit{
    display:none;
}

a.buttonmap{
    display:inline-block;
    padding:0.3em 1.2em;
    margin:0 0.1em 0.1em 0;
    border:0.16em solid rgba(255,255,255,0);
    border-radius:2em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    color:#FFFFFF;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align:center;
    transition: all 0.2s;
    background-color:#4e9af1
}
a.buttonmap:hover{
    border-color: rgba(255,255,255,1);
}
@media all and (max-width:30em){
    a.buttonmap{
        display:block;
        margin:0.2em auto;
    }
}



/*------------------------------------------------------------------


Placeholders and Mixins


-------------------------------------------------------------------*/
.benchmarks, .table-body .td:not(.metric) .number {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.table-header .th  label, .table-header .thsmaller  label, .table-header .thlogo  label {
    font-size: 0.6em;
}
.table-body .td.metric label {
    font-size: 0.5em;
}
.table-body .td.metric span {
    font-size: 0.5833333333em;
}

legend:after, legend:before {
    font-size: 0.6666666667em;
}

.table-body .td.metric, .table-header {
    font-size: 1.5em;
}

.table-body .td:not(.metric) {
    font-size: 2em;
}



/*------------------------------------------------------------------


Style all the things


-------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-size: cover;
    font-family: "junction-light";
    font-size: 1em;
    color: #333;
    line-height: 1rem;
}

ul {
    list-style-type: none;
    padding: 0;
}

h1 {
    line-height: 1.4;
    font-family:prisma;
    font-size:3em;
    color: #7798b7;
    text-align: center;
    font-weight: normal;
    margin-block-start: 0.01em;
    margin-block-end: 0.99em;
}

.search-result {
    color: #7798b7;
    margin: 1em 0 1em 0;


}

.table {
    display: table;
    margin-top: 0;
}

.table-header, .table-body {
    display: table-header-group;
}

.table-header {
    text-transform: uppercase;
}
.table-header .th,.table-header  .thsmaller,.table-header .thlogo{
    padding-bottom: 0.5em;
    text-align: center;
}
.table-header .th  label, .table-header .thsmaller  label,.table-header .thlogo  label{
    display: block;
    margin-top: 0.5em;
}

.table-body li {
    display: table-row;
    width: 100%;
}
.table-body .td, .table-body .tdsmaller , .table-body .tdlogo{
    border: 0px solid #000;

    line-height: 1em;
}
.table-body .td.metric {
    border-bottom-color: #000;
    border-top-color: #EFEFEF;

}
.table-body .td.metric label {
    text-transform: uppercase;
    display: block;
}
.table-body .td.metric span,.table-body  .tdsmaller.metric span{
    text-transform: uppercase;
}
.table-body .td:not(.metric) {
    color: #fff;
    line-height: 1.1em;
}
.table-body .td:not(.metric) .number {
    padding-top: 0.3em;
}

.tr:first-child .metric {
    border-top: none;
}
.tr:last-child .metric {
    border-bottom: none;
}


.th, .td {
    display: table-cell;
    width: 17%;
    text-align: center;
}

.thsmaller, .tdsmaller{
    display: table-cell;
    width: 60px;
    text-align: center;
}
.thlogo, .tdlogo{
    display: table-cell;
    width: 120px;
    text-align: center;
}

.th1, .td1 {
    display: table-cell;
    width: 30px;
    text-align: center;
}

.hidecell{
    display:none;
}
legend {
    position: relative;
    margin: 1em 0 0em 0;
    width: 100%;
    height: 1em;
    background-image: linear-gradient(to left, #7f0040, #5d2240, #225d40, #007f40);
    /*--

    background-image: linear-gradient(to left, #8ac779, #52bab5, #947db9, #e54a4a);
    --*/
}
legend:before {
    position: absolute;
    content: "fréquent";
    left: 0;
    margin-top: -1.5em;
}
legend:after {
    position: absolute;
    content: "rare";
    right: 0;
    margin-top: -1.5em;
}

.benchmarks {
    width: 100%;
}
.light { background-color:#FFF; }
.dark { background-color:#fff3e4; }

.green1 {
    background:#3c3;
    color:#FFF;
    padding:5px;
    margin:2px;
    margin-top:4px;
    font-weight:bold;
}
.green2 {
    background:#9F9;
    color:#7798b7;
    padding:5px;
    margin:2px;
    margin-top:4px;
}

.message {
    box-shadow: 0 0 0 3px #476897;
    background-color: #fff3e4;
    border-radius:15px;
    padding:8px;
    text-align: center;

    margin-top:5px;
    margin-right:8px;
    display: inline-flex;
}
.messageplus {
    box-shadow: 0 0 0 3px #479768;
    background-color: #eeffee;
    border-radius:15px;
    padding:8px;
    text-align: center;

    margin-top:5px;
    margin-right:8px;
    display: inline-flex;
}
.messageminus {
    box-shadow: 0 0 0 3px #974768;
    background-color: #ffeeee;
    border-radius:15px;
    padding:8px;
    text-align: center;

    margin-top:12px;
    margin-right:8px;
    display: inline;
}

.dmessage {
    align-self: center;
    margin-top:2px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .Table__cell.Table__cell--shrinkable {
        display: none;
    }
}
