/* =================================== CSS FORUM ANIMA ==============================================================================================================*/

/* VARIABLES */
:root {
	--bg-light: #FAFAFA;
	--bg-dark: #F3F3F3;
	--bg-darker: #EDEDED;
	--bg-darkest: #D3D3D3;
	--bg-trans: rgba(250, 250, 250, 0.6);

    --bg-darkFA: #1E272C;

	--txt-clr: #4D4D4D;
	--txt-font1: "Rubik", sans-serif;
	--txt-font2:  "Pulsar", monospace;
	--txt-size-mini: 8px;
	--txt-size-tiny: 10px;
	--txt-size-small: 14px;
	--txt-size-normal: 16px;
	--txt-size-inter: 20px;
	--txt-size-title: 24px;
	--txt-size-huge: 250px;

	--affordance: #7EBDE7;
	--eclaireur: #EABB84;
	--gardien: #B4A6EE;
	--veilleur: #E9707F;
}
#index {

    margin-right: 0px;
}
/* I - HEADER  ============================================= */

#header-banner {
    background: unset;
}


/* IV LA PA ==================================================================================================== */

.PA {
	background-color: var(--bg-light);
	padding: 50px 60px;
	border-radius: 30px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

div#PABloc1 {
    max-width: 525px;
}

div#PABloc2 {
    max-width: 270px;
}

p#PABloc3 {
    max-width: 220px;
}

p#PAEntete {
    font-size: var(--txt-size-inter)!important;
    font-weight: 700;
    text-transform: uppercase;
}


ul#ButtonBar {
    margin-top: 20px;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    font-size: var(--txt-size-small);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 10;
}

#ButtonBar li a {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.PA p {
    font-size: var(--txt-size-small)!important;
    line-height: 20px;
}

.PA p span{
    color: var(--affordance);
}

div#PATop {
    display: flex;
    justify-content: space-between;
}

.Staff {
    display: flex;
}

.Staff img {
    height: 75px;
    width: 75px;
    border-radius: 20px;
    margin-right: 20px;
}

.Staff p{

    margin:0!important;
}
.Staff div {
    width: 200px;
}

.Staff span.material-icons {
    font-size: 20px;
    padding: 0 2px;
    line-height: 26px;
    background: var(--bg-darker);
    color: var(--txt-clr);
    border-radius: 7px;
    margin: 0 3px;
    cursor: pointer;
}

/* ======================= CATEGORIE */

.main-inner {
    float: none!important;
}

.AnimaCategorieWrap {
width: 1130px;
    margin: 0 auto;
    margin-bottom: 25px;

}

.AnimaCategorieHeader {
    background: var(--bg-trans);
    border-radius: 25px 25px 0 0;
    display: block;
    padding: 25px;
}

.AnimaCategorieBody {
    display: flex;
    background: var(--bg-light);
    border-radius: 0 0 25px 25px;
    padding: 25px;
    flex-wrap: wrap;
	    gap: 20px;
}

