#videocontainer {
	display: flex;
	justify-content: center; /* Centre horizontalement */
	background-color: #282a35;
	padding-top: 10%;
	padding-bottom: 11.5%;
	margin-top: 1px;
	margin-left: 0;
	margin-right: 0;

}

#videocontainer iframe {
    max-width: 80%; /* Ajustez la largeur maximale selon vos besoins */
    max-height: 80%; /* Ajustez la hauteur maximale selon vos besoins */
}
.textetoinline {
	display: flex;
	gap: 30px;
	margin-right: 8px;
	text-decoration: none;
	color: #fcfaed;
	background-color: #16171D;
}
.imagelogo {
	width: 30px;
	height: 30px;
	margin-left: 7px;
}
.bande {
    background-color: #16171d;
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
html {
	background-color: #16171d;
}
body {
	margin: 0;
}

@media only screen and (max-width: 600px) {
	html {
		background-color: #282a35;
	}
	.textetoinline {
		display: flex;
		gap: 10px;
		font-size: 12px;
		margin-right: 1px;
		text-decoration: none;
		color: #fcfaed;
		background-color: #16171d;
	}
	#videocontainer iframe {
		max-width: 90%; 
	}
	html {
		background-color: #282a35;
	}
#videocontainer {
	display: flex;
	justify-content: center;
	margin-top: 10%;
	margin-left: 0;
	margin-right: 0;

}


}
:root {
  font-family: 'Inter', sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1;
}
@supports (font-variation-settings: normal) {
  :root { font-family: 'Inter var', sans-serif; }
}

