html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625); 
  height: 100%;
}


body {
max-width: 1280px;
text-align:center;
margin: 0 auto 0 auto;
background-color: #DDDDDD;
font-size: 1.4rem;
color: #000;
font-family: sans-serif;
line-height: 1.5;
height: 100%;
}

a {
/*	color: #2199e8;*/
	color: #1b12b0;
}


/* you shall not pass */
div, textarea, table, td, th, code, pre, samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

article img {
	max-height: 100px;
	max-width: 100%;
}

#header {
padding: 0;
margin-top:0;
}

.menu {
height: 100px;
background-color: #fff;
}

ul.server_messages {
	list-style: none;
	margin: 0;
}

i.alert {
	font-size: 5rem;
	color: #f00;
}

i.info {
	font-size: 5rem;
	color: #00f;
}

i.success {
	font-size: 5rem;
	color: #47B635;
}


.menu ul {
	margin:0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.menu li {
	display: inline-block;
	padding: 1rem;
	height: 100px;
}

.menu li.logo a {padding-top : 0;}
.menu li i.big {font-size: 36px;}

.menu li a {
    display: inline-block;
    color: #5d5d5d;
    text-align: center;
    padding: 30px 8px 2px;
    vertical-align: bottom;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.1em;
    text-transform: uppercase;
}

.menu li a.lien-img {
	padding-top: 15px;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu .logo img {
max-height: 80px;
}

.badge {
	font-size: 0.7em;
	margin-bottom: -2.8em;
}

.badge-msg {
	margin-left: -1.2em;
}
.badge.alert {
	position: relative;
	float: right;
}
#pseudo {
	text-transform: initial;
	font-size: 0.5em;
}

.small-menu .menu li a.lien-img {
	padding-top: 0;
}

.small-menu .menu li {
	padding: 0;
}

.small-menu #pseudo {
	text-transform: initial;
	font-size: 0.7em;
}


.small-menu {height: 50px;}
.small-menu div {
    padding: 0;
	margin:0;
	overflow:hidden;
	display: inline-block;
	height: 50px;
}
.small-menu div.logo {padding: 0px;}
.small-menu div a {
    font-size: 12px;
    color: #5d5d5d;
}
.small-menu li i.big {font-size: 24px; padding-top: 5px;}
.small-menu .badge {font-size: 0.7em;padding:4px;}
.small-menu .badge-msg {margin-left: -1.5em;}
.small-menu .logo img {max-height: 50px;}
.small-menu .navicon {padding-left: 10px; padding-top:5px; text-align:left;}
/*.small-menu .compte a {padding-right: 10px; text-align:right; font-size: 15px; color: #5d5d5d;}*/

.mobile-menu {
	height: 160px;
}
.mobile-menu li {
	padding: 0px;
	margin: 2px;
	height: 30px;
	border-bottom: 1px solid #ddd;
}

.mobile-menu li a {
    display: block;
    text-align: left;
    padding: 2px;
    padding-left: 10px;
    vertical-align: bottom;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
}

#nav-mobile-menu i {
	font-size: 2.5em;
}

#recherche {
	margin : 0px;
	padding: 5px 0px 5px 0px;
	background-color: #47B635;
	text-align:center;
}
#recherche #rech_nom {
	width:98%;
	margin-left: 2%;
	margin-bottom: 0px;
	padding: 5px;
	height: 1.8em;
	font-size: 1.5em;
}
#recherche .button {
	margin-right: 10px;
	padding: 5px 10px 5px 10px;
	font-size: 1.5em;
	height: 1.8em;
}
#header, #main {
	background-color: #f5f5f5;
	margin-left : 0;
	min-height: 100vh;
}

/*
#menu_user {
	display: none;
	background-color: #5d5d5d;
}

#menu_user ul {
	margin:0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#menu_user li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#menu_user li a:hover {
	text-decoration: underline;
}
*/
.img-responsive {
max-width: 100%;
height: auto; 
display: block;
}
/*
section article:first-child {
	border-top : 1px solid #C0E0AD;
}*/

article {
	border-bottom : 1px solid #C0E0AD;
	padding-top : 10px;
}

.en-avant {
	border : 2px solid darkorange;
}
article.vente-en-cours {
	border : 2px solid gray;
}


