@import 'css/tooltip.css';
@import 'css/kigard_vue-iso.css';

* {
    margin:0;
    padding:0;
}

body {
    font:normal 0.8em Verdana,Tahoma,Helvetica,sans-serif;
    /*background: url('images/interface/background.gif') fixed #000;*/
    background-color: #14120d;
    padding-top:50px;
    padding-bottom:50px;

    overflow-wrap: break-word;
    word-wrap: break-word;
}
img {
    border: none;
}
img.description {
    border: 1px solid #FFFFFF;
    float: left;
    margin: 0 6px 6px 0;
}
img.portrait {
    border: 1px solid #FFFFFF;
    float: left;
    margin: 0 6px 6px 0;
    width: 64px;
    height: 100px;
}
img.portrait_messagerie {
    border: 1px solid #FFFFFF;
    float: right;
    margin: 0 0 6px 12px;
    width: 48px;
    height: 75px;
}
img.portrait_clan {
    border: 1px solid #FFFFFF;
    float: right;
    margin: 0 0 6px 12px;
    width: 192px;
    height: 100px;
}
img.portrait_tribune {
    border: 1px solid #FFFFFF;
    float: right;
    margin: 0 0 6px 12px;
    width: 32px;
    height: 50px;
}
img.portrait_mini {
    border: 1px solid #FFFFFF;
    float: right;
    margin: 0 0 6px 6px;
    width: 24px;
    height: 37px;
}
img.section_forum {
    border: 1px solid #FFFFFF;
    float: right;
    margin: 0 0 6px 12px;
    width: 150px;
    height: 40px;
}
img.elements {
    vertical-align: middle;
}
.cellule {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
}
.cellule.element {
    z-index: 2;
}
.cellule.brouillard {
    z-index: 3;
    height: 18px;
    width: 18px;
    background-color: rgba(0,0,0,0.3);
}
.cellule.filtre {
    visibility: hidden;
    z-index: 1;
    height: 18px;
    width: 18px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 6px;
}
.cellule.filtre.clic {
    visibility: visible;
    background-color: rgba(255,255,255,0.4);
}
.decouvert {
    filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(1px -1px 0 white) drop-shadow(-1px -1px 0 white);
}
td.vue:hover .filtre {
    visibility: visible;
}
.cellule.furtivite {
    opacity: 0.6;
}
div.center {
    text-align: center;
    margin: 10px 0;
}
div.cache {
    position: absolute;
    top:-50px;
    display: none;
}
input {
    border: #795934 1px solid;
    background-color: #EBCD6B;
    font-weight:bold;
    color: #473827;
    padding: 2px 3px 2px 3px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
}
input[type=submit], input[type=button], button {
    padding: 3px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px #F5E6B3 inset;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 5px 8px #f5e6b3 inset
}
button.selected {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 5px 8px #f5e6b3 inset;
    border: 2px solid black;
}
button.mfp-close {
    box-shadow: none;
    color: #fff !important;
    right: 6px;
    top: 6px;
    font-size: 3em;
}
input::-webkit-input-placeholder {
    color: #473827;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #473827;
}
input:-ms-input-placeholder {
    color: #473827;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #473827;
}
input.disabled{
    border: #919191 1px solid;
    background-color: #CCCCCC;
    color: #919191;
}
textarea {
    border: #916B22 1px solid;
    background-color: #CEAF74;
    color: #332408;
    font:bold 1em "Verdana",Tahoma,Helvetica,sans-serif;
    padding: 2px 3px 2px 3px;
    border-radius: 5px;
    white-space: pre-wrap;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}
table {
    margin:1em 0;
    border:0 solid #000000;
    background-color: #f2dfb1;
    border-collapse:collapse;
}
tr {
    background-color:#F3E1B2;
}
td, th {
    padding: 5px;
    text-align: left;
    border-bottom: 1px dotted #cbb06f;
}
div.bloc-vue {
    position: relative;
    margin: 1em -10px;
    display: flex;
    justify-content: space-evenly;
}

@media(max-width:800px) {
    div.bloc-vue {
        flex-direction: column;
    }
    div.vue {
        margin: 1em auto;
    }
    blockquote.vue {
        margin: 1em auto !important;
    }
}

@media (max-width:1000px) {
    div.bloc-vue.vue_x2 {
        flex-direction: column;
    }
    .vue_x2 div.vue {
        margin: 1em auto;
    }
    .vue_x2 blockquote.vue {
        margin: 1em auto !important;
    }
}

div.vue-wrap {
    position: relative;
}
div.vue-admin {
    overflow: visible;
    margin-top: 20px;
}
.grille-membres {
    display: grid;
    grid-auto-columns: 25px 1fr;
    grid-auto-rows: auto;
    grid-gap: 5px;
}
.grille-membres div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grille-membres div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-content: start;
}

.grille-membres div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-content: start;
}
table.is-responsive {
    width: 100%;
}
table.empathie {
    width: 100%;
    white-space: nowrap;
}
table.is-responsive br {
    display: none;
}
table.is-responsive tr.lien {
    margin-bottom: 0;
}

table.vue {
    border:1px solid #916B22;
    border-collapse:separate;
    margin: 0;
    width: auto;
}

.vue-admin table.vue {
    width: auto;
}

table.vue tr {
    display: block;
    clear: left;
}

table.vue td {
    float: left;
}

/* La vue zoomée utilise 650px.
 * Donc on la supporte à partir de 680px.
 */
@media (min-width:680px) {

    .vue_x2 td.coord {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 0.8em;
    }

    .vue_x2 td.vue {
        height: 36px;
        width: 36px;
        background-size: 36px 36px;
        image-rendering: crisp-edges;
        image-rendering: pixelated;
    }

    .vue_x2 .cellule {
        height: 36px;
        width: 36px;
        image-rendering: crisp-edges;
        image-rendering: pixelated;
    }

}

table.empathie h4 {
    font-size: 1.1em;
    padding-top: 25px;
    padding-bottom: 5px;
}

table.empathie h4:first-child {
    padding-top: 0;
}

table.empathie ol, table.empathie ul {
    list-style-position: inside;
    padding-left: 15px;
}

table.empathie ul {
    list-style: none;

}

