/* Rubrique VIDEO : règles spécifiques (façade vidéo + player). */

.em-section--video {
	position: relative;
}

.em-video-switch {
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--em-video-switch-color, currentColor);
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 2px 4px;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
}

.em-video-switch__btn {
	width: 28px;
	height: 28px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: currentColor;
	opacity: .82;
	font-weight: 700;
	cursor: pointer;
}

.em-video-switch__btn:hover {
	opacity: 1;
}

.em-video-switch__dots {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.em-video-switch__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: inherit;
	background: currentColor;
	opacity: .45;
	cursor: pointer;
}

.em-video-switch__dot.is-active {
	opacity: 1;
}

.em-video-instance {
	transition: opacity .2s ease;
}

.em-video-instance:not(.is-active) {
	opacity: 0;
}

.em-section--video .em-rubrique__field--03_watch,
.em-section--video .em-rubrique__field--official_video {
	font-family: "Archivo Black", Arial, sans-serif;
	font-weight: 400;
}

.em-section--video .em-rubrique__field--a_love_letter_to_miami_shot_on_sunset_walls_neon_boulevards_and_the_atlantic_shoreline {
	max-width: 860px;
	font-size: clamp(16px, 1.55vw, 24px);
	line-height: 1.35;
}

.em-section--video .em-rubrique__video-embed {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
}

.em-section--video .em-rubrique__video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.em-section--video .em-rubrique__videowrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 760px;
	margin-top: 12px;
}

.em-section--video .em-rubrique__videowrap .em-rubrique__videourl {
	width: 100%;
	max-width: none;
	margin: 0;
}

.em-section--video .em-rubrique__videourl {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 760px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 2px solid #100421;
	border-radius: 24px;
	background: #100421;
	box-shadow: 10px 10px 0 #100421;
	text-decoration: none;
}

.em-section--video .em-rubrique__video-toplay {
	cursor: pointer;
}

.em-section--video .em-rubrique__videourl iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.em-section--video .em-rubrique__videourl .em-rubrique__video-embed {
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: auto;
}

.em-section--video .em-rubrique__video-facade {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.em-section--video .em-rubrique__video-poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .82;
}

.em-section--video .em-rubrique__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 999px;
	background: #fff6ea;
	box-shadow: 6px 6px 0 #c13584;
	transition: transform .15s ease;
}

.em-section--video .em-rubrique__video-play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%);
	border-style: solid;
	border-width: 13px 0 13px 22px;
	border-color: transparent transparent transparent #100421;
}

.em-section--video .em-rubrique__videourl:hover .em-rubrique__video-play {
	transform: translate(-50%, -50%) scale(1.06);
}
