.header-to-shrink img {
/*   max-height: 150px;
 *//*   -webkit-transition:max-height 0,3s ease-out;
  -moz-transition:max-height 0,3s ease-out;
  -o-transition:max-height 0,3s ease-out;
  transition:max-height 1s ease-out; */
}
.header-to-shrink.shrink img {
  max-height: 50px;
  width: auto;
}

.header-to-shrink.shrink h1 {
	font-size: 1rem !important;
}


/* p {
	text-align: justify;
} */


.top-container {
	margin: -35px 0 -35px 0;
}
.on-top {
	z-index: 500;
}



.tnp-field-firstname input,
.tnp-field-surname input,
.tnp-field-email input
 {
	padding:2px !important;
}

.participez .tnp-field-button input {
	color : #d26a20 !important;
	background-color: white !important;
	padding: 0,6rem 1rem !important;
}

.participez .tnp-field-button input {
	cursor:pointer;
}
.eoeventcleaner ul {
	list-style: none;
	padding: 0px;
}


.RevSliderSticky * {
	color: white;
}

.RevSliderSticky a {
	text-decoration: none;
}


@media (max-width: 901px) {
  .wp-block-column[style] {
    border-right-width: 0 !important;
	
  }
  .top-container {
/* 	z-index: 0; */
/* 	margin-top: 0px;
	margin-bottom: 0px; */
	}
}

@media (max-width: 1001px) {
  h3.wp-block-heading  {
    font-size: 1.2rem; /* taille réduite sur écran plus petit */
  }
}



@media (max-width: 901px) {
  /* On cible uniquement les colonnes de ton bloc spécifique */
  .wp-block-columns.coll-break900 {
    flex-direction: column; /* empile les colonnes verticalement */
  }

  .wp-block-columns.coll-break900 > .wp-block-column {
    width: 100%; /* chaque colonne prend toute la largeur */
  }
}

/* @media (max-width: 900px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .wp-block-navigation .wp-block-navigation__responsive-container,
    .wp-block-media-text.is-stacked-on-mobile,
    .wp-block-group.is-layout-flex,
    .is-layout-flex {
        flex-direction: column !important;
        width: 100% !important;
    }
}

 Remet le comportement “desktop” au-dessus de 900px 
@media (min-width: 901px) {
    .is-layout-flex {
        flex-direction: row !important;
    }
} */
