body {
    background: none repeat scroll 0% 0% #F0F0F0;
}

.entry li {
    font-size: 16.2px !important;
}

body.single p {
  font-size : 0.9em;
  line-height : 1.4em;
}

#nav-header .nav li a { 
  color: #F0F0F0; 
}	

.navItemSelected{
  background-color:#E83B93 !important ;
}

.widget_recent_comments ul li, .widget_recent_entries ul li {
    color: #777;
}

@media only screen and (max-width: 479px) {
	.sidebar { background: #F0F0F0; width: 100%; display: block; float: none; }
    .s1, .s2 { right: 0!important; left: 0!important; width:100%; }
}

/* display widget */
.widget a {
  font-size: 14px;
  color:#111111;
}

.widget a:hover, #footer .widget a:hover {
  color:#E83B93;
}

.widget {
  line-height: 20px;
  font-size: 14px;
}

.widget li a {
  line-height: 20px;
  color:#111111;
}

#footer a {
  line-height: 20px;
  color:#F0F0F0;
}

.widget dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget_text > h3, {
  background-color:#181735;
  padding: 10px;
  color: #FFFFFF;
}

.sidebar .widget {
    padding: 10px 10px 10px 10px;
}

/* sidebar title */
.widget > h3, .widget_search > h3 {
  background-color:#181735;
  margin: 5px -30px 5px -30px;
  padding: 10px 40px 10px 40px;
  color: #FFFFFF;
}


/* update body text color and spacing */

body {
  color: #111111;
  line-height: 24px;
}

.commentlist .comment-body p {
  color: #111111;
}

.excerpt.entry{
  color: #111111;
}


/* align header image */

#header .pad {
  padding: 3px;
}

#header .pad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* reduce space in archive */

.widget_archive ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_recent_comments ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

/*redure the width of the left side bar */
.col-3cm .s1 { float: left; margin-left: -260px;}

.col-3cm .main-inner { background: url(prd/wp-content/themes/hueman/img/sidebar/s-left.png) repeat-y left 0; padding-left: 260px; padding-right: 260px; }

@media only screen and (min-width: 961px) and (max-width: 1200px) {
     .col-3cm .main-inner { /*background-position: -210px 0!important; */padding-right: 50px; }	
}

@media only screen and (min-width: 480px) {
     .s1 { width: 260px; z-index: 2; } 	
}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s1 : 960px > 480px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 960px) {
		
	/* s1 expand/collapse */
	.s1-expand .s1 { background: #F0F0F0; position: absolute; top: 0; bottom: 0; width: 260px; margin: 0!important; z-index: 9; overflow: auto;
	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
  .s1-expand .s1 .sidebar-content,  
  .s1-expand .s1 .post-nav { display: block; min-width: 260px; }
  .col-3cm .s1 { float: left; margin-left: -50px;}
	/* 3 column, content middle */
	.col-3cm .main-inner { background-position: -210px 0!important; padding-left: 50px; padding-right: 50px; }	
  .s1 { width: 50px; z-index: 2; }
}


@media only screen and (min-width: 480px) and (max-width: 1200px) {
	
	/* s2 expand/collapse */
	.s2-expand .s2 { background: #F0F0F0; position: absolute; top: 0; bottom: 0; width: 260px; margin: 0!important; z-index: 9; overflow: auto;
	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
}


/* ------------------------------------------------------------------------- *
 *  Mobile (Mid Res) : 719px > 0px (480px &amp; 320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {
	
	/* 3 column, content middle */
	.col-3cm .main-inner { background-position: -220px 0!important; padding-left: 40px; padding-right: 40px; }	
    .s1 { 
    	background: #F0F0F0;
  }
}

/* average note box */


/* liste alphabétique */
.first_letter_link {
   width:35px;
   margin:1px;
}

.first_letter_link_0-9 {
   width:72px;
   margin:1px;
}

.first_letter_link_active {
   background-color: #181735;
   color: #FFFFFF;
}

/* list formatting dans les colonnes */
ol.wpp-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 1.5em;
    padding: 0;
  
    counter-reset: li-counter;
}
ol.wpp-list > li {
    list-style-type: decimal;
    position: relative;
    margin-bottom: 2px;
    padding-left: 0.5em;
    min-height: 1em;
    border-left: 2px solid #CCCCCC;
    vertical-align: top; 
}

.td-align-top {
    vertical-align: top; 
}

.td-no-wrap  {
    white-space: nowrap;
    float: right;
}

.widget ol.wpp-list > li {
  list-style-type: decimal;
  overflow: visible;
  text-align: left;
}

ol.wpp-list > li:before {
    position: absolute;
    top: 0.1em;
    left: -1.5em;
    width: 1em;

    font-size: 1.2em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;

    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.wpp-list li span.wpp-stats { 
  display:block; 
}

.wpp-stats {
  float:right;
  color:#E83B93;
}

/* repositionnement des images */

.post-thumbnail img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 300px;
}

.post-comments {
  top: auto;
  bottom: -40px;
}


/* Price Minister */

.acheter {
  display: block;
  margin-top:0;
  float:right;
  background-color: #FFFFFF;
  color: #FFFFFF;
  vertical-align: middle; 
}

.acheter a {
  background-color: #FFFFFF;
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
}

