body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    background-image: url('../img/cegid-mongolfiere.png');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: -250px -100px;
    text-align: center;
}

#logo-notilus {
	display: block;
	max-width: 200px;
	margin: auto;
}

#logo-cegid {
	position: fixed;
		bottom: 10px;
		right: 10px;
	max-width: 100px;
	z-index: 0;
}

#game-container {
    margin: 20px auto;
    width: 95%;
    max-width: 600px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index:1;
}

h1 {
	margin-top:0;
}

#intro {
	white-space: nowrap;
}

img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    margin-bottom: 20px;
}

button {
    width: 120px;
    padding: 10px;
    margin: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

button[disabled]{
  background-color: #cccccc !important;
  color: #666666 !important;
}

#message {
    margin-top: 20px;
    font-size: 18px;
}

#score {
    margin-top: 20px;
    font-weight: bold;
}

A {
	color: #ff5c35;
	font-weight: bold;
}

.marque {
	color: #0046fe;
}