#myContainer {
border: 1px solid gray;
width: 100%;
  //width: 982px;
  height: 400px;
  position: relative;
  /*background: yellow;*/
  overflow: hidden;
  border-radius: 12px;
  display: none;
}
#myAnimation {
  width: 3825px; /*4782=100%*/
  height: 3825px; /*4782=100%*/
  position: absolute;
  background-color: silver;
}
.button {
  background-color: gray;
  border-radius: 8px;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}
.button1 
{
padding: 10px 24px;
}
.ul_block 
{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin: 0;
  padding: 10px 20px;
  overflow: hidden;
  /*background-color: #ededed;*/
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  //border-left: 1px solid #bbb;
  /*border-bottom: 1px solid gray;*/
}

.li_block {
  float: left;
  border-radius: 10px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  /*border-top: 1px solid #bbb;*/
  background-color: #ededed;
}

.li_block a {
  display: block;
  //color: #0097A5;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}
.ul_list
{
background: #B5AEB5;
padding: 20px;
background-image: url(../pics_MNeutre/Lasaulx_Schmetz.jpg);
background-position: right 60px center;
background-repeat: no-repeat;
}
.li_list {
  background: #EDEDED;
  padding: 10px;
  margin: 15px;
  width: 70%;
}
div.figure {
  /*float: left;*/
  display:inline-block;
  width: 150px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
#flag:hover
{
  /*opacity: 0.5;*/
  transform: scale(2,2);
  transition: transform .5s ease;
}
#mon_div
{
width: 97%;
padding: 5px 10px 20px 10px;
/*background-color: #DED8CF; appliquer sur le div pour la version mobile */
margin-right: 40px;
}

.cells {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.table_header
{
background-color: rgba(32, 104, 24, 0.8);
color: white;
}

a
{
text-decoration: none;
}

/* Responsive layout - makes a one column-layout */
@media (max-width: 800px) {
  .ul_block {
  font-size: 14px;
  }
  
  .cells {
  font-size: 14px;
	}

.ul_list
	{
	background: #B5AEB5;
	//padding: 20px;
	}

.li_list {
  background: #EDEDED;
  padding: 10px;
  margin: 15px;
  width: 95%;
	}


}