.AnimaCategorie4 {
    width: 90%;
    background: var(--bg-light);
    height: 80px;
    margin: 0 auto;
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.AnimaCategorie {
    width: 525px;
    background: var(--bg-dark);
	font-family: Rubik;
	
}
.AnimaCategorie1 {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    padding-top: 20px;
}

.AnimaCategorieAvatar img {
    height: 120px;
    margin-top: -20px;
    border-radius: 60px;
    margin-left: -15px;
}

.AnimaCategorie3 {
    display: flex;
	    justify-content: flex-end;
		    margin-top: 25px;
}

.AnimaCategorie3 a {
    background: var(--bg-light);
    margin: 0px 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 5px;
    font-variant: all-small-caps;
    width: auto;
}

.AnimaCategorieLastPost {
    margin-left: 25px;
    min-width: 300px!important;
	padding-top: 20px;
}
.AnimaCategorieLastPost a:first-child {
    border-bottom: blue 1px solid;
    margin-bottom: 5px;
    display: block;
	font-weight: 600;
    font-size: 16px;
}
.AnimaCategorieLastPost span span a:first-child {
    border: none;
    font-size: 14px;
}
.AnimaCategorie1 div {
    min-width: 150px;
}

.Animafofo .AnimaCategorieHeader {
    border-radius: 0;
}
span.forum-lastpost-author {
    display: flex;
    justify-content: space-between;
}

.AnimaCategorieLastPost a.gensmall {
    width: auto;
    border: none;
}
.AnimaCategorie2 {
    padding: 0px 25px;
    font-size: 16px;
    line-height: 22px;
	    height: 88px;
}

.forum-lastpost {
    display: flex;
}
.forum-lastpost-inner, .posts-lastpost-inner {
    margin-left: 28px;
    width: 335px;
}

.AnimaCategorie1 h3 a {
    color: var(--affordance);
    text-transform: uppercase;
    font-size: 20px;
}

.AnimaCategorie1 div span {
    background: var(--bg-light);
    margin: 0px 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 5px;
    font-variant: all-small-caps;
}

.AnimaPostHaut {
    border-bottom: solid 6px var(--affordance);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.AnimaPostHaut:first-child {
    font-size: 20px;
    text-transform: uppercase;
}

.AnimaPosts {
    display: flex;
padding: 20px 15px;
    margin-bottom: 20px;
	background: var(--bg-dark);
	align-items:center;
	    gap: 20px;
        font-family: Rubik;
}

.AnimaPosts img {
    border-radius: 45px;
    width: 70px;
}

.AnimaPostBas {
    display: flex;
    justify-content: space-between;
}

a.posts-lastpost-time {
    display: inline-block;
    width: 126px;
}

.AnimaPostBas div strong {
    display: inline-block;
}

.posts-statistics {
    text-align: right;
    background: var(--bg-darkest);
    width: fit-content;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500;
}

.AnimaPostHaut span, .AnimaPostHaut span strong {
    display: inline-block;
    font-size: 14px;
}
/* ============================= V - Profil ===================== */


.GAP {
    height: 60px;
}

/* ====================== Liste des membres */

.Membre {
    height: 385px;
    width: 195px;
    background: var(--bg-dark);
padding: 15px;
position:relative;
overflow:hidden;
}

.Membre img {
    width: 105px;
    border-radius: 50px;
margin: 20px auto;
    display: block;
z-index: 1;
    position: relative;
}

.MembrePseudo {
    text-align: left;
    text-transform: lowercase;
    text-decoration: underline;
    color: #4d4d4d;
}

.MembrePseudo span strong {
    color: #4d4d4d;
}


.Membre b{
color:red;
text-transform:uppercase;
}

.Membre p {
    font-size: 12px;
    margin: 5px;
}

ul.MembreBoutons {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    font-size: var(--txt-size-small);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 20px 0px;
}

.MembreBoutons span.material-icons{
    font-size: 25px;
    padding: 0 4px;
    line-height: 33px;
    background: var(--bg-darker);
    color: var(--txt-clr);
    border-radius: 7px;
    margin: 6px 5px;
    cursor: pointer;
}

.MemberList {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}


/** ========================= SUJETS ===================== */

main#topic {
    background: var(--bg-trans);
    border-radius: 25px;
}

.topic-header {
    padding: 25px;
}

div#breadcrumbs {
    background: unset;
}

div#breadcrumbs a {
    color: black;
}

#breadcrumbs a:last-child:after {

    box-shadow: 0 0 0px 0px #263238;
}

