html, body {
  height: 90%;
}

.h-100 {
	height: 100% !important;
}

.h-80 {
	height: 80% !important;
}

.h-70 {
	height: 80% !important;
	margin-right: 0;
}

.w-100 {
	width: 100% !important;
}

body {
	background-image: url("../img/2026/bg-terrazzo.jpg");
  background-repeat: repeat;
	margin: 0 auto;
}

.BG-ML {
	background-color: #ffffff;
	padding-left: 15%;
	padding-right: 15%;
}

h1 {
	color: #ffffff;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 2rem;
}

.titre-ML {
	color: #000000;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 2rem;
	text-align: center;
}

h2 {
	color: #69a341;
	font-family: sans-serif;
}

h3 {
	color: #000000;
	font-family: sans-serif;

}

h4 {
	color: #000000;
	font-family: sans-serif;
}

p {
	font-size: 0.75 rem;
	font-family: sans-serif;
	color: #000000;
}

table {
	font-size: 0.75 rem;
	font-family: sans-serif;
	color: #000000;
}

ul li {
	font-size: 0.75 rem;
	font-family: sans-serif;
}

.link-ML a,
a:hover,
a:active,
a:focus {
	font-weight: bold;
	color: #69a341;
}

a {
	text-decoration: none;
	color: #000000;
}

.logo-api {
	display: block;
	height: 100px;
	margin-left: 2%;
}

.titre-webinaire {
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.sous-titre {
	background-color: #332682;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	padding: 6px;
}

.date-lancement {
	color: #ffec17;
	font-size: 1.4rem;
}

.heure-lancement {
	background-color: #ffec17;
	color: #2d2d7e;
	border-radius: 5px;
	padding: 6px;
}

.video-live {
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.box,
.box-header {
	display: flex;
}

.img-fluid-live {
    max-width: 70%;
    height: auto;
}

footer {
	display: block;
	margin-top: 1rem;
	bottom: 0;
	padding: 10px;
	text-align: center;
}

.texte-footer {
	padding-bottom: 20px;
}

.mentions-legales {
	color: #d9ad56;
}

.mentions-legales a,
a:hover {
	color: #d9ad56;
	text-decoration: none;
	font-weight: bold;
}

/**
Temporaire 
*/
.container-waiting {
	display: block;
	width: 100%;
	/* La div prend toute la largeur de la page */
}

.container-waiting img {
	width: 100%;
	/* L'image prend toute la largeur de la div */
	height: auto;
	/* Garde le ratio d'aspect de l'image */
}


/* Style par défaut (desktop) */
.box {
	display: flex;
	flex-direction: row;
	/* Vidéo et chat en ligne */
	justify-content: space-between;
}

.video-live {
	flex: 1;
	position: relative;
}

.chatroom {
	flex: 0 1 300px;
}

/* Media query pour les smartphones */
@media only screen and (max-width: 768px) {

	h1 {
		font-size: 1.4rem;
	}

	.sous-titre {
		font-size: 1.2rem;
	}

	.date-lancement {
		color: #ffec17;
		font-size: 1.2rem;
	}

	.heure-lancement {
		font-size: 1rem;
	}

	.box {
		flex-direction: column;
		/* Chat passe en dessous de la vidéo */
	}

	.video-live {
		width: 100%;
		height: 50vh;
		/* Vidéo prend 50% de la hauteur visible */
	}

	.chatroom {
		width: 100%;
		height: 50vh;
		/* Chat prend l'autre 50% de la hauteur */
	}
}