/* Banner */
#header .pad  {
  padding:0;
}
p.site-title {
  display:none;
  margin:0;
}

/* sous titres dans la colonne de gauche */
.s2-subtitle {
  text-align:center;
  font-weight:bold;
  width:100%;
  font-size:1.2em;
  margin-bottom:15px;
  color:#181735
}

.widget_text, .widget > h3 {
  text-align:center;
}

#post_alphabetical_list > ul > li {
  text-align:left;
}

/* end */
/* post_box */
/* average note box */

.post_box {
  border: 1px solid #E83B93;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 130px;
  min-height: 110px;
  margin-bottom: 10px;
}

.post_box_details {
  padding: 0px;
}

.postbox_note {
  background-color: #E83B93;
  width:120px;
  height:105px;
  float: right;
  display: block;
  margin-top: -5px;
  margin-right: -135px;
  padding-top: 15px;
  margin-bottom: -5px;
}

.average_note_title {
  color: #eeeeee;
  text-align: center;
}

.average_note_value {
  font-size: 36px;
  color: #ffffff;
  /*height:100%;*/
  margin:8px;
  text-align: center;
}

.postbox_left {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding-right: 3px;
}

.postbox_right {
  width: 50%;
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
  padding-left: 3px;
}

.postbox_firstline {
  padding-right: 10px;
}

.postbox_secondline {
  display: table;
  width: 100%
}
/* end post_box */

@media only screen and (max-width: 830px) {
    .postbox_left {
    	width: 100%;
    	display: table-row;
    }
    
    .postbox_right {
    	width: 100%;
    	display: table-row;
    }
  
  	.postbox_note {
	  	background-color: #E83B93;
  		width:130px;
  		height:120px;
  		float: right;
  		display: block;
  		margin-top: -5px;
  		margin-right: -130px;
  		padding-top: 15px;
  		margin-bottom: -5px;
	}
}

/* reviews */


.customer_box {
  border: 1px solid #E83B93;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  min-height: 38px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.customer_box_note {
  float: right;
  background-color: #E83B93;
  color:white;
}

.customer_box_title {
  width: auto;
  float: left;
  margin-top: 5px;
  font-weight: 600;
}

.customer_box_note {
  float: right;
  width: 300px;
  margin-top: -6px;
  margin-bottom: -5px;
  height: 50px;
}

.customer_box_text {
  padding: 5px;
  margin-top: 5px;
  float: left;
}

.customer_box_text_right {
  padding: 5px;
  margin-top: 5px;
  float: right;
}

.customer_box_value {
  padding: 10px;
  font-size: 36px;
}

.customer_box_note_no_note {
  float: right;
  width: 175px;
  margin-top: -6px;
  margin-bottom: -5px;
  height: 50px;
  background-color: #E83B93;
  color: white;
}

.customer_box_text_no_note {
  margin: 10px;
  float:right;
}

.wpcr3_button_1 {
	border: 3px solid;
	border-color: #E83B93 #E83B93 #E83B93 #E83B93;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #E83B93;
	background: -moz-linear-gradient(top,  #ffffff 0%, #FFCAFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#FFCAFF));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#FFCAFF 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#FFCAFF 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#FFCAFF 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#FFCAFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFCAFF',GradientType=0 );
	color: #181735;
	cursor:pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	outline: 0;
	padding: 5px 12px 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	float:none;
	height:auto;
	text-indent:0;
	margin-bottom: 15px;
 }

.wpcr3_button_1:hover {
	background: #dedede;
	background: -moz-linear-gradient(top,  #FFCAFF 0%, #E83B93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCAFF), color-stop(100%,#E83B93));
	background: -webkit-linear-gradient(top,  #FFCAFF 0%,#E83B93 100%);
	background: -o-linear-gradient(top,  #FFCAFF 0%,#E83B93 100%);
	background: -ms-linear-gradient(top,  #FFCAFF 0%,#E83B93 100%);
	background: linear-gradient(to bottom,  #FFCAFF 0%,#E83B93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCAFF', endColorstr='#E83B93',GradientType=1 );
    border-color: #E83B93;
    color: #FFFFFF;
    cursor:pointer;
    font-weight: normal;
}

.wpcr3_button_1:active, .wpcr3_button_1:focus {
    background-position: 0 -25px;
	background: #dedede;
	background: -moz-linear-gradient(top,  #FFCAFF 0%, #E83B93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E83B93), color-stop(100%,#E83B93));
	background: -webkit-linear-gradient(top,  #FFCAFF 0%,#E83B93 100%);
	background: -o-linear-gradient(top,  #FFCAFF 0%,#E83B93 100%);
	background: -ms-linear-gradient(top,  #FFCAFF 0%,#E83B93 100%);
	background: linear-gradient(to bottom,  #FFCAFF 0%,#E83B93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E83B93',GradientType=1 );
    border-color: #E83B93 #E83B93 #E83B93 #E83B93;
    color:#181735;
}

.customer_box_note_top {
  padding: 10px 10px 15px; 
  width: 95px; 
  text-align: center; 
  color: white; 
  font-family: "Titillium"; 
  font-size: 30px; 
  margin-top: -5px; 
  float: right; 
  background-color: rgb(232, 59, 147);
}

/* ANIMATIONS */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox  12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* largeur de la recherche dans le menu */
.vindjeu_search_menu {
  width: 300px;
}

