.cover-tutorial{
    background: url('https://garamecash.com/res/images/cover_didactitielle.png');
}

.cover-tutorial h1{
    font-size: 19px;text-transform: uppercase;color: #ececec;font-weight: bold;
}

.cover-tutorial .blue-color{
    color: #063453;
}

.cover-tutorial hr{
    background: #ececec; border: solid 1px #ececec;
}

.p-didact{
    font-size: 14px; text-align: justify; 
}

.p-didact-white{
    color: #ececec;
}

.p-didact-blue{
    color: #063453;
}

.p-didact-black{
    color:#494949;
}

.btn-model-white{
    background-color: #ececec; color: #1071a3;
}

.btn-model-white:hover{
    background-color: #1071a3; color: #ececec;
}

.btn-model-blue{
    background-color: #576a7d; color: #f5f3f3;
}

.btn-model-blue:hover{
    color: #576a7d; background: rgba(245,243,243,0.3); border: solid 1px #576A7d;
}

.btn-model{
    text-transform: uppercase; border-radius: 0; font-size: 14px;
}

.learn-tutorial{
    background: #f5f3f3; 
}

h2{
    font-size: 23px;text-transform: uppercase;
    /* color: #063453; */
}

.go-tournament{
    background: linear-gradient(rgba(245,245,243,0.7),rgba(245,245,243,0.7)),url('https://garamecash.com/res/images/gotournament.png');
}

p.centered{
    text-align: center;
}

/*.didactitielle .modal-body{
    background: linear-gradient(rgba(235,225,89,0.6),rgba(255,245,85,0.5)),url('https://garamecash.com/res/images/Learngarame.png');
}
*/
.didactitielle .instruction-bubble{
    background: url('https://garamecash.com/res/images/bulle.png') no-repeat;
}

.message-bubble{
    font-size: 1.5em;
}

.btn-bubble{
    background-color: #efc300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: background-color .5s, color .5s;
    transition-timing-function: ease-out;
}

.btn-bubble:hover{
    background-color: #000;
    color: #efc300;
}

.didactitielle .opponents img{
    background: rgba(180,180,180,0.7);
}

.scenario{
    background: #fff;
    border-radius: 10px;
    border: solid 3px #efc300;
}

.blur{
    -moz-filter : blur(1px);
    -webkit-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}