*
{
	margin:0;
	padding:0;
}

::selection
{
	background-color: rgba(0, 174, 255, 0.4);
}

button
{
	user-select: none;
}

html, body
{
	scroll-behavior: smooth;  /*effet smooth sur toutes les ancres*/
	box-sizing:border-box;
}

body
{
	text-decoration:none;
	background-color:white;
	box-sizing: border-box;
	height:100%;
	width:100%;
	font-family: 'Nunito',sans-serif;
	-webkit-tap-highlight-color: transparent;
}

.giantbox
{
	position:fixed;
	width:100%;
	height:100%;
	box-sizing: border-box;
	background-color: rgb(17, 17, 18);
}

.header
{
	position:absolute;
	width:100%;
	height:70px;
	padding:20px;
	box-sizing: border-box;
	z-index:2;
}

.headerlogo
{
	float:left;
	box-sizing: border-box;
}

.headerlogo a
{
	font-family: 'Anybody',cursive;
	font-weight: 600;
	font-size:17px;
	color:white;
	text-decoration: none;
	border-radius: 1px;
	user-select: none;
	opacity: 0.8;
	filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));
}

.headerabout
{
	float:right;
	box-sizing: border-box;
}

.headerabout button
{
	border:0;
	background-color: transparent;
	box-sizing: border-box;
	font-family: 'Space Grotesk',sans-serif;
	font-weight: 500;
	font-size:15px;
	color:white;
	cursor:pointer;
	user-select: none;
	opacity: 0.7;
}

.headerabout button:active
{
	opacity: 0.5;
}

.largebox
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box
{
	box-sizing: border-box;
	text-align: center;
}

.box h1
{
	font-family: 'Space Grotesk',sans-serif;
	font-weight:500;
	font-size:20px;
	color:grey;
	margin-top: 5px;
	margin-bottom: 5px;
	user-select: none;
}

.boxcreate
{
	text-align: center;
}

.boxcreate button
{
	box-sizing: border-box;
	padding:10px;
	border-radius:1px;
	background-color: transparent;
	font-family: 'Space Grotesk',sans-serif;
	font-weight:500;
	font-size:20px;
	color:white;
	cursor: pointer;
	user-select: none;
	width:200px;
	border:1px dotted white;
	opacity:0.7;
}

.boxcreate button:active
{
	opacity: 0.5;
}

.boxjoin
{
	text-align: center;
}

.boxjoin button
{
	box-sizing: border-box;
	padding:10px;
	width:200px;
	border-radius:1px;
	background-color: transparent;
	font-family: 'Space Grotesk',sans-serif;
	font-weight:500;
	font-size:20px;
	color:white;
	cursor: pointer;
	user-select: none;
	border:1px dotted white;
	opacity: 0.7;
}

.boxjoin button:active
{
	opacity: 0.5;
}

