/*  phpBB3 proflat Style Sheet - blue ----------------------------- */

/**  base.css  --------------------------------------------------  **/
a:hover,
a:focus,
a:active {
  color: #444444/*7eb600*/; }

/**  colours.css  -----------------------------------------------  **/
/* 31 - Colours and backgrounds for links.css */
a:hover {
  /*color: #7eb600;*/
  font-weight: bold;
  text-decoration: underline /*!important*/;
  /*font-size:1.2em*/  }

/* 51 - Post body links */
.postlink:hover {
  border-bottom-color: #7eb600;
  color: #7eb600; }

/* 76 - Arrow links */
.arrow-left:hover, .arrow-right:hover {
  color: #7eb600; }

/* 81 - Round cornered boxes and backgrounds */
.headerbar {
  background-color: #ffffff; }

.forumbg {
	background-color: #b6afa0;
	background-color: transparent;
	border: 1px solid #eae8e3;  }

.forabg {
  background-color: transparent;
	border: 1px solid #eae8e3;  }

/* 195 - Misc layout styles */
.sep {
  color: #7eb600; }

/* 209 - Icon styles */
a:hover .icon.icon-blue,
a:hover .icon.icon-green,
a:hover .icon.icon-lightgray,
a:hover .icon.icon-orange,
a:hover .icon.icon-red {
  color: #7eb600; }
.icon.icon-red{
	color: #fe8500;
}
/* 247 - Jumpbox */
.jumpbox-cat-link {
  background-color: #00beef;
  border-top-color: #00beef; }

.jumpbox-cat-link:hover {
  background-color: #7eb600;
  border-top-color: #7eb600; }

/* 318 - Colours and backgrounds for content.css */
li.row a:hover strong {
  color: #7eb600; }

/* 373 - Content container styles */
.posthilit {
  background-color: #00beef; }

/* 596 - Colours and backgrounds for buttons.css */
.button {
  border-color: #00beef;
  background-color: #00beef; }

.button:hover,
.button:focus {
  border-color: #7eb600;
  background-color: #7eb600;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);}

.button-search:hover,
.button-search-end:hover {
  border-color: #7eb600; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);}

  /****** lisibilité retour forum left arrow sous réponse *************************/
.section-viewtopic p.jumpbox-return {
    background-color: #fe0054;
	font-weight: bold;
    padding: 5px 10px 5px 5px;
}
.section-viewforum p.jumpbox-return {
    background-color: #7eb600;
	font-weight: bold;
    padding: 5px 10px 5px 5px;
}
.section-viewforum .jumpbox-return:hover, .section-viewtopic .jumpbox-return:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
	background-color: #7eb600;
}
.jumpbox-return a,.jumpbox-return a:hover{
	color: #ffffff !important;
}
/* 643 - Pagination */
.pagination li a {
  background-color: #00beef;
  border-color: #00beef; }

.pagination li.active span {
  background-color: #7eb600;
  border-color: #7eb600; }

.pagination li a:hover,
.pagination li a:hover .icon,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
  background-color: #7eb600;
  border-color: #7eb600; }

/* 795 - CP tabbed menu */
.tabs .tab > a {
  background-color: #00beef; }

.tabs .tab > a:hover {
  background: #7eb600; }

.tabs .activetab > a,
.tabs .activetab > a:hover {
  background: #7eb600;
  border-color: #7eb600; }

/* 822 - Mini tabbed menu used in MCP */
.minitabs .tab > a {
  background-color: #00beef; }

.minitabs .tab > a:hover,
.minitabs .activetab > a,
.minitabs .activetab > a:hover {
  background-color: #7eb600; }

/* 844 - UCP navigation menu */
/* 847 - Link styles for the sub-section links */
.navigation a,
.rtl .navigation a {
  background: #00beef; }

.navigation a:hover,
.navigation .active-subsection a,
.navigation .active-subsection a:hover {
  background-color: #7eb600; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);}

  
@media (max-width: 900px) {
  #navigation a, .rtl #navigation a {
    background: #00beef; }

  #navigation a:hover,
  #navigation .active-subsection a,
  #navigation .active-subsection a:hover {
    background-color: #7eb600;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);	}
		}
/* 950 - Colours and backgrounds for forms.css */
/* 1008 - Input field styles */
.inputbox:hover, .inputbox:focus {
    border-color: #b6afa0; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);}}
 
.search-box .inputbox, .search-box .inputbox:hover, .search-box .inputbox:focus {
    border : 1px solid #b6afa0 !important;
}
.search-header .inputbox, .search-header .inputbox:hover, .search-header .inputbox:focus {
    border : 1px solid #b6afa0 !important;
}
.search-box .inputbox:hover, .search-box .inputbox:focus, .search-header .inputbox:hover, .search-header .inputbox:focus{
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}

/* 1041 - Form button styles */
a.button1, input.button1, input.button3, a.button2, input.button2 {
  border-color: #00beef;
  background-color: #00beef; }

a.button1, input.button1 {
  border-color: #00beef; }

/* 1060 - Alternative button */
a.button2, input.button2, input.button3 {
  border-color: #00beef; }

/* 1070 - Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border-color: #7eb600;
  background-color: #7eb600;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);}

/* 1080 - Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
  border-color: #7eb600; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);}
a.button1:focus, input.button1:focus, input.button3:focus, a.button2:focus, input.button2:focus {
    border-color: #7eb600;
background-color: #7eb600;}

.activetab, .tab:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
	}
	
	
/* 1161 - Notifications */
.badge {
  background-color: #00beef; }

/**  proflat.css  -----------------------------------------------  **/
/* Forum icons & Topic icons */
.global_unread:before,
.global_unread_mine:before,
.announce_unread:before,
.announce_unread_mine:before,
.sticky_unread:before,
.sticky_unread_mine:before {
  /* background-color: #00beef; */ }

.global_unread_locked:before,
.global_unread_locked_mine:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before,
.forum_unread_locked:before,
.topic_unread_locked:before,
.topic_unread_locked_mine:before {
  /* background-color: #00beef; */ }

.forum_unread:before,
.forum_unread_subforum:before,
.topic_unread:before,
.topic_unread_mine:before {
  /* background-color: #00beef; */ }

.sticky_unread_locked:before,
.sticky_unread_locked_mine:before {
  /* background-color: #00beef; */}

.topic_unread_hot:before,
.topic_unread_hot_mine:before {
  /* background-color: #00beef; */}

.pm_unread:before {
  /* background-color: #00beef; */ }

/* Icon image */
.icon.fa-file-o.icon-red {
  color: #fe0054; }
/* Miscellaneous styles */
a.unread, i.icon-unread {
  color: #fe0054; }
a.unread:hover, i.icon-unread:hover {
  color: #444444; }
.forabg a:hover .icon.icon-red {
    color: #444444;}
.forabg a:hover .icon.icon-blue, .forabg a:hover .icon.icon-green, .forabg a:hover .icon.icon-lightgray, .forabg a:hover .icon.icon-orange, .forabg a:hover .icon.icon-red {
    color: #444444;}
/*.footerbar {
  background-color: #ffffff; }*/

/* Notifications */
a:hover .badge,
.badge:hover {
  background-color: #7eb600; }

/* Poster profile block */
.online-text {
  color: #fe8500; }

/* Post control buttons */
.format-buttons .bbcode-size {
	border-color: #00beef; }
.format-buttons .bbcode-size:hover {
	border-color: #7eb600; }

/* stat-block */
.stat-block h3 {
  background-color: transparent; }

/*# sourceMappingURL=color_proflat.css.map */
