/*footer**/
.tabellenfooter {
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
width:800px;
box-sizing:border-box
}

.tabellenfooter__bot {
display:flex;
justify-content:space-around;
align-items:center;
flex-direction:row;
width:800px;
height:80px
}

.tabellenfooter__footer {
display:flex;
justify-content:space-evenly;
align-items:center;
flex-direction:row;
height:125px;width: 1005px;background: #1c1c1c;}

.bot__stats {
width:280px;
display:flex;
align-items:center;
justify-content:center;
height:65px;
flex-wrap:wrap;
background-image: url(https://images2.imgbox.com/89/71/KU5H6IiD_o.png);
object-fit:cover;
border:5px solid var(--fonce);
margin-right:10px;
background-size: cover
}

.bot__stats span {
    background-color: #597274;
min-width:100px;
font-style:italic;
font-family:"playfair display",serif;
text-align:center;
padding:4px;
font-size:12px
}

.bot__stats span:nth-of-type(1) {
margin-right:5px
}

.bot__credit {
    padding: 4px;
    border: 1px solid var(--mid);
    font-size: 11px;

}

.bot__credit > p {
    padding: 6px;
    overflow-y: scroll;
    margin: 0;
background-color: #242321;
    height: 34px;
    color: #aaaaaa;
}

.footer__linie {
width:230px;
height:160px;
width:235px;
padding:2px;
border: 1px solid #1d1d1d;
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
	background-image: var(--bg_deco);
}

.footer__linie p {
    width: 225px;
    height: 65%;
    margin: 2px 0;
    overflow-y: auto;
    text-transform: lowercase border: 1px solid #0f1d22;
background-color: #0c1010;
}

.footer__linie > p:nth-child(2) {
overflow-y:auto;
max-height:90%;
line-height:11px
}

.footer__linie > p:nth-child(2) a {
font-size:11px
}

.footer__month {
    width: 230px;
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #11181b;
    color: #aaaaaa;
}

.tabellenfooter__rec {
font-family:"vidaloka",serif;
font-size:13px;
text-transform:uppercase;
width:220px;
text-align:center;
margin:0;
padding-bottom:10px;
margin-bottom:10px:
color: var(--co5);
}

.tabellenfooter__rec > hr {
border-footer:1px solid var(--co3_light);
padding-footer:10px
}

.month__img {
display:flex;
justify-content:space-around;
align-items:center;
width:180px
}

.month__img img {
width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    border: 4px solid #9c7466;
    opacity: .6;
}

.tabellenfooter__rec > strong {
    background-color: #242a2d;
    width: 130px;
    padding: 2px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-left: 4px double #151515;
    border-right: 4px double #151515;
    text-shadow: 1px 1px solid #1d1b1b;
    font-size: 11px;
}

.footer__groupes {
width:87px;
display:flex;
justify-content:space-between;
align-items:center;
flex-direction:column;
height:160px;
margin:0 5px;
box-sizing:border-box
	background: #162024;
}

.footer__groupes > a {
    box-sizing: border-box;
    text-decoration: none;
    background-color: #222222;
    min-width: 100px;
    min-height: 10px;
    text-align: left;
    padding: 2px;
    font-size: 9px;
    letter-spacing: 3px;
    border-bottom: 1px solid #e8e9e9;
    transition: all .5s;
    color: #aaaaaa;
}

.footer__groupes > a:hover {
text-shadow:1px 1px 0 var(--blanc);
background-color:var(--fonce);
border:1px solid var(--clair);
padding-left:10px
}

.footer__connexion {
width: 210px;
    box-sizing: border-box;
    height: 160px;
    padding: 2px;
    /* border: 3px solid; */
    border-image: linear-gradient(to right,#eedfd9,#d9ded0) 15;
    background-color: #222222;
    text-transform: lowercase;
	border: 1px solid #0f1d22;
    background-color: #11181b;
    color: #aaaaaa;
}

.footer__connexion > p {
margin:0;
overflow-y:scroll;
height:150px
}

.footer__connexion table td.row1 {
background-color:transparent!important
}
    
		
		
		
		
		
		
		
		
		
		