/*
Theme Name:     MO5.COM
Theme URI:      http://mo5.com/
Description:    Kazerlelutin
Author URI:     http://mo5.com/contact
Template:       hueman                           
Version:        0.1.0
*/

@import url("../hueman/style.css");



#wpadminbar {

background: #3b8dbd;
Border-bottom : 2px solid  #FFA640;
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item {
display : none;
}

#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
color: white !important;
}

.wpseo-score-icon.na {
color: white !important;
}


#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
color: white !important;
}

.entry .wp-caption {
background: none;
}

table{
box-shadow: 0px 1px 10px 0 #555;
}

.entry table th {
background : #89a6bf;
border-top : 0px;
color : white;
}

.entry table td {
text-align: center;
padding: 5px;
vertical-align: middle;
}

.entry img{
box-shadow: 2px 2px 5px 0 #333;
}

.flexslider .slides img {
border-radius : 10px;
}

.page-title .meta-single li {
display : none;
}

.page-title {
}

.post-tags {
display : none;
}
.memberplugin {
	padding: 0;
}
#member_menu_link a {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	padding: 15px 30px;
	text-align : center;
	background: #FFA640;
}
#member_menu_link a:hover {
	background: #FF8900;
}
#wpbb_login {
	padding: .5em 1em;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-weight: 600px;
	font-size: 1em;
	background: #008ACC;
}
#wpbb_login:hover {
	background: #005985;
}
#social_bouton{
margin : 5px;
}


.social-links {
padding-top: 2px;
width : 100%;
}

#clique {
background: #008ACC ;
padding : 5px ; 
color : white !important;
float : right;
clear : right;
}

#clique:hover {
background: #89a6bf ;
}

hr{
border: 0;
background: #eee;
border-bottom: 2px solid #eee;
height: 1px;
margin: 5px 0;
}

#loading-overlay {
	 display:    block;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    text-align: center;
    color: rgba(255,255,255,0.5);
    background: rgba( 0, 0, 0, .8 ) 
                url('img/loading.gif') 
                center center
                no-repeat;
   background-size: 100px 100px;             
   
}


.entry h2 {
font-size: 19px;
letter-spacing: -0.7px;
}

#nav-topbar .nav li a {
    color: #333333;
    /* color: rgba(51,51,51,1); */
}

#nav-topbar .nav li > a:hover, #nav-topbar .nav li:hover > a, #nav-topbar .nav li.current_page_item > a, #nav-topbar .nav li.current-menu-item > a, #nav-topbar .nav li.current-menu-ancestor > a, #nav-topbar .nav li.current-post-parent > a{
    color: #898d93;
}

/****

Formulaire d'adhesion

****/

.page-template-booking  .main-inner {
		padding-right: 0;
		background: none;
}
#formadhesion {
	margin: 0 auto;
	width: 70%;
}
#formadhesion .juiz_sps_links  {
	display: none;
}
#formadhesion fieldset {
	background: #F4F4F4;
	padding: 2em;
	margin: 1em;
}
.themeform p {
	padding-bottom: 1em;
}
.themeform input, .themeform textarea, .themeform button, .themform option, .themeform select {
	width: 100%;
	padding: .3em;
}
.themeform input[type="text"], .themeform input[type="date"], .themeform input[type="tel"], 
.themeform input[type="password"], .themeform input[type="email"], 
.themeform textarea, .themeform select {
	padding: 1em;
	background: #fff none repeat scroll 0 0;
    border: 2px solid #ddd;
    color: #777;
    display: block;
    max-width: 100%;
    outline: medium none;
}

.themeform legend {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #f4f4f4;
    font-weight: bold;
    padding: 0.5em 1em;
} 
.themeform .messageadh {
	width: 50%;
	padding: 1em;
	margin: 0 0 1em;
	color: #fff;
	display: block;
	background: #79acdc;
}
.themeform .montantadh {
	font-size: 1.5em;
	/*color: #418bd1;*/
}
.themeform .helptext {
	font-size: .8em;
}
.themeform .text-required {
	font-size: .8em;
	text-align: right;
	font-style: italic;
}
.themeform .submit {
	width: 80%;
}
.themeform .submit input {
	font-size: 1.5em;
	text-transform: uppercase;
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(img/loading-paypal.gif) center no-repeat #fff;
	background-size: 200px auto;
}
.paypal-loading {
    content:"Redirection vers paypal...";
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    color: #999;
    text-align: center; 
}