html, body {
    background-color: #222222;
    padding-top: env(safe-area-inset-top);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
}

body{
    font-family: "Narkisim";
}
.body{
    height:100%;
    width:100%;
    position: fixed;
    background:url("wallpaper2.jpg") top;
    filter: brightness(1);
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    background-size: 100% 100%;
    background-attachment: fixed !important;
    background-size: cover !important;
    /*width: 100%;*/
    font-family: "Narkisim";
    /*min-height: 100vh;*/
}

@font-face {
    font-family: "Agency FB";
    src: url("../fonts/AGENCYR.TTF") format("truetype");
}

@font-face {
    font-family: "Agency FB";
    src: url("../fonts/AGENCYB.TTF") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Narkisim";
    src: url("../fonts/nrkis.ttf") format("truetype");
}

@font-face {
    font-family: "Vijaya";
    src: url("../fonts/vijaya.ttf") format("truetype");
    src: url("../fonts/vijayab.ttf") format("truetype");
}

@font-face {
    font-family: "Vijaya";
    src: url("../fonts/vijayab.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Bradley Hand ITC";
    src: url("../fonts/BRADHITC.TTF") format("truetype");
}

@font-face {
    font-family: "Brush Script MT";
    src: url("../fonts/BRUSHSCI.TTF") format("truetype");
}

button{
    background: limegreen;
    color: black;
    font-weight: bold;
    font-family: "Agency FB";
    font-size: 20px;
    border: 2px solid black;
    box-shadow: inset 0 0 5px black;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}

button:hover{
    background: lime;
}

.button{
    background: limegreen;
    color: black;
    font-weight: bold;
    font-family: "Agency FB";
    font-size: 20px;
    border: 2px solid black;
    box-shadow: inset 0 0 5px black;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}

.navbar{
    padding-top: env(safe-area-inset-top);
    border-top: none !important;
}

.button:hover{
    background: lime;
    color: black !important;
}

.header_apl{
    font-family: "Agency FB";
    font-size: 20px;
    /*height: 40px !important;*/
}

.onglet_header{
    color: limegreen !important;
    font-size:20px !important;
    transition: 0.5s;
    text-shadow: 2px 2px 3px black;
}
.onglet_header:hover{
    color: white !important;
}

/*Page Login*/

.login_bloc{
    position: absolute;
    top:-200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.title_front{
    font-size: 25px;    
}

.front_img{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 2%;
    filter: saturate(3);
}

/*Entrez dans la folie*/

.logo {
    text-align: center;
    font-size: 35px;
    width: 65%;
    height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 150px;
}

.logo b{
    font: 70 35px "Agency FB";
    color: white;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #1a9e12, 0 0 0.5em #28ac4d, 0 0 0.1em #33ff16, 0 10px 3px #000;
    z-index: 2;
    font-family: "Agency FB" !important;
}
.logo b span{
    animation: blink linear infinite 2s;
}
@keyframes blink {
    78% {
        color: inherit;
        text-shadow: inherit;
    }
    79%{
        color: #333;
    }
    80% {

        text-shadow: none;
    }
    81% {
        color: inherit;
        text-shadow: inherit;
    }
    82% {
        color: #333;
        text-shadow: none;
    }
    83% {
        color: inherit;
        text-shadow: inherit;
    }
    92% {
        color: #333;
        text-shadow: none;
    }
    92.5% {
        color: inherit;
        text-shadow: inherit;
    }
}

.logo2 {
    text-align: center;
    font-size: 30px;
    width: 65%;
    height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 150px;
}

.logo2 b{
    font: 70 35px "Agency FB";
    color: white;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #761515, 0 0 0.5em #a41c1c, 0 0 0.1em #ff0e00, 0 10px 3px #000 !important;
    z-index: 2;
    font-family: "Agency FB" !important;
}

.logo3 {
    text-align: center;
    font-size: 30px;
    width: 65%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 150px;
}

.logohover{
    position:relative;
    width:100%;
    height: 50px;
    text-align: center;
    font-size: 30px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}
.logohover b{
    font: 70 35px;
    color: white;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #1a9e12, 0 0 0.5em #28ac4d, 0 0 0.1em #33ff16, 0 10px 3px #000;
    z-index: 2;
    font-family: "Agency FB" !important;
}

.logohover:last-child b{
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #761515, 0 0 0.5em #a41c1c, 0 0 0.1em #ff0e00, 0 10px 3px #000 !important;
}

.logohover:hover{
    font-size: 35px !important;
}

.logohover2{
    position:relative;
    width:100%;
    height: 50px;
    text-align: center;
    font-size: 30px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}
.logohover2 b{
    font: 70 35px;
    color: white;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #761515, 0 0 0.5em #a41c1c, 0 0 0.1em #ff0e00, 0 10px 3px #000;
    z-index: 2;
    font-family: "Agency FB" !important;
}

.logohover2:hover{
    font-size: 35px !important;
}

.logo3 b{
    font: 70 35px "Agency FB";
    color: white;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #1a9e12, 0 0 0.5em #28ac4d, 0 0 0.1em #33ff16, 0 10px 3px #000;
    z-index: 2;
    font-family: "Agency FB" !important;
}

.logo4 {
    text-align: center;
    font-size: 30px;
    width: 65%;
    height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 150px;
}

.logo4 b{
    font: 70 35px "Agency FB";
    font-family: "Agency FB" !important;
    color: white;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #2e2e2e, 0 0 0.5em #272727, 0 0 0.1em #141414, 2px 5px 3px #000 !important;
    z-index: 2;
}

.logo5 {
    font-size: 18px;
    width: 65%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.logo5 b{
    font: 70 20px "Agency FB";
    font-family: "Agency FB" !important;
    color: white;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #2e2e2e, 0 0 0.5em #272727, 0 0 0.1em #141414, 2px 5px 3px #000 !important;
    z-index: 2;
}

.connexion{
    width: 100%;
    margin: auto;
    margin-top:20%;
    font-size: 18px;
}

.log_connexion{
    border: none;
    border-bottom: 2px solid white;
    background: none;
    color: limegreen;
    margin-bottom: 10px;
    height: 40px;
    width: 250px;
    font-family: "Courier New" !important;
}

.log_connexion:focus{
    border-bottom: 2px solid limegreen;
    transition: 0.4s;
}

.log_connexion_valid{
    border: 2px solid limegreen;
    background: none;
    padding: 2px;
    text-align: center;
    color: limegreen;
    margin-top: 20px;
    height: 30px;
    width: 250px;
    font-weight: bold;
    font-family: "Courier New" !important;
}

.log_connexion_valid:hover{
    background: limegreen;
    color: black;
    transition: 0.3s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: grey;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: grey;
}

.signe{
    position: fixed;
    text-align: center;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    background: url("miskatonix-white.PNG") no-repeat center center;
    background-size: 100px 100px;
    margin-top:30px;
    /*filter:invert(100%);
    opacity: 0.3;*/
    z-index: 1;
}

.split{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}



/*Accueil*/
.accueil_body{
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    background: rgba(0, 0, 0, 0.47);
    font-family: "Agency FB";
    padding-bottom: 50px;
}

.firstblock {
    background: white;
    height: 300px;
    width: 100%;
    margin: auto;
    padding: 0 !important;
    box-shadow: 1px 1px 12px rgb(117, 117, 117);
    border: 2px solid white;
    border-radius: 3px;
}


.scdblock{
    height: 500px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    border-radius: 2px;
    padding: 0 !important;
}

.blocktest1{
    @include rotate(28deg);
    height: 100%;
    padding: 0 !important;
    background: url("testcomp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    /*width: 85%;*/
}

.blocktest2{
    background: linear-gradient(to right, #333333, #262626, #1c1c1c);
    height: 100%;
}

/*--------Test-------------*/

.box {
    /* we need this to position the pseudo-element */
    position: relative;

    /* set a fixed size */
    width: 100%;
    height: 100%;

    /* this is just to style the content */
    padding: 6px;
    color: white;
    text-align: right;
}

.box:before {
    /* we need this to create the pseudo-element */
    content: "";
    display: block;
    /* position the triangle in the top right corner */
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    /* create the triangle */
    width: 0;
    height: 0;
    border: 148px solid transparent;
    border-top-color: #333333;
    border-right-color: #333333;
}

.content {
    /* position the content above the triangle */
    position: relative;
    z-index: 1;
}

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

.red{
    background:url("red.png");
    background-repeat: no-repeat;
    background-position: center center;
    filter: saturate(3);
    opacity: 0.75;
    background-size: 100% 100%;
    height: 100px;
    width: 300px;
    margin-top: -190px;
    float: right;
}

.bloc_btn{
    height: 100px;
    width: 300px;
    margin-top: -205px;
    float: right;
}

.inside_btn{
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.54);
}

.inside_btn:hover{
    background: rgba(0, 0, 0, 0.54);
    transition: 0.3s;
}

.title_btn{
    font-size: 55px;
    font-weight: bold;
    color: white;
    position: absolute;
    margin-left: 50px;
    margin-top: 10px;
    opacity: 1 !important;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.title_btn:hover{
    color: white;
    transition: 0.3s;
    text-shadow: 1px 1px white, -1px -1px #444;
}

.upper_blocs{
    height: 50%;
    padding: 0;
    transition: 1s !important;
}

.perso_primary{
    background: url("perso2.jpg") center no-repeat;
    filter: saturate(0.8);
    height: 98%;
    width: 98%;
    background-size: 150% 190%;
    background-position: 25% 45%;
    margin: auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.best_primary{
    background: url("nyar.jpg") center no-repeat;
    filter: saturate(0.2);
    height: 98%;
    width: 98%;
    background-size: 100% 285%;
    background-position: 5% 55%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: 1s;
}

.best_primary:hover{
    filter:saturate(1) !important;
}

.music_primary{
    margin-left: 5px;
    height: 98%;
    width: 98%;
    background: url("discu2.jpg") center no-repeat;
    filter: saturate(0.7);
    background-size: 140% 120%;
    background-position: 50% 55%;
    transition: 1s !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 }

.music_primary:hover{
    transition: 1s;
    filter:saturate(1) !important;
}

.fiche_primary{
    height: 98%;
    width: 98%;
    background: url("ficheperso.png") center no-repeat;
    filter: saturate(0.8);
    background-size: 100% 100%;
    background-position: 5% 55%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.upper_blocs:hover{
    filter:saturate(1.5) !important;
}

.scd_title{
    font-size: 35px;
    font-weight: bold;
    color: white;
    position: absolute;
    opacity: 1 !important;
    text-shadow: black 0.1em 0.1em 0.2em;
    bottom:0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.scd_title:hover{
    color: limegreen;
    transition: 0.3s;
    text-shadow: 1px 1px black, -1px -1px #444;
}

.MjBlockFirst{
    height: 250px;
    border: 2px solid white;
    margin-top: 50px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 1px 1px 12px rgb(117, 117, 117);
}

.mjBlock{
    background: url("mj.jpg") center no-repeat;
    background-size: 100% 120%;
    background-position: 5% 55%;
    width: 80%;
    height: 100%;
    padding: 0 !important;
}

.mjBlock2{
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, #141414, black);
}

.red2{
    background:url("red.png");
    background-repeat: no-repeat;
    background-position: center center;
    filter: saturate(3);
    opacity: 0.75;
    background-size: 100% 100%;
    height: 60px;
    width: 300px;
    float: right;
}


.title_btn2{
    font-size: 40px;
    font-weight: bold;
    color: white;
    position: absolute;
    margin-left: 80px;
    opacity: 1 !important;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.title_btn2:hover{
    color: white;
    transition: 0.3s;
    text-shadow: 1px 1px white, -1px -1px #444;
}

.inside_btn2{
    width: 300px;
    height: 60px;
    margin-top: 90px;
    background: rgba(69, 69, 69, 0.54);
    margin-left: -150px;
}

.inside_btn2:hover{
    background: rgba(0, 0, 0, 0.54);
    transition: 0.3s;
}

.last_post{
    width: 100%;
    padding: 5;
    border: 2px solid #1f1f1f;
    margin-top: 50px;
    background: #333333;
}

.last_event{
    background: #414141;
    border: 2px solid #2b2b2b;
    width: 100%;
    color: white;
    font-size: 25px;
    padding: 5;
    padding-left: 10px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.last_event_logo{
    height: 30px;
    width: 35px;
    float: right;
    margin-top: 3px;
}

.events{
    background: #414141;
    width: 100%;
    color: white;
    padding: 5;
    border: 2px solid #2b2b2b;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 18px;
    text-shadow: black 0.1em 0.1em 0.2em;
    box-shadow: 1px 1px 5px rgba(99, 99, 99, 0.58);
}

.events:hover{
    transition: 0.2s;
    box-shadow: 1px 1px 2px 2px rgba(88, 216, 0, 0.55);
}

.event_name{
    font-weight: bold;
    margin-right: 10px;
}

.plus_event{
    font-family: Arial;
    float: right;
    font-size: 30px;
    margin-right: 5px;
    margin-top: -2px;
}

.plus_event:hover{
    font-size: 40px;
    margin-top: -7px;
    margin-right: 2px;
    color: limegreen;
    transition: 0.2s;
}

.event_date{
    float: right;
    margin-right: 20px;
    font-size:16px;
    margin-top: 2px;
}

.cat_scenar{
    color: rgba(87, 227, 63, 0.58);
    font-weight: normal;
}

.mjBlock3{
    background: url("players.jpg") center no-repeat;
    background-size: 100% 150%;
    background-position: 30% 55%;
    width: 80%;
    height: 100%;
    padding: 0 !important;
}

.mjBlock4{
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, black, black);
}

/*----------Page Personnage------*/

.perso_block{
    height: 300px;
    width: 100%;
    background: url("perso2.jpg") no-repeat;
    filter: brightness(70%);
    background-size: 100% 500px;
    background-position: 10% 55%;
    border-bottom: 2px solid #2b2b2b;
    box-shadow: 1px 1px 12px rgb(117, 117, 117);
}

.title_page{
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: black 0.1em 0.1em 0.2em;
    margin-left: 20px;
    font-weight: bold;
}

.title_perso{
    font-size: 20px;
    filter: brightness(100%) !important;
}

.front_title_perso{
    font-size: 40px;
    font-family: Narkisim;
}

.list_perso{
    width: 100%;
    background: #333333;
    margin-top: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.saison_perso{
    background: rgba(41, 41, 41, 0.51);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55), 0 3px 6px rgba(0, 0, 0, 0.75);
}

.display_perso{
    width: 300px;
    height: 100px;
    border: 2px solid rgba(86, 86, 86, 0.5);
    box-shadow: 1px 1px 12px rgb(28, 28, 28);
}

.add_perso{
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: white;
    border: 2px solid white;
}

.title_saison{
    font-size: 20px;
    text-shadow: black 0.1em 0.1em 0.2em;
    color: white;
    margin-bottom: 10px;
    border: 2px solid #282828;
    padding-left: 10px;
    background: black;
}

.img_perso{
    height: 100%;
    padding: 0;
    background: url("frame.png");
    background-size: 170% 133%;
    background-position: 50% 50%;
}

.name{
    color: gold;
    font-size: 16px;
}

.well{
    height: 200px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.well:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border: 1px solid none !important;
    filter: saturate(1.5);
}

.img_perso2{
    height: 80%;
    background: grey;
    width: 100%;
}
.href{
     text-decoration: none !important;
     list-style: none;
     border: none !important;
     color: transparent;
 }

.href:hover{
    text-decoration: none !important;
    list-style: none;
    border-style: none !important;
    color: transparent;
}

.list_perso2{
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    background: rgba(52, 50, 51, 0.73);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.82);
}

.block_perso_list{
    width: 100%;
    margin-top:0 !important;
    margin-bottom: 10px;
    padding:10px;
    padding-top: 20px;
}

.bande_perso{
    width: 100%;
    margin: auto;
    text-align:center ;
    background:url('testwall.jpg') no-repeat fixed;
    background-size: 1200px 1000px;
    background-position: 50% 50%;
    color:gold;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Agency FB';
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.other_pnj{
    width: 100%;
    background: #0d1a1a;
    /*border: 1px solid #122929;*/
    border: 2px solid #122929;
    color: white;
    list-style: none;
    padding: 5px;
    text-align: left;
    font-family: 'Agency FB';
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding-left: 10px;
    margin-bottom:10px;
    font-size: 17px;
    text-shadow: black 0.1em 0.1em 0.2em;
    transition: 0.5s;
}

.other_pnj:hover{
    border: 2px solid limegreen;
    color: limegreen;
}

.other_pnj2{
    width: 100%;
    background: #0d1a1a;
    border: 2px solid #122929;
    color: white;
    list-style: none;
    padding: 5px;
    text-align: left;
    font-family: 'Agency FB';
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding-left: 10px;
    margin-bottom:10px;
    font-size: 17px;
    text-shadow: black 0.1em 0.1em 0.2em;
    transition: 0.5s;
}

.other_pnj2:hover{
    border: 2px solid limegreen;
    color: limegreen;
}

.fame{
    height: 200px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    z-index: 1;
    margin-top: 50px;
    position: relative;
    filter: grayscale(50%);
}

.halloffame{
    position: relative;
    width: 75%;
    margin: 0 auto;
    z-index: 0;
    margin-top: -100px;
    padding-top: 50px;
    padding-bottom: 300px;
    margin-bottom: 200px;
}

.allstar{
    border: none !important;
    padding-top: 70% !important;
    border-radius: 5px !important;
}
/*------------------Page DetailsPerso----------*/

.details_block{
    width: 100%;
    padding: 20;
    margin-bottom: 30px;
}

.img_principale_perso{
    border: 3px solid white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    max-height: 430px;

}

.scd_block_perso{
    width: 100%;
    height: 100%;
}

.title_resp_table{
    margin-left: -18px;
}

.parchment{
    background: url('parchment.png') no-repeat;
    background-size: 102% 100%;
    background-position: 100% 102%;
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 20px;
    filter: grayscale(90%);
    height: auto;
    font-family: "Agency FB" !important;
}

.occupation{
    margin-left:20px;
    margin-bottom: 50px;
}

.under_img_perso{
    margin-top: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    color: white;
    padding: 5px;
    border: 3px solid white;
}

.table-responsive{
    border: none !important;
}


.fait_marquant{
    text-align: left;
    padding: 10;
    width: 100%;
    background: #252525;
    border: 2px solid black;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: limegreen;
    font-size: 17px !important;
    transition: 0.5s;
}

.fait_marquant:hover{
    border: 2px solid limegreen;
}

.title_associated{
    text-align: center;
    margin-left: -100px;
    font-size: 40px;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family: "Agency FB";
    color: white;
    margin-top: -10px !important;
}

.name_perso{
    background: url("metal2.jpg");
    background-size: 100% 180%;
    background-position: 50% 50%;
    height: 20%;
    width: 100%;
    color: limegreen;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: 'Agency FB';
    padding-top: 5px;
    text-shadow: 1px 1px 2px black;
    font-weight: bold;
}

.commentaire{
    font-size: 35px;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family: "Agency FB";
    color: white;
    margin-top: -10px !important;
}

.comm_player{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-family: "Agency FB";
    font-size: 20px;
}

.text_comm{
    margin-left: 10px;
    margin-right: 10px;
    background: #1e1e1e;
    padding: 5;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 18px;
    padding-left: 10px;
    color: limegreen;
    margin-bottom: 10px;
}

.btn_green{
    border: 3px solid limegreen;
    background: none;
}

.title_inside_block{
    font-family: 'Agency FB';
    color: white;
    text-shadow: black 2px 2px 3px;
}

.sort_name2{
    color: black;
    transition: 0.3s;
    font-weight: bold;
    font-size: 18px;
}

.sort_name2:hover{
    font-weight: bolder;
    /*color: red;*/
    font-size: 20px;
    padding-bottom: 10px;
}

/*----------Page Scénario---------*/

.scenar{
    width: 100%;
    background:url('testwall.jpg') no-repeat;
    background-size: 1200px 1000px;
    background-position: 50% 50%;
    border: 2px solid #0d1a1a;
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55), 0 3px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 45px;
    cursor: pointer;
    transition: 0.5s;
}

.scenar2{
    width: 100%;
    background: #333333;
    border: 2px solid #0d1a1a;
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55), 0 3px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 45px;
    cursor: pointer;
    transition: 0.5s;
}

.scenar:hover{
    border: 2px solid limegreen;
}

.last_scenar{
    width: 100%;
    background: #333333;
    border: 1px solid white;
    color: white;
    box-shadow: 1px 1px 12px rgb(117, 117, 117);
    margin-bottom: 20px;
}
.last_scenar1{
    width: 100%;
    border: none;
    border-radius: 5px;
    filter: saturate(0.7);
    color: white;
    margin-bottom: 20px;
    transition: 1s;
}

.last_scenar1:hover{
    background-position: 50% 45%;
    filter: saturate(0.9);
}

.scenar_saison{
    width: 100%;
    padding-top: 20px;
    padding-bottom:10px;
    margin-bottom: 20px;
    text-align: center;
}

.block_saison{
    text-align: center !important;
    border: 5px solid #761515;
    filter: brightness(90%);
    border-radius: 5px !important;
    padding-top: 42%!important;
}

.title_block_saison{
    font-size: 35px;
    font-family: 'Agency FB';
    color: white;
    filter: brightness(100%) !important;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.test_modal{
    /*background: url("front.png") no-repeat;*/
    /*background-size: 70% 110%;*/
    /*background-position: 50% 35%;*/
    height: auto;
    /*margin-top: 20% ;*/
    padding-top: 10%;
}

.test_modal2{
    background: url("nice.png") no-repeat;
    background-size: 70% 100%;
    background-position: 50% 50%;
    height: auto;
}

.mdbdy{
    color: black;
    background: url("parchment3.png") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    margin: auto;
    margin-top: 2%;
    text-align: center;
    font-family: 'Agency FB';
    font-size: 18px;
    width: 600px;
    padding-top:40px;
    padding-bottom:40px;
}

/*----Page saison-------*/

.desc_saison{
    font-family: "Agency FB";
    font-size: 18px;
    text-align: center;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.dead_saison{
    color: black;
    font-family: 'Vijaya';
    list-style: none;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5;
    font-size: 17px;
}

.deathyear{
    color:red;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}
.block_perso_saison{
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-top: -10px;
    text-align: center;
}

.name_dead{
    font-weight: bold;
    font-family: "Agency FB";
    font-size: 16px;
    margin-right: 5px;
    color: gold;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.player_saison{
    width: 100%;
    color: white;
    margin-bottom: 20px;
    filter: saturate(0.4);
}

.deathcounter{
    float: right;
    font-family: "Agency FB";
    text-shadow: 1px 1px 2px black;
    font-size: 30px;
    color: red;
    padding-left: 20px;
}

.counter{
    background: #0d1a1a;
    padding-left: 5px;
    padding-right:5px;
    border: 2px solid #333333;
    display: inline-block;
    /*height: 30px;*/
    color: limegreen;
    border-radius: 2px;
    /*width: 30px;*/
    font-size: 25px;
}

.front_block_saison{
    width: 100%;
    margin: 0 auto;
    border: 1px solid white;
    color: white;
    box-shadow: 1px 1px 12px rgb(117, 117, 117);
    margin-bottom: 20px;
}

.title_inside_block3{
    margin-top: 25px;
    margin-bottom: 0;
    font-family: 'Narkisim';
    font-size: 45px;
    color: #ff1a02;
    text-shadow: rgba(0,0,0,0.55) 0.1em 0.1em 0.2em;
}

@media screen and (min-width: 1320px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
        position: relative;
        min-height: 1px;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }
    .minifytext{
        margin-left: 30px;
    }
}
@media screen and (max-width: 1320px) {
    .player_saison{
        width: 100%;
        margin-left: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1180px) {
    .well2{
        border: 5px solid red;
        height: 220px !important;
        width: 180px !important;
        margin-left: 30px !important;
        padding-left: 100px;
    }
    .title_inside_block2{
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1100px) {
    .player_saison{
        width: 100%;
        margin-left: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .in_memoriam{
        height: auto;
        background-size: 100% 220%;
        background-position: 50% 20%;
    }
    .perso_primary{
        margin: 0 !important;
    }
    .music_primary{
        margin: 0 !important;
    }
    .mq_mjbf{
        margin-top: 20px !important;
    }
    .inside_btn2{
        width: 200px;
        height: 60px;
        margin-left: -150px;
    }
    .red2{
        background-size: 100% 100%;
        height: 60px !important;
        width: 200px;
        float: right;
        margin-left: -100px !important;
    }
    .title_btn2{
        font-size: 28px;
        margin-left: 50px;
        margin-top: 5px;
    }
    .front-block-character{
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 1000px) {
    .in_memoriam{
        height: auto;
        background-size: 150% 100%;
        background-position: 50% 20%;
    }
    .block_left_scenar{
        width: 100% !important;
    }
    .MjBlockFirst{
        margin-top: 550px;
    }
    .img_crea{
        display: none;
    }
}
@media screen and (max-width: 660px) {
    .player_saison{
        margin-left: 0px !important;
        /*background: #0d1a1a;*/
        background: rgba(13,26,26,0.82);
        /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    }
    .front_block_saison{
        background-size: 130% 260% !important;
        background-position: 50% 40% !important;
    }
    .mjBlock{
        background: url("mj.jpg") center no-repeat;
        background-size: 150% 100%;
        background-position: 85% 55%;
    }
    .mjBlock3{
        background: url("players.jpg") center no-repeat;
        background-size: 150% 120%;
        background-position:95% 65%;
    }
    .testcol{
        margin-bottom: 20px !important;
        padding-bottom: 100%!important;
    }
    .testrow{
        overflow: auto;
    }
    .book{
        background: url("sheet.png") !important;
        background-size: 180% 150% !important;
        background-position: 50% 50% !important;
        box-shadow: 0 3px 6px rgb(19, 19, 19) !important;
        border-radius: 10px !important;
    }
    .book > .grimoire{
        display: inline-block !important;
        width: 100% !important;

    }
    .grimoire{
        width: 100%;
        background: none !important;
        box-shadow: none !important;
        padding-right: 0px !important;
    }
    .sort_grim{
        margin-left:10px !important;
    }
    .invert_grim{
        -webkit-transform: none;
        transform: none;
    }
    .invert_page{
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1) !important;
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 435px) {
    .body{
        background:url("mobilewall.jpg") top !important;
        filter: brightness(1);
        background-size: 100% 100%;
        position:fixed;
    }
    .divtest{
        width: 107%;
        margin-left: -12px !important;
    }
    .title_scenar_saison{
        display: none;
    }
    .scenar_rip{
        display: none;
    }
    .deadperso{
        width: 120%;
        margin-left: -30px;
    }
    .deathyear{
        font-size: 16px !important;
    }
    .bande_perso{
        background:url('testwall.jpg') no-repeat;
        background-size: 1200px 1000px;
        background-position: 50% 50%;
    }
    .col-xs-6{
        width: 50%;
        text-align: center;
    }
    .col-xs-4{
        width: 100%;
        text-align: center;
        margin-left: 10px;
    }
    .block_saison{
        width: 120%;
        height: 150px !important;
        margin-left: -15px;
    }

    .block_val{
        width: 33.33333333%;
        font-size: 18px;
    }
    .col6{
        width: 50%;
    }
    .in_memoriam{
        background: #590000;
    }
    .front_block_saison{
        background-size: 170% 140% !important;
        background-position: 50% 40% !important;
    }
    .inside_btn2{
        margin-left: -180px;
    }
    .mjBlock{
        background: url("mj.jpg") center no-repeat;
        background-size: 220% 100%;
        background-position: 85% 55%;
    }
    .mjBlock3{
        background: url("players.jpg") center no-repeat;
        background-size: 220% 120%;
        background-position:95% 65%;
    }
    .blocktest1{
        width: 100%;
        background: url("testcomp.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 200% 100%;
    }
    .select_block{
        width: 120% !important;
        height: 160px !important;
    }
    .iptsm{
        margin-left: 2px !important;
    }
    .bloc_options{
        margin-left: -10px;
    }
    .blocktest2{
        display: none;
    }
    .logoespace{
        margin-top: -30%;
    }
    .bloc_btn{
        height: 60px;
        width: 200px;
        margin-right: 40px;
        float: right;
    }
    .red{
        height: 60px;
        width: 200px;
    }
    .title_btn{
         font-size: 28px;
     }
    .starpnj{
        margin-top: -145px !important;
        margin-left: -110px !important;
    }
    .md_title{
        margin-bottom: 50px;
    }
    .title_playerspace{
        font-size: 20px;
        margin-top: -15px !important;
    }
    .title_playerspace2{
        font-size: 20px;
        margin-top: -60px !important;
    }
    .parchment{
        border-radius: 5px;
        border-top-right-radius: 17px;
        background: url('sheet.png') no-repeat;
        background-size: 200% 110%;
        background-position: 40% 50%;
        width: 110% !important;
        margin-left: -15px;
        filter: grayscale(30%);
        padding-top: 50px;
        padding-left: 18px;
        padding-right: 5px;
    }
    .blc_perso{
        border: 2px solid white !important;
        box-shadow: 0 0 10px black !important;
        z-index: 1;
        position: relative;
        height: 150px !important;
        width: 150px !important;
    }
    .blc_perso1{
        height: 150px !important;
        width: 150px !important;
        margin-top: -148px !important;
        /*margin-left: -2px;*/
        z-index: 2;
        position: relative;
        padding-top: 40%;
     }
    .well2{
        /*margin: auto;*/
        margin-bottom: 10px;
        width: 100% !important;
        height: 180px !important;
        margin-left: 0 !important;
    }
    .block_right_scenar{
        width: 105% !important;%;
        margin-left: -100px;
        background: url("parchment.png");
        background-size: 300% 300% !important;
        background-position: 55% 50% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 13px !important;
    }
    .plume{
        margin-top: 25px;
    }
    .changeplayer{
        margin-top: 50px;
        font-size: 18px !important;
        float: left !important;
    }
    .selectpnj2{
        margin-left: 20px;
    }
    .paragraphe_scenar{
        font-size: 14px !important;
    }
    .facts{
        font-size: 18px !important;
    }
    .newsession{
        float: left !important;
    }
    .occupation{
        margin-left:-15px;
        margin-bottom: 50px;
    }
    .nopadding{
        padding-left: 0px !important;

    }
    .bloc_modif_perso{
        margin-top: 20px;
        width: 112%;
        margin-left: -20px;
    }
    .resp_table{
        margin-left: 10px;
    }
    .title_resp_table{
        margin-left: -10px;
    }
    .other_pnj{
        width: 320px;
        margin-left: -25px;
    }
    .other_pnj2{
        width: 370px;
        margin-left: -15px;
    }
    .title_perso{
        font-size: 15px;
    }
    .perso_block{
        height: 300px;
        width: 100%;
        background: url("perso2.jpg");
        background-size: 700px 300px;
        background-position: 30% 55%;
    }
    .fourth-text{
        font-size: 12px !important;
    }
    .facts_hide{
        display: none !important;
    }
    .mq_mjbf{
        margin-top: 550px !important;
    }
    .minifytext{
        width: 200px !important;
        margin-left: 20px;
    }
    .btn_add_beast{
        margin-right: -15px;
    }
    .margintd{
        margin-left: -12px;
        width: 107%;
    }
    .date_responsive{
        font-size: 15px;
    }
    .textareawdth{
        width: 100% !important;
    }
    .tdmargin{
        margin-left: 15px;
    }
    .fame{
        width: 100%;
        height: 60px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .last_post_discu{
       display: none;
    }
    .log_connexion{
        width: 75%;
    }
    .logomobile{
        width: 100%;
        margin-top: 50px !important;
    }
    .connexion{
        margin-top: 160px;
    }
    .box{
        opacity: 0;
    }
    .mdbdy{
        color: white;
        background: url("parchment3.png") no-repeat;
        background-size: 350px 240px;
        background-position: 50% 50%;
        margin: auto;
        /*margin-top: 200px;*/
        text-align: center;
        font-family: 'Agency FB';
        font-size: 18px;
        width: 350px;
    }
    .test_modal{
         /*background: url("front.png") no-repeat;*/
         background-size: 100% 100%;
         background-position: 50% 50%;
         height: auto;
         margin-top: 0% ;
     }
    .test_modal2{
        /*background: url("nice.png") no-repeat;*/
        background-size: 90% 108%;
        background-position: 50% 50%;
        height: auto;
    }
    .name_perso{
        font-size: 15px;
        padding-top: 4px;
    }
    .well3{
        width: 125%;
        margin-left: -20%;
        height: 160px !important;
    }
    .well4{
        width: 125%;
        margin-left: -10%;
        height: 180px !important;
    }
    .block_perso_list{
        margin-left: 10px;
    }
    .text_note2{
        width: 105% !important;
        margin-left: -15px;
    }
    .title_block_saison{
        font-size: 25px;
    }
    .skull{
        margin-left:-20px !important;
    }
    .bloc_stat{
        font-size: 14px !important;
        /*padding: 0 !important;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 110%;
        margin-left: -18px;
    }
    .bloc_stat1{
        font-size: 17px !important;
        /*padding: 0 !important;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 110%;
        margin-left: -18px;
    }
    .infostat{
       /*border: 3px solid orange;*/
        margin-left: 85px;
    }
    .valeur_stat{
        margin-right: 0 !important;
        /*padding: 0 !important;*/
    }
    .name_stat{
        margin-left: 10px;
    }
    .img_stat{
        height: 120px !important;
        width: 95px !important;
        margin-left: 0px  !important;
    }
}

@media screen and (max-width: 320px) {
    .other_pnj{
        width: 300px;
        margin-left: -48px;
    }
    .other_pnj2{
        width: 310px;
        margin-left: -10px;
        font-size: 14px;
    }
    .margintd{
        margin-left: -5px;
    }
    .skills-perso3{
        margin-left: -20px !important;
        font-size: 17px !important;
    }
    .tdmargin{
        margin-left: 10px;
    }
    .connexion{
        margin-top: 130px;
    }

    .block_saison{
        width: 125%;
        height: 150px !important;
        margin-left: -15px;
    }
    .changeplayer{
        margin-top: 50px;
        font-size: 18px !important;
        float: left !important;
    }
    .selectpnj2{
        width: 150px !important;
    }
    .select_block{
        width: 125% !important;
        height: 130px !important;
    }
    .title_playerspace{
         font-size: 18px;
         margin-top: -50px !important;
     }
    .title_playerspace2{
        font-size: 18px;
        margin-top: -50px !important;
    }
    .fourth-text{
         font-size: 10px !important;
     }
    .bloc_options{
        margin-left: -12px;
    }
    .well2{
         /*margin: auto;*/
         margin-bottom: 10px;
         width: 100% !important;
         height: 150px !important;
         margin-left: 0 !important;
     }
    .name_perso{
        padding-top: 2px;
    }
    .blc_perso{
        height: 140px !important;
        width: 140px !important;
        margin-left: -10px;
    }
    .starpnj{
        margin-top: -135px !important;
    }
    .blc_perso1{
        height: 140px !important;
        width: 140px !important;
        margin-top: -138px !important;
        font-size: 20px !important;
    }
    .infostat{
        /*border: 3px solid orange;*/
        margin-left: 65px;
    }
    .img_stat{
        height: 110px !important;
        width: 85px !important;
        margin-left: 0px  !important;
    }
}

.nopadding{
    padding-left: 10px;
    min-height: 230px;
}
/*------------Page scénarios (détails)------*/

.block_scenar_title{
    width: 100%;
    background: #0d1a1a;
    color: white;
    padding: 10;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.front_block_scenar{
    width: 100%;
    background: rgba(51, 51, 51, 0.42);
    border:2px solid #0d1a1a;
    padding: 0;
    padding-bottom: 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.title_session{
    font-family: "Agency FB";
    color: #3f6bff;
    margin-top: 5px;
    font-size: 20px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.facts{
    font-family: "Agency FB";
    color: white;
    font-size: 25px;
    text-shadow: black 2px 2px 3px;
}

.under_facts{
    font-family: "Agency FB";
    font-size: 20px;
    width: 100%;
    background: #333333;
    color: limegreen;
    border: 2px solid black;
    transition: 0.5s;
    margin-bottom: 5px;
    padding-left: 5px;
}

.facts_hide{
    /*margin-left: 100px;*/
    display: inline-block;
    height: 40px;
    width: auto;
    margin-bottom: 1px;
    margin-top: 0;
}

.selectpnj2{
    width: 150px !important;
}

.block_left_scenar{
    width: 104%;
    background: #0d1a1a;
    text-align: center;
    color: white;
    padding: 10;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border:1px solid rgba(255, 255, 255, 0.31);
    font-family: "Agency FB";
}

.block_right_scenar{
    width: 102%;
    margin-left: -10px;
    background: url("sheet.png") no-repeat;
    background-size: 180% 150%;
    background-position: 40% 30%;
    color: black;
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 10px;
    min-height: 500px !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.changeplayer{
    /*float:right;*/
    font-size:20px;
    margin-top: 10px;
    color: #DEBA42;
    text-shadow: 1px 1px 2px black;
}

.date_scenar{
    font-size: 18px;
    font-family: "Bradley Hand ITC";
    font-weight: bold;
}

.paragraphe_scenar{
    font-family: "Bradley Hand ITC";
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}

.addNote{
    width: 100%;
    margin-bottom: 40px;
}

.text_note{
    width: 100%;
    height: 100px;
    border-radius:10px;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    font-family: "Bradley Hand ITC";
    border: none;
    font-size: 17px;
    font-weight: bold;
    background: url("sheet.png");
    background-size: 165% 260%;
    background-position: 45% 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn_note{
    border: 2px solid black;
    margin-top: 5px;
    float: right;
}

.previous_note{
    background: #0d1a1a;
    margin-top: 1px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 101%;
    margin-left: -3px;
}

.list_session{
    width: 100%;
    background: #333333;
    border: 1px solid #122929;
    color: white;
    list-style: none;
    padding: 0;
    text-align: left;
    font-family: 'Agency FB';
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    font-size: 17px;
    text-shadow: none;
    margin-bottom: 10px;
}

.newsession{
    float: right;
    color: #3f6bff;
    transition: 0.3s;
}

.newsession:hover{
    color: #56c1ff;
}

.perso_info{
    text-align: left !important;
}

.ipt_detail{
    background: none;
    border:none;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    width: 50%;
    text-align: center;
}

.favoris{
    float: right;
    color: limegreen;
    margin-top: 3px;
    margin-right: 5px;
}

.favoris:hover{
    color: gold;
}
/*-------------Page Espace MJ-----------*/
.salutation{
    width: 100%;
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
}

.bloc_options{
    width: 100%;
    border-radius:10px;
    padding-top: 20px;
    margin-top: -300px;
    position: relative;
    z-index: 2;
}

.select_block{
    background: #0d1a1a;
    border-radius: 10px !important;
    color: white;
    font-weight: bold;
    text-align: center;
    font-family: "Agency FB";
    font-size: 31px;
    padding-top: 130px !important;
    text-shadow: black 0.1em 0.1em 0.2em;
    transition: 0.2s;
}

.select_block:hover{
    margin-top: -5px !important;
}

.note_mj{
    width: 100%;
    background: url("sheet.png");
    background-size: 150% 110%;
    background-position: 45% 50%;
    font-weight: bold;
    padding: 30px;
    font-size: 17px;
    color: black;
    text-align: left;
    margin-top: 20px;
    min-height: 245px;
    font-family: "Bradley Hand ITC";
}

.deletenote{
    margin-top: -30px;
    margin-left: -15px;
    transition: 0.2s;
    width: 15px;
    cursor: pointer;
}

.deletenote2{
    color: black;
    text-decoration: none;
    transition: 0.2s;
}

.deletenote2:hover{
    text-decoration: none;
    color: darkred;
}

/*----------Espace Joueur--------------*/

.discu_block{
    width: 100%;
    background: #0d1a1a;
    color: white;
    padding: 8;
    font-family: "Agency FB";
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border:1px solid #0e2525;
    transition: 0.2s;
}

.logoespace{
    margin-top: -10%;
}

.title_playerspace2{
    margin-top: -25px;
}

.discu_block:hover{
    border:1px solid white;
}

.discu_block2{
    width: 100%;
    background: #0d1a1a;
    color: white;
    padding: 8;
    font-family: "Agency FB";
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border:1px solid gold;
    transition: 0.2s;
}

.discu_block2:hover{
    border:1px solid yellow;
}

.redacteur_note{
    font-size: 18px !important;
    float: right;
    position: absolute;
    bottom:0;
    right: 0;
    margin-right: 20px;
}

.posts_discu{
    width: 100%;
    margin-top: 10px;
    background: #333333;
    color: black;
    font-family: "Agency FB";
    border-radius: 2px;
    padding: 10;
    padding-top: 5px;
}

.posts_discu2{
    width: 95%;
    margin-left: 5%;
    margin-top: 10px;
    background: #333333;
    color: white;
    font-family: "Agency FB";
    border-radius: 2px;
    padding: 10;
    padding-top: 5px;
}

.info_post{
    color: #797979;
    font-size: 16px;
}

.posteur{
    font-weight: bold;
    font-size: 15px;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.message_post{
    font-size: 18px;
    color:white;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0.8;
    }

    100% {
        opacity: 0%;
    }
}

.fourth-text {
    width: 70%;
    margin: auto;
    margin-top: -10px !important;
    margin-bottom: 10px !important;
    font-size:15px;
    left: 10%;
    opacity: 0;
    color: rgba(0, 0, 0, 0.76);
    text-shadow: none;
    animation: fadeInOut;
    animation-delay: 5s;
    /*margin-bottom: 25px;*/
    animation-duration: 10s;
    font-family: "Bradley Hand ITC";
}

details summary::-webkit-details-marker {
    display:none;
}

summary:before {
    content: "+";
    cursor: pointer;
    height: 50px;
    margin-top: -12px;
    font-size: 35px;
    float:right;
    transition: 0.5s;
}
summary:before:hover{
    color: limegreen;
}

details[open] summary:before {
    content: "-";
    float:right;
}

/*-------------------Page Creation Perso---------*/

.front-block-character{
    width: 100%;
    padding: 0;
    padding-right: 20px;
}

.custom_perso{
    margin-bottom:5px;
    min-height: 410px;
    height: auto;
    background: rgba(14, 14, 14, 0.85);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    border: 2px solid deepskyblue;
    border-radius: 5px;
}

.skills-perso{
    color: white;
    font-size: 25px;
    font-family: "Agency FB";
    margin: auto;
}

.bloc2_perso{
    width: auto;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-right: 50px;
}

.skills-perso2{
    margin-top: -10px;
    color: white;
    font-size: 15px;
    font-family: "Agency FB";
}

.ipt_skills{
    width: 43px;
    color: black;
    border-radius: 2px;
    border: 1px solid black;
    padding-left: 5px;
}

.ipt_skills2{
    width: 220px;
    color: black;
    border-radius: 2px;
    font-size: 18px;
    border: 1px solid black;
    padding-left: 10px;
    font-family: 'Agency FB';
}

.title_inside_block2{
    font-family: 'Agency FB';
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.cat_crea_perso{
    background: none ;
    color: white;
    font-family: "Agency FB";
    font-size: 18px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color:  limegreen !important;
    cursor: default;
    background: none !important;
    /*border:1px solid limegreen !important;*/
    border-bottom: 3px solid limegreen !important;
}

.nav{
    border-color: limegreen !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color:  limegreen !important;
    cursor: default;
    background: #333333 !important;
    border: 1px solid #0d1a1a !important;
    border-bottom: 2px solid limegreen !important;
}

.nav-tabs > li > a:hover{
    background-color: #0d1a1a !important;
    border: medium none;
    color:#fff !important;
}

.nav-tabs > li > a{
    background-color: #0d1a1a !important;
    border: medium none;
    color:gold !important;
}

.equipement{
    width: 80% !important;
}

.help_crea_perso{
    background: #0d1a1a;
    width: 100%;
    color: white;
    font-family: "Agency FB";
    font-size: 20px;
    padding: 5;
    box-shadow: 1px 1px 4px deepskyblue;
    margin-bottom: 15px;
}

.desc_help{
    margin-left: 20px;
    padding: 5;
}

.title_occupation{
    color: gold;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid gold;
}

.comp_occupation{
    color: limegreen;
}

.full-screen {
    width: 100%;
    height: 100vh;
    position: absolute;
}

/*-----------Page Mes Personnages----------*/

.detailpers{
    font-family: "Agency FB";
    color: white;
    padding-left: 15px;
    font-size: 20px;
}

.blc_perso1{
    height: 200px;
    width: 220px;
    background: #0d1a1a;
    border: 2px solid deepskyblue;
    -webkit-box-shadow: 0 0 10px deepskyblue;
    box-shadow: 0 0 10px deepskyblue;
    opacity: 0;
    margin-top: -198px;
    margin-left: -2px;
    z-index: 2;
    position: relative;
    transition: 0.3s;
    font-family: "Agency FB";
    font-size: 30px;
    padding-top: 40%;
    color: gold;
    text-shadow: black 0.1em 0.1em 0.2em;
    text-align: center;
}

.blc_perso1:hover{
    opacity:0.9;
}

.blc_infoperso{
    background: rgba(13,26,26,0.82);
    border-top: 2px solid deepskyblue;
    border-radius:5px;
    border-bottom: 2px solid deepskyblue;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-family: "Agency FB";
    font-size: 20px;
}

.blc_perso{
    border: 2px solid white !important;
    box-shadow: 0 0 10px black !important;
    z-index: 1;
    position: relative;
    height: 220px;
    width: 220px;
}

.testckeditor{
    background: url("sheet.png");
    background-size: 165% 260%;
    background-position: 45% 50%;
    font-family: "Bradley Hand ITC" ;
}

.modal-open {
    overflow: auto !important;
}

.sort_name{
    color: limegreen;
    transition: 0.3s;
}

.sort_name:hover{
    color: lime;
}

/*------------------Page Sortilèges------------------*/

.book{
    height: auto;
    width: 100%;
    background: #572e1e;
    padding: 5;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 1px 1px 10px darkgrey;
    display: table;
    min-height: 80vh !important;
}

.book > .grimoire{
    display: table-cell;
    width: 50%;
    min-height: 80vh !important;
}

.grimoire{
    box-shadow: 1px 1px 40px rgba(69, 34, 26, 0.73);
    background: url("sheet.png");
    background-size: 170% 115%;
    background-position: 50% 50%;
    height: auto;
    min-height: 80vh !important;
    padding-left: 10px;
}

.title_grim{
    font-size: 40px;
    font-family: "Brush Script MT";
}

.sort_grim{
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    font-family: "Brush Script MT";
    padding-bottom: 20px;
    margin-left: 20px;
}

.text_desc_sort{
    font-weight: bold;
    font-family: "Brush Script MT";
    font-size: 20px;
}

.desc_sort{
    margin-left: 10%;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Bradley Hand ITC';"
}
.invert_grim{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding-top: 15px;
    border-top-right-radius: 10px;
    text-align: center
}

.invert_page{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding-top: 15px;
    min-height: 80vh !important;
}

.divtest{
    border: 5px solid #b3743d;
    height: auto;
    padding: 20;
}

.divtest,
.divtest:before {
    border-style: solid;
    border-color: #b3743d; /* fallback color */
    border-image: linear-gradient(30deg, #b3743d 0%, #d0a987 50%, #b3743d 100%);
    border-image-slice: 1;
}

.divtest {
    position: relative;
    padding: 10px;
    padding-bottom: 0px;
    margin: 20px auto;
    border-width: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.divtest:before {
    content: " ";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-width: 3px;
}

/*---------Page Le Mythe--------------*/

.bloc_mythe{
    width: 100%;
    height: auto;
    border: 3px solid black;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: rgba(13, 26, 26, 0.77);
    padding-bottom: 20px;
    margin-bottom: 8px;
}

.bestiaire{
    margin-top: 50px;
    padding-left: 0;
}

.g_ancien{
    font-family: "Agency FB";
    text-align: center;
    width: 120%;
    border: 2px solid darkred;
    background: black;
    color: gold;
    box-shadow: 0 0 6px darkred;
    font-size: 20px;
    transition: 0.5s;
    margin-bottom: 5px;
    padding-left: 5px;
    margin-left: -20px;
}

.g_ancien:hover{
    border: 2px solid gold;
    background: black;
    color: gold;
    box-shadow: 0 0 6px gold;
}

.beast{
    font-family: "Agency FB";
    text-align: center;
    width: 100%;
    border: 2px solid black;
    background: #203838;
    color: limegreen;
    box-shadow: 0 0 2px limegreen;
    font-size: 20px;
    transition: 0.5s;
    margin-bottom: 5px;
}

.beast:hover{
    background: black;
}

.block_desc{
    background: #0d1a1a;
    padding: 10px;
    border: 3px solid black;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-shadow: black 0.1em 0.1em 0.2em;
    margin-bottom: 20px;
    padding-top: 0 !important;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
     border: 2px solid black;
     border-radius: 5px;
     background: #0d1a1a;
     width: 100%;
     display: inline-block;
     padding: 4px 10px;
     color: limegreen;
     text-align: center;
     font-family: "Agency FB";
     font-size: 20px;
     cursor: pointer;
    transition: 0.5s;
 }
.custom-file-upload:hover {
    border: 2px solid #0d1a1a;
    background: #333333;
}

/*--------------Page Intrigue----------------*/

.blockleftintrigue{
    background:url('testwall.jpg') no-repeat fixed;
    background-size: 1200px 1000px;
    background-position: 50% 50%;
    height: auto;
    padding-bottom: 20px;
    border: 1px solid #333333;
}

.blockrightintrigue{
    background: rgba(13, 26, 26, 0.82);
    height: auto;
    padding-bottom: 10px;
    border: 1px solid #333333;
}

.flow_intr{
    max-height: 620px;
    padding: 0;
    position: relative;
    overflow-y: scroll;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.info_intrigue{
    width: 100%;
    margin: auto;
    background:url('testcomp.jpg') no-repeat;
    background-size: 1200px 600px;
    background-position: 30% 10%;
    border: 1px solid black;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    min-height: 600px;
    margin-bottom: 20px;
    /*border-radius: 5px;*/
}

.step_intrigue{
    background: #0d1a1a;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid black;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background: #2e2e2e;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: limegreen;
    box-shadow: inset 0 0 5px black;
    border-radius: 4px;
    transition: 0.3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: lime;
}

/*-------------Page Gestion Admin--------------*/

.titleh2{
    color: deepskyblue;
    text-shadow: 1px 1px 2px black;
    font-family: "Agency FB";
}

.li_admin{
    color: white;
    font-family: "Agency FB";
    text-shadow: 1px 1px 2px black;
    font-size: 18px;

}


/*-----------Page Discussion-------------*/

.invert{
    filter: invert(100%);
}

/*----------------Page nouveau sujet----*/

.subject_discu{
    background: #0d1a1a;
    border: 2px solid black;
    color: white;
    padding: 10;
    margin-top: 50px;
    font-family: "Agency FB";
}

.title_discu2{
    font-size: 30px;
}

.ipt_subject{
    width: 95%;
    border-radius: 5px;
    border: 1px solid black;
    padding-left: 10px;
    color: black;
}

.cke_combo_text{
    color: #DEBA42 !important;
}


/*------------------Page statistiques--------------*/

.bloc_stat{
    background: rgba(13,26,26,0.82);
    border-top: 2px solid deepskyblue;
    border-bottom: 2px solid deepskyblue;
    border-radius:5px;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-left: 10px;
    height: auto;
    color:white;
    text-shadow: 1px 1px 2px black;
    font-size: 18px;
    font-family: "Agency FB";
    margin-bottom: 10px;
}

.bloc_stat1{
    background: rgba(13,26,26,0.82);
    border-top: 2px solid deepskyblue;
    border-bottom: 2px solid deepskyblue;
    border-radius:5px;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-left: 10px;
    height: auto;
    color:white;
    text-shadow: 1px 1px 2px black;
    font-size: 18px;
    font-family: "Agency FB";
    margin-bottom: 10px;
}

.valeur_stat1{
    font-weight: normal;
    float:right;
    margin-right: 15px;
    color: white;
}

.valeur_stat{
    font-weight: normal;
    float:right;
    margin-right: 15px;
    color: white;
}

.img_stat{
    height: 150px;
    width: 120px;
    margin-left: -10px;
    border: 2px solid darkred;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
	