/*******
		  AENL Custom styles 
								******************/
								
body {
	color: var(--text-color);}

/* Typographic styles for epitaph modal */
.txtstyle1 p {
    font-size: 5vmin;
	line-height: 6vmin;
	text-shadow: 0px 1px 0px  #bebcb4, 0px -1px 0px #5536dc;
	Font-family: cursive;
	color: #7e7e7c;
	text-shadow: 0px 1px 0px  #bebcb4, 0px -1px 0px #3d3d3b;
}

/* Typographic styles for elem interactifs modal */
.txtstyle2 p {
    color: #663b28;
	font-size: clamp(11px, 3.5vmin, 54px);
	text-align: center;
	line-height: clamp(15px, 4vmin, 65px);
	text-shadow: 0px 1px 0px  #be7a5b, 0px -1px 0px rgba(0,0,0,.7);
	/*text-shadow: 0 0 1.5vmin black;*/
	
}

.webform-submission-form {
   background: 255, 255, 255, 0.5;
 
}
