/*******************
* General tag change
*******************/
    body {
        padding-top:60px;
        padding-bottom:60px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: black;
        text-align: justify;
        background-size: 100% 100%;
        color: #ebdec2;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 17px;
        text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
    }

    html, p, li {
        color: #ebdec2 ;
    }

    input[type=number],
    input[type=text],
    option,
    select {
        color: black;
    }

    h1, h2, h3, h4 {
        color: #FFFFFF;
        text-align:center;
        font-family: "Montserrat","Open Sans",Arial,Helvetica,sans-serif;
    }

    h1 {
        font-weight: 700;
        line-height: 1.5em;
        text-shadow: 0 0 1px transparent,0 0 5px rgba(0,0,0,.8);
    }

    a:hover {
        cursor: pointer !important;
        text-decoration: underline;
        color: #f8b700;
    }

    a {
        color: #f8b700;
    }

    .alert {
        text-shadow: none !important;
    }

    th {
        background-color: #555555;
        cursor: pointer;
    }

    .table-hover tbody tr:hover td {
        background-color: #444444;
    }

    blockquote {
        font-size: 1em !important;
    }


/***************
* Navbar
***************/
    .navbar {
        background-image: url('../imgs/navbar.jpg') !important;
    }

    .navbar-nav .dropdown-menu {
        background-image: url('../imgs/bg/misc/leather/brown_small.jpg') !important;
    }

    .navbar-nav a, .navbar-nav .caret {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(top,#efd100 0,#e2a233 38%,#f0c328 60%,#fff1a3 86%,#ffe13e 100%);
        background-size: 1em 1em;
        color: #f8b700;
        display: inline-block;
        line-height: 1.5em;
        position: relative;
        z-index: auto;
        text-transform: uppercase;
        font-family: "Semplicita Pro","Open Sans",Arial,Helvetica,sans-serif;
        font-weight: 700;
        text-shadow: none;
    }

    .nav-tabs > li > a,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: none;
    }


/****************
* Special buttons
******************/
    .btnSpecial {
        font-weight: 400;
        background: rgba(0,0,0,.4);
        border: 1px solid #c77e19;
        color: #f7b10a;
        width: 200px;
        text-shadow: none;
        text-transform: uppercase;
        transition: background .2s,color .2s;
        font-size: 1.224rem;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        padding: 10px 20px 10px 20px;
    }

    .btnSpecial:hover {
        background-color: #B06601;
    }

/********************
* RULES
********************/
    #menuRulesSmall {
        text-align: center;
        text-shadow: none;
    }

    #menuRules li {
        background-color: #211510;
        margin: 5px;
        font-weight: bold;
        border-radius: 0 !important;
        text-shadow: none;
    }

    #menuRules a:hover,
    #menuRules a:focus,
    #menuScenar a:hover,
    #menuScenar a:focus,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        background-color: #F8B700;
        color: #211510;
        font-weight: bold;
        border-radius: 0 !important;
        text-shadow: none;
    }


    @media (min-width: 992px) {
        #menuRulesSmall {
            display: none;
        }
    }

    @media (max-width: 992px) {
        #menuRulesLarge {
            display: none;
        }
    }

    .ruleBlock b {
        color: #F8B700;
    }

/***************
* Footer
***************/
    .footer {
        position :        fixed;
        bottom :          0;
        width :           100%;
        height :          30px;
        background-image: url('../imgs/navbar.jpg') !important;
        color: #F8B700;
        text-align:       center;
        padding-top:      5px;
        box-shadow: 0px 0px 5px #000000;
    }

    .footer > .container > a:focus {
        color: #F8B700;
    }
    .footer > .container > a:focus,
    .footer > .container > a:hover {
        text-decoration: none;
    }



#menuScenar li {
    background-color: #211510;
    margin: 10px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.listeIngredient {
    width: 120px;
    height: 100%;
    box-shadow: 0px 0px 2px white;
    background-color: rgba(7,12,33,1);
    padding: 5px;
    height: 100%;
    display:table-cell;
    text-align: center;
    margin-right:5px;
    margin-bottom: 20px;
    position: relative;
    top:0px;
}

.listeBestiaire {
    width: 300px;
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 2px white;
    background-color: rgba(7,12,33,1);
    padding:15px;
    height: 100%;
    display:inline-block;
    margin-right:20px;
    font-size: 0.8em;
}

.countBestiaire{
    position: absolute;
    bottom:0;
    right:0;
    color:white;
    font-weight:bold;
    display:block;
}
.listeBestiaire b {
    color: gold;
}

.imgBestiaireType {
    height: 30px;
    border-radius:15px;
}

.imgBestiaireTypeSmall {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.listeIngredient b {
    font-size: 0.9vw;
}

.btn-secondary          { color: #ffffff; background-color: #222; border-color: #333; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary
                        { color: #ffffff; background-color: #777; border-color: #888; }

.btn-violet          { color: #ffffff; background-color: #670089; border-color: #A44DC1; }
.btn-violet:hover, .btn-violet:focus, .btn-violet:active, .btn-violet.active, .open .dropdown-toggle.btn-violet
                        { color: #ffffff; background-color: #A44DC1; border-color: #670089; }

.btn-grey          { color: #ffffff; background-color: #777; border-color: #333; }
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open .dropdown-toggle.btn-grey
                        { color: #ffffff; background-color: #888; border-color: #333; }

.btn-brown          { color: #ffffff; background-color: #A57930; border-color: #724906; }
.btn-brown:hover, .btn-brown:focus, .btn-brown:active, .btn-brown.active, .open .dropdown-toggle.btn-brown
                        { color: #ffffff; background-color: #CEA056; border-color: #724906; }

.colorDanger_Pacifique {color:#9FFF91;}
.colorDanger_Craintif {color:#DAFF91;}
.colorDanger_Faible {color:#E9FF91;}
.colorDanger_Modérée {color:#FFEA91;}
.colorDanger_Élevée {color:#F49555;}
.colorDanger_Trèsélevée {color:#FC4625;}
.colorDanger_Mortelle {color:#9B1700;}

.fichesList {
    margin: 20px;
    padding: 10px;
    height: 100px;
    max-width: 150px;
    min-width: 150px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10%;
    text-align: center;
    color: white;
    vertical-align: top;
    font-size: 10px;
}

.fichesList img {
    width:  80px;
    height: 80px;
    cursor: pointer;
}
