html {
scrollbar-width: thin;
scrollbar-color: gray white;
}

html::-webkit-scrollbar {
width: 0.5rem;
border-radius: 20px;
background-color: white;
}

html::-webkit-scrollbar-thumb {
background-color: gray;
}

body {
margin: 0px;
padding: 0px;
}

.allcontenu {
width: 100%;
text-align: center;
/*background-color: red;*/
}

/*****************************/
#spiner {
background-color: transparent;
position: fixed;
z-index: 9;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.zoomimg {
position: fixed;
top: 0px;
z-index: 30;
width: 100%;
height: 100%;
-webkit-animation: zoomimg 1s;
animation: zoomimg 1s;
}

@-webkit-keyframes zoomimg {
  from {-webkit-transform: translateY(100%)} to {transform: translateY(1px)}
}

.zoomimg li {
background-color: red;
box-shadow: 0px 6px 6px black;
text-align: center;
list-style-type: none;
padding: 10px;
margin-top: 10px;
margin: 10px;
font-weight: bold;
color: white;
border-radius: 5px;
cursor: pointer;
margin-right: 20px;
}

.zoomimg li span {
font-size: 20px;
}
/********************************/

nav {
top: 0px;
position: fixed;
width: 769px;
z-index: 10;
display: inline-block;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  nav {
    width: 100%;
  }
}

nav .panelinfosnav {
display: inline-flex;
width: 100%;
}

nav .panelinfosnav li {
list-style-type: none;
display: inline-block;
}

nav .panelinfosnav .retour {
width: 10%;
}

nav .panelinfosnav .retour a {
background-color: white;
padding: 5px;
margin: 5px;
font-size: 18px;
border-radius: 3px;
height: 30px;
min-width: 22px;
text-decoration: none;
color:#555555;
position: relative;
box-shadow: 0px 0px 1px black;
cursor: pointer;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

nav .panelinfosnav .infosnav {
font-family: sans-serif;
text-align: center;
width: 90%;
text-align: right;
display: flex;
justify-content: right;
}

nav .panelinfosnav .infosnav a {
background-color: white;
padding: 5px;
margin: 5px;
font-size: 15px;
border-radius: 3px;
height: 30px;
min-width: 22px;
text-decoration: none;
color:#555555;
position: relative;
box-shadow: 0px 0px 1px black;
cursor: pointer;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

nav .vueoptions {
background-color: white;
width: 100%;
}

nav .vueoptions .linkoption {
font-family: sans-serif;
display: block;
padding: 10px;
margin: 3px;
background-color: #F7F7F7;
text-align: left;
}

nav .linkoption a {
text-decoration: none;
color: #555555;
font-size: 14px;
}

nav .linkoption span{
font-size: 15px;
width: 30px;
background-color: white;
text-align: center;
padding: 5px;
border-radius: 3px;
}

/*****************************/
.contenu {
margin: 0px;
width: 769px;
display: inline-block;
/*background-color: red;*/
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .contenu {
    width: 98%;
    margin: 0% 1% auto;
  }
}

/* Slideshow container */
.slideshow-container {
width: 100%;
position: relative;
text-align: center;
}

.slideshow-container #openzoomimg {
cursor: pointer;
}

.slideshow-container #panelaffiche {
overflow: hidden;
border-radius: 2px;
position: relative;
}

/* Hide the images by default */
.mySlides {
display: none;
height: 450px;
position: relative;
background-color: black;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
  .mySlides {
    height: 360px;
  }
}

.mySlides .groundimg {
width: 100%;
height: 100%;
background-size: cover;
filter: blur(20px);
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.mySlides .vraiimg {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 0px;
margin: 0px;
/*width: 100%;*/
height: 100%;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
  .mySlides .vraiimg {
    height: 105%;
    width: auto;
  }
}


#mySlidescontacts {
background-color: black;
overflow: hidden;
}

#mySlidescontacts p {
font-weight: normal;
color: white;
font-family: sans-serif;
font-size: 18px;
padding: 4px;
text-shadow: 1px 1px black;
margin-top: 120px;
}

#mySlidescontacts #lescontacts {
width: 100%;
font-family: sans-serif;
-webkit-animation: negocadre 1s;
animation: negocadre 1s;
}

@-webkit-keyframes negocadre {
    from {-webkit-transform: translateY(100px)} to {transform: translateY(1px)}
}

#lescontacts .btnaction {
width: 35%;
padding: 10px;
margin: 4px;
background-color: #819830;
color: white;
border-radius: 3px;
display: inline-block;
text-decoration: none;
border: 2px double white;
}

