.lang-switcher{
  list-style-type: none;  margin:0;
  padding:0;
  text-transform: uppercase;
  font-size:0.72rem;
  font-weight:600;
}
.lang-switcher .lang-item{
  border-radius:50%;
  background:#eee;
  transition:background 250ms;
  line-height:1.3;
}
.lang-switcher .lang-item a{
  display:block;
  height:2rem;
  width:2rem;
  padding:9px;
  text-decoration:none;  display: flex;
  align-items: center;
  justify-content: center;
  color:#333;
}
.lang-switcher .lang-item:hover{
  background:#E2DCFF;
}
.lang-switcher a span{
  margin-left:0 !important;
}

.site-footer{
  margin-top:0;
}

/* .entry-content.wp-block-post-content > *:first-child:not(.has-background){
  margin-top: 4rem;
} */

.entry-content.wp-block-post-content > *:last-child:not(.has-background){
  margin-bottom: 5rem;
}

.wp-block-template-part, .wp-block-query{
  margin-top:0;
}

.centrer-grid{
	grid-template-columns: repeat(auto-fit, minmax(15.5rem, 15.5rem));
	justify-content: center;
}