@charset "UTF-8";
html,
body {
  min-height: 100vh;
  height: auto;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

html {
  font-size: 80%;
  font-size: 0.8em;
  height: 100%;
}

body {
  font-family: Poppins, sans-serif;
  background-color: #f5f5f5;
  color: #000;
  /*
  max-width: 100%;
  text-align:center;
  margin: 0 auto 0 auto;
  background-color:white;
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden; */
  /*max-width: 1280px;
  background-color:darkslategray; 
  font-size: 1.1rem;
  color: #808080;
  */
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 1.1rem;
  line-height: 1.5;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav,
.categorie,
.button {
  font-family: "Francois One", sans-serif;
}

a {
  color: #1779ba;
  text-decoration: none;
}
a.souligne {
  text-decoration: underline;
}
::placeholder {
  color: #cacaca;
}

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

h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like {
  font-family: "Francois One", sans-serif;
  color: #5d5d5d;
  /*text-transform: uppercase;*/
  font-weight: 400;
}

h1, .h1-like {
  /*  color: #2EA81B; */
  font-size: 2.4rem;
}

h2, .h2-like {
  font-size: 2rem;
  margin-top: 1rem;
}

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

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

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

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

/* 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;
}

.fa,
.far,
.fas {
  margin-right: 4px;
}

p {
  line-height: 20px;
  margin-bottom: 0;
}

hr {
  max-width: 100%;
  margin: 10px 0;
}

@media screen and (max-width: 639px) {
  h1, .h1-like {
    font-size: 1.8rem;
  }
  h2, .h2-like {
    font-size: 1.6rem;
  }
  h3, .h3-like {
    font-size: 1.4rem;
  }
  h4, .h4-like {
    font-size: 1.3rem;
  }
  h5, .h5-like {
    font-size: 1.2rem;
  }
  h6, .h6-like {
    font-size: 1rem;
  }
}
.menu > li {
  vertical-align: middle;
}

article {
  position: relative;
  /*  border-bottom : 1px solid #C0E0AD;
  	padding: 10px 10px 0 10px; */
}

article img {
  max-width: 100%;
  max-height: 150px; /*
padding: 0 10px 0 10px; */
}

@media screen and (min-width: 400px) and (max-width: 729px) {
  article img {
    max-width: 100%;
    max-height: 150px; /*
padding: 0 5px 0 5px; */
  }
}
@media screen and (max-width: 399px) {
  article img {
    max-width: 100%;
    max-height: 100px; /*
padding: 0 5px 0 5px; */
  }
}
.img-couv {
  background-image: linear-gradient(to bottom, #f5f5f5, #fff);
}

.box_bordered {
  background-color: white;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.box {
  background-color: white;
  width: 100%;
}

.box_vert {
  background-color: darkslategray;
  color: #ffffff;
}

.box_orange {
  background-color: darkorange;
}

.box_orange .inner {
  padding: 2px;
}

.box_vert h2, .box_orange h2 {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 5px;
}

.box_em {
  background-color: white;
  padding: 12px;
  border: 1px solid transparent;
  border-bottom: 1px solid #F4F4F4;
  transition: all 0.4s ease 0s;
}

.box_em:hover {
  cursor: pointer;
  background: #fcfcfc;
  border: 1px solid #cccccc;
}

.box_article {
  background-color: white;
  transition: all 0.4s ease 0s;
  border: 1px solid #47b635;
  border-radius: 7px;
  margin: 1rem 0 1rem 0;
}
.box_article.annonce, .box_article.jeu {
  background-color: #f5f5f5;
  transition: all 0.4s ease 0s;
  border: 0;
  border-radius: 7px;
  margin: 1rem 0 1rem 0;
}
.box_article.annonce.featured {
  border: 2px solid #e7850b;
}

.clickable:hover {
  cursor: pointer;
}

.box_article img {
  transition: transform 0.5s;
}

.box_article img.zoomed {
  transform: scale(1.2);
}

.sticker {
  padding: 1px 10px;
  border-radius: 15px;
}
.sticker.envoi {
  background: #d4efff;
  color: #2f45bb;
}

/*
.inner {
  padding: 24px;
}

@media screen and (max-width: 479px) {
  .inner {
    padding: 1rem;
  }
}
*/
/* SuccessMessages */
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;
}

/*
#medium-menu, #small-menu {
  border-bottom: 2px solid #47B635;  
}

.menu {
  align-items: center;
  justify-content: center;
}

.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: 5px 5px 2px 5px;
    vertical-align: bottom;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9em;
    text-transform: uppercase;
}

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

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

#menu-mon-compte li a {
  width: 100%;
  text-align: left;
}
#menu-mon-compte li, .accordion-menu .is-accordion-submenu a {
  padding: 8px 8px 2px 8px;
}
.menu-vente {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
.menu-vente li {
  padding: 0 1.5rem 1rem 1.5rem;
  border-bottom: 3px solid transparent;
  font-size: 1.2rem;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}
.menu-vente li a {
  font-weight: 700;
  text-transform: uppercase;
}

.menu-vente li.is-active {
  color: #47B635;
  border-bottom: 3px solid #47B635;
  text-transform: uppercase;
  font-weight: 700;
}

.menu.expanded li {
  text-align:center;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: none;
}

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

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

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

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

.small-menu div, .small-menu ul {
    padding: 0;
    margin:0;
    display: inline-block;
}
.small-menu div.logo {padding: 0px;}
.small-menu .logo img {max-height: 50px;}

//.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 .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: 320px;
  border-bottom: 1px solid #ddd;
  align-items: unset;
}
.mobile-menu li {
	padding: 0px;
  width:100%;
	// margin: 2px;
  //	height: 30px;
	border-bottom: 1px solid #ddd;
  text-transform: none;
}

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

.nav-mobile-menu i {
	font-size: 1.8em;
}
*/
/* Tooltip container */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted blue;
}

/* Tooltip text */
.has-tip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.has-tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.has-tip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-left {
  top: -5px;
  bottom: auto;
  right: 128%;
}

.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}
.flex.column {
  flex-direction: column;
}
.flex.center {
  align-items: center;
  justify-content: center;
}
.flex.left {
  justify-content: flex-start;
}
.flex.nowrap {
  flex-wrap: nowrap;
}

.pricing-table {
  background-color: #fefefe;
  border: solid 1px #ffb40d;
  text-align: center;
  list-style-type: none;
  border-radius: 25px;
}

.pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
  border-bottom: 0;
}

.pricing-table .title {
  background-color: #ffb40d;
  color: #fff;
  border-bottom: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  font-size: 1.6em;
}

.pricing-table .price {
  background-color: #fff1dd;
  font-size: 2rem;
  border-bottom: 0;
  font-weight: bold;
}

.pricing-table .description {
  background-color: #ffe8c8;
  color: #8a8a8a;
  font-size: 80%;
}

