.baseline_container {
	max-width: 45%;
	position: absolute;
    z-index: 101;
    top: 300px;
    right: 27%;
}

@media screen and (max-width: 470px) {
  .baseline_container {
    display:none;
  }
}

.sidebar_top .shuffle--container {
	width: 317px;
    margin: auto;
}

/*22/12/2021*/
.diaporama-area .diapo-container .Hlogo {
	width: 20%;
}

.image-fancy-home.wp-block-image a.fancybox:before {
		content: "\e908";
    font-size: 40px;
    font-size: 2.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
		width: 100%;
		height: 15rem;
		margin: auto;
		font-family: "domaineoyat";
		color: #ffffff;
}

.image-fancy-home.wp-block-image {
	width: 22rem;
	max-width: 80%;
	height: 15rem;
	margin: -5rem auto 2rem;
	outline: 14px solid white;
	transform: rotate(-2.5deg);
	position: relative;
}

.image-fancy-home.wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 470px) {
	.image-fancy-home.wp-block-image {
		margin: -2rem auto 2rem;
	}
}

.logo-neat {
    max-width: 50px;
    display: block;
    margin: 0 auto 10px auto;
}