table.empathie ol li {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.empathie p {
    line-height: 16px;
}

.column-70 {
    width: 70%;
    line-height: 24px;
}
.column-50 {
    width: 50%;
}
.column-30 {
    width: 30%;
    line-height: 24px;
}

input.pos {
    width: 45px;
}
input.po {
    width: 55px;
}

table div.column {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px;
    white-space: normal;
    box-sizing: border-box;
}
table div.column .status-wrap {
    vertical-align: text-top;
}
table div.column-50 > div {
    padding-top: 10px;
}
table div.column > div:first-child {
    padding-top: 0;
}
table div.column div:first-child a img {
    float: none;
    display: inline-block;
}
table div.column:first-child div:first-child div {
    display: inline-block;
    vertical-align: top;
}
td.fonce div.column, th.fonce div.column {
    padding: 0;
    text-align: right;
    margin-right: -5px;
}
td.fonce div.column:first-child, th.fonce div.column:first-child {
    text-align: left;
}
td.fonce, th.fonce {
    background-color: #60482d;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px dotted #886219;
}
td.gris {
    background-color: #666;
}
/*td.fonce div.column a, td.fonce div.column > span {
	line-height: 24px;
	display: inline-block;
	min-height: 24px;
	vertical-align: -2px;
}*/
td.fonce a, th.fonce a {
    color: #FFFFFF !important;
}
td.fonce img.race, td.fonce img.action {
    position: relative;
    top: 6px;
}
td.pa, th.pa {
    min-width: 37px;
}
td.tour, th.tour {
    min-width: 68px;
}
td.position, th.position {
    min-width: 125px;
}
td.action, th.action {
    width: 20px;
    text-align: center;
}
td.center {
    text-align: center;
}
td.relation {
    vertical-align: top;
    text-align: center;
}
td.relation div, td.profil div {
    padding-top: 15px;
}
tr:nth-child(even) {
    background-color: #F3E1B2;
}
tr:nth-child(odd) {
    background-color:#f7e7be;
}
td.clair {
    background-color:#f7e7be;
}
tr.secret, td.secret {
    background-color:#e8e8e8;
    color:#494949;
}
td.invisible{
    background:none;
}
td.vue{
    padding:0;
    border: none;
    height: 18px;
    width: 18px;
    z-index: 5; /* Fix for context menu z-index in map editor */
}
/*td.brouillard, img.brouillard{
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%);
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}*/
td.coord {
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    font-size: 0.6em;
    border: none;
}
td.coord.clair {
    background-color:#DEBF84;
}
td.coord.fonce {
    background-color:#60482d;
}
td.allopass{
    background-color:#FFFFFF;
}
td.date_historique{
    font-style:italic;
    font-size:0.83em;
}
td.date_historique:first-letter {
    text-transform: uppercase;
}
td.field{
    padding: 0.5em 1.1em 0.5em 0.5em;
}

blockquote.bienvenue {
    background-color: #f7e7be;
    box-sizing: border-box;
}
blockquote.bienvenue h3 {
    background-size: 90% 40px;
    margin-left: -17px;
    margin-bottom: 15px;
    font-variant: small-caps;
    font-style: italic;
}
div.accueil-wrapper {
    padding: 10px;
    font-size: 0;
}
div.accueil-wrapper:first-of-type {
    margin-bottom: 10px;
}
div.accueil-wrapper .titre {
    display: block;
    color: #473827;
    font-size: 1.5em;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
}
div.accueil-wrapper .titre .picto {
    position: relative;
    width: 40px;
    height: 40px;
    top: 7px;
}
div.accueil-desc, div.accueil-img, div.intro, div.nouvelles {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12.5px;
    font-size: 0.8rem;
    box-sizing: border-box;
}
div.intro {
    padding: 0 20px 0 10px;
}
div.intro p {
    margin-top: 14px;
    font-style: italic;
}
div.intro div {
    margin-top: 10px;
    text-align: center;
}
div.nouvelles {
    padding: 0 20px;
}
blockquote.nouvelle {
    background-color: #f7e7be;
    background-color: #ebcd6b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px #F5E6B3 inset;
}
div.accueil-img {
    text-align: center;
}
div.accueil-desc h3 img.picto {
    width: 40px;
    height: 40px;
    vertical-align:sub;
}
div.accueil-desc p {
    padding-left: 23px;
    padding-right: 2px;
}
div.accueil-img {
    padding: 30px 20px;
}
div.accueil-img img {
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}

div.forum-search {
    text-align: right;
}
div.forum-sections > div:not(:first-child) {
    margin-top: 26px;
}
div.forum-breadcrumb {
    margin-top: 16px;
    min-height: 16px;
}
div.forum-breadcrumb.search {
    margin-bottom: 16px;
}
div.forum-pagination {
    font-size: 0;
}
div.forum-pagination > div {
    display: inline-block;
    font-size: 12.5px;
    font-size: 0.8rem;
    width: 50%;
}
div.forum-pagination .anchor {
    text-align: right;
}
.section-title {
    font-size: 1.2em;
}
.forum-new-message {
    margin-top: 32px;
}
.forum-new-message table,
.forum-new-message input[type=text],
.forum-new-message textarea,
.clan-options-form table,
.clan-options-form textarea {
    width: 100%;
}
.forum-new-message textarea,
.clan-options-form textarea {
    white-space: pre-wrap;
    height: 100px;
}
.forum-new-message .closed {
    color: #CC0000;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
}
form.forum-deplacement {
    margin-bottom: 15px;
    text-align: center;
}
/*blockquote.forum-section-titre {
	margin-bottom: 15px;
}*/
blockquote.forum-post-titre {
    margin-bottom: 15px;
    background-color: #143c46;
    font-size: 1.3em;
    color: #fff;
}
table.forum-content {
    width: 100%;
    font-size: 0.97em;
}
table.forum-content span.pagination {
    font-size: 1.05em;
}
.forum-message:nth-child(even) {
    background-color: #E3C998;
}
.forum-message:nth-child(odd) {
    background-color: #DCBB7B;
}
.forum-message.admin {
    background-color: #fff;
}
.forum-message .edited {
    font-size: 0.85em;
    font-style: italic;
}
.forum-message-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.forum-message-content .debut {
    vertical-align: top;
}
.forum-message-content .fin {
    vertical-align: bottom;
}

blockquote {
    position: relative;
    background-color: #f7e7be;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #795934;
    line-height:20px;
}
blockquote.overflow{
    overflow: auto;
}
blockquote.bleu{
    background-color: #E5E3FF;
    border: #BDB9F1 3px solid;
    color:#342D92;
}

blockquote.vue .actions {
	margin-top: 10px;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-image: 
		linear-gradient(
		to right, 
		rgba(0, 0, 0, 0) 25%,		
		#60482D, 
		rgba(0, 0, 0, 0) 75%
		) 100% 1;
}

blockquote.profil, blockquote.armes, blockquote.inscription{
    background-color: #f7e7be;
}
blockquote.tourdejeu{
    background-color: #f7e7be;
    padding-left:18px;
}
blockquote.action {
    background-color: #f7e7be;
    padding: 5px 10px;
}
blockquote.forum_post{
    background-color: #DCBB7B;
}
blockquote.forum_post_clair {
    background-color: #E3C998;
}
blockquote.forum_post_admin {
    background-color: #fff;
}
blockquote.forum_titre {
    background-color: #143c46;
    font-size: 1.3em;
    color: #fff;
}
blockquote.popin_titre {
    background-color: #143c46;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0px;
    border: 2px solid #fff;
    border-bottom: 0px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
blockquote.popin_content {
    text-align:justify;
    padding: 0px;
    margin: 0px;
    border: 2px solid #fff;
    border-top: 0px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
blockquote.popin_content > .soustitre {
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
blockquote.popin_content > .informations {
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
blockquote.popin_content > .description {
    padding: 30px;
}
blockquote.popin_content .fa-diamond {
    margin-left: 10px;
    margin-right: 10px;
}
blockquote.quote{
    border: #6E5119 1px solid;
    background-color: #E8D1A5;
    margin: 5px 60px 5px 30px;
    padding: 5px;
    border-radius: 5px;
}
blockquote.quote cite {
    font-weight:bold;
}
blockquote ol, blockquote ul {
    margin: 10px 32px 10px;
}
blockquote img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
blockquote .affichage_session {
    position: relative !important;
}
blockquote div.vue {
    position: relative !important;
    float: none !important;
    background-color: inherit !important;
}
blockquote div.vue table {
    margin: 0 auto !important;
}
blockquote div.description_vue {
    position: relative !important;
    left: 0 !important;
    margin-top: 1em !important;
    background-color: inherit !important;
}
blockquote div.description_vue blockquote.vue {
    min-height: inherit !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 324px !important;
}

a{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    outline: none;
}
a:hover{
    text-decoration:overline;
    color:#FFFF00;
}
a.rouge{
    color:#FF3636;
}
a.rouge:hover{
    text-decoration:none;
    color:#ff7c7c;
}
a.bleu{
    color:#4032ff;
}
a.bleu:hover{
    text-decoration:none;
    color:#7469ff;
}
a.blanc{
    color:#fff;
}
a.blanc:hover{
    color:#fff000;
}
a.marron{
    color:#332408;
    font-weight:bold;
    text-decoration:none;
    outline: none;
}
a.marron:hover{
    color:#7C123F;
}
a.forum_section{
    font:bold 1.8em "Verdana",Tahoma,Helvetica,sans-serif;
}
span.mauve{
    color:#6C0631;
}

span.poison, span.feu, span.conso{
    font-weight:normal;
    font-size:0.8em;
}
span.poison{
    color:#94164b;
}
span.feu{
    color:#d60000;
}
span.conso{
    color:#156f10;
}
span.enchantement {
    color: #741B47;
}
span.sertissage {
    color: #004BB2;
}
span.texte2 {
    color: #795934;
}
span.pagination {
    font-size: 1.2em;
}

/* img.lieu, img.pj, img.position {
    vertical-align: -5px;
} */
img.star {
    vertical-align: -2px;
}
img.metier {
    vertical-align: top;
}
img.item, img.pa, img.tour, img.po, img.refresh, img.logout, img.alignement, img.pe, img.mains_nues, img.arme,
img.technique, img.vue, img.pj_clan, img.pc, img.quete, img.chef, img.text-bottom {
    vertical-align: text-bottom;
}
img.charge, img.dresseur, img.url {
    vertical-align: bottom;
}
img.picto-forum {
    vertical-align: -2px;
}
img.fleche-forum {
    vertical-align: -4px;
}
.info_objet img {
    vertical-align: -5px;
}


span.margin_pa, span.margin_refresh{
    margin-left:30px;
}
span.margin_position, span.margin_tour, span.margin_po, span.margin_charge, span.margin_suivants, span.margin_logout{
    margin-left:15px;
}
span.margin_tour span.date {
    /*display:inline-block;*/
    margin-left: 5px;
}
span.margin_tour span.date:first-letter{
    text-transform: uppercase;
}

img.pj2{
    /*vertical-align:baseline;
    vertical-align:middle;
    vertical-align:sub;
    vertical-align:super;
    vertical-align:text-top;*/
    vertical-align:text-bottom;
    /*vertical-align:top;
    vertical-align:bottom;*/
}

.gras{
    font-weight:bold;
}

#menu {
    position: relative;
    background-color:#174c5a;
    min-height: 41px;
    height: 41px;
}
#menu a.toggleMenu {
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    display: none;
}
#menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 40px;
    text-align: center;
    background-color:#174c5a;
    z-index: 5;
    font-size: 0.9em;
    display: flex;
}
#menu ul li {
    display: block;
    position: relative;
    flex: 1;
}
#menu li ul {
    display: none;
    width: 100%;
    background-color: #174c5a;
}
#menu ul li ul li {
    width: 100%;
    min-width: 100px;
}
#menu ul li a {
    display: block;
    text-decoration: none;
    color: #cadfe4;
    white-space: nowrap;
}
#menu ul li a:hover, #menu ul li a.sfhover {
    background: #217085;
    color: #fff;
}
#menu li:hover ul, #menu li.sfhover ul {
    display: block;
    position: absolute;
    z-index: 3;
}
#menu li:hover li, #menu li.sfhover li {
    float: none;
    /*border-top: 1px solid #cadfe4;*/
}
/*#menu li:hover a, #menu li.sfhover a {
	background: #174c5a;
}
#menu li:hover li a:hover, #menu li.sfhover li a.sfhover {
	background: #217085;
}*/

