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: #EEEEEE; 
}

#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-top: 70px;
}

.alllistecategorie {
width: 100%;
/*background-color: #EEEEEE;*/
}

.accordion {
background-color: white;
display: inline-flex;
border: none;
cursor: pointer;
width: 96%;
text-align: left;
color: #555555;
height: 50px;
font-size: 15px;
box-shadow: 0px 0px 2px lightgray;
border-radius: 5px;
color: green;
margin: 2%;
border-radius: 5px;
font-style: italic;
}

.accordion .icone {
width: 50px;
position: relative;
top: 8px;
}

.accordion .icone img {
height: 30px;
}

.accordion .details {
position: relative;
top: 6px;
}

.accordion .details span {
font-size: ;
font-weight: bold;
}

.accordion .details li {
font-size: 12px;
color: black;
}

.accordion:focus {
outline: none;
color:  red;
}

.panel {
background-color: ;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
font-family: sans-serif;
font-size: 14px;
margin: 0 3% auto;
}

.panel a {
display: block;
padding: 12px;
background-color: ;
margin: 7px;
color: black;
border-radius: 5px;
box-shadow: 0px 0px 6px lightgray;
font-weight: normal;
cursor: pointer;
text-decoration: none;
}

.panel span {
color: #FF044B;
font-style: italic;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
  /*.contenu {
  margin-top: 70px;
  }*/
}


/******************************************************************************************************/

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;
}