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;
}

/*********************************************/

.contenu {
margin: 80px 30% auto;
text-align: center;
}

.imgaddsolde {
position: relative;
width: 100%;
max-height: 150px;
overflow: hidden;
border-radius: 7px;
}

.imgaddsolde img {
max-width: 100%;
border-radius: 7px;
position: relative;
top: -20px;
}

.imgaddsolde li {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 4px;
background-color: rgba(0, 0, 0, 0.6);
color: gold;
border-radius: 4px;
list-style-type: none;
font-size: 20px;
font-weight: bold;
font-family: sans-serif;
min-width: 70%;
text-shadow: 0px 1px 1px black;
}

.indication {
padding: 6px;
background-color: white;
color: #555555;
border-radius: 10px;
list-style-type: none;
font-size: 15px;
font-weight: bold;
font-family: sans-serif;
}

.note {
text-align: left;
}

.note li {
padding: 6px;
background-color: white;
color: #555555;
border-radius: 10px;
list-style-type: none;
font-size: 15px;
font-family: sans-serif;
}

.note li span {
color: orangered;
}

.note li .modepay {
padding: 4px;
background-color: black;
display: inline-block;
font-size: 13px;
border-radius: 0px 4px 0px 4px;
}

.actions {
margin-top: 5px;
text-align: center;
}

.actions .whatsappgo {
font-family: sans-serif;
font-size: 14px;
list-style-type: none;
}

.actions .whatsappgo a span {
font-size: 14px;
color: #D6492F;
}

.actions .cmastergo {
padding: 15px;
font-family: sans-serif;
background-color: orangered;
width: calc(100% - 40px);
display: inline-block;
text-decoration: none;
color: black;
text-align: center;
box-shadow: 0px 0px 2px lightgray;
margin: 3px;
border-radius: 4px;
border: 2px double orangered;
color: white;
font-size: 18px;
}

/****************************************************/

footer {
margin-top: 20px;
background-color: ;
text-align: center;
color: black ;
}


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;
}

@media screen and (min-width: 0px) and (max-width: 768px) {

  .contenu {
  margin: 80px 2% auto;
  }

  .imgaddsolde {
  position: relative;
  width: 100%;
  max-height: 110px;
  overflow: hidden;
  border-radius: 7px;
  }
}