#page_profil_public{
    max-width: 800px;
    margin: 0 auto 15px auto;
    padding: 8px;
    background-color: #E7D394;

}
#page_profil_public a {
    color: #332408;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
#page_profil_public a:hover {
    color: #7C123F;
}
#page{
    max-width: 1000px;
    width: 100%;
    margin:auto;
    border:1px solid #574623;
    background-color: #E7D394;
    box-sizing: border-box;
}
#page h2{
    padding-top:15px;
    text-align:center;
    font-size:1.4em;
    color:#282113;
}
h3{
    padding:20px 20px 10px 20px;
    margin-left:-12px;
    font-size:1.5em;
    font-style:italic;
    color:#473827;
    background: url('images/interface/ruban_h3.png') left bottom no-repeat;
}
#header{
    background: url('images/interface/header_haut.jpg') #000000 center no-repeat;
    height: 150px;
}
#header h1{
    position:absolute;
    top:-50px;
}
#pub{
    width:100%;
    height:80px;
    padding-top:24px;
    background-color:#000000;
    /*background: url('images/interface/background_pub.jpg') no-repeat;*/
    text-align:center;
}
#contenu{
    width:100%;
    text-align:justify;
    background: url('images/interface/background_contenu.jpg');
}
#sous_menu{
    margin-top:0;
    /*margin-left:-10px;*/
    padding-top:5px;
    padding-bottom:5px;
    /*width:1000px;*/
    text-align:center;
    background-color:#FFEAC5;
}
#sous_sous_menu{
    font-size:0.9em;
    color:black;

}
#bloc{
    margin-left:10px;
    margin-right:10px;
    padding-bottom:10px;
    position:relative;
}
#bloc a{
    color:#332408;
    font-weight:bold;
    text-decoration:none;
    outline: none;
}
#bloc a:hover{
    color:#7C123F;
}
#bloc a.sel{
    color:#7C123F;
}
#historique a{
    color:#332408;
    font-weight:bold;
    text-decoration:none;
    outline: none;
}
#historique a:hover{
    color:#7C123F;
}
#historique a.profil_popin.rouge {
    color: #CC0000;
}
#historique a:hover.profil_popin.rouge {
    color: #7C123F;
}
.liens-pub {
    margin: 33px 0 14px 0;
    text-align: center;
}
#footer{
    text-align:center;
    padding:10px;
    color:#ffe0a1;
    background-color: #282113;
}
#footer a {
    color: #ffe0a1;
}

