.presse-modal {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 28px;
	position: fixed;
	z-index: 1000;
}

.presse-modal.is-open {
	display: flex;
}

.presse-modal__backdrop {
	background: rgba(16, 18, 20, .58);
	backdrop-filter: blur(7px);
	inset: 0;
	position: absolute;
}

.presse-modal__dialog {
	background: #fff;
	border: 1px solid #d4d4d4;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
	max-height: calc(100vh - 56px);
	max-width: min(1100px, calc(100vw - 56px));
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.presse-modal__title {
	background: #808080;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	padding: 10px 48px 10px 14px;
}

.presse-modal__close {
	background: #fff;
	border: 1px solid #666;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 30px;
	z-index: 2;
}

.presse-modal__image-wrap {
	align-items: center;
	background: #f3f3f3;
	display: flex;
	justify-content: center;
	max-height: calc(100vh - 108px);
	overflow: auto;
	padding: 12px;
}

.presse-modal__image-wrap img {
	display: block;
	height: auto;
	max-width: 100%;
}

body.presse-modal-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	.presse-modal {
		padding: 12px;
	}

	.presse-modal__dialog {
		max-height: calc(100vh - 24px);
		max-width: calc(100vw - 24px);
	}
}