article.arrivage a, article.arrivage a:hover, article.message .lien_membre {
	text-decoration: none;
	color: #000;
}

article.arrivage a .h4-like {
/*	color: #2199e8;*/
	color: #1b12b0;
}

article.message, article.abonnement {
	border: 0px;
	border-bottom: 1px solid #5d5d5d;
}

article.message:first-child, article.abonnement:first-child {
	border-top : 0px;
}
article.message:last-child {
	border-bottom : 0px;
}

article.message a, article.message a:hover {
	text-decoration: none;
	color: #5d5d5d;
}

.message {
	font-size: 1.4rem;
}


.prix {
color: #C30000;
font-size: 1.3em;
/*text-align: left;*/
font-weight: bold;
padding-bottom: 5px;
/*width: 90px;*/
}

.btn {
	background-color : #F54587;
	border-bottom : 5px solid #000000;
	padding : 10px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	width: 150px;
}

footer, footer a  {
background-color: #5d5d5d;
color: #fff;
}

footer a  {
text-decoration: none;
}

footer ul {
	list-style: none;
	text-align: left;
	padding-left : 0;
}

footer h4 {
	text-align: left;
	border-bottom: 1px solid #fff;
}

footer a:hover, footer li a:hover {
	text-decoration: underline;
	color:#fff;
}


#form-filter {
	background-color: #ddd;
}

#form-filter h3 {
	padding-left: 10px;
}

#form-filter-gauche, #form-filter-droite {
	text-align: left;
/*	float: left;
	width:50%; 
	padding: 0 0 10px 10px; */
}
 
#form-filter-droite {
	text-align: center;
/*	vertical-align: bottom;
	margin : 20px 0 10px 0;*/	
}

label{
	color: #555;
	font-size: 1.5rem;
}

select {
	font-size: 1.5rem;
	height: 3rem;
	margin-bottom: 0;
}

[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	font-size: 1.5rem;
	height: 3rem;
}

input:not([type="submit"]):focus, input:not(#rech_nom):focus, textarea:focus {
	background: #F0F8FF; 
	box-shadow: 0 0 5px 5px #F0F8FF;
}

#rech_nom:focus {
	box-shadow: none;
}

label.error {
}

small.error {
	color: red;
	font-size: 1.5rem;
}
input:not([type="submit"]).error, select.error, textarea.error {
	border: 1px solid red;
	background-color: #fbcccc;
}

label.required:after {
  content:"*";
  color:red;
}

.help-text {
	margin-top: 0.25rem;
	font-size: 1rem;
}
[type="submit"] {
	font-size: 1.25rem;
}


@media screen and (max-width: 639px) {
	#form-filter input[type=submit]{
		margin-top: 20px;
	}
}

#en-avant, #menu-mo-compte {
	border: 1px solid darkorange; /*#F54587;*/ 
}

#en-avant h2, #menu-mon-compte h2 {
	background-color: darkorange;
	color: #fff;
	margin-top : 0;
}

#en-avant article {
	border-bottom : 1px solid  darkorange;
	border-top : 0px;
}
#en-avant article:last-child  {
	border-bottom : 0px;
}

#menu-mon-compte ul {
	margin-left : 2em;
}

.listeAnnonces img {
	padding: 0.5rem;
/*	max-width: 100px;
	max-height: 100px;*/
}

.listeAnnonces .h4-like {
	font-size: 1.6rem;
}

.listeAnnonces .prix {
	font-size: 1.8rem;
}

.arrivages-voir-plus {
	background-color: #47B635;
	text-align: center;
}
.arrivages-voir-plus a {
	color: #fff;
}

.enavant-voir-plus {
	background-color: darkorange;
	text-align: center;
}
.enavant-voir-plus a {
	color: #fff;
}


.pub-droite {
	margin-top: 10px;
}
.pub-droite h4 {
	text-transform: uppercase;
	color: #5d5d5d;
	padding:0;
	margin: 0;
}

.info_pub {
	border: 1px solid #BCE8F1;
	padding : 10px 5px 10px 5px;
/*	width: 290px; */
	text-align: justify;
	vertical-align: middle;
	margin : 0;
	color: #31708F;
	background-color: #D9EDF7;
}

#francemap {
	width: 650px;
	height: 60vh;
	max-width: 100%;
}

