* {
	margin: 0px;
	padding: 0px;
}

#reserve {
	margin-bottom: 110px;
	text-align: center;
}

#reserve a {
	text-align: center;
	background-color: #debe47;
	font-size: 160%;
	border-radius: 5px;
	transition: background-color 0.5s linear, color 0.5s linear;
	height: 55px;
	line-height: 55px;
	border: solid #debe47 5px;
	color: black;
	width: max-content;
	text-decoration: none;
	padding: 0px 20px 0px 20px;

}

#reserve a:hover {
	background-color: #333333;
	color: #debe47;
	border: solid #debe47 3px;
}

#avis {
	background-color: #00000063;
	padding-top: 10px;
	padding-bottom: 10px;
}

#titleAvis {
	text-align: center;
	color: #debe47;
	position: relative;
}

#avis .profilIcon {
    margin: 0px 10px 0px 0px;
}

#test {
	font-family: sans-serif;
	color: white;
}

#cardPlanet {
	right: 0px;
	width: auto;
	margin-left: 40px;
	text-align: justify;
	color: white;
	font-family: arial;
	background-color: #333;
	display: flex;
	border-radius: 5px;
	margin-top: 110px;
	margin-right: 40px;
}

#cardPlanet #image {
	font-family: "jedi";
	text-align: center;
	color: #debe47;
	margin-right: 20px;
	background-size: cover;
	background-position-x: left;
	border-radius: 10px 0 0 10px;
	min-width: 180px;
	max-width: 180px;
	background-color: black;
}

#cardPlanet .title {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: x-large;
	background-color: #000;
	height: auto;
	line-height: 50px;
	border-radius: 10px 0px 0px 10px;
}

#cardPlanet #description {
	padding: 20px 20px 20px 0px;
}

#cardPlanet a:before {
	content: "⚠ ";
	font-size: 150%;
}

.planetContainer {
	height: 100vh;
}

#avis fieldset {
	min-width: 80vw;
	max-width: 80vw;
	white-space: pre-wrap;
}

@media (max-width: 992px) {
	#cardPlanet {
		position: unset;
		top: unset;
		right: unset;
		transform: unset;
		width: unset;
		margin-top: 110px;
		margin-left: 20px;
		margin-right: 20px;
		flex-direction: column;
		border-radius: 50px 50px 0px 0px;
		background-color: unset;
	}

	#cardPlanet #image {
		border-radius: 10px 10px 0 0px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		min-width: 300px;
		max-width: 300px;
	}

	#cardPlanet .title {
		text-align: center;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		font-size: x-large;
		background-color: unset;
	}
	
	#cardPlanet #description {
		padding: 20px 20px 20px 20px;
		background-color: #333;
		box-shadow: -2px 2px 15px 0px black;
	}

	.planetContainer {
		height: 150vh;
	}
}
