/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
header a.logo-dark img {
	max-height: 300px;
}

/* Center align the pique theme panel section content SS-3000205-hc */
#pique-hero .pique-panel-content .entry-content p {
	text-align: center;
}

/* Homepage form background / 3000313-zd kp */
.home .pique-panel-content form {
	background: none;
}

/* Homepage form labels  / 3000313-zd kp */
.home .site-content .contact-form .grunion-field-label {
	color: #ffffff;
}

/* Homepage form inputs  / 3000313-zd kp */
.home input[type="tel"], 
.home input[type="text"], 
.home input[type="email"], 
.home input[type="url"], 
.home input[type="password"], 
.home input[type="search"], 
.home textarea {
	background: rgba(255,255,255,1);
}

/* Remove theme styling for first paragraph in hero content | YH-20484276-hc */
#pique-hero .pique-panel-content .entry-content p:first-of-type {
	font-size: 20px;
	font-style: normal;
}

/* Make countdown timer default label containers transparent. Labels are not consistently in SPANs, so must target P | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter p {
	color: transparent;
	text-shadow: 0 0;
}

/* Counter above style for "until" as it's not in a SPAN | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter p:last-child {
/* color: #fcfbf9; */
/* text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.75); */
}

/* Add colour to countdown timer label SPANs inside containers  | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter p strong {
	color: #fcfbf9;
	display: block;
}

/* set countdown label SPAN defaults | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter [class^=event-countdown]:after {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

/* Set countdown "day" label | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter .event-countdown__day:after {
	content: " Jours";
}

/* Set countdown "hour" label | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter .event-countdown__hour:after {
	content: " heures";
}

/* Set countdown "minute" label | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter .event-countdown__minute:after {
	content: " minutes";
}

/* Set countdown "second" label | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter .event-countdown__second:after {
	content: " secondes";
}

/* Set countdown "until" label | #3317044-zd MK */
.wp-block-jetpack-event-countdown .event-countdown__counter p:last-child:after {
	content: " ";
	color: #fcfbf9;
}

/* Center countdown items / 3317044-zen (MI) */
.wp-block-jetpack-event-countdown .event-countdown__counter span {
	display: inline-block !important;
}
.has-text-align-justify {
    text-align: justify !important
}