@media screen and (max-width: 439px) {
	#francemap {
		width: 300px;
		height: 300px;
	}
}
/*
@media screen and (max-width: 1023px) {
	#francemap {
		width: 600;
		height: 520px;
	}
}
*/
#arrivages {
	border-bottom: 1px solid #47B635;
	margin-top: 10px;
}

#arrivages article {
	border-top : 0px;
}
#arrivages:last-child {
	border-bottom: 0px; 
}

#arrivages h2 span {
	background-color: #47B635;
	color: #fff;
}

#rappel-annonce {
	border: 1px solid #47B635;
	margin-top: 10px;
}

#rappel-annonce h2 {
	background-color: #47B635;
	color: #fff;
	margin-top: 0;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	#arrivages h2 span  {
		font-size: 2.4rem;
	}
}

.rss {
	color: #f0b651;
}

.pagination li {
	font-size: 1em;
	display: inline-block;
}

.pagination li.current {
	background-color: #47B635;
}

.readonly {
	margin-top: 0.75em;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.5rem;
}

/******************* AUTOCOMPLETE ****************/


/* scroll results */
.ui-autocomplete {
	position:relative;
    overflow-x: hidden;
}
 
.ui-autocomplete li {
    font-size: 16px;
    border-bottom: 1px solid #5d5d5d;
    text-align: left;
    background-color: #eee;
}


/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0; }

.pan,
.pa0 {
  padding: 0; }

.mas {
  margin: 1rem; }

.mam {
  margin: 2rem; }

.mal {
  margin: 4rem; }

.pas {
  padding: 1rem; }

.pam {
  padding: 2rem; }

.pal {
  padding: 4rem; }

.mtn,
.mt0 {
  margin-top: 0; }

.mts {
  margin-top: 1rem; }

.mtm {
  margin-top: 2rem; }

.mtl {
  margin-top: 4rem; }

.mrn,
.mr0 {
  margin-right: 0; }

.mrs {
  margin-right: 1rem; }

.mrm {
  margin-right: 2rem; }

.mrl {
  margin-right: 4rem; }

.mbn,
.mb0 {
  margin-bottom: 0; }

.mbs {
  margin-bottom: 1rem; }

.mbm {
  margin-bottom: 2rem; }

.mbl {
  margin-bottom: 4rem; }

.mln,
.ml0 {
  margin-left: 0; }

.mls {
  margin-left: 1rem; }

.mlm {
  margin-left: 2rem; }

.mll {
  margin-left: 4rem; }

.mauto {
  margin: auto; }

.mtauto {
  margin-top: auto; }

.mrauto {
  margin-right: auto; }

.mbauto {
  margin-bottom: auto; }

.mlauto {
  margin-left: auto; }

.ptn,
.pt0 {
  padding-top: 0; }

.pts {
  padding-top: 1rem; }

.ptm {
  padding-top: 2rem; }

.ptl {
  padding-top: 4rem; }

.prn,
.pr0 {
  padding-right: 0; }

.prs {
  padding-right: 1rem; }

.prm {
  padding-right: 2rem; }

.prl {
  padding-right: 4rem; }

.pbn,
.pb0 {
  padding-bottom: 0; }

.pbs {
  padding-bottom: 1rem; }

.pbm {
  padding-bottom: 2rem; }

.pbl {
  padding-bottom: 4rem; }

.pln,
.pl0 {
  padding-left: 0; }

.pls {
  padding-left: 1rem; }

.plm {
  padding-left: 2rem; }

.pll {
  padding-left: 4rem; }

  /* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w33 {
  width: 33.3333%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w66 {
  width: 66.6666%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w90 {
  width: 90%; }

.w100 {
  width: 100%; }

.w50p {
  width: 50px; }

.w100p {
  width: 100px; }

.w150p {
  width: 150px; }

.w200p {
  width: 200px; }

.w300p {
  width: 300px; }

@media (min-width: 400px) {
  .w400p {
    width: 400px; }
  .w500p {
    width: 500px; }
  .w600p {
    width: 600px; } }

@media (min-width: 700px) {
  .w700p {
    width: 700px; }
  .w800p {
    width: 800px; } }

@media (min-width: 960px) {
  .w960p {
    width: 960px; }
  .mw960p {
    max-width: 960px; }
  .w1140p {
    width: 1140px; }
  .mw1140p {
    max-width: 1140px; } }

.wauto {
  width: auto; }
  
  
  /* simple blocks alignment */