.pricing-table :last-child {
  margin-bottom: 0;
}

.pricing-table .button {
  background-color: black;
  border-color: black;
  border-radius: 25px;
  width: 50%;
}

.bullet-item {
  text-align: left;
}

.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;
}

.button.hollow, .button.hollow:hover {
  background-color: #fff !important;
}

.couleur1 {
  color: #fff !important;
  background-color: #e7850b;
}

.couleur1:hover, .couleur1:focus {
  color: #fff;
  background-color: #b36302;
}

.couleur1.hollow, .couleur1.hollow:hover {
  border: 1px solid #e7850b;
  color: #e7850b;
}

.couleur2 {
  color: #fff !important;
  background-color: #47b635;
}

.couleur2:hover, .couleur2:focus {
  background-color: rgb(42.6, 109.2, 31.8);
}

.couleur2.hollow, .couleur2.hollow:hover {
  color: #47b635 !important;
  background-color: #fff;
  border: 1px solid #47b635;
}

.couleur3 {
  color: #fff !important;
  background-color: darkslategray;
}

.couleur3:hover, .couleur3:focus {
  background-color: #000;
}

.couleur3.hollow {
  color: darkslategray !important;
  border: 1px solid darkslategray;
}

.couleur3.hollow:focus, .couleur3.hollow:hover {
  color: black !important;
  /*background-color : darkslategray;*/
  border: 1px solid black;
}

.couleur4, .couleur4:focus {
  color: white;
  background-color: darkslategray;
}

.couleur4.hollow, .couleur4.hollow:focus {
  background-color: #fff;
  border: 1px solid darkslategray;
  color: darkslategray;
}

.gris, .gris:hover {
  background-color: #5e5e5e;
  color: white;
}

.texte_vert {
  color: #47b635;
}

.texte_bleu {
  color: #1779ba;
}

.texte_orange {
  color: #e7850b;
}

.texte_rouge {
  color: #c30000;
}

.texte_gris, .gray {
  color: #5e5e5e;
}

.texte_pro {
  color: darkslategray;
}

.texte_gold {
  color: #D4AF37;
}

.texte_platinum {
  color: #379;
}

.prix {
  color: #c30000;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 5px;
}

.prix.large {
  font-size: 2em;
}

.rss {
  color: #e7850b;
}

.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%;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper img {
  min-height: 100%;
  object-fit: cover;
}

.sub {
  font-size: 70%;
}

#form-filter label, #options-abonnement label {
  font-size: 1.2rem;
  line-height: 1.5;
}

#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.2rem;
}

.label-vente {
  font-size: 1.2rem;
  font-weight: bold;
}

#rech_avancee label {
  font-size: 1.2rem;
}

[type=checkbox].check:not(:checked),
[type=checkbox].check:checked,
[type=radio].check:not(:checked),
[type=radio].check:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox].check:not(:checked) + label,
[type=checkbox].check:checked + label,
[type=radio].check:not(:checked) + label,
[type=radio].check:checked + label {
  position: relative;
  padding: 6px 0px 6px 30px;
  cursor: pointer;
}

[type=checkbox].check:not(:checked) + label:before,
[type=checkbox].check:checked + label:before,
[type=radio].check:not(:checked) + label:before,
[type=radio].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: #47B635;
  border: 1px solid #000000;
}

[type=checkbox].check:not(:checked) + label:before,
[type=radio].check:not(:checked) + label:before {
  background: white;
}

[type=radio].check.check:not(:checked) + label:before,
[type=radio].check:checked + label:before {
  border-radius: 50%;
}

[type=checkbox].check:not(:checked) + label:after,
[type=checkbox].check:checked + label:after,
[type=radio].check:not(:checked) + label:after,
[type=radio]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

[type=radio].check:not(:checked) + label:after,
[type=radio].check:checked + label:after {
  content: "•";
  top: -32px;
  left: 0px;
  font-size: 64px;
}

[type=checkbox].check:not(:checked) + label:after,
[type=radio].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox].check:checked + label:after,
[type=radio].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type=checkbox].check:disabled:not(:checked) + label:before,
[type=checkbox].check:disabled:checked + label:before,
[type=radio]:disabled:not(:checked) + label:before,
[type=radio].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox].check:disabled + label,
[type=radio].check:disabled + label {
  color: #aaa;
}

[type=radio].check:not(:checked) + label:before {
  background: #F4F4F4;
  border-color: #E7E7E7;
}

[type=checkbox].check + label,
[type=radio].check + label {
  margin-left: 0;
  margin-right: 0;
}

textarea {
  background-color: #F4F4F4;
}

select {
  font-size: 1.5rem;
  height: 3rem;
  margin-bottom: 0;
  background-color: #F4F4F4;
  background-position: right 1rem center;
}

select:focus {
  background-color: #F4F4F4;
}

input[type=text]:focus, input[type=text]:not(#rech_nom):focus, textarea:focus {
  background: #F4F4F4;
}

.jsgrid-button:focus {
  background: inherit;
}

input[readonly], select[readonly], textarea[readonly] {
  color: gray;
  background: #FAFAFA;
}

small.error {
  color: red;
  font-size: 1.2rem;
}

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;
}

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,
  input {
    font-size: 12px;
  }
  textarea {
    font-size: 16px;
  }
}
.switch input:checked ~ .switch-paddle, .switch.primary input:checked ~ .switch-paddle {
  background: #46B635;
}

/*
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #47b635;
  border-radius: 15px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #47b635;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #47b635;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #47b635;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #47b635;
}
input[type=range]:focus::-ms-fill-upper {
  background: #47b635;
}
*/
/*
[type="checkbox"].check:not(:checked),
[type="checkbox"].check:checked,
[type="radio"].check:not(:checked),
[type="radio"].check:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"].check:not(:checked) + label,
[type="checkbox"].check:checked + label,
[type="radio"].check:not(:checked) + label,
[type="radio"].check:checked + label {
  position: relative;
  padding: 6px 0px 6px 30px;
  cursor: pointer;
}

[type="checkbox"].check:not(:checked) + label:before,
[type="checkbox"].check:checked + label:before,
[type="radio"].check:not(:checked) + label:before,
[type="radio"].check:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: #47B635;
  border: 1px solid #000000; 
}
[type="checkbox"].check:not(:checked) + label:before,
[type="radio"].check:not(:checked) + label:before {
  background: white;
}

[type="radio"].check.check:not(:checked) + label:before,
[type="radio"].check:checked + label:before {
  border-radius: 50%;
}
[type="checkbox"].check:not(:checked) + label:after,
[type="checkbox"].check:checked + label:after,
[type="radio"].check:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '\002714';
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 20px;
  color: white;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

[type="radio"].check:not(:checked) + label:after,
[type="radio"].check:checked + label:after {
  content: '\002022';
  top: -32px;
  left: 0px;
  font-size: 64px;
}
[type="checkbox"].check:not(:checked) + label:after,
[type="radio"].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"].check:checked + label:after,
[type="radio"].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"].check:disabled:not(:checked) + label:before,
[type="checkbox"].check:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"].check:disabled + label,
[type="radio"].check:disabled + label {
  color: #aaa;
}
[type="radio"].check:not(:checked) + label:before {
  background: #F4F4F4;
  border-color: #E7E7E7;
}
[type="checkbox"].check + label,
[type="radio"].check + label {
  margin-left: 0;
  margin-right: 0;
}

textarea {
  background-color: #F4F4F4; 
}

select {
	font-size: 1.5rem;
	height: 3rem;
	margin-bottom: 0;
  background-color: #F4F4F4; 
  background-position: right 1rem center;
}
select:focus{
  background-color: #F4F4F4; 
}

input:not([type="submit"]) {
  font-family: Roboto;
  background: transparent; 
  box-shadow: none;
}

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

input[readonly], select[readonly], textarea[readonly] {
  color: gray;
  background: #FAFAFA;
}
*/
.btn, .button {
  font-family: "Francois One", "sans serif";
  font-size: 1.4rem;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
  border: 1px solid;
}