.giveidbox
{
	position: absolute;
	width:100%;
	height:100%;
	z-index:1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.giveidminibox
{
	text-align: center;
	box-sizing: border-box;
	padding:20px;
}

.giveidminibox h1
{
	font-family: 'Space Grotesk',sans-serif;
	font-weight: 500;
	font-size:20px;
	color:grey;
	user-select: none;
}

.joinbox
{
	position: absolute;
	width:100%;
	height:100%;
	z-index:1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.joinminibox
{
	text-align: center;
	box-sizing: border-box;
}

.joinminibox input
{
	padding:10px;
	box-sizing: border-box;
	font-family: 'Space Grotesk',sans-serif;
	font-weight: 500;
	font-size:20px;
	color:white;
	background-color: transparent;
	border:1px dotted white;
	border-radius: 1px;
	outline:none;
	display: block;
	width:300px;
	margin-bottom:10px;
	opacity: 0.7;
	text-align: center;
}

.joinminibox button
{
	padding:10px;
	box-sizing: border-box;
	font-family: 'Space Grotesk',sans-serif;
	font-weight: 500;
	font-size:20px;
	color:rgba(255, 255, 255, 0.8);
	background-color: transparent;
	border:1px dotted white;
	border-radius: 1px;
	outline:none;
	width:300px;
	cursor:pointer;
	opacity: 0.7;
}

.joinminibox button:active
{
	opacity: 0.5;
}

.videolargebox
{
	z-index:1;
	position:absolute;
	width:100%;
	height:100%;
	box-sizing: border-box;
}

.strangervideo
{
	width:100%;
	height:100%;
	box-sizing: border-box;
}

.strangervideo video
{
	object-fit:cover;
}

.myvideo
{
	z-index:2;
	position:absolute;
	right:0;
	top:0;
	box-sizing: border-box;
	border-radius: 1px;
	margin-right:20px;
	margin-top:20px;
	height:190px;
	outline:1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.scalebox
{

	z-index:3;
	position:absolute;
	bottom:0;
	right:0;
	padding:20px;
	box-sizing: border-box;
}

.scalebox button
{
	box-sizing: border-box;
	border:0;
	background-color: rgb(52, 52, 55);
	border-radius:10px;
	width:45px;
	height:45px;
	padding-top:3px;
	cursor:pointer;
}

.scalebox button:active
{
	opacity:0.8;
}

.scalebox button img
{
	width:22px;
	user-select: none;
	pointer-events: none;
}

.aboutbox
{
	z-index:999999;
	position:fixed;
	width:100%;
	height:100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(2px);
	padding:20px;
}

.about
{
	max-width:500px;
	box-sizing: border-box;
	border-radius:1px;
	background-color: rgb(17, 17, 18);
	outline:1px dotted rgba(255, 255, 255, 0.7);
	padding:20px;
	position:relative;
}

.about button
{
	position:absolute;
	box-sizing: border-box;
	border:0;
	background-color: transparent;
	right:0;
	margin-right:20px;
	cursor:pointer;
	user-select: none;
}

.about button img
{
	box-sizing: border-box;
	pointer-events: none;
	line-height:0;
	user-select: none;
	pointer-events: none;
}

.about button:active
{
	opacity:0.7;
}

.about h1
{
	font-family: 'Space Grotesk',sans-serif;
	font-weight:500;
	font-size:25px;
	color:grey;
	margin-bottom:15px;
}

.about p
{
	font-family: 'Space Grotesk',sans-serif;
	font-weight:500;
	font-size:19px;
	color:grey;
}

.about p img
{
	height:20px;
	margin-bottom:-5px;
	user-select:none;
	pointer-events:none;
	opacity: 0.7;
}

.about p span
{
	font-family: 'Anybody',cursive;
	color:white;
	font-size:17px;
	opacity:0.7;
}


.about p a
{
	color:rgb(144, 144, 144);
	text-decoration: none;
}

.about p a:hover
{
	color:rgb(228, 228, 228);
	text-decoration: underline;
}
.iddisplaybox
{
	z-index:3;
	position:absolute;
	bottom:0;
	left:0;
	padding:20px;
	box-sizing: border-box;
}

.iddisplaybox h1
{
	font-family: 'Space Grotesk',sans-serif;
	font-weight:500;
	color:rgba(255, 255, 255, 0.4);
	font-size:14px;
	user-select: none;
	float:left;
}

.iddisplaybox span
{
	font-family: 'Space Grotesk',sans-serif;
	font-weight:500;
	color:rgba(255, 255, 255, 0.4);
	font-size:14px;
	margin-left:4px;
	float:left;
}

.iddisplaybox span:hover
{
	color:rgba(255, 255, 255, 0.5);
}

.calltoolbox
{
	z-index:3;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.calltoolbox button
{
	box-sizing: border-box;
	border:0;
	background-color: #1e1e1e;
	border-radius:50px;
	width:45px;
	height:45px;
	padding-top:3px;
	cursor:pointer;
	opacity: 0.7;
}

.calltoolbox button:active
{
	opacity:0.5;
}

.calltoolbox button img
{
	width:22px;
	user-select: none;
	pointer-events: none;
}

.calltoolbox button:first-child
{
	background-color: #be3232;
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); border-color:rgb(68, 30, 30); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); border-color:rgb(120, 22, 22); }
	20% { transform: translate(-3px, 0px) rotate(1deg); border-color:rgb(197, 0, 0); }
	30% { transform: translate(3px, 2px) rotate(0deg); border-color:rgb(197, 0, 0); }
	40% { transform: translate(1px, -1px) rotate(1deg); border-color:rgb(197, 0, 0); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); border-color:rgb(197, 0, 0); }
	60% { transform: translate(-3px, 1px) rotate(0deg); border-color:rgb(197, 0, 0); }
	70% { transform: translate(3px, 1px) rotate(-1deg); border-color:rgb(197, 0, 0); }
	80% { transform: translate(-1px, -1px) rotate(1deg); border-color:rgb(197, 0, 0); }
	90% { transform: translate(1px, 2px) rotate(0deg); border-color:rgb(68, 30, 30); }
	100% { transform: translate(1px, -2px) rotate(-1deg);  }
}