/*
Theme Name: Aeroscopia Child
Theme URI: https://www.aeroscopia.fr/
Author: Marc Bailly
Description: Thème enfant Hello Elementor pour la migration du site aeroscopia.fr depuis Wix vers WordPress.
Template: hello-elementor
Version: 0.1.398
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: aeroscopia-child
*/

/* Exception: polices Wix requises par le contenu importe dans Elementor. */
@font-face {
	font-display: swap;
	font-family: "dinneuzeitgroteskltw01-_812426";
	font-style: normal;
	font-weight: 400;
	src: url("https://static.parastorage.com/fonts/v2/b46aabec-b529-45a8-a0fe-2abaf6daf369/v1/dinneuzeitgroteskltw01-_812426.latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "dinnextltw23-ultralight";
	font-style: normal;
	font-weight: 400;
	src: url("https://static.parastorage.com/fonts/v2/bd528634-2d69-4a0a-82ae-0d139cb592f7/v1/dinnextltw23-ultralight.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "helvetica-w01-light";
	font-style: normal;
	font-weight: 400;
	src: url("https://static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2") format("woff2");
}

/* Exception: garde-fous documentaires et alias de tokens hors perimetre du Kit. */
html {
	overflow-x: clip;
}

:root {
	--aero-blue: var(--e-global-color-primary, #0088cb);
	--aero-blue-dark: var(--e-global-color-aeronavy, #0b2f5b);
	--aero-cyan: var(--e-global-color-primary, #0088cb);
	--aero-red: var(--e-global-color-accent, #ed1c24);
	--aero-yellow: var(--e-global-color-aeroyel, #ffcb05);
	--aero-gold: var(--e-global-color-aerogold, #c99a22);
	--aero-ink: var(--e-global-color-secondary, #282828);
	--aero-muted: var(--e-global-color-text, #4d4d4d);
	--aero-soft: var(--e-global-color-aerolight, #e6e6e6);
}

body {
	color: var(--aero-ink);
	font-family: "Lato", Arial, Helvetica, sans-serif;
	overflow-x: clip;
}

/* Guard against Wix media dimensions leaking into Elementor widgets. */
.elementor-widget-image img,
.elementor-widget-image a img,
.elementor-widget-image-carousel img,
.elementor-image-carousel img {
	height: auto;
	max-width: 100% !important;
}

/* Exception: les controles HTML hors widgets Elementor ne lisent pas le Kit. */
button:not(.elementor-button),
input[type="submit"]:not(.elementor-button) {
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

/* Exception: la transition commune n'est pas configurable dans le Kit Elementor. */
.elementor-button,
button,
input[type="submit"] {
	transition-duration: 160ms;
	transition-property: background-color, border-color, box-shadow, color, filter, opacity, transform;
	transition-timing-function: ease;
}

/* Exception: etats d'interaction natifs non exposes par le Kit Elementor. */
.elementor-button:hover,
.elementor-button:focus-visible,
button:hover,
button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible {
	filter: brightness(0.92);
}

.elementor-swiper-button,
.e-n-tab-title,
.elementor-tab-title {
	transition-duration: 160ms;
	transition-property: background-color, border-color, box-shadow, color, filter, opacity, transform;
	transition-timing-function: ease;
}

.elementor-swiper-button:hover,
.elementor-swiper-button:focus-visible {
	filter: brightness(0.88);
	opacity: 0.86;
}

/* Motif de partage de chaque réponse, injecté uniquement sur la FAQ. */
body.page-id-25 .aero-content-faq-accordion .aero-faq-share {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-block-start: 18px;
	min-height: 24px;
}

body.page-id-25 .aero-content-faq-accordion .elementor-tab-content .aero-faq-share__action {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 2px;
	color: #282828 !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 24px;
	height: 24px;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	width: 24px;
}

body.page-id-25 .aero-content-faq-accordion .aero-faq-share__action:hover,
body.page-id-25 .aero-content-faq-accordion .aero-faq-share__action:focus-visible {
	color: #c99a22 !important;
	filter: none;
}

body.page-id-25 .aero-content-faq-accordion .aero-faq-share__action:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

body.page-id-25 .aero-content-faq-accordion .aero-faq-share__action svg {
	display: block;
	fill: #282828 !important;
	height: 24px;
	pointer-events: none;
	width: 24px;
}

body.page-id-25 .aero-content-faq-accordion .aero-faq-share__action:hover svg,
body.page-id-25 .aero-content-faq-accordion .aero-faq-share__action:focus-visible svg {
	fill: #c99a22 !important;
}

body.page-id-25 .aero-content-faq-accordion .aero-faq-share__status {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.e-n-tab-title:hover,
.e-n-tab-title:focus-visible,
.elementor-tab-title:hover,
.elementor-tab-title:focus-visible {
	box-shadow: inset 0 -2px 0 rgba(201, 154, 34, 0.38);
	filter: brightness(0.96);
}

/* Exception: lecteur audio HTML dont le balisage interne n'est pas un widget Elementor. */
.aero-content-press-audio-player {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 70px minmax(0, 1fr);
	width: 100%;
}

.aero-content-press-audio-cover {
	display: block;
	height: 70px;
	object-fit: cover;
	width: 70px;
}

.aero-content-press-audio-title {
	color: #4d4d4d;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.aero-content-press-audio-row {
	align-items: center;
	display: block;
}

.aero-content-press-audio-control {
	height: 32px;
	width: 100%;
}

@media (max-width: 767px) {
	.aero-content-press-audio-cover {
		height: 64px;
		width: 64px;
	}

	/* Exception: the HTML audio player owns its internal responsive grid. */
	.aero-content-press-audio-player,
	.aero-content-press-audio-row {
		grid-template-columns: 1fr !important;
	}

	.aero-header {
		/* Exception: support de positionnement pour la navigation mobile absolue. */
		position: relative;
	}

	/* Exception: GTranslate injecte son balisage en shortcode hors réglages Elementor. */
	.aero-header-language-widget .aero-lang-links {
		gap: 6px;
	}

	.aero-header-language-widget .aero-lang-links a,
	.aero-header-language-widget .aero-lang-links a.gt-current-lang {
		background: transparent;
		min-height: 22px;
		min-width: 28px;
		padding: 0 !important;
	}

	.aero-header-language-widget .aero-lang-links span {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.aero-header-nav-widget .elementor-menu-toggle {
		/* Exception: dimensions du bouton burger interne au widget Nav Menu Elementor. */
		height: 34px !important;
		margin: 0 !important;
		width: 34px !important;
	}

}