/*
.btn:hover, .button:hover {
  color: white;
} 
*/
.button.copy {
  background: transparent;
  color: #808080;
  border-radius: 25px;
  font-size: 1rem;
  padding: 7px;
}

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

small.error {
  color: red;
  font-size: 1.2rem;
}

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;
}

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

/* Slider Nb joueurs */
#slider-range.ui-slider {
  border-radius: 20px;
  background: lightgray;
  border: none;
  height: 25px;
  margin: 1em;
}

#slider-range .ui-slider-handle {
  border-radius: 23px;
  height: 35px;
  width: 35px;
  top: -7px;
  margin-left: -11px;
  border: 2px solid #47B635;
  background-color: #d3d7cf;
}

#slider-range .ui-slider-range {
  background-color: #47B635;
}

#slider-range .ui-slider-pip {
  top: 3px;
}

#slider-range .ui-slider-pip .ui-slider-line {
  width: 10px;
  height: 100%;
  border-radius: 4px;
  margin-left: -2px;
  top: 0.3em;
  background: #47B635;
}

#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-label {
  left: 0.8em;
  font-size: 1.4rem;
  top: 1.7em;
}

#slider-range .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
  left: -1em;
  text-align: right;
  top: 2.3em;
}

#slider-range .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
  left: 0.3em;
  text-align: left;
  top: 2.3em;
}

#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;
}

.ui-slider-pips [class*=ui-slider-pip-selected],
.ui-slider-pips .ui-slider-pip-selected-2,
#slider-range .ui-slider-pip.ui-slider-pip-selected,
#slider-range .ui-slider-pip.ui-slider-pip-selected-initial {
  color: #47B635;
}

@media screen and (max-width: 799px) {
  #slider-range.ui-slider {
    height: 15px;
  }
  #slider-range .ui-slider-pip .ui-slider-line {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    margin-left: -2px;
    top: 0.3em;
  }
  #slider-range .ui-slider-handle {
    border-radius: 23px;
    height: 25px;
    width: 25px;
    top: -7px;
    margin-left: -11px;
  }
  #slider-range .ui-slider-label {
    font-size: 0.9rem;
  }
  #slider-range .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
    text-align: right;
    top: 2.6em;
  }
  #slider-range .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
    text-align: left;
    top: 2.6em;
  }
}
.label-btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.label-btn input[type=radio] {
  display: none;
}

.label-btn:has(input[type=radio]:checked) {
  background: white;
  border-color: #47b635;
  color: #47b635;
}

header {
  position: sticky;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: 20;
  background: #fff;
}

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

.menu > li {
  vertical-align: middle;
}

#medium-menu, #small-menu {
  border-bottom: 2px solid #47B635;
}

.menu {
  align-items: center;
  justify-content: center;
}

.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: 5px 5px 2px 5px;
  vertical-align: bottom;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9em;
  text-transform: uppercase;
}

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

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

#menu-mon-compte li a {
  width: 100%;
  text-align: left;
}

#menu-mon-compte li, .accordion-menu .is-accordion-submenu a {
  padding: 8px 8px 2px 8px;
}

.menu-vente {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}

.menu-vente li {
  padding: 0 1.5rem 1rem 1.5rem;
  border-bottom: 3px solid transparent;
  font-size: 1.2rem;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.menu-vente li a {
  font-weight: 700;
  text-transform: uppercase;
}

.menu-vente li.is-active {
  color: #47B635;
  border-bottom: 3px solid #47B635;
  text-transform: uppercase;
  font-weight: 700;
}

.menu.expanded li {
  text-align: center;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: none;
}

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

.badge-msg {
  margin-left: -1.2em;
}

.badge.alert {
  position: relative;
  float: right;
}

#pseudo {
  text-transform: initial;
  font-size: 1rem;
}

.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, .small-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  /*	overflow:hidden; 
  		height: 50px; */
}

.small-menu div.logo {
  padding: 0px;
}

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

/*.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 .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: 320px; */
  border-bottom: 1px solid #ddd;
  align-items: unset;
}

.mobile-menu li {
  padding: 0px;
  width: 100%;
  /*	margin: 2px; */
  /*	height: 30px; */
  border-bottom: 1px solid #ddd;
  text-transform: none;
}

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

.nav-mobile-menu i {
  font-size: 1.8em;
}

@media screen and (max-width: 1023px) {
  .menu li a {
    font-size: 0.7em;
    text-transform: none;
  }
  .menu-vente li a {
    font-size: 1rem;
    text-transform: uppercase;
  }
  .mobile-menu li a {
    font-size: 1.6rem;
  }
  /*#main {
    padding: 0;
  }*/
}
.menu.signets {
  text-align: center;
}

.menu.signets li {
  color: #5d5d5d;
  margin-bottom: 5px;
  font-size: 1.4rem;
  border-bottom: 1px solid #5d5d5d;
}

.menu.signets li a {
  margin-bottom: 5px;
  font-size: 1.4rem;
  text-transform: none;
}

.menu.signets li.is-active {
  font-weight: bold;
  border-bottom: 2px solid darkorange;
}

/*
footer {
  border-top: 1px solid var(--main-color);
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  padding-top: 30px;
}

footer, footer a  {
color: #000;
}

footer a  {
text-decoration: none;
}

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

footer h4 {
	text-align: left;
  color: #000;
}

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

#footer {
  padding: 1rem;
  padding-bottom: 100px;
}
*/
footer {
  max-width: 100%;
  width: 100%;
  padding: 0;
  border-top: 0;
  position: relative;
  background: darkslategray;
  color: #fff;
}

footer a {
  text-decoration: none;
  color: #fff;
}

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

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

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

#footer-banner-contact {
  background-color: #47b635;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}