.barre_wrapper {
    width: 100% !important;
    min-width: 120px;
    max-width: 500px;
}
.barre_header {
    font-size: 0;
}
.barre_header div {
    display: inline-block;
    width: 50% !important;
    font-size: 0.8rem;
}
.barre_header div.esq:only-child, .barre_header div.crit:only-child {
    width: 100% !important;
}
.barre_header div.esq {
    text-align: left;
    width: 40% !important;
}
.barre_header div.crit {
    text-align: right;
    width: 60% !important;
}
.barre_toucher {
    position: relative;
    /*padding:1px;*/
    margin: 5px 0;
}
.barre_toucher img {
    display: block;
    height: 100%;
}
.barre_toucher .cursor {
    position: absolute;
    /*padding-left: 10px;*/
    top: 0;
    left: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.barre_toucher .segment {
    width: 25%;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 4px;
    text-align: center;
    clip-path: inset(20% 0 20% 0);
    box-sizing: border-box;
}

.segment.segment-debut {
    clip-path: polygon(100% 20%, 100% 80%, 0 80%, 15% 50%, 0 20%);
    padding-left: 16px;
}

.segment.segment-fin {
    clip-path: polygon(0 20%, 85% 20%, 100% 50%, 85% 80%, 0 80%);
    padding-right: 16px;
}

.barre_toucher .cursor {
    width: 3px;
    height: calc(100% + 8px);
    transform: translateY(-4px) translateX(-50%);
    border: 1px solid black;
    background-color: #FFFFFF;
    box-sizing: content-box;
}

.fa-bg {
    font-size: 1.75em;
}

.barre_pv {
    position: relative;
    padding:1px;
    background-color: #641B1B;
    width: 100%;
    min-width: 120px;
    max-width: 250px;
    height: 22px;
    border: 1px solid #420B0B;
    margin: 5px 0;
    box-sizing: border-box;
}
.barre_pv img {
    display: block;
    /*position: absolute;*/
    height: 100%;
}
.barre_pv span {
    position: absolute;
    /*padding-left: 10px;*/
    top: 0;
    left: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.barre_pv span.tour {
    text-align: right;
    right: 10px;
}

.mini_barre_pv, .mini_barre_pm {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 18px;

    border: 1px solid #fff;
    vertical-align: text-bottom;
}
.mini_barre_pv {
    background-color: #641B1B;
}
.mini_barre_pm {
    background-color: #214D1B;
}
.mini_barre_pv img, .mini_barre_pm img {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 1px;
    bottom: 0;
    left: 0;
}
/*.infobulle .mini_barre_pv {
	image-orientation: 90deg;
	height: 12px;
	width: 18px;
}
.infobulle .mini_barre_pv img {
	width: inherit;
	height: 100%;
}*/


.barre_pv_vue {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #c32d2d;
    border-radius: 5px 0 0 5px;
    z-index: -1;
}
#barre_ce {
    position: relative;
    padding:1px;
    background-color: #1B4B64;
    width: 100%;
    min-width: 120px;
    max-width: 250px;
    height: 22px;
    border: 1px solid #092534;
    margin: 5px 0;
    box-sizing: border-box;
}
#barre_ce img {
    display: block;
    /*position: absolute;*/
    height: 100%;
}
#barre_ce span {
    position: absolute;
    /*padding-left: 10px;*/
    top: 0;
    left: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
#barre_pm {
    position: relative;
    padding:1px;
    background-color: #3C641B;
    width: 100%;
    min-width: 120px;
    max-width: 250px;
    height: 22px;
    border: 1px solid #420B0B;
    margin: 5px 0;
    box-sizing: border-box;
}
#barre_pm img {
    display: block;
    /*position: absolute;*/
    height: 100%;
}
#barre_pm span {
    position: absolute;
    /*padding-left: 10px;*/
    top: 0;
    left: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