.left {
  margin-right: auto; }

.right {
  margin-left: auto; }

.center {
  margin-left: auto;
  margin-right: auto; }

/* text and contents alignment */
.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

/* floating elements */
.fl {
  float: left; }

img.fl {
  margin-right: 1rem; }

.fr {
  float: right; }

img.fr {
  margin-left: 1rem; }

img.fl,
img.fr {
  margin-bottom: 0.5rem; }
  

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5; }

  
h1, .h1-like {
  font-size: 3.2rem;
  font-family: sans-serif; }

h2, .h2-like {
  font-size: 2.8rem;
  font-family: sans-serif;
  margin-top: 1rem;  
}

h3, .h3-like {
  font-size: 2.4rem;
  margin-top: 1rem; 
}

h4, .h4-like {
  font-size: 2rem; }

h5, .h5-like {
  font-size: 1.8rem; }

h6, .h6-like {
  font-size: 1.6rem; }

/* alternate font-sizing */
.smaller {
  font-size: 0.6em; }

.small {
  font-size: 0.8em; }

.big {
  font-size: 1.2em; }

.bigger {
  font-size: 1.5em; }

.biggest {
  font-size: 2em; }
  
 /* Icons */
 .fi-torso, .fi-mail {
 font-size: 36px;
}

.couv {
	width:100%;
	max-width:500px;
}

.orbit-previous, .orbit-next {
	color: #000;
	font-size: 2em;
}

.orbit-image {
	width: auto;
}

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
  position:relative;
  padding:5px;
  margin:1em 0 1em;
  border:2px solid #5a8f00;
  color:#333;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  width: 90%;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
  margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
  margin-right:30px;
  border-color: #2199e8;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#5a8f00 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
  top:auto; /* controls vertical position */
  bottom:10px;
  left:-30px; /* value = - border-left-width - border-right-width */
  border-width:10px 25px 10px 0;
  border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
  top:auto; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:16px;
  left:-21px; /* value = - border-left-width - border-right-width */
  border-width:4px 16px 4px 0;
  border-color:transparent #fff;
}

/* Bubbles : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
  top:auto; /* controls vertical position */
  bottom:10px;
  left:auto;
  right:-30px; /* value = - border-left-width - border-right-width */
  border-width:10px 0 10px 25px;
  border-color:transparent #2199e8;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
  top:auto; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:16px;
  left:auto;
  right:-21px; /* value = - border-left-width - border-right-width */
  border-width:4px 0 4px 16px;
  border-color:transparent #fff;
}

.time {
    font-size: 1rem;
    color: #5d5d5d;
    margin-top: 5px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.lu {
	color: #2199e8;
}

/* T Y P E */
.typezone{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 150px;
    z-index: 99;
    background: #eee;
    border: none;
    outline: none;
}
.typezone textarea, .typezone textarea:hover {
    position: absolute;
    bottom: 0px;
    left: 8%;
    right: 8%;
    width: 80%;
    height: 100px;
    z-index: 100;
    background: #fafafa;
    border: none;
    outline: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    color: #666;
    font-weight: 400;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: auto;
    overflow-x: hidden;
    resize: none;
    z-index: 200;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
}
.typezone textarea:focus {
    height: 300px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

@media screen and (max-height: 768px) {
.typezone textarea:focus {
	    height: 150px;
	}
}

/* R E S P O N S I V E   C O N F I G U R A T I O N */ 
@media screen and (max-width: 750px) {
    .typezone textarea, .typezone textarea:hover  {
        width: 70%;
    }
    .typezone textarea:focus {
        height: 30vh;
        width: 80%;
        margin-top: 30vh;
        box-shadow: 0px -20px 20px rgba(0,0,0,0.1);
    }
    form:focus ~ .typezone {
        bottom: 50vh;
    }
}	



/*corner ribbon*/
.ribbon-wrapper-featured {
    position: relative;
    top: -31px;
    right: 19px;
}

.featured.fa {
/*    width: 100px;
    height: 100px; */
    display: block;
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 20px;
}
.featured.fa::before {
    position: absolute;
    right: 0%;
    top: 0;
    margin: .25em;
    color: white;
    z-index: 2;
}
.featured::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-width: 25px;
    border-style: solid;
    border-color: darkorange darkorange transparent transparent;
    z-index: 1;
}

.bandeau-vente {
	background-color: gray;
	color: white;
	text-transform: uppercase;
	text-align:center;
	margin: 0;
}

.ribbon-wrapper-vente {
    position: relative;
    top: -31px;
    right: 19px;
}

.vente.fa {
/*    width: 100px;
    height: 100px; */
    display: block;
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 20px;
}
.vente.fa::before {
    position: absolute;
    right: 0%;
    top: 0;
    margin: .25em;
    color: white;
    z-index: 2;
}
.vente::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-width: 25px;
    border-style: solid;
    border-color: gray gray transparent transparent;
    z-index: 1;
}


textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   opacity: 1;
   color: gray;
}
textarea::-moz-placeholder { /* Firefox 19+ */
   opacity: 1;
   color: gray;
}
textarea:-ms-input-placeholder { /* IE 10+ */
   opacity: 1;
   color: gray;
}
textarea:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
   color: gray;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.bordered {
	border:1px solid #ccc;
}
.borderederror {
	border:1px solid #f00;
}

.flags {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 100%;
}
/*
span.badge {
    min-width: 1.2rem;
    padding: 0 6px;
    margin-left: 0.2em;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
/*    float: right; */
/*    box-sizing: border-box;
	font-weight: 600;
	font-size: 0.8rem;
	color: #fff;
	background-color: #039be5;
	border-radius: 1rem;
} */
span.badge.extension {
    text-transform: capitalize;
    display: inline-block;
    float: none !important;
    margin: 0;
    background-color: rgba(22,22,22,0.8);
    border-radius: 0;
}

span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption);
}

.image-wrapper {
position: relative;
}

/* Slider Nb joueurs */

#slider-range.ui-slider {
  border-radius: 20px;
  background: darkgray;
  border: none;
  height: 10px;
  margin: 1em 4em 4em; }
                    
#slider-range .ui-slider-handle {
  border-radius: 23px;
  height: 23px;
  width: 23px;
  top: -7px;
  margin-left: -11px;
  border: 2px solid orange;
  background-color: #d3d7cf; }
                  
#slider-range .ui-slider-range {
    background-color: orange;
}
                    
#slider-range .ui-slider-pip {
  top: 3px; }
                    
 #slider-range .ui-slider-pip .ui-slider-line {
   width: 4px;
   height: 4px;
   border-radius: 4px;
   margin-left: -2px;
   background: black;
}
                    
#slider-range .ui-slider-pip.ui-slider-pip-last,
#slider-range .ui-slider-pip.ui-slider-pip-first {
  top: -7px; }
                  
  #slider-range .ui-slider-pip.ui-slider-pip-last .ui-slider-line,
  #slider-range .ui-slider-pip.ui-slider-pip-first .ui-slider-line {
    display: none; }
                  
  #slider-range .ui-slider-pip.ui-slider-pip-last .ui-slider-label,
  #slider-range .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
    margin: 0; }
                  
#slider-range .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
  left: -2em;
  text-align: right;
  font-size: 1.4rem; }
                  
#slider-range .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
  left: 2em;
  text-align: left;
  font-size: 1.4rem; }
                  
#slider-range .ui-slider-pip.ui-slider-pip-selected-initial {
  font-weight: normal; }
                  
#slider-range .ui-slider-pip.ui-slider-pip-selected {
  font-weight: bold; }
                  
#slider-range .ui-slider-pip.ui-slider-pip-selected,
#slider-range .ui-slider-pip.ui-slider-pip-selected-initial {
  color: orange; }

/* Labels Editions */
.edition {
	border-radius: 5px;
	border-bottom: 1px gray solid;
}

.boitebase {
	background: #47B635;
}
.extension {
	background: darkorange;
}
.goodie {
	background: lightcoral;
}
.accessoire {
	background: lightskyblue;
}
.pieces {
	background: lightseagreen;
}
.exclu {
	background: lightsteelblue;
}
.magazines {
	background: lightsalmon;
}