#footer-banner-contact-content {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #fff;
}

#footer-banner-contact-content a, #footer-banner-contact-content h2 {
  color: #fff;
}

#footer-content {
  max-width: 1280px;
  margin: 20px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: center;
}

.breadcrumbs li {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  float: left;
  text-transform: none;
  font-weight: normal;
}

.breadcrumbs li a {
  color: rgb(128, 128, 128);
  text-decoration: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: ">";
  color: #000;
}

/*
.pagination li {
	font-size: 1.6rem;
	display: inline-block;
}

.pagination li.current {
	background-color: #47B635;
}
*/
.pagination li {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 5px 0 0;
}

.pagination li.current {
  background-color: transparent;
  color: #47B635;
  font-weight: bold;
}

.pagination a {
  color: #5d5d5d;
}

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

.product-card figure img {
  transition: transform 0.5s;
}

.product-card figure .zoomed {
  transform: scale(1.2);
}

.product_card figure img {
  transition: transform 0.5s;
}

figure .zoomed {
  transform: scale(1.1);
}

.product-list li {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  box-shadow: 3px 3px #e6e6e6;
  overflow: hidden;
}

.product-list > li.en-avant {
  border: 2px solid darkorange;
}

.product-list a, .user-list a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  outline-offset: 12px;
}

.product-list li a, .user-list li a {
  position: relative;
  overflow: hidden;
}

.product-list figure, .user-list figure {
  scroll-snap-align: start;
  display: grid;
  gap: calc(var(--gap) / 2);
  margin: 0;
  cursor: pointer;
  user-select: none;
}

@media (prefers-reduced-data: reduce) {
  .horizontal-scroller figure {
    min-inline-size: var(--size);
  }
  .horizontal-scroller figure > picture {
    display: none;
  }
}
.product-list figure > picture, .user-list figure > picture {
  inline-size: var(--size);
  block-size: var(--size);
}

.product-list figure img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
}

.product-list figure > figcaption {
  font-size: 1.75rem;
  font-weight: 300;
  word-break: break-word;
  font-family: "blokk";
}

.product-list li .product-card-title, .product-list li .eval-card-comment, .user-list li .user-card-title {
  font-family: Roboto, sans-serif;
  text-transform: initial;
  font-size: 1.3rem;
  color: black;
  font-weight: normal;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
  height: 4.3rem;
  overflow: hidden;
}

.product-list li .eval-card-comment {
  height: 10.2rem;
  text-overflow: clip;
  overflow: hidden;
}

.product-list li .product-card-title a, .user-list li .user-card-title a {
  color: black;
}

.product-list li .product-card-desc, .product-list li .eval-card-author {
  color: #8a8a8a;
  display: block;
  margin-top: 0.8rem;
}

.product-list li .product-card-price {
  display: inline-block;
  font-weight: 600;
  margin-top: 0.8rem;
}

.drapeau {
  height: 17px;
  margin-left: 5px;
  margin-bottom: 3px;
}

.ribbon {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-inline: 1lh;
  padding-bottom: 3.5rem;
  transform: translate(29.2893218813%, -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #fff;
  opacity: 0.75;
  z-index: 2;
}

.ribbon_langue {
  top: 3px;
  right: 3px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.title-centered {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

/* https://jsfiddle.net/XWVxk/8/ */
.title-centered::before, .title-centered::after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: " ";
  background-color: #cacaca;
}

.title-centered::before {
  margin-left: -51%;
  text-align: right;
}

.title-centered::after {
  margin-left: 1%;
}

.underline {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}

.underline:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 3px #47b635;
  border-color: #47b635 transparent transparent transparent;
  border-radius: 80%;
  transform: rotate(-1deg);
}

.horizontal-scroller {
  --size: 150px;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  margin: 0;
  padding-inline-start: var(--gap);
  padding-inline-end: var(--gap);
  padding-block-start: calc(var(--gap) / 2);
  padding-block-end: calc(var(--gap) / 2);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-left: var(--gap);
  scroll-padding-right: var(--gap);
  scroll-padding-inline: var(--gap);
  scroll-padding-left: 5px;
  text-align: center;
  grid-auto-columns: min-content;
}

@media (prefers-reduced-motion: no-preference) {
  .horizontal-scroller {
    scroll-behavior: smooth;
  }
}
.horizontal-scroller > li {
  width: 150px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  box-shadow: 3px 3px #e6e6e6;
  overflow: hidden;
}

.horizontal-scroller a:focus {
  outline-offset: 7px;
}

@media (prefers-reduced-motion: no-preference) {
  .horizontal-scroller a {
    transition: outline-offset 0.25s ease;
  }
}
.horizontal-scroller > li:last-of-type figure::after {
  content: "";
  position: absolute;
  inline-size: var(--gap);
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-end: calc(var(--gap) * -1);
}

/*
@media screen and (max-width: 400px) {
  .horizontal-scroller > li {
    width: 180px;
  }
} */
.grid-display {
  --size: 150px;
  margin: 0 auto;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(max(150px, 20%), 1fr));
  grid-auto-flow: unset;
  overflow-x: unset;
}

.grid-display li {
  text-align: center;
}

.product-list li {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  box-shadow: 3px 3px #e6e6e6;
  overflow: hidden;
}

.product-list > li.en-avant {
  border: 2px solid darkorange;
}

.product-list a, .user-list a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  outline-offset: 12px;
}

.product-list li a, .user-list li a {
  position: relative;
  overflow: hidden;
}

.product-list figure, .user-list figure {
  scroll-snap-align: start;
  display: grid;
  gap: calc(var(--gap) / 2);
  margin: 0;
  cursor: pointer;
  user-select: none;
}

@media (prefers-reduced-data: reduce) {
  .horizontal-scroller figure {
    min-inline-size: var(--size);
  }
  .horizontal-scroller figure > picture {
    display: none;
  }
}
.product-list figure > picture, .user-list figure > picture {
  inline-size: var(--size);
  block-size: var(--size);
}

.product-list figure img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
}

.product-list figure > figcaption {
  font-size: 1.75rem;
  font-weight: 300;
  word-break: break-word;
  font-family: "blokk";
}

.product-list li .product-card-title, .product-list li .eval-card-comment, .user-list li .user-card-title {
  font-family: Roboto, sans-serif;
  text-transform: initial;
  font-size: 1.3rem;
  color: black;
  font-weight: normal;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
  height: 4.3rem;
  overflow: hidden;
}

.product-list li .eval-card-comment {
  height: 10.2rem;
  text-overflow: clip;
  overflow: hidden;
}

.product-list li .product-card-title a, .user-list li .user-card-title a {
  color: black;
}

.product-list li .product-card-desc, .product-list li .eval-card-author {
  color: #8a8a8a;
  display: block;
  margin-top: 0.8rem;
}