#lescontacts .btnaction .fas {
font-size: 25px;
font-weight: bold;
margin-bottom: 10px;
}

#lescontacts .btnaction .fab {
font-size: 25px;
font-weight: bold;
margin-bottom: 10px;
}

@media screen and (min-width: 0px) and (max-width: 349px) {
  #mySlidescontacts p {
    margin-top: 80px;
  }

  #lescontacts .btnaction .fas {
    margin-bottom: 5px;
    font-size: 18px;
  }

  #lescontacts .btnaction .fab {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  #mySlidescontacts p {
    margin-top: 80px;
  }

  #lescontacts .btnaction .fas {
    margin-bottom: 5px;
    font-size: 18px;
  }

  #lescontacts .btnaction .fab {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

@media screen and (min-width: 610px) and (max-width: 768px) {
  #mySlidescontacts p {
    margin-top: 80px;
  }

  #lescontacts .btnaction .fas {
    margin-bottom: 5px;
    font-size: 18px;
  }

  #lescontacts .btnaction .fab {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
/*************************/
.catnote {
font-size: 12px;
font-family: sans-serif;
color: #555555;
text-align: center;
padding: 8px;
border-radius: 3px;
font-weight: normal;
}

.catnote a {
color: #555555;
text-decoration: none;
}

/************************/

.panelmove {
width: 100%;
display: inline-flex;
}

.panelmove .panelprev {
width: 20%;
text-align: left;
}

.panelmove .panelprev .prev {
box-shadow: 0px 1px 2px lightgray;
border: 1px solid white;
border-left: none;
}

.panelmove .panelsousdetails {
width: 60%;
text-align: center;
/*background-color: red;*/
display: flex;
justify-content: center;
align-items: center;
}

.panelmove .panelsousdetails a {
width: 60%;
background-color: white;
padding: 10px;
margin: 5px;
text-align: center;
height: 30px;
width: 30px;
text-decoration: none;
cursor: pointer;
color: #555555;
font-size: 19px;
box-shadow: 0px 0px 1px black;
display: flex;
justify-content: center;
align-items: center;
}

.panelmove .panelsousdetails .btnfavorisnon {
color: #555555;
}

.panelmove .panelsousdetails .btnfavorisoui {
color: orange;
}

.panelmove .panelnext {
width: 20%;
text-align: right;
}

.panelmove .panelnext .next {
box-shadow: 0px 1px 2px lightgray;
border: 1px solid white;
border-right: none;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
bottom: 0px;
width: auto;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.8s ease;
user-select: none;
background-color: black;
opacity: 0.7;
display: inline-block;
}

.prev:hover, .next:hover {
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1s;
animation-name: fade;
animation-duration: 1s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}


/****************************/
.onestat {
padding: 10px;
border: 1px double gray;
text-align: center;
border-radius: 3px;
display: flex;
justify-content: space-between;
}

.onestat a {
font-size: 11px;
border: 2px solid transparent;
font-weight: bold;
min-width: 10%;
font-family: sans-serif;
}

.onestat .statvu {
color: darkblue;
}

.onestat .statcover {
color: darkgreen;
}

.desactivation {
padding: 8px;
border: 1px double gray;
text-align: center;
border-radius: 3px;
}

.desactivation a {
padding: 10px;
margin: 2px;
border-radius: 20px;
border: 2px solid white;
text-decoration: none;
color: white;
font-family: sans-serif;
display: inline-block;
font-size: 14px;
background-color: gray;
}

.desactivation .btndesactiver {
background-color: darkred;
cursor: pointer;
}

/*******************************************************/

.contenu .statperso {
margin-top: 20px;
border: 2px solid white;
box-shadow: 0px 0px 6px lightgray;
background-color: #EEEEEE;
border-radius: 10px;
}

.contenu .statperso legend {
color: black;
font-size: 14px;
text-align: center;
}

.contenu .statperso legend span {
padding: 10px;
background-color: #EEEEEE;
border-radius: 50px;
}

.contenu .statperso .notestat {
text-align: center;
font-family: sans-serif;
}

.contenu .statperso .notestat a {
font-weight: bold;
}

.contenu .statperso .tablestat {
width: 100%;
text-align: center;
border-color: white;
font-family: sans-serif;
}

.contenu .statperso .tablestat .vuglob {
color: darkblue;
font-size: 14px;
border: 2px solid transparent;
font-weight: bold;
}

