/* @override 
	https://cnc.festicine.fr/css/app-dev.css */

#sidebar-wrapper .logo {
	display:block;
	width:220px;
	height:50px;
	background:url(/cnc/cnc-tete-app.png);
	background-size: 220px 50px;
	font-size:0
}

#powered {
	opacity: .5;
	filter: brightness(10);
}

#powered:hover {
	opacity: 1;
	filter: none;
	transition: all .2s;
}


#page-identification .text-yellow {
	letter-spacing: 4px;
	text-transform: uppercase;
}

#logo-identification {
	margin-top: 150px;
	margin-bottom: 10px;
}

#logo-identification img {
	background-color: white;
	padding: 16px 32px;
}

#logo-koda {
	opacity: .5;
}

#logo-koda:hover {
	opacity: 1;
	transition: all .5s;	
}

/* @group table border */

table.table-maj-liste.border {
	border: 2px solid #ddd;
}

table.table-maj-liste .border-top {
	border-top: 1px solid #ddd;
}

table.table-maj-liste .border-right {
	border-right: : 1px solid #ddd;
}

table.table-maj-liste .border-bottom {
	border-bottom: 1px solid #ddd;
}

table.table-maj-liste .border-left {
	border-left: 1px solid #ddd;
}

table.table-maj-liste thead .border-top {
	border-top-width: 2px;
}

table.table-maj-liste thead .border-right {
	border-right-width: 2px;
}

table.table-maj-liste thead .border-bottom {
	border-bottom-width: 2px;
}

table.table-maj-liste thead .border-left {
	border-left-width: 2px;
}



table.table-maj-liste tbody .border-top-2 {
	border-top-width: 2px;
}

table.table-maj-liste tbody .border-right-2 {
	border-right-width: 2px;
}

table.table-maj-liste tbody .border-bottom-2 {
	border-bottom-width: 2px;
}

table.table-maj-liste tbody .border-left-2 {
	border-left-width: 2px;
}


/* @end */
