/*
Theme Name: Mensch Maschine Suisse
Theme URI: https://fr.mum.ch/
Description: Thème enfant
Template: hello-elementor
Version: 1.3.0
License: GNU General Public License v2 or later
Text Domain: mum-starter
Tags: elementor, one-column, custom-menu, custom-logo
*/


:root {
	--mum-orange: #ed6a04;
	--mum-orange-soft: #f28915;
	--mum-ink: #181b31;
	--mum-body: #6f6f6f;
	--mum-bg: #fbfbfb;
	--mum-radius: 5px;
}

body {
	background-color: var(--mum-bg);
	color: var(--mum-body);
}


a {
	color: var(--mum-orange);
}



button.elementor-button,
a.elementor-button,
input[type="submit"].elementor-button {
	border-radius: var(--mum-radius);
}



#masthead.mum-header {
	position: relative;
	z-index: 20;
}


#masthead.mum-header-sticky.is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}

body.admin-bar #masthead.mum-header-sticky.is-stuck {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar #masthead.mum-header-sticky.is-stuck {
		top: 46px;
	}
}

#colophon.mum-footer {
	position: relative;
	z-index: 1;
}


.mum-template-canvas {
	min-height: 60vh;
}


.navbar-collapse {
	border-top: 0 solid transparent !important;
}

.swp_social_panel {
	clear: both;
	display: flex;
	height: 32px !important;
	line-height: 1;
	margin-bottom: 0 !important;
	margin-top: 20px !important;
	overflow: hidden;
	padding: 0;
	align-items: stretch;
	direction: ltr;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-password-form input[type="submit"] {
	background-color: #000 !important;
	color: #fff;
}

.text-primary {
	color: var(--mum-orange-soft);
}

.nav-item-children {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: var(--mum-radius);
	border-bottom-left-radius: var(--mum-radius);
	transition: none !important;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
