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;
background-color: white;
}

#spiner {
background-color: transparent;
position: fixed;
z-index: 11;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

nav {
top: 0px;
position:fixed;
width: 100%;
background-color: green;
border-bottom: 1px solid lightgray;  
z-index: 10;
}

nav .panelnav {
display: inline-flex;
background-color: white;
width: 100%;
}

nav li {
list-style-type: none;
display: inline-block;
}

nav .panelnav .retour {
margin: 10px;
padding: 5px;
width: 15%;
}

nav .panelnav .retour a {
background-color: gray;
padding: 5px;
font-size: 25px;
border-radius: 100%;
text-decoration: none;
color:white;
border: 2px solid white;
cursor: pointer;
}

nav .panelnav .suivre {
margin: 10px;
padding: 5px;
font-family: sans-serif;
text-align: center;
width: 80%;
text-align: right;
position: relative;
top:7px;
}

nav .panelnav .suivre a {
padding: 8px;
background-color: white;
font-size: 15px;
font-family: sans-serif;
border-radius: 3px;
color:black;
text-decoration: none;
font-weight: bold;
border: 1px solid lightgray;
}

/*********************************************/

*:focus{
outline: none;
}

.contenu {
margin: 85px 20% auto;
text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .contenu {
  margin: 85px 2% auto;
  text-align: center;
  }
}

.zonesearch {
width: 100%;
}

.zonesearch .leftinput {
border: 2px solid #819830;
border-radius: 20px 0px 0px 20px;
border-right: none;
}

.zonesearch .leftinput input {
width: 100%;
border-radius: 20px;
text-align: center;
border: none;
}

.zonesearch .rightinput {
border: 2px solid #819830;
color: #819830;
background-color: white;
border-radius:0px 20px 20px 0px;
padding: 10px;
border-left: none;
}
/***************************************/

.resultat_search {
width: 100%;
background-color: #EEEEEE;
text-align: center;
font-family: sans-serif;
}

.resultat_search img {
display: inline-block; 
height: 100px;
}

.mastore {
font-family: sans-serif;
text-align: left;
border-left: none;
border-right: none;
border-bottom: none;
font-size: 15px;
font-weight: bold;
}

.oneboutique {
width: 100%; 
display: inline-flex;
background-color: #EEEEEE;
border-radius: 4px;
margin-top: 10px;
}

.oneboutique .img {
width: 35%;
background-color: ;
text-align: center;
min-width: 80px;
}

.oneboutique .img .panelimgprofil {
width: 80px;
height: 80px;
padding: 4px;
border: 4px solid white;
border-radius: 100px;
background-color: gray;
box-shadow: 0px 0px 6px gray;
overflow: hidden;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.oneboutique .img img {
/*width: auto;
height: 90px;*/
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.oneboutique .titre {
width: 65%; 
text-align: left;
margin-top: 4px;
}

.oneboutique .titre li {
list-style-type: none;
display: block;
color: #555555;
font-family: sans-serif;
margin-left: 2%;
font-weight: normal;
padding: 1px;
}

.oneboutique .titre .nomstore {
font-weight: bold;
color: black;
margin-top: 4px;
}

.oneboutique .titre .nomstore img {
display: inline-block;
position: relative;
top: 4px;
}

.oneboutique .titre li:first-letter {
text-transform: capitalize;
}

.oneboutique .titre .infosup {
font-size: 13px;
margin-top: 4px;
font-weight: bold;
}

.oneboutique .titre .infosup span {
background-color: white;
padding: 3px;
border-radius: 2px;
width: 15px;
text-align: center;
margin: 2px;
}

.oneboutique .titre .infocontact {
font-size: 14px;
display: block;
}

.oneboutique .titre .infocontact a {
text-decoration: none;
display: inline-block;
}

.oneboutique .titre .infocontact a .fab {
background-color: white;
padding: 7px;
border-radius: 0px 3px 0px 3px;
}

.oneboutique .titre .infocontact a .fas {
background-color: white;
padding: 7px;
border-radius: 0px 3px 0px 3px;
}

.oneboutique .titre .infocontact a .zdirection {
font-family: sans-serif;
font-weight: normal;
}

.otherstore {
font-family: sans-serif;
text-align: left;
border-left: none;
border-right: none;
border-bottom: none;
font-size: 15px;
font-weight: bold;
}

.otherstore span {
font-size: 14px;
font-weight: normal;
}

.chargerplus {
text-align: center;
}

.chargerplus a {
font-size: 12px;
font-family: sans-serif;
}