.product-list li .product-card-price {
  display: inline-block;
  font-weight: 600;
  margin-top: 0.8rem;
}

.user-list li {
  display: inline-block;
  margin-bottom: 10px;
  /*border: 1px solid #e6e6e6;
  border-radius: 7px;
  box-shadow: 3px 3px #e6e6e6;*/
  overflow: hidden;
}

.product-list .filter-card {
  width: 250px;
  text-align: left;
  height: 70px;
  text-overflow: ellipsis;
  border: 1px solid black;
  box-shadow: none;
  color: black;
  padding: 5px;
  background: gradient(linear, left top, left bottom, from(#000), to(#ccc));
}

.button.favori, .button.favori:hover, .button.favori:active {
  color: #5e5e5e;
  border-color: #5e5e5e;
}

/*
.grid-display {
	--size: 150px;
	margin: 0 auto;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(max(150px, 100%/5), 1fr));
  grid-auto-flow: unset;
  overflow-x: unset;
}
.grid-display li {
	text-align: center;
}


.horizontal-scroller {
--size: 150px;
display: grid;
grid-auto-flow: column;
gap: 10px;
margin: 0;
padding-inline-start: var(--gap);
padding-inline-end: var(--gap);
padding-block-start: calc(var(--gap) / 2);
padding-block-end: calc(var(--gap) / 2);
overflow-x: auto;
overscroll-behavior-inline: contain;
scroll-snap-type: inline mandatory;
scroll-padding-left: var(--gap);
scroll-padding-right: var(--gap);
scroll-padding-inline: var(--gap);
scroll-padding-left: 5px;
text-align: center;
grid-auto-columns: min-content;
}
@media (prefers-reduced-motion: no-preference) {
.horizontal-scroller {
 scroll-behavior: smooth;
}
}

.horizontal-scroller > li {
width: 150px;
display: inline-block;
margin-bottom: 10px;
border: 1px solid #e6e6e6;
border-radius: 7px;
box-shadow: 3px 3px #e6e6e6; 
overflow: hidden;
}

.horizontal-scroller a:focus {
  outline-offset: 7px;
}

@media (prefers-reduced-motion: no-preference) {
  .horizontal-scroller a {
    transition: outline-offset .25s ease;
  }
}
.horizontal-scroller > li:last-of-type figure::after {
  content: "";
  position: absolute;
  inline-size: var(--gap);
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-end: calc(var(--gap) * -1);
  }
  */
.reclamation {
  border: 1px solid gray;
  padding: 10px;
  font-style: italic;
  background-color: aliceblue;
}

.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;
}

:root {
  /*--swiper-navigation-sides-offset:-4rem; /* offset for navigation */
  --swiper-pagination-bottom:-30px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

.swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background-color: #47b635 !important;
}

.container {
  margin-inline: auto;
  margin-bottom: 40px;
  width: 100%;
}

.swiper-container {
  position: relative;
}

.swiper {
  width: 95%;
  height: 100%;
  position: static !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.swiper-slide {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 7px;
  box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-slide figure {
  scroll-snap-align: start;
  display: grid;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.swiper-slide figure img {
  object-fit: cover;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff);
}

.swiper-slide .product-card-title, .swipper-slide .eval-card-comment {
  font-family: Roboto, sans-serif;
  text-transform: initial;
  font-size: 1.3rem;
  color: #000;
  font-weight: normal;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
  height: 4.3rem;
  overflow: hidden;
}

.swiper-slide .eval-card-comment {
  height: 10.2rem;
  text-overflow: clip;
  overflow: hidden;
}

.swiper-slide .product-card-title a {
  color: #000;
}

.swippr-slide .product-card-desc, .swipper-slide .eval-card-author {
  color: #5e5e5e;
  display: block;
  margin-top: 0.8rem;
}

.swiper-slide .product-card-price {
  display: inline-block;
  font-weight: 600;
  margin-top: 0.8rem;
}

.swiper-pagination {
  margin-top: 30px;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "";
}

.swiper-button-next, .swiper-button-prev {
  font-size: 1.6rem;
  color: #5e5e5e !important;
  border: 1px solid #5e5e5e;
  border-radius: 50px;
  padding: 20px;
}

.swiper-horizontal .swiper-button-prev {
  left: 10px;
  background-color: #fff;
}

.swiper-horizontal .swiper-button-next {
  right: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .swiperFestivals {
    width: 100%;
  }
  .swiperFestivals .swiper-horizontal .swiper-button-next {
    display: none;
  }
  .swiperFestivals .swiper-horizontal .swiper-button-prev {
    display: none;
  }
}
.swiper-slide.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-slide.blog-card img {
  border-radius: 7px;
  max-height: 125px;
  max-width: 100%;
  object-fit: cover;
}

.blog-card-title {
  font-family: Roboto, sans-serif;
  text-transform: initial;
  font-size: 1.3rem;
  color: #000;
  font-weight: normal;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
  height: 4.3rem;
  overflow: hidden;
}

.swiper-slide.youtube-card {
  border: 0;
  box-shadow: none;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-slide.youtube-card img {
  margin: auto;
  border-radius: 7px;
  height: 125px;
  width: 250px;
  object-fit: cover;
}

.swiperPicture,
.swiperThumbs,
.swiperMobile {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiperPicture {
  max-height: 400px;
  max-width: 100%;
}

.swiperThumbs {
  max-height: 130px;
  padding: 10px 0;
}

.swiperMobile {
  max-height: 250px;
  max-width: 100%;
}

.swiperPicture .swiper-slide,
.swiperThumbs .swiper-slide,
.swiperMobile .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  box-shadow: none;
  margin: 0;
  width: 100%;
}

.swiperPicture .swiper-slide img,
.swiperThumbs .swiper-slide img,
.swiperMobile .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  /*max-width: 600px;*/
  max-height: 400px;
}

.swiperThumbs .swiper-slide {
  max-width: 33%;
  height: 100%;
  opacity: 0.6;
}

.swiperPicture .swiper-slide-thumb-active {
  opacity: 1;
}

#swiper-button-next-photo::after, .swiper-rtl #swiper-button-prev-photo::after,
#swiper-button-prev-photo::after, .swiper-rtl #swiper-button-next-photo::after {
  content: "";
}

#swiper-button-next-photo, #swiper-button-prev-photo {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  color: black;
  padding: 20px;
}

#swiper-button-next-photo {
  right: 0;
}

#swiper-button-prev-photo {
  left: 0;
}

.zoomable {
  transition: transform 0.2s;
}

.c-lightbox__container .swiper-slide {
  border-radius: 0;
  box-shadow: none;
}

.c-lightbox__container .swiper-button-next, .c-lightbox__container .swiper-button-prev {
  background-color: transparent;
  font-size: 2rem;
  color: white;
  border: 0;
}

.c-lightbox__container .swiper-button-next::after, .swiper-rtl .c-lightbox__container .swiper-button-prev::after {
  content: ">";
}