#barre_pm span.tour {
    text-align: right;
    right: 10px;
}
div.vue, div.description_vue {
    display: block;
    position: relative;
    float: none;
    z-index: 0; /* Prevent z-index of inside elements to apply outside */
}
div.vue {
    z-index: 1;
}
div.description_vue {
    margin-top: 1em;
    z-index: 2;
}
div.bloc-vue div.vue-wrap div.vue {
    float: left;
}
div.bloc-vue div.vue-wrap div.description_vue {
    position: absolute;
    right: 0;
    top: 0;
    left: 346px;
    bottom: 0;
    margin: 0;
}
div.portrait{
    border: 1px solid #FFFFFF;
    float: left;
    margin: 0 5px 5px 0;
}

blockquote.vue {
    padding: 0px;
    margin: 0px;
    width: 326px;
}

blockquote.vue .portrait2 {
    height: 200px;
    width: 128px;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

div.bloc-vue div.header {
    display: flex;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;
}

div.bloc-vue div.position,
div.bloc-vue div.interaction {
    background-color:white;
    padding:5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;   
}

div.bloc-vue div.header div.image {
    background-color: #ECD69C;
}

div.bloc-vue div.header img.vue {
    margin: 6px;
    height: 36px;
    width: 36px;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

div.bloc-vue div.label {
    flex: 1;
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #ECD69C, rgba(0,0,0,0));
}

div.bloc-vue div.content {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;
}

.select-action {
    width: 240px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: auto;
}

.select-action label {
    font-weight: bold;
    color: #473827;
    padding: 0px;
    cursor: pointer;
    line-height: 20px;
}

.select-action button {
    border: #795934 1px solid;
    background-color: #EBCD6B;
    font-weight: bold;
    color: #473827;
    border-radius: 25px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    text-align: left;
    display: block;
    line-height: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px #F5E6B3 inset;
}

.select-action button:disabled {
    opacity: 0.5;
    cursor: initial;
}

.select-action input[type=radio] {
    display: none;
}

.select-action button[type=submit] {
    margin: 10px;
    line-height: 20px;
    color: #473827;
    float: right;
}

.select-action button[type=submit]:not([disabled]):hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 5px 8px #f5e6b3 inset;
    color: black
}

.select-action span > div {
    float: right;
}

.select-action [disabled] + span {
	opacity: 0.4;
}

.select-action span > i {
	display: none;
}

.select-action input[type=radio]:checked + span {
	color: black;
}

.select-action input[type=radio]:checked + span > i {
	color: black;
    display: inline-block;
}

.value-action {
    height: 20px;
    margin: 5px 0px 0px;
    display: flex;
}

.value-action .dd {
    width: 100% !important;
    max-width: 240px;
}

.value-action .dd .noBorderTop {
    width: 100% !important;
    max-width: 240px;
}

.value-action .dd .ddTitle span.ddTitleText {
    padding-right: 3px
}

.actions_title {
    text-align: center;
    margin: 5px;
}

.validation-action {
    display: flex;
    justify-content: center;
}

.dd .ddChild a {
    color: #000 !important;
}

.float-right {
    float: right;
}
div.cleaner{
    clear:both;
}
.portrait-content:after, .portrait-content::after {
    content: "";
    display: block;
    clear: both;
}
div.affichage_session {
    width: 100%;
    /*min-width: 1000px;*/
    padding: 6px;
    background:#60482D;
    position: fixed;
    color: #fff;
    text-align: center;
    top: 0;
    z-index: 20;
    margin: 0 auto;
    line-height: 20px;
    box-sizing: border-box;
}
div.affichage_session p, div.affichage_session div.inline {
    display:inline;
}
div.affichage_session p label {
    font-weight: bold;
    margin-right: 5px;
}
div.affichage_session .offline {
    display: none;
}
div.affichage_session input[type=text], div.affichage_session input[type=password] {
    width: 190px;
}
span.noir{
    color:#000000;
    font-weight:bold;
}
span.rouge{
    color:#CC0000;
    font-weight:bold;
}
span.bleu{
    color:#243BB1;
    font-weight:bold;
}
span.vert{
    color:#198400;
    font-weight:bold;
}
span.violet{
    color:#7D26CD;
    font-weight:bold;
}
span.or{
    color:#827A00;
    font-weight:bold;
}
a.mdp_oublie{
    font-size:0.85em;
    margin-left:240px;
    color:#000;
}
div.media_embed{
    margin-left:42px;
}

.admin_popin {
    color:#000000;
    padding:10px;
    text-align:justify;
    text-indent:5px;
    background:#FFF;
    border-radius:1em;
}
.admin_popin .popin-content {
    padding:10px;
}
.admin_popin .popin-content p {
    padding:0;
    margin:0 0 1em;
}

.mfp-content {
    width: 90% !important;
    max-width:800px;
}
.mfp-content #page_profil_public {
    width: auto !important;
}
.mfp-container {
    backdrop-filter: blur(2px);
}
.arrow-container {
    margin-top: 20px;
}
.arrow-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #3f3f3f transparent transparent;
    opacity: 0.7;
    display: block;
    float: left;
    cursor: pointer;
}
.arrow-middle {
    margin: 0 15px;
    line-height: 30px;
    text-align: center;
    font-style: italic;
}
.arrow-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #3f3f3f;
    opacity: 0.7;
    display: block;
    float: right;
    cursor: pointer;
}
a.lettre-auteur {
    position: absolute;
    bottom: 1px;
    right: 2px;
    font-size: 10px;
}

div#new_message {
    margin: 1em 0;
    background-color: #F3E1B2;
}
div#new_message div#destinataires, div#new_message div#message {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px dotted #cbb06f;
}
div#new_message div#destinataires input, div#new_message div#message textarea {
    width: 97%;
}
div#new_message div#message textarea {
    height: 100px;
}

div#capacite {
    background-color: #F2DFB1;
    border: 0 solid #000000;
    border-collapse: collapse;
    margin: 1em 0;
}

div#capacite div.ligne {
    clear: both;
}

div#capacite div.ligne div.type {
    float: left;
    border-bottom: 1px dotted #CBB06F;
    padding: 0.5em;
    text-align: left;
    width: 48%;
}

/*div#capacite div.ligne .marge {
	margin-left: 50px;
}*/

table.mini_liste_objets {
    margin: 0;
}

