/* Site navigation */
#site-navigation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    padding: 12px;
    margin: 0;
		margin-bottom: -58px;
    background-color: white;
	}
@media screen and (max-width: 560px) {
	#menu-primary-1 .hideMobile {
		display: none;
	}
}
.site {
	padding-top: 40px;
}
.mediaCardGroup .wp-block-group .wp-block-button__link:hover,.wp-block-button__link:hover{
	background-color: #448eb7;
}

/* Division */
.hentry .mediaCardGroup{
	padding: 12px;
	border: 0px solid black;
	box-shadow: 4px 0 30px 5px rgb(0 5 0 / 10%);
	border-radius: 8px;
	margin-top: 48px !important;
}

/* Image */
.mediaCardGroup .wp-block-image img{
	border-radius: 8px;
}

.mediaCardGroup figure{
	margin-bottom: 0px !important;
}

/* Block button  link */
.mediaCardGroup .wp-block-group .wp-block-buttons{
	margin-top: 0px;
	margin-bottom: 0px;
}

.mediaCardGroup .wp-block-group.has-no-padding{
	margin-top: 16px;
	margin-bottom: 0px;

}

/* Block button  link */
.mediaCardGroup .wp-block-group .cta2 .wp-block-button__link{
	color: #4da8da;
	border: 2px solid #4da8da;
	background-color: white;
	display: flex;
  align-items: center;
	justify-content: center;
}
.mediaCardGroup .wp-block-group .cta2 .wp-block-button__link:hover{
	background-color: #f1f1f1;
}
.mediaCardGroup .wp-block-group .cta2 .wp-block-button{
		margin-top: 8px;
		display: flex;
}
/* button hover */
.button:not(.has-background):hover, button:not(.has-background):hover, input:not(.has-background):hover[type="submit"], .wp-block-button__link:not(.has-background):hover, .wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .button:focus, button:focus, input:focus[type="submit"], .wp-block-button__link:focus, .wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus, input.has-focus[type="submit"], .has-focus.wp-block-button__link, .has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
	background-color: #4393bf;
}

/*front page*/
/* Block cover */
.hentry .wp-block-cover{
	display: none;
}

/* Block button  link */
#main .wp-block-group{
	margin-top: 0;
}
.mediaCardGroup > div:nth-child(1) > figure:nth-child(1) img{
	margin-bottom: 8px;
}