/*
 * Reset leger (equivalent aux bases fournies par Hello Elementor).
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	min-height: 100vh;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

button[type="button"]:not(.btn):not(.sp-header__toggle):not(.contact-form__gallery-dot) {
	background-color: transparent;
	color: inherit;
}

button[type="button"]:not(.btn):not(.sp-header__toggle):not(.contact-form__gallery-dot):hover,
button[type="button"]:not(.btn):not(.sp-header__toggle):not(.contact-form__gallery-dot):focus {
	background-color: transparent;
	color: inherit;
}

a {
	color: inherit;
}

table {
	border-collapse: collapse;
}