.contenu .statperso .tablestat .coverglob {
color: darkgreen;
font-size: 14px;
border: 2px solid transparent;
font-weight: bold;
} 

.contenu .statperso .tablestat .notevuglob {
font-size: 13px;
border: 2px solid transparent;
text-align: justify;
background-color: white;
border-radius: 4px;
}

.contenu .statperso .tablestat .notevuglob a {
font-weight: bold;
}

.contenu .statperso .tablestat .notecoverglob {
font-size: 13px;
border: 2px solid transparent;
text-align: justify;
background-color: white;
border-radius: 4px;
}

.contenu .statperso .tablestat .notecoverglob a {
font-weight: bold;
}

.contenu .noteas {
font-size: 14px;
text-align: justify;
font-family: sans-serif;
}

.contenu .noteas a {
font-weight: bold;
color: red;
}

.contenu .statperso .actionsuggest {
width: 100%;
font-family: sans-serif;
text-align: center;
}

.contenu .statperso .actionsuggest td {
width: 50%;
border: 2px double white;
font-size: 12px;
background-color: orange;
border-radius: 20px 0px 20px 0px;
}

.contenu .statperso .actionsuggest td a {
color: white;
text-decoration: none;
padding: 5px;
}

/****************************************************/
.contenu .fiche {
width: 100%;
}

.storevendeur {
width: calc(100% - 4px);
border-radius: 2px;
position: relative;
/*box-shadow: 0px 0px 3px lightgray;*/
/*border: 2px solid rgba(22, 110, 160, 1);*/
/*background: url('../imgconfig/ny.webp');*/
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin-top: 20px;
}


.storevendeur .imgetdetails {
width: calc(99%);
margin: .5%;
height: 215px;
position: relative;
overflow: hidden;
}

.storevendeur .imgetdetails .details {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
text-align: center;
}

.storevendeur .imgetdetails .details .imgprofil {
width: 100px;
height: 100px;
border: 3px double rgba(22, 110, 160, 1);
display: inline-block;
overflow: hidden;
border-radius: 100%;
position: relative;
margin-top: 10px;
}

.storevendeur .imgetdetails .details .imgprofil img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
height: 140px;
}

.storevendeur .imgetdetails .details .namestore {
margin-top: 2px;
text-align: center;
}

.storevendeur .imgetdetails .details .namestore li {
list-style-type: none;
font-weight: bold;
color: rgba(22, 110, 160, 1);
font-family: sans-serif;
font-size: 20px;
}

.btnactionstore {
margin-top: 10px;
display: flex;
justify-content: center;
}

.btnactionstore a {
min-width: 80px;
max-width: 100px;
background-color: rgba(22, 110, 160, 1);
text-align: center;
color: white;
text-decoration: none;
font-family: verdana;
padding: 7px;
font-size: 13px;
margin: 4px;
border-radius: 3px;
}

.btnactionstore a b {
font-size: 11px;
}

/********************************************/
.contenu .fiche .infos {
width: 100%;
margin-top: 30px;
font-family: sans-serif;
}

.contenu .fiche .infos .dateprix {
width: 100%;
display: inline-flex;
}

.contenu .fiche .infos .dateprix .date, .prix {
width: 50%;
color:#111111;
list-style-type: none;
}

.contenu .fiche .infos .dateprix .prix {
text-align: right;
font-style: normal;
}

.contenu .fiche .infos .dateprix .date {
text-align: left;
}

.contenu .fiche .infos .dateprix .prix li {
font-size: 18px;
font-style: italic;
color: red;
}

.contenu .fiche .infos .clicville {
width: 100%;
display: inline-flex;
}

.contenu .fiche .infos .clicville .clic, .ville {
width: 50%;
color:#111111;
list-style-type: none;
}

.contenu .fiche .infos .clicville .ville {
text-align: right;
}

.contenu .fiche .infos .clicville .ville li span {
font-weight: bold;
color: black;
}

.contenu .fiche .infos .clicville .clic {
text-align: left;
}

/*****************************************************/

.contenu .titre {
margin-top: 18px;
font-weight: bold;
text-align: left;
list-style-type: none;
font-size: 18px;
color: black;
font-family: sans-serif;
}

.contenu .titre img {
width: 22px;
display: inline-block;
margin-top: 4px;
}

.contenu .titre i {
font-size: 12px;
position: relative;
top: -3px;
color: #006BC0;
}

.contenu .titre:first-letter {
text-transform: capitalize;
}

.contenu .description {
color: #555555;
font-family: sans-serif;
font-size: 16px;
text-align: left;
}

