/* Define [1rem => 10px] */
html {
    font-size: 62.5%;
}

/* Stick footer */
body div:nth-child(1 of .type-page), body div:nth-child(1 of .type-post)  {
	min-height: calc(100vh - 535.352px);
}

/* Show Hide Sticky Header Speed Control */
#hide-header {
	transition: top .4s ease!important;*/
}

h1, h2, h3, h4, h5, h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title, h4.elementor-heading-title, h5.elementor-heading-title {
	margin-block-start: 1.5rem;
	margin-block-end: 0.5rem;
}

/* Breadcrumb */
#breadcrumbs {
	display: flex;
    align-items: center;
}

#breadcrumbs>span {
    width: 100%;
    display: flex;
}

.breadcrumb-separator {
	display: flex;
    justify-content: center;
}

.breadcrumb-separator::before {
	content: url('https://dev.tavannes.ch/wp-content/uploads/2024/01/chevron-right.svg');
	display: flex;
    width: 25px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

#formidable form

.frm_primary_label {
	padding-bottom: 10px!important;
}

.frm_submit {
	display: flex;
    justify-content: end;
}

.with_frm_style input[type=text].frm_date {
	background-color: red;
	background: url('/wp-content/uploads/2024/02/calendar-search-icon.svg') no-repeat right 10px center!important;
}