.topic-header-bottom {
    display: flex;
    justify-content: space-between;
    background: var(--bg-light);
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.AnimaPost {
	    display: flex;
        background: var(--bg-light);
        padding: 50px 101PX;
}

aside.AnimaPostProfil {
    min-width: 200px;
    background: var(--bg-dark);
    position:relative;
    min-height:700px;
	font-family: Rubik;
}

.AnimaPostBody {
    padding: 0px 15px;
	    position: relative;
		width: 100%;
        font-size: var(--txt-size-normal);
		font-family: 'Rubik';
}

.AnimaPostBouton {
    position: absolute;
    right: 0;
}
.AnimaPostProfil dd:last-of-type {
    position: initial;
	padding: 0px 20px;
    /* top: auto; */
}

.AnimaAsideButton {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.AnimaPostProfil dt:last-of-type {
    padding: 0px 20px;
    float: left;
}

span.post-author-name,  .AnimaRPG {
    padding: 0px 20px;
    margin-bottom: 10px;
}

span.AnimaPostDate {
    color: grey;
    font-weight: bolder;
    background: var(--bg-dark);
    padding: 4px;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
    font-variant: all-small-caps;
    line-height: 11px;
	width: max-content;
}

.AnimaPostProfil dd{
    position:absolute;
    top:0;
}

.AnimaPostProfil dd img{
    width:200px;
    height:400px;
}

.post-author {
    margin-top: 420px;
    overflow: hidden;
    position: relative;
}

.post-buttons ul {
    width: 65px;
}

.post-buttons li + li {
    margin-left:0px;
    margin-top: 10px;
}

.AnimaListTopics {
    background: var(--bg-light);
    padding: 20px;
}

.AnimaCategorieContainer {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 0px;
}

ul.action-bar.action-bar-top, ul.action-bar.action-bar-top a  {
    color: black;
    background: var(--bg-light);
    margin: 0;
}

#QEEL1 {
    width: 120px;
    margin-right: 20px
}

.QEEL2 {
    width: 900px;
}

.QEEL.AnimaCategorieBody {
    font-family: 'Rubik';
}

.QEEL h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

div#QEEL24 a, #QEELLog a{
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-grid;
    margin: 3px;
}

.QEELLast img {
    width: 100px;
    border-radius: 25px;
}

.QEELLast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    width: 320px;
    margin-right: 20px;
}

div#QEELBas {
    display: flex;
    margin-top: 40px;
}

p#QEELNEW {
    font-size: 25px;
    padding: 15px;
    width: 208px;
    font-weight: 500;
}

#QEELLog a{
    font-size: 14px;

}

div#QEELPosts, div#QEELUser {
    color: white;
    background: rgb(127, 190, 232);
    font-weight: 500;
    padding: 5px 35px;
    border-radius: 10px;
    text-transform: uppercase;
}

#QEELbox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

.AnimaRPG span.gen {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

svg {
    display: none;
}

.AnimaPostSVG {
    position: absolute;
    bottom: -20px;
    right: -15px;
    opacity: 00.3;
    overflow: hidden;
    z-index: 2;
}

.Hiding {
    overflow: hidden;
}


#rpg-faceclaim, #rpg-vpn, #rpg-métier, #rpg-orientation, #rpg-pronom, #rpg-age{
        font-weight: 400;
        color:black!important;
}

.Hide {
    display: none;
}

#ButtonBar.Eclaireur li a:hover span, #ButtonBar.Eclaireur li a:hover svg, .Liens.Eclaireur a:hover, .Eclaireur li span a:hover > i,  .Eclaireur li a:hover > span{
    background:rgb(234, 187, 132);
    
}

#ButtonBar.Gardien li a:hover span, #ButtonBar.Gardien li a:hover svg, .Liens.Gardien a:hover, .Gardien li span a:hover > i,  .Gardien li a:hover > span{
    background:rgb(180, 165, 237);
    
}

#ButtonBar.Veilleur li a:hover span, #ButtonBar.Veilleur li a:hover svg, .Liens.Veilleur a:hover, .Veilleur li span a:hover > i,  .Veilleur li a:hover > span{
    background:rgb(233, 112, 127);
    
}

#ButtonBar.Sacha li a:hover span, #ButtonBar.Sacha li a:hover svg, .Liens.Sacha a:hover, .Sacha li span a:hover > i,  .Sacha li a:hover > span{
    background:rgb(127, 190, 232)
    
}

.AnimaFiche img {
    max-width: 100%;
}