.c-lightbox__container .swiper-button-prev::after, .swiper-rtl .c-lightbox__container .swiper-button-next::after {
  content: "<";
}

#lightbox-pagination {
  bottom: 30px;
}

#swiper-mobile-pagination {
  width: 50px;
  /*position: absolute; */
  bottom: 15px;
  left: 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1024px) {
  #swiper-mobile-pagination {
    display: none;
  }
}

.container {
  margin-inline: auto;
  margin-bottom: 40px;
  width: 100%;
}

.container-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}

.tabs {
  border: 0;
  border-bottom: 1px solid #cacaca;
}

.tabs-title {
  float: left;
  border-radius: 7px 7px 0 0;
  margin-right: 5px;
  background: #f5f5f5;
}

.tabs-title > a {
  font-family: "Francois One";
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  border-radius: 7px 7px 0 0;
  border: 1px solid #5e5e5e;
  border-bottom: 0;
}

.tabs-title > a:hover {
  color: #000;
  background-color: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #47b635;
  color: #fff;
}

.tabs-panel {
  scroll-margin-top: 160px;
}

.tabs-content p {
  line-height: 1.5;
}

.tabs-content {
  color: #000;
  border-radius: 0 0 7px 7px;
}

.accordion-content {
  scroll-margin-top: 170px;
  border: 1px solid #e6e6e6 !important;
}

.accordion-title {
  background: #f5f5f5;
  border-radius: 7px !important;
  margin-top: 1rem;
  text-align: left;
}

.is-active > .accordion-title {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.is-active > .accordion-title .h4-like {
  color: #47b635;
}

.accordion-title::before {
  content: "⌃";
  font-size: 1.5rem;
  color: #47b635;
  font-weight: bold;
}

.is-active > .accordion-title::before {
  content: "⌄";
}

.wrapper {
  display: grid;
  grid-template-columns: 65px 1fr;
}

/******************* 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;
}

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

.orbit-previous {
  left: 0;
  right: unset;
}

.orbit-next {
  right: 0;
  left: unset;
}

.orbit-image {
  width: auto;
}

/* ToastR */
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* Toastr */
.toast-custom-center {
  top: 50px;
  margin: 0 auto;
  left: 10%;
  width: 90%;
  max-width: 90%;
}

#toast-container > .toast-error,
#toast-container > .toast-success,
#toast-container > .toast-warning {
  width: 90%;
  max-width: 90%;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.image_couv img {
  width: 100%;
  max-height: 400px;
  border-radius: 0.25em;
}

.box_article_grand a, .box_article_vignette a {
  color: #5e5e5e;
}

.box_article_grand img {
  width: 100%;
  max-height: 400px;
  margin-bottom: 20px;
  border-radius: 0.25em;
}

.box_article_grand h1 {
  font-size: 2.5rem;
  margin: 1rem 0 0 0;
}

.box_article_grand .chapo {
  font-size: 1.5rem;
  max-height: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box_article_vignette h1 {
  font-size: 1.5rem;
}

.box_article_vignette img {
  width: 600px;
  height: 200px;
  border-radius: 0.25em;
}

.tag_categorie {
  background-color: darkorange;
  color: white;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}

.content blockquote {
  font-size: 1.7rem;
  margin: 20px auto;
  font-family: "Open Sans";
  color: #555555;
  padding: 1em 30px 1em 50px;
  border-left: 8px solid darkorange;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}

.content blockquote::before {
  font-family: "Open sans";
  content: "“";
  color: darkorange;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.content blockquote::after {
  content: "";
}

.content blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.content blockquote p {
  line-height: 1.2;
}

#rech_avancee label {
  font-size: 1.2rem;
}

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

.edition {
  border-radius: 5px;
  border-bottom: 1px gray solid;
  cursor: pointer;
}

.boitebase {
  background: #47B635;
}

.extension {
  background: darkorange;
}

.goodie {
  background: lightcoral;
}

.accessoire {
  background: lightskyblue;
}

.pieces {
  background: lightseagreen;
}

.exclu {
  background: lightsteelblue;
}

.magazines {
  background: lightsalmon;
}

.categorie-gamme {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
}

.radio-toolbar input[type=radio] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

.radio-toolbar input[type=radio]:checked + label {
  background-color: #47B635;
}

.radio-toolbar input[type=radio]:checked + label::after {
  display: none;
}

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);
}

.gamme article {
  border-bottom: 1px solid #47b635;
}

.gamme .jeu .image {
  position: relative;
  padding: 10px;
  text-align: center;
}

.gamme .jeu .image a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.gamme .jeu .image img {
  width: 150px;
  height: 100%;
  max-height: 150px;
  object-fit: cover;
}

/*
.gamme .jeu .image .infos_langue {
	top: 5px;
	right: -5px;
	pointer-events: none;
	position: absolute;
  z-index: 10;
}*/
.gamme .jeu .image .ribbon_langue img {
  width: 32px;
}

.logo_langue {
  width: 2.5rem;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  /*margin-right: 10px;
  padding: 0;*/
}

.titre_jeu {
  font-size: 1.8rem;
}

.presentation-reduit {
  overflow: hidden;
  max-height: 4.8em;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#ccc));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Jeux Affiliés */
.jeux-affilies-list li {
  display: inline-block;
  margin-bottom: 5px;
  border: 0px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.jeux-affilies-list a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  outline-offset: 12px;
}

.jeux-affilies-list li a {
  position: relative;
  overflow: hidden;
}

.jeux-affilies-list figure {
  scroll-snap-align: start;
  display: grid;
  gap: calc(var(--gap) / 2);
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.jeux-affilies-list figure > picture {
  inline-size: var(--size);
  block-size: var(--size);
  overflow: hidden;
}

.jeux-affilies-list figure img {
  block-size: 100%;
}

.jeux-affilies-list li .product-card-title {
  font-family: Roboto, sans-serif;
  text-transform: initial;
  font-size: 1rem;
  color: black;
  font-weight: normal;
  line-height: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  height: 2.8rem;
  overflow: hidden;
}

.jeux-affilies-list li .product-card-title a {
  color: black;
}

.jeux-affilies-list li .product-card-desc {
  color: #808080;
  display: block;
  margin-top: 0.8rem;
}

.jeux-affilies-list li .product-card-price {
  display: inline-block;
  font-weight: 600;
  margin-top: 0.4rem;
}

@media screen and (max-width: 479px) {
  .jeux-affilies-list li {
    width: 95px;
  }
  .jeux-affilies-list figure > picture {
    inline-size: 95px;
    block-size: 95px;
    overflow: hidden;
  }
}
/* Slider Nb joueurs */
#slider-range.ui-slider,
#slider-range-rayon.ui-slider #slider-range-prix.ui-slider {
  border-radius: 20px;
  background: lightgray;
  border: none;
  height: 25px;
  margin: 1em;
}

#slider-range .ui-slider-handle,
#slider-range-rayon .ui-slider-handle,
#slider-range-prix .ui-slider-handle {
  border: 2px solid #47B635;
  background-color: #d3d7cf;
}

