a{text-decoration:none;}

/*Fond Blanc Formulaire*/
.wpforms-container { 
		background: WHITE !important;
		padding: 1.3rem !important;
		border-radius: 10px !important;
} 
/* Ombre au header lors du scroll */
header {
	background:white;
  z-index: 1000;	
  transition: box-shadow 0.3s ease-in-out; 
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); 
}

body.scrolled header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06); 
}

@media only screen and (max-width: 600px) { 
/* probleme marge téléphone*/
.wp-block-group-is-layout-flow > :first-child:first-child{
		margin:0 10px;
		} 
}