table.mini_liste_objets option {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

table.mini_liste_objets img {
    display: inline-block;
}

table.mini_liste_objets td {
    padding: 3px;
}

/** Vue Arène **/
div.selection_arene {
    z-index: 2;
    position: relative;
}
div.selection_arene div.dd {
    display: inline-block;
}
div.selection_arene input[type=submit] {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
/** Fin Vue Arène **/

/** Vue Tours **/
div.selection_tours div.dd {
    display: inline-block;
}

div.selection_tours input[type=submit] {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
/** Fin Vue Tours **/

blockquote.inscription .pseudo, blockquote.inscription .email {
    width: 100%;
    max-width: 296px;
}

/* Ajustement pour la position des icônes dans les titres */
h3 img {
    position: relative;
    top: 2px;
}

/** Statut **/
.status-wrap {
    display: inline-block;
    vertical-align: middle;
}
.statut, .suivant {
    display: inline-block;
    margin-right: 2px;
}

/*.statut .tooltip, .suivant .tooltip {
	position: relative;
}
.statut {
	width: 36px;
}
.suivant {
	width: 18px;
}
.statut img, .suivant img {
	position: absolute;
	top: 0px;
	left: 0px;
}*/
.statut .nb {
    /*font-size: 12px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    left: 0px;
    top: 0px;
    background-color: #D3BD84;
    padding: 0px 10px 0px 5px;

    border-radius: 3px 0 0 3px;
    box-shadow: 0px 1px 0px #BDA462;

    display: inline-block;*/

    display: inline-block;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    background-color: #D3BD84;
    /*padding: 0px 10px 13px 4px;*/
    padding: 1px 14px 0 4px;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 0 #BDA462;
    box-sizing: border-box;
    /*vertical-align: 6px;*/
    vertical-align: 5px;
}
.suivant span.tooltip img, .statut span.tooltip img {
    vertical-align: inherit;
}
.statut .nb strong {
    /*vertical-align: -1px;*/
    vertical-align: 0;
}

.tooltip:hover {
    cursor: default;
}

table.empathie .statut .nb {
    background-color: #FFF;
    box-shadow: 0 1px 0 #808080;
    color: #000;
}
@-moz-document url-prefix()
{
    table.empathie .statut .nb  {
        padding: 0 12px 0 4px;
    }
}

.statut .tooltip {
    /*position: relative;
    line-height: 12px;
    margin-left: -8px;*/
    margin-left: -10px;
}


/*.statut {
	display: inline-block;
	background-color: #D3BD84;

	border-radius: 3px 0 0 3px;
	box-shadow: 0px 1px 0px #BDA462;

	font-size: 12px;
	font-weight: bold;
	text-align: center;

	margin-right: -8px;
	//padding: 1px 9px 0px 3px;
	//line-height: 12px;
	padding: 3px 9px 0px 3px;
	line-height: 10px;
	//vertical-align: super;
	vertical-align: 4px;
	float: left;
}*/

/*.statut:after {
	content: '\00a0';
	background-color: #D3BD84;
	width: 50px;
	heigth: 50px;
	margin: -5px 4px 0 5px;
}*/

.crop-wrapper {
    display: none;
    font-size: 0;
    white-space:nowrap;
}
.uploadimage {
    display: inline-block;
    box-sizing: border-box;

    /*width: calc(100% - 104px);*/
    margin-right: 20px;
}
.cropbox {
    max-width: 100%;
}
.preview {
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;

    vertical-align: top;
}

.form-group {
    margin: 10px 0;
}
.form-action {
    margin: 20px 0 5px 0;
}
.form-field {
    display: block;
}
input#nom_clan {
    width: 320px;
}
input#tag_clan {
    width: 50px;
}

.options-image {
    display: inline-block;
    vertical-align: top;
}
.options-image img {
    border: 1px solid #FFFFFF;
    margin-right: 6px;
    width: 64px;
    height: 100px;
}
.options-image img.blason {
    width: 192px;
    height: 100px;
}
.options-image img.banniere {
    width: 150px;
    height: 40px;
}
.options-form {
    display: inline-block;
}
.options-form .form-group:first-child {
    margin-top: 0;
}

strong.date-post {
    display: inline-block;
}
strong.date-post:first-letter{
    text-transform: uppercase;
}


.creation-pj .actions {
    text-align: center;
}

.creation-pj ul {
    list-style: none;
}

.creation-pj ul label {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.creation-pj ul input {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;

    background: none;
    border: none;
}

.creation-pj ul input + span,
.creation-pj ul input + div {
    margin-left: 10px;
    max-width: 100%;
}

.creation-pj-sexe,
.creation-pj-race {
    margin: 20px 0;
}

.creation-pj-sexe li {
    margin-bottom: 5px;
}

.creation-pj-race li {
    margin-bottom: 15px;
}

.evolution blockquote p {
    padding: 5px 0;
}

.evolution table {
    width: 100%;
}

.evolution table td {
    padding: 12px 5px;
}

.evolution table td:first-child {
    width: 32px;
    text-align: center;
}

.profil-section,
.regles-section {
    margin-top: 20px;
}
.profil-section:first-of-type,
.regles-section:first-of-type {
    margin-top: 0;
}
.profil-section ul,
.regles-section ul
{
    list-style: none;
    margin: 0;
}

.regles-section p,
.regles-section.evolution ul,
.regles-section.combat ul,
.regles-section.magie ul,
.regles-section.metier ul,
.regles-section.batiments ul {
    margin-bottom: 20px;
}
.regles-section p.center {
    text-align: center;
}
.regles-section.race {
    display: flex;
    align-items: flex-start;
    gap: 5px;   
}
.regles-section.race p {
    margin: 0;
}
.regles-section.description-race p {
    padding: 15px;
    background-color: white;
}
.regles-section.tour p:last-of-type {
    margin-top: 20px;
}

.regles-section .attribut {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px; 
}

.regles-section ol {
    counter-reset: item;
    list-style-type: none;
    margin-left: 0;
}
.regles-section.tour ol {
    margin: 0;
}

.regles-section.batiments ul li {
    padding: 10px 0;
}
.regles-section ol li {
    padding: 10px 0;
}
.regles-section.tour ol li {
    padding: 0;
}
.regles-section ol li:first-of-type {
    padding-top: 0;
}
.regles-section ol li:before {
    content: counter(item) " - ";
    counter-increment: item;
    font-weight: bold;
}

.gotop {
    text-align: right;
}

.rang {
    font-size: 0;
}



@media(max-width:1000px) {
    div.accueil-img {
        padding: 30px 0;
    }

    blockquote.bienvenue h3 {
        margin-bottom: 5px;
    }

    div.accueil-desc p {
        padding-left: 0;
        padding-right: 10px;
        line-height: 15px; /* remettre après en dessous de 900 ? */
    }

    div.vue-admin {
        overflow-x: auto;
    }
}

@media(max-width:900px) {

    #menu a.toggleMenu {
        display: block;
    }

    #menu ul {
        display: none;
    }

    #menu ul li {
        width: 100%;
        float: none;
    }

    #menu li:hover ul, #menu li.sfhover ul {
        position: relative;
        display: none;
    }

    #menu ul li ul a {
        background: #165257;
    }

    div.intro, div.nouvelles, div.accueil-desc, div.accueil-img {
        display: block;
        width: 100%;
    }

    blockquote.bienvenue h3 {
        margin-bottom: 15px;
    }

    div.accueil-desc p {
        padding: 0 20px;
        line-height: normal;
    }

    div.accueil-img {
        padding: 30px 0;
    }
}

