/**********LES BASES**********/
#bases{
    background: -webkit-linear-gradient(#333, RGBa(255, 150, 000, 0.2));
    background: -o-linear-gradient(#333, RGBa(255, 150, 000, 0.2));
    background: -moz-linear-gradient(#333, RGBa(255, 150, 000, 0.2)); 
    background: linear-gradient(#333, RGBa(255, 150, 000, 0.2)); 
    /**background-color: RGBa(255, 150, 000, 0.2);**/
    border-bottom: 3px solid #FF9E00;
    padding: 12px 25px 9px 25px;
    color: white;
}

@media screen and (max-width: 680px){ 
    #bases{
        border-bottom: 3px solid #FF9E00;
        padding: 10px 10px 7px 10px;
    }
}

.left-right::after{
    content: "";
    display: table;
    clear: both;
}

.menu-right{
    width: 80%;
    min-height: 600px;
    display: inline-block;
    float: right;
    background-color: #F0F0EF;
    padding-bottom: 30px;
    box-shadow: -2px 0px 0px #222;
}

@media screen and (max-width: 680px){ 
    .menu-right{
        width: 100%;
        min-height: 0px;
        float: none;
        box-shadow: none;
    }
}

.cont{
    padding: 0px 30px 20px 30px;
}

@media screen and (max-width: 680px){ 
    .cont{
        padding: 0px 15px 20px 15px;
    }
}

.menu-right p{
    text-align: justify;
    line-height: 24px;
}

.center > p{
    text-align: center;
    font-weight: bold;
}

article > h2{
    font-size: 22px;
    padding-top: 15px;
    text-decoration: underline;
    text-decoration-color: #FF6600;
}

@media screen and (max-width: 680px){ 
    article > h2{
        font-size: 20px;
    }
}

h3{
    font-size: 17.5px;
    text-decoration: underline;
    margin-top: 25px;
}

@media screen and (max-width: 680px){ 
    h3{
        font-size: 16px;
    }
}

article > ul > li{
    line-height: 24px;
    text-align: justify;
}

/**********TABLE DES TYPES**********/
table{
    margin: auto;
    border: 2px solid #333;
    /**border-radius: 4px;**/
    background-color: white;
    text-align: center;
    border-collapse: collapse;
}

td{
    border: 1px solid RGBa(0, 0, 0, 0.3);
    padding: 5px 2px;
}

th{
    border: 1px solid RGBa(0, 0, 0, 0.3);
}

.super-efficace{
    background-color: #F78181;
    font-size: 13px;
}

.pas-efficace{
    background-color: #82FA58;
    font-size: 13px;
}

.invulnerable{
    background-color: #A4A4A4;
    font-size: 13px;
}

.table-types{
    background-color: #F3E2A9;  
}

/**********NATURES**********/
.nature{
    display: table;
    margin: 0px auto;
}

.nature tr:hover{
    background-color: RGBa(225, 225, 225, 1);
}

.nature th{
    background-color: #F3E2A9;
}

.nature-cont{
    float: left;
    margin: 20px 0px 20px 20px;
}

.malus{
    background-color: #FA5858;
    font-size: 13px;
}

.bonus{
    background-color: #44C620;
    font-size: 13px;
}

/**********TABLEAUX EV**********/
.ev{
    display: table;
    margin: 0px auto;
}

.ev th{
    background-color: #F3E2A9;
}

.ev td{
    font-size: 14.5px;
}

/**********TALENTS**********/
dl{
    text-align: justify;
    line-height: 24px;
}

dt{
    font-weight: bold;
    text-decoration: underline;
}

dt, dd{
    display: inline;
}

dd{
    margin: 0px;
}

.talents a:hover{
    opacity: 0.75;
}

/**********TEAMBUILDING**********/
.gauche{
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
}

.pos-neg{
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}