#slider-range .ui-slider-handle {
  border-radius: 23px;
  height: 35px;
  width: 35px;
  top: -7px;
  margin-left: -11px;
}

#slider-range-rayon .ui-slider-handle,
#slider-range-prix .ui-slider-handle {
  border-radius: 23px;
  height: 25px;
  width: 25px;
  top: -7px;
  margin-left: -11px;
}

#slider-range .ui-slider-range,
#slider-range-rayon .ui-slider-range,
#slider-range-prix .ui-slider-range {
  background-color: #47B635;
}

#slider-range .ui-slider-pip {
  top: 3px;
}

#slider-range .ui-slider-pip .ui-slider-line {
  width: 10px;
  height: 100%;
  border-radius: 4px;
  margin-left: -2px;
  top: 0.3em;
  background: #47B635;
}

#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-label {
  left: 0.8em;
  font-size: 1.4rem;
  top: 1.7em;
}

#slider-range .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
  left: -1em;
  text-align: right;
  top: 2.3em;
}

#slider-range .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
  left: 0.3em;
  text-align: left;
  top: 2.3em;
}

#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;
}

.ui-slider-pips [class*=ui-slider-pip-selected],
.ui-slider-pips .ui-slider-pip-selected-2,
#slider-range .ui-slider-pip.ui-slider-pip-selected,
#slider-range .ui-slider-pip.ui-slider-pip-selected-initial {
  color: #47B635;
}

@media screen and (max-width: 799px) {
  #slider-range.ui-slider,
  #slider-range-rayon.ui-slider,
  #slider-range-prix.ui-slider {
    height: 15px;
  }
  #slider-range .ui-slider-handle,
  #slider-range-rayon .ui-slider-handle,
  #slider-range-prix .ui-slider-handle {
    border-radius: 23px;
    height: 25px;
    width: 25px;
    top: -7px;
    margin-left: -11px;
  }
  #slider-range .ui-slider-label {
    font-size: 0.9rem;
  }
  #slider-range .ui-slider-pip .ui-slider-line {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    margin-left: -2px;
    top: 0.3em;
  }
  #slider-range .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
    text-align: right;
    top: 2.6em;
  }
  #slider-range .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
    text-align: left;
    top: 2.6em;
  }
}
.badge-baisse-prix {
  background: rgb(218.2, 240.4, 214.6);
  border-radius: 10px;
  color: rgb(42.6, 109.2, 31.8);
  padding: 4px;
  font-weight: bold;
}

.badge-bonne-affaire {
  background: #ffefe6;
  border-radius: 10px;
  color: #ff600a;
  padding: 4px;
  font-weight: bold;
}

.en-avant {
  border: 2px solid darkorange;
  background-color: white;
}

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

div.upload-photo {
  position: relative;
  overflow: hidden;
}

div.input-container {
  position: absolute;
  top: 0;
  left: 0;
}

div.input-container input {
  opacity: 0;
}

#divFiltre {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
}

#annonce-content {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  #annonce-content {
    max-width: 600px;
  }
}

.etat_annonce {
  color: #5e5e5e;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
}

.lot-annonces {
  height: calc(100vh - (8rem + 120px));
  height: calc(100dvh - (8rem + 120px));
  overflow-y: auto;
  padding: 2rem 1rem 2rem 1rem;
}

#recherche {
  margin: 0px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  width: 90%;
}

#recherche #rech_nom, #recherche #rech_nom_small {
  width: 98%;
  margin-left: 2%;
  margin-bottom: 0px;
  padding: 5px;
  height: 1.8em;
  font-size: 1.5em;
  border-radius: 5px 0 0 5px;
  border-color: #47B635;
  text-align: left;
}

#modal_rech_nom {
  width: 98%;
  /*margin-left: 2%;*/
  margin-bottom: 0px;
  padding: 5px;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 5px;
  border-color: #47B635;
}

#rech_nom_small::placeholder {
  font-size: 0.7em;
}

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

#recherche .button {
  margin-right: 10px;
  padding: 5px 10px 5px 10px;
  font-size: 1.5em;
  height: 1.8em;
  border-radius: 0 5px 5px 0;
  background-color: #47B635;
  border: 1px solid #47B635;
}

#rech_avancee {
  position: absolute;
  width: 1180px;
  height: 90vh;
  left: calc((100% - 1180px) / 2);
  top: 110px;
  /* margin-left: calc((100% / -3) - 100px); */
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  z-index: 10000;
  display: none;
  padding: 0;
}

#rech_avancee .card, #modalRechAvancee .card {
  border: 0;
  padding: 0 20px 10px 20px;
}

#rech_avancee .card:hover, #modalRechAvancee .card:hover {
  background: #f5f5f5;
}

#rech_avancee .image {
  max-width: 150px;
  height: 150px;
}

#modalRechAvancee .image {
  max-width: 100px;
  height: 100px;
}

#rech_avancee .titre, #modalRechAvancee .titre {
  height: 45px;
  overflow: hidden;
  font-size: 1.2rem;
  color: #808080;
  font-weight: bold;
}

#rech_avancee .infos_prix, #modalRechAvancee .infos_prix {
  font-size: 1rem;
  line-height: 1rem;
}

#RechercheListeResultats {
  overflow: auto;
  height: 83vh;
}

#modalRechAvancee {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: white;
  /*  background-color: rgba(0,0,0,0.4); */
}

#modalRechAvanceeContent {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
}

#ModalRechercheListeResultats {
  height: 88vh;
}

@media screen and (max-width: 1279px) {
  #rech_avancee {
    width: 100%;
    left: 0;
    top: 65px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #rech_avancee {
    width: 100%;
    left: 0;
    top: 75px;
  }
}
.card {
  color: #808080;
}

#rech_ean {
  position: absolute;
  width: 800px;
  height: 600px;
  left: calc((100% - 800px) / 2);
  top: 75px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  z-index: 11000;
  display: none;
  padding: 0;
}

#ModalRechEan {
  display: none;
  position: fixed;
  z-index: 11000;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: black;
}

#francemap {
  width: 450px;
  height: 450px;
  /*	max-height: 60vh;
  	max-width: 100%; */
}

@media screen and (max-width: 439px) {
  #francemap {
    width: 300px;
    height: 300px;
  }
}
.circle {
  border-radius: 50%;
  border: 2px solid green;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
}

.circle.active {
  background: green;
  color: white;
  font-weight: bold;
}

.circle.inactive {
  background: white;
  color: black;
}

.circle.done {
  background: lightgray;
  color: gray;
}

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

