.fade-popin-com {
	background-color: rgba(80, 78, 86, 0.7);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
}

.contenu-popin {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
	border: 1px solid #eee;
	padding: 1rem;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 rgb(5 5 5 / 15%);
	box-shadow: 0 2px 10px 0 rgb(5 5 5 / 15%);
	width: 100%;
	max-width: 620px;
	border-radius: 3px;
	transition: 0.5s;
}

#fermer-contenu-popin {
	font-family: Montserrat;
	position: absolute;
	top: 0;
	right: 1.6rem;
	font-size: 4.8rem;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
}

#fermer-contenu-popin:hover {
	transform: rotate(90deg);
}

.input-collection {
	width: 98%;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-style: solid;
	border-color: dimgray;
	border-width: thin;
	border-radius: 5px;
}

.bouton-collection {
	width: 40%;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	border: solid 1px grey;
	background-color: black;
	color: white;
	cursor: pointer;
}

#fermer-collection {
	display: none;
}