@media(max-width:800px) {
    div.affichage_session p:last-child {
        display: block;
    }

    blockquote.bienvenue h3 {
        font-size: 1.1em;
    }
}

@media (max-width:640px) {
    body {
        padding: 0;
    }

    #page{
        width: 100%;
        border: none;
    }

    div.affichage_session {
        padding: 6px 0 6px 0;
        height: 105px;
        box-sizing: border-box;
    }

    div.affichage_session p, div.affichage_session div.inline {
        margin-bottom: 5px;
        display: block;
    }

    div.affichage_session p:last-child {
        margin-bottom: 0;
    }

    #header {
        display: none;
    }

    #menu {
        margin-top: 105px;
    }

    h3 {
        background-size: 100% 40px;
        margin-left: -7px;
    }

    blockquote.bienvenue h3 {
        padding: 20px 15px 10px 6px;
        font-size: 1.5em;
    }

    /*blockquote.bienvenue > div {
        display: block;
    }

    blockquote.bienvenue > div > img {
        float: none;
        width: 100%;
        margin: 30px auto;
    }*/

    table div.column {
        display: block;
        width: 100%;
    }

    td.fonce div.column {
        display: inline-block;
        width: 50%;
    }

    table.empathie {
        background: none;
    }

    table.is-responsive {
        background-color: inherit;
    }

    table.is-responsive br {
        display: block;
    }

    table.is-responsive thead tr, table.is-responsive tbody tr {
        display: block;
        /*padding: 10px;
        /*border-bottom: 1px solid #b2d5f5;*/
    }

    table.is-responsive tbody tr, table.empathie tbody tr:nth-child(even) {
        display: block;
        margin-bottom: 10px;
    }

    table.is-responsive thead th {
        display: none;
        /*display: inline-block;
        margin-right: 15px;
        opacity: 0.5;*/
    }

    table.is-responsive thead th.action:first-child {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        box-sizing: border-box;
        text-align: left;
    }

    table.is-responsive tbody td {
        /*padding: 0;
        display: block;
        background-color: transparent;*/
        border: none;
        display: inline-block;
        width: 100%;
        line-height: 22px;
        text-align: left !important;
        box-sizing: border-box;
    }

    table.is-responsive tbody td a:after, table.is-responsive tbody td span:after {
        content: attr(data-title);
        display: inline-block;
        /*line-height: 20px;*/
        margin-left: 2px;
        font-weight: bold;
    }

    table.is-responsive tbody td:last-child img {
        vertical-align: text-bottom;
    }

    table.is-responsive tbody td.fonce {
        /*width: inherit !important;*/
        padding-top: 8px;
        height: 30px;
        box-sizing: border-box;
    }

    table.is-responsive thead tr:before, table.is-responsive tbody td:not(.fonce):before {
        content: attr(data-title);
        font-weight: bold;
        /*float: left;*/
        display: inline-block;
        text-align: left;
        /*width: 100px;*/
        width: 30%;
        font-size: 13px;
        /*line-height: 22px;*/
        /*margin-left: -140px;*/
        vertical-align: top;
    }

    table.is-responsive td > div {
        display: inline-block;
        width: 70%;
    }

    table.is-responsive td > div.suivant, table.is-responsive td > div.statut {
        width: initial;
    }

    table.is-responsive td div {
        display: inline-block;
        margin: 0;
    }

    table.is-responsive td #barre_pm {
        margin: 5px 0 ;
    }

    .grille-membres {
        float: right;
    }
    .grille-membres div:nth-child(1) {
        float: left;
        padding-right: 2px;
    }
    .grille-membres div:nth-child(2) {
        float: left;
        padding-right: 5px;
    }
    .grille-membres div:nth-child(3) {
    }

}

@media(max-width:345px) {

    .vue tr:first-child,
    .vue tr:nth-last-child(2),
    .vue tr td:nth-child(2),
    .vue tr td:last-child {
        display: none;
    }
}

@media(max-width:310px) {

    .vue tr:nth-child(2),
    .vue tr:nth-last-child(3),
    .vue tr td:nth-child(3),
    .vue tr td:nth-last-child(2) {
        display: none;
    }
}

@media(max-width:275px) {

    .affichage_session {
        font-size: 0.85em;
    }

    blockquote.vue form {
        position: relative;
    }

    .select-action {
        width: 100%;
    }

    @media(max-width:310px) {

        .vue tr:nth-child(3),
        .vue tr:nth-last-child(4),
        .vue tr td:nth-child(4),
        .vue tr td:nth-last-child(3) {
            display: none;
        }
    }

}

/** PROFIL AMELIORE */
.core-stats {
	display: flex;
	flex-direction: column;
}

.core-stats > div {
	width: 125px;
	margin: 10px 10px 0px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;
    display: flex;
    justify-content: space-between;
}

.core-stats > div > div.title {
	height: 24px;
    line-height: 24px;
	width: 60px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
    background-color: #EBCD6B;
    display: inline-block;
    color: #795934;
    font-size: 12px;
}

.core-stats > div > div.title > a {
    color: #795934 !important;
}

.core-stats .fa-solid {
    color: #795934;
    font-size: 18px;
    vertical-align: sub;
}

.core-stats > div > div.value {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
    line-height: 24px;
}

blockquote.profil,
blockquote.condition,
blockquote.stats,
blockquote.actions,
blockquote.metiers {
    padding: 0px;
    margin: 5px;
}