.lu {
	color: #2199e8;
}
*/
.content.messages {
  height: calc(100vh - 8rem);
  height: calc(100dvh - 8rem);
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media only screen and (max-width: 639px) {
  .content.messages {
    position: fixed;
    height: 100vh;
    height: 100dvh;
  }
}
#listeMessages {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 10px;
  text-align: left;
  margin-top: 0;
}
#listeMessages .date {
  text-align: center;
  color: gray;
  font-size: 12px;
  margin-top: 10px;
}

.message {
  margin: 1rem;
  text-align: left;
  width: 60%;
}
.message.automatique {
  width: calc(100% - 2rem);
}
.message.automatique .cadre {
  border: 1px solid gray;
  color: black;
  padding: 5px 10px 5px 10px;
  border-radius: 5px 5px 5px 0;
  display: flex;
}
.message.automatique .cadre .icone {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.message.automatique .cadre .contenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  word-wrap: anywhere;
}
.message.automatique .time {
  text-align: right;
  font-size: 10px;
  color: gray;
}
.message.dest {
  margin-right: auto;
}
.message.dest .texte {
  color: black;
  padding: 5px 10px 5px 10px;
  border-radius: 5px 5px 5px 0;
  border: 1px solid #47b635;
  background: #e1fcdd;
  word-wrap: anywhere;
}
.message.dest .time {
  text-align: left;
  margin-left: 3px;
  font-size: 10px;
  color: gray;
}
.message.exp {
  margin-left: auto;
}
.message.exp .texte {
  color: black;
  padding: 5px 10px 5px 10px;
  border-radius: 5px 5px 0 5px;
  border: 1px solid #2f45bb;
  background: #d4efff;
  word-wrap: anywhere;
}
.message.exp .time {
  text-align: right;
  font-size: 10px;
  color: gray;
}
.message img {
  width: 100%;
  max-height: 180px;
  border-radius: 7px;
  object-fit: cover;
}

@media only screen and (max-height: 700px) {
  #banniere-message {
    display: none;
  }
}
.opacity {
  opacity: 0.5;
}

.archive-btn-container {
  display: none;
  position: absolute;
  right: 10px; /* Positionné à droite */
  top: 50%;
  transform: translateY(-50%); /* Centré verticalement */
}

/* Affichage au survol du li */
#liste_conv li:hover .archive-btn-container {
  opacity: 1;
  display: block;
}

#liste_conv li:hover {
  opacity: 1;
  background-color: whitesmoke;
}

/* Style optionnel pour le bouton */
.archive-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #c30000;
  padding: 5px;
  opacity: 1;
}

.archive-btn:hover {
  color: #fff;
  background: #c30000;
  border-radius: 25px;
}

.avatar {
  border-radius: 50%;
  border: 4px solid #cacaca;
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

.div-seller, .div-seller:hover {
  color: #000;
}

.seller {
  color: #47B635;
  font-weight: bold;
  font-size: 1.2em;
}

.nb_avis, .nb_annonces {
  color: #47B635;
  font-weight: bold;
}

/*
.menu {
  align-items: center;
  justify-content: center;
}

.menu li a {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 1.2rem;
}

.menu.secondary li a {
    background: var(--main-color);
    color: #ffffff;
    font-weight: bold;
}

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

.menu li a.button:hover {
  color: #fff;
	text-decoration: none;
}


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

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

.small-menu div, .small-menu ul {
    padding: 0;
    margin:0;
    display: inline-block;
}
.small-menu div.logo {padding: 0px;}
.small-menu .logo img {max-height: 50px;}

.mobile-menu {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-left: 10px;
}
.mobile-menu li {
	height: 40px;
  padding: 5px;
	margin: 2px;
	border-bottom: 1px solid #ddd;
  width: 100%;
}

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

.nav-mobile-menu i {
	font-size: 1.8em;
}
*/
/*
#main {background-color: white;}

#main {
  max-width: 1200px;
  padding: 20px 1rem 1rem 1rem;
  margin: 0 auto;
  gap: 1rem;
}
*/
/*
#main {
  max-width: 1280px;
  background-color: #ffffff;
  margin: auto;
  padding: 0 1rem 1rem 1rem;
  gap: 1rem;
  //margin-top: 102px;
  //background-color: #e5e5e5;
	//margin-left : 0;
}
*/
/*
#main-content {
  max-width: 1000px; 
  //margin: 0 auto 0 auto;
  padding: 2rem 1rem 2rem 1rem; 
  position: relative; 
  background: white;
  z-index: 1;
  min-height: 98vh;
} */
.main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 95vh;
}

.content {
  border-radius: 7px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px auto;
  padding: 2rem 1rem 2rem 1rem;
  position: relative;
  background: white;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex: 1;
}
@media screen and (max-width: 639px) {
  .content {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
}

/*
#banner {
  background-color: #ffffff;
}
*/
/*
footer .h4-like {
  text-align: left;
  border-bottom: 1px solid #fff;
  color: var(--text-color);
}

.menu > li {
  vertical-align: middle;
}
*/
@media screen and (max-width: 1023px) {
  /*
  .menu li a {
      font-size: 0.7em;
      text-transform: none;
  }

  .menu-vente li a {
    font-size: 1rem;
    text-transform: uppercase;
  }

  .mobile-menu li a {
    font-size: 20px;
    text-transform: uppercase;
  }
  */
}
.couv {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 1023px) {
  .couv {
    /*    width:50%; */
    max-width: 200px;
  }
}
/* 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 (min-width: 1024px) {
  #main-container-left {
    /*    border-right:1px solid #cacaca; */
    min-height: 100vh;
  }
}
@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;
  }
}
/*
.ribbon {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-inline: 1lh;
  padding-bottom: 3.5rem;
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #fff;
  opacity: 0.75;
  z-index:10;
}
.ribbon_langue {
  top: 3px;
  left: 43%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index:10;
}
*/
/*corner ribbon*/
/*
.ribbon-wrapper-featured {
    position: absolute;
    top: 2px;
    right: 28px;
}

.featured.fa {
    position: absolute;
    top: -2px;
    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 0 10px 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: 0.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;
} */
/*
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;
} */
/*
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  color: #000;
}

.drapeau {
  height: 17px;
  margin-left: 5px;
  margin-bottom: 3px;
}

div.upload-photo {
  position: relative;
  overflow: hidden;
}

div.input-container {
  position: absolute;
  top: 0; left: 0;
}

div.input-container input {
  opacity: 0;
}
*/
/*

.content blockquote::after {
  right: -1rem;
  bottom: 0;
}

.content blockquote::after, .content blockquote::before {
  font-family: 'sans-serif';
  font-size: 2em;
  color: #f25e23;
  position: absolute;
}

.content blockquote::after, .content blockquote::before {
  content: "\e81d";
  line-height: .5;
}

.content blockquote::before {
  display: inline-block;
  transform: rotate(180deg);
  left: -1rem;
}
*/

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