.contenu .description li {
color:#555555;
font-family: sans-serif;
}

/*******************************************/
.contenu .notelivraison {
/*font-family: sans-serif;
font-size: 15px;
text-align: justify;*/
}
/******************************************/
.contenu .securityalert {
text-align: center;
display: flex;
justify-content: center;
}

.contenu .securityalert fieldset {
text-align: center;
width: 45%;
border-radius: 4px;
border: none;
border: 2px dashed gray;
padding: 2%;
}

.contenu .securityalert fieldset legend {
text-align: center;
}

.contenu .securityalert fieldset p {
text-align: center;
font-weight: bold;
font-family: sans-serif;
font-size: 12px;
}

/******************************************/
.myslidersoptionnp2 {
display: block;
}

/*@media screen and (min-width: 0px) and (max-width: 768px) {
  .myslidersoptionnp2 {
  display: block;
  }
}
*/
/* Slideshow container */
.myslidersoptionnp2 .slideshow-containernp2 {
max-width: 100%;
position: relative;
margin: auto;
}

/* Hide the images by default */
.myslidersoptionnp2 .mySlidesnp2 {
display: none;
}

/*.myslidersoptionnp2 .mySlidesnp2 img {
width: 50px;
-webkit-animation: fade 1s;
animation: fade 1s; 
}*/

/* Caption text */
.myslidersoptionnp2 .text {
color: #555555;
font-size: 12px;
width: 100%;
text-align: center;
font-weight: bold;
font-family: sans-serif;
-webkit-animation: fade2 1s;
animation: fade2 1s; 
}

.myslidersoptionnp2 .fade {
animation-name: fade;
animation-duration: 1.5s;
-webkit-animation: fade 1s;
animation: fade 1s; 
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/******************************************/
.pub .suggestion {
margin-top: 20px;
margin-bottom: 10px;
}

.pub .suggestion .texte {
text-align: center;
font-size: 17px;
font-family: sans-serif;
font-weight: bold;
color: #555555;
list-style-type: none;
}

.pub .suggestion .texte .notetexte {
color: gray;
background-color: white;
padding: 1px;
border-radius: 3px;
border:1px solid gray;
font-weight: normal;
font-size: 13px;
}

.pub .suggestion .texte .fas {
color: orange;
}

.pub .suggestion .produitvip {
width: 100%; 
display: inline-flex;
overflow-x: hidden;
padding-bottom: 20px;
}

.pub .suggestion:hover .produitvip {
overflow-x: auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .pub .suggestion .produitvip {
    overflow-x: auto;
    }
}

.pub .suggestion .produitvip .oneproduit {
width: 150px;
min-width: 150px;
margin: 5px;
box-shadow: 0px 0px 6px lightgray;
background-color: orange;
border: 2px solid rgba(255, 165, 0, .8);
border-radius: 3px;
overflow: hidden;
}

.pub .suggestion .produitvip .oneproduit li {
font-family: sans-serif;
list-style-type: none;
font-size: 14px;
padding: 2px;
}

.pub .suggestion .produitvip .oneproduit .imageproduit {
width: 100%;
height: 170px;
text-align: center;
position: relative;
background-color: orange;
}

.pub .suggestion .produitvip .oneproduit .imageproduit img {
height: 180px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1;
}

.pub .suggestion .produitvip .oneproduit .imageproduit .prixproduit {
position: absolute;
padding: 5px;
text-align: center;
color: black;
background-color: rgba(255, 165, 0, .8);
border: 2px solid rgba(255, 165, 0, .8);
border-left: none;
bottom: 5px;
z-index: 2;
}

.pub .suggestion .produitvip #btnplusvip {
background-color: #FFDEAA;
border-color: #FFDEAA;
}

.pub .suggestion .produitvip #btnplusvip .imageproduit {
background-color: #FFDEAA;
position: relative;
}

.pub .suggestion .produitvip #btnplusvip .imageproduit .chargerplusproduitvip {
list-style-type: none;
font-family: sans-serif;
color: black;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
cursor: pointer;
width: calc(60%);
}

.pub .suggestion .produitvip #btnplusvip .imageproduit .chargerplusproduitvip a {
background-color: orange;
padding: 15px;
display: inline-block;
border-radius: 10px;
border: 2px solid orange;
font-weight: bold;
text-decoration: none;
color: white;
box-shadow: 0px 2px 2px darkorange;
}

/***************************************************************************/

.produits-similaires {
background-color: white;
}

