/*
* Global Helpers
*/
}

fieldset {
  border: none;
}

a:hover, a:active, a:visited, a:link {
  text-decoration-color: #6c757d; /* supported by most browsers */
	color: #000;
}

a.button:link, a.button:visited, a.button:active,
button, input.button, .scrollToDown, .scrollToTop {
  background: #0080FF;
	color: #fff;
}

button:hover, input.button:hover, a.button:hover, .scrollToDown:hover, .scrollToTop:hover {
  background: #0080FF;
	color: #000;
}

/*
* Icons
*/

.forum_off, .forum_offlock, .forum_offlink,
.usercp_nav_item:before,
.modcp_nav_item:before,
.thread_status.dot_folder:before,
.thread_status.dot_hotfolder:before,
.thread_status.dot_hotlockfolder:before,
.thread_status.dot_lockfolder:before,
.thread_status.dot_newfolder:before,
.thread_status.dot_newhotfolder:before,
.thread_status.dot_newhotlockfolder:before,
.thread_status.dot_newlockfolder:before,
.thread_status.folder:before,
.thread_status.hotfolder:before,
.thread_status.hotlockfolder:before,
.thread_status.lockfolder:before,
.thread_status.newfolder:before,
.thread_status.newhotfolder:before,
.thread_status.newhotlockfolder:before,
.thread_status.newlockfolder:before {
  color: #0080FF;
}

/*
* Global Background and Menu/Header/Navigation Borders + Colors
*/
}

.haut, #header_block {
  border-bottom: 2px solid #0080FF;
}

#logo, .hb_title {
  font-family: "Verdana";
}

#logo {
  color: #fff;
}

#menu-deroulant li:hover {
  background: rgba(108, 117, 125, 0.19);
  color: #0080FF;
  border-bottom: none;
}

#home_bit, .active, .navigation {
  color: #0080FF;
	color: #000;
}

#home_bit:hover, .active {
  opacity: 0.8;
}

/*
* Tables
*/

.thead {
	background: #e2e2e2;
	color: #000;
	border: 1px solid #0080FF;
}

.tcat {
  background: #0080FF;
  color: #fff;
}

/*
* Who's Online/Footer
*/

.wo_title {
  color: #0080FF;
}

.footer-distributed {
	background: #e2e2e2;
	color: #000;
	border-top: 3px solid #0080FF;
}

.footer-distributed .footer-icons a:hover .fa-facebook-f {
  color: #2A5EF6;
}

/* Mobile */

#mobile_member {
    background: #0080FF;
}

.subforum_minioff {
    color: #0080FF;
}

