/* STICKY */
.wp-site-blocks main{
 margin-top:126px !important;
}
@media (max-width: 800px) {
  .wp-site-blocks main{
   margin-top:90px !important;
  }
}
#page-top{
  box-shadow: none;
  transition:top 0.5s,box-shadow 1s;
	z-index:1000;
	background:#ffffff;
	position:absolute;
	top:0;
	width:100%;
}

#page-top .wp-block-site-logo img{
	transition:all 0.25s;
}
#page-top.sticky-masthead .wp-block-site-logo img{
	max-width:280px;
}

#page-top.sticky-masthead{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  position:fixed !important;
  top:0px;
  width:100%;
	padding-top:5px !important;
	padding-bottom:5px !important;

}
.admin-bar #page-top{
  /* top:30px; */
  top:0;
  margin-top:32px !important;
}

#page-top.sticky-masthead.sticky-hide{
  top:-150px;
}
#page-top.sticky-masthead.sticky-show{
  top:0;
}


/* animation recherche */
.wp-block-cloudcatch-light-modal-block__wrapper.is-open{
	  animation: backdrop-fade 400ms  ease forwards;
}
.wp-block-cloudcatch-light-modal-block__wrapper.is-open .wp-block-cloudcatch-light-modal-block{
	animation: search-zoom 400ms  ease forwards;
}


@keyframes backdrop-fade {
  from {
    background: transparent;
  }
  to{
    background: rgba(0,0,0,.4);
  }
}
@keyframes search-zoom {
  from {
		transform: scale(0, 0);
  }
  to{
		transform: scale(1, 1);
  }
}


.is-acf-field p{
  margin:0;
}





/* DISPOSITION */

main > *:last-child{
  padding-bottom: 4em;
}
