/* Fichier custom-hystmodal.css pour fenêtre proches format A4 */
.hystmodal__window--a4 {
    max-width: 794px;
    width: 100%;
    max-height: 1123px; 
    height: calc(100vh - var(--top--primary-menu) - 2rem); 
    overflow-y: auto; 
    background-color: white; 
    margin: calc(var(--top--primary-menu) + 1rem) auto 1rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.hystmodal__window--video {
    width: 70%;
    height: 70%;
}

.hystmodal__window--image {
    width: 50%;
    height: auto;
    max-width:fit-content;
}
.hystmodal__window {
	overflow:visible;
	max-height:min(1123px, calc(100vh - 100px))
}
.hystmodal__close {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20class=%22svg-inline--fa%20fa-circle-xmark%20fa-lg%22%20viewBox=%220%200%20512%20512%22%3E%3Cg%20class=%22fa-duotone-group%22%3E%3Cpath%20fill=%22%23cc0000%22%20d=%22M256%20512A256%20256%200%201%200%20256%200a256%20256%200%201%200%200%20512zM175%20175c9.4-9.4%2024.6-9.4%2033.9%200l47%2047%2047-47c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-47%2047%2047%2047c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-47-47-47%2047c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l47-47-47-47c-9.4-9.4-9.4-24.6%200-33.9z%22%20class=%22fa-secondary%22%3E%3C/path%3E%3Cpath%20fill=%22%23fff%22%20d=%22M209%20175c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l47%2047-47%2047c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l47-47%2047%2047c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-47-47%2047-47c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-47%2047-47-47z%22%20class=%22fa-primary%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width:29px;
	height:29px;
}
.hystmodal__open {
	top:1.4rem;
	right:-0.825rem;
	
	position:absolute;
	width:29px;
	height:29px;
	background:white;
	border:1px solid #666;
	border-radius:50%;
	text-align:center;
	align-content:center;
	box-sizing:border-box;
	cursor:pointer;
	
	text-decoration:none;
	color:black;
	
	font-weight:300;
	font-family: 'Font Awesome 6 Pro'
}
.hystmodal__open:before{
	content:"\f31d";
}
