/**********ENGLISH SECTION**********/
.en{
    min-height: 600px;
    padding: 10px 30px 50px 30px;
}

.en > h2{
    font-size: 22px;
    padding-top: 15px;
    text-decoration: underline;
    text-decoration-color: #0080FF;
}

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

.sets-en{
    margin-bottom: 30px;
}

.som-en{
    font-size: 17px;
    text-align: center;
    line-height: 25px;
}

.som-en a{
    font-weight: bold;
    color: #2E9AFE;
    text-decoration: none;
}

.som-en a:hover{
    opacity: 0.7;
}

.liste > li{
    line-height: 24px;
}
/**********STRATEGIDEX**********/
/*#head{   Test un peu plus foncé qu'en-dessous
    background: -webkit-linear-gradient(#00BFFF, #0080FF);
    background: -o-linear-gradient(#00BFFF, #0080FF);
    background: -moz-linear-gradient(#00BFFF, #0080FF);
    background: linear-gradient(#00BFFF, #0080FF);
    height: 30px;
    text-decoration: underline;
}*/

#head{
    background: -webkit-linear-gradient(#58FAF4, #2E9AFE);
    background: -o-linear-gradient(#58FAF4, #2E9AFE);
    background: -moz-linear-gradient(#58FAF4, #2E9AFE);
    background: linear-gradient(#58FAF4, #2E9AFE);
    height: 30px;
    text-decoration: underline;
}

/**********CAPACITES**********/
#strat-box{
    width: 85%; /**ou 1200px**/
    margin: auto;
}

#strat-cont{
    width: 100%;
    margin: 0px auto;
    box-shadow:  0px 0px 10px #222;
    background-color: #F0F0EF;
}

article{
    padding: 10px 30px;
}

article p{
    text-align: justify;
    line-height: 24px;
}

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

tr{
    border-top: 1px solid #888;
}

#strat-table{
    padding-top: 20px;
    padding-bottom: 50px;
}

#strat-table img{
    margin-top: 3px;
}

.fiche{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: black;
}

.fiche:hover{
    text-decoration: underline;
}

.fiche:active{
    color: #555;
}

.no-fiche{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: black;
    opacity: 0.4;
}

.ban{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: red;
}

.italic{
    font-size: 16px;
    font-style: italic;
}

.role a:hover{
    opacity: 0.70;
}

@media screen and (max-width: 1000px){
    article{
        padding: 10px 15px;
    }
    #strat-box{
        width: 100%;
    }
    .img{
        width: 60px;
    }
}

/**********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.70;
}