.produits-similaires .texte {
color: black;
margin-top: 30px;
margin-bottom: 10px;
font-family: sans-serif;
font-size: 18px;
text-align: left;
padding: 5px;
list-style-type: none;
font-weight: bold;
}

.produits-similaires .texte span {
font-size: 16px;
}

.produits-similaires .allproduitsimilar {
width: 100%; 
text-align: center;
}

.produits-similaires .allproduitsimilar .oneproduit {
max-width: calc((100% - 24px)/2);
min-width: calc((100% - 24px)/2);
margin: 1px;
margin-top: 15px;
background-color: white;
display: inline-block;
border-radius: 4px;
position: relative;
box-shadow: 0px 0px 6px lightgray;
border: 2px solid white;
overflow: hidden;
}

.produits-similaires .allproduitsimilar .oneproduit li {
font-family: sans-serif;
list-style-type: none;
font-size: ;
padding: 2px;
font-weight: bold;
}

.produits-similaires .allproduitsimilar .oneproduit .imageproduit {
width: 100%;
height: 140px;
overflow: hidden;
position: relative;
border-radius: 7px;
}

.produits-similaires .allproduitsimilar .oneproduit .imageproduit .imgbackcover {
width: 100%;
height: 100%;
background-size: cover;
filter: blur(8px);
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.produits-similaires .allproduitsimilar .oneproduit .imageproduit .img {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 0px;
margin: 0px;
display: block;
}

.produits-similaires .allproduitsimilar .oneproduit .imageproduit img {
}

.produits-similaires .allproduitsimilar .oneproduit .nomproduit {
width: 100%;
text-align: center;
color: #555555;
font-size: 15px;
}

.produits-similaires .allproduitsimilar .oneproduit .prixproduit {
width: 100%;
text-align: center;
color: red;
}

.produits-similaires .allproduitsimilar .oneproduit .villeproduit {
width: 100%;
text-align: center;
color: #555555;
text-transform: lowercase;
}

.produits-similaires .allproduitsimilar .oneproduit .villeproduit:first-letter {
text-transform: capitalize;
}

.produits-similaires .levendeur {
text-align: center;
padding: 0;
margin: 0;
}

.produits-similaires .levendeur .imgbtq img{
border: 2px solid gray;
border-radius: 100%;
padding: 3px;
}

/********************************************************************************/
.lestags {
text-align: center;
margin-top: 10px;
height: 1px;
overflow: auto;
/*background-color: blue;*/
}

.lestags p {
font-size: 14px;
font-family: sans-serif;
}

.lestags p a {
width: calc(100% - 8px);
display: block;
border-bottom: 1px dashed lightgray;
padding: 4px;
font-size: 12px;
}
/********************************************************************************/

footer {
display: inline-block;
text-align: center;
color: black;
width: 769px;
}

@media screen and (min-width: 0px) and (max-width: 349px) {
  footer {
    width: 95%;
  }
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  footer {
    width: 95%;
  }
}

@media screen and (min-width: 610px) and (max-width: 768px) {
  footer {
    width: 95%;
  }
}

footer li {
list-style-type: none;
margin-top: 8px;
font-size: 12px;
font-family: sans-serif;
}

footer li .appname {
color: #819830;
font-weight: bold;
font-size: 16px;
}
/********************************************************************************/


#vunegobottom {
z-index: 10;
position: fixed;
width: 100%;
bottom: 0px;
left: 0px;
background-color: white;
display: none;
}

@media screen and (min-width: 0px) and (max-width: 349px) {
  #vunegobottom {
    display: block;
  }
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  #vunegobottom {
    display: block;
  }
}

@media screen and (min-width: 610px) and (max-width: 768px) {
  #vunegobottom {
    display: block;
  }
}

#vunegobottom .NegoBottom {
display: flex;
justify-content: center;
}

.NegoBottom {-webkit-animation: negocebars 1s;animation: negocebars 1s;}
@-webkit-keyframes negocebars {
    from {-webkit-transform: translateY(100px)} to {transform: translateY(1px)}
}

.NegoBottom a {
min-width: 19%;
margin: 3px;
padding: 5px;
background-color: #819830;
color: white;
text-decoration: none;
font-family: sans-serif;
text-align: center;
border-radius: 4px;
border: 2px double white;
display: inline-block;
font-size: 13px;
}

.NegoBottom a span {
display: block;
text-align: center;
}

.NegoBottom a .fas,.fab {
font-size: 20px;
font-weight: bold;
}


*{
outline: none;
}