blockquote.metiers {
    padding-bottom: 5px;
}

blockquote h4 {
    background-image: linear-gradient(to right, #ECD69C, rgba(0,0,0,0));
    line-height: 20px;
    padding: 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;
    color: #795934;
    /* margin-left: -5px; */
}

blockquote.profil h4:first-child,
blockquote.condition h4:first-child,
blockquote.stats h4:first-child,
blockquote.actions h4:first-child,
blockquote.metiers h4:first-child {
    border-top-left-radius: 5px;
}

blockquote h4::before {
    content: '◆';
    margin-right: 5px;  
    color: #795934;
}

blockquote .infoline {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;
    max-width: 250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

blockquote .infoline span {
    line-height: 24px;
}

blockquote .infoline span:first-child {
    font-size: 12px;
    color: #795934;
}

blockquote .infoline span:nth-child(2) {
    font-size: 14px;
}

blockquote.profil img.portrait {
    min-height: 200px;
    min-width: 128px;
    /*image-rendering: crisp-edges;*/
    border: 1px solid #795934;
    margin: -1px 0px -1px -1px;
    float: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

blockquote.condition .barre_pv {
    margin: -4px auto auto auto;
    max-width: 250px;
    height: 12px;
}

blockquote.condition .barre_pv span {
    top: -16px;
    left: unset;
    right: 5px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

blockquote.condition #barre_pm {
    margin: -4px auto auto auto;
    max-width: 250px;
    height: 12px;
}

blockquote.condition #barre_pm span {
    top: -16px;
    left: unset;
    right: 5px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.secondary-stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom:10px;
    width: 300px;
    margin: auto;
}

.res-elem-stats {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    padding-bottom:15px;
    justify-content: space-around;
}

.res-elem-stats > div {
    margin: 10px 20px 0px;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row > * {
    flex: 1;
}

@media (max-width: 1000px) {
    .row {
        flex-direction: column;
    }
}

.hide {
    display: none;
}

div.attack {
    margin: 0px 20px 10px;
    padding: 5px;
    background-color: #EBCD6B;
}

div.attack > img {
    float: left;
}

/** INVENTAIRE AMELIORE */
.inventaire {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.inventaire blockquote {
    /* flex: 1; */
    padding: 0px;
    margin: 5px;
}

.inventaire blockquote.equipement {
    width: 140px;
    align-self: flex-start;
}

.inventaire blockquote.reserve {
    flex: 200px;
}

.inventaire blockquote.reserve div.info-inventaire {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #795934;
}

.inventaire blockquote.focus {
    width: 326px;
    overflow: hidden;
}

.inventaire blockquote h4:first-child {
    border-top-left-radius: 5px;
}

.inventaire blockquote.reserve div.item {
    display: inline-block;
}

.inventaire blockquote.reserve table.vente {
    margin: 0px;
    width: 100%;
}

.inventaire blockquote.equipement > div {
    padding: 10px;
}

.inventaire blockquote.equipement img.item {
    min-width: 40px;
    min-height: 40px;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

.inventaire blockquote.focus input {
    height: 30px;
}

.inventaire blockquote.focus button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 5px 8px #f5e6b3 inset;
}

div.info-item {
    /* margin: 15px; */
}

div.info-item div.header {
    display: flex;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;
}

div.info-item div.header img.item {
    margin: 4px;
    height: 40px;
    width: 40px;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

div.info-item div.header div.image {
    background-color: #ECD69C;
}

div.info-item div.label {
    flex: 1;
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #ECD69C, rgba(0,0,0,0));
}

div.info-item div.quantite {
    right: 10px;
    position: absolute;
    color: #795934;
}

div.info-item div.content {
    line-height: 30px;
    padding: 0px 20px;
}

div.info-item .content {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #795934, rgba(0,0,0,0));
    border-image-slice: 1;
}

div.info-item .content .proprietes {
    display: flex;
    justify-content: space-between;
}

div.info-item .content .action {
    background-color: #EBCD6B;
    padding: 0px 10px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.info-item .content .action-bonus {
    background-color: #EBCD6B;
    padding: 0px 20px;
}

div.info-item .content .bonus {
    padding: 0px 30px;
}

div.info-item .content .description {
    background-color: white;
    border: 1px solid #ECD69C;
    padding: 5px 10px;
    line-height: 20px;
}

div.info-item .footer {
    text-align: right;
}

.inventaire blockquote .infoline {
    margin-left: 10px;
}

.inventaire blockquote .storage {
    padding: 30px;
}

/** ACTION RECHERCHER */
.cellule.filtreRecherche {
    background-color: rgba(255,255,255,0.4);
    z-index: 4;
}

.cellule.resultatRecherche {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

@media (min-width:1000px) {
    .vue_x2 .cellule.resultatRecherche {
        font-size: 2em;
    }    
}

/** Règles */

/** Actions basiques dans les règles */
.basic-actions {
    margin-top: 20px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.basic-actions > div {
    width: 290px;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-self: start;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px white inset;
}

.basic-actions > div > .icon {
    font-size: 20px;
    width: 30px;
    color: #795934;
}

.basic-actions > div > .title {
    font-weight: bold;
    width: 180px;
}

.basic-actions > div > .cost {
    font-weight: bold;
    color: #795934;
    width: 80px;
    text-align: right;
}

.basic-actions > div > .desc {
    margin-top: 5px;
    margin-left: 30px;
    width: 400px;
    align-self: start;

}

/** Menu */

#regles {
    display: flex;
    flex-direction: row-reverse;
}

#regles-contenu {
    flex-grow: 1;
}

#regles-contenu blockquote {
    padding: 20px;
    margin: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 20px white inset;
}

#regles-contenu blockquote h4 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
}

#regles-contenu blockquote img.lieu,
#regles-contenu blockquote img.item,
#regles-contenu blockquote img.vue
{
    vertical-align: top;
}

#regles-contenu img.screenshot {
    margin: 10px auto;
    display: block;
    border: 4px solid white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    background-color: white;
}

#regles-menu {
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #EBCD6B;
    padding: 10px;
    margin-left: 10px;
    margin-right: -10px;
    margin-bottom: -10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px white inset;
}

#regles-menu ul {
    list-style: none;
}

#regles-menu ul li {
    list-style-image: url(images/interface/puce.gif);
    margin-left: 15px;
} 

#regles-section {
    width: 200px;
}