.chargement{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: none;
	align-items: center;
	justify-content: center;
	color: #eee;
	background: #222c;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000000000;
	backdrop-filter: blur(6px);
}
.cont-charg{
	margin-left: 2%;
	font-weight: bold;
}
.btn-menu-icon{
	display: none;
}
.groupe-btn{
	width: 90%;
	height: 25px;
	margin-left: 2%;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 2%;
	border-radius: 5px;
	cursor: default;
	margin: 2%;
}
.groupe-btn:hover{
	background: #333;
}
.p-menu{
	font-size: 1.1em;
}
.btn-active{
	width: 15%;
	height: 80%;
	background: #89f78944;
	border-radius: 30px;
	margin-left: auto;
	margin-right: 3%;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 1%;
}
.btn-action{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0bff0b;
	margin-left: auto;
	margin-right: 0;
}
.historique-chat{
	width: 90%;
	height: 70%;
	background: #4445;
	padding: 2%;
	margin: 4% auto;
	font-size: .9em;
	display: flex;
	overflow: hidden;
	border-radius: 10px;
}
.historique-chat:hover{
	overflow: auto;
}
.historique-chat:hover::-webkit-scrollbar{
	width: 6px;
}
.histo-quest:hover{
	background: #666;
}
.historique-chat p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 4%;
	background: #444;
	border-radius: 10px;
	width: 90%;
	font-weight:bold;
}
.menu{
	width: 100%;
	height: 16%;
	padding: 1%;
}

body{
	margin: 0;
	padding: 0;
	color: #ededf5;
	font-family: "open sans", sans-serif;
	overflow: hidden;
	scrollbar-width: thin;
}
.section-gen{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #212224;
}

/**********************************************************************************/
/**********************************************************************************/
/*	Pour toute la section droit	*/
.new-chat{
	width: 80%;
	border-radius: 5px;
	margin:auto;
	border: 3px solid #414143;
	padding: 2%;
	margin-top: 7%;
	cursor: pointer;
}

/**********************************************************************************/
/**********************************************************************************/
/*	Pour toute la section de gauche	*/
.conteneur-gauche{
	width: 22%;
	height: 100%;
}
#bienvenu{
	margin: auto;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
}
#bienvenu img{
	width: 78%;
	margin-bottom: 1%;
}
.nomIa{
	font-size: 2.6em;
	font-family: "BlippoBlaD";
	font-weight: normal;
}
.chatbot{
	width:78%;
	height: 100%;
	background: #414143;
	display: flex;
	flex-direction: column;
	overflow: auto;
	transition: .3s;
	z-index: 2002;
	overflow: hidden;
	margin: 0;
}
.block-conversation{
	width: 96%;
	height: 78%;
	overflow: auto;
	padding: 2%;
	display: flex;
	flex-direction: column;
}
.block-conversation > div{
	max-width: 80%;
	padding: 1%;
	margin: 0;
	margin-top: 2%;
	margin-bottom: 1%;
	font-size: 1em;
	word-wrap: break-word;
}
.block-conversation > div > *{
	margin: 1% 0;
}
.block-conversation .msg-ia{
	background: #777;
	border-radius: 0px 5px 5px 5px;
	margin-left: 0;
	margin-right: auto;
}
.block-conversation .msg-user{
	background: #aaa;
	border-radius: 5px 0px 5px 5px;
	margin-left: auto;
	margin-right: 0;
	color : #222;
}

.block-msg-send-ia{
	width: 100%;
	height: 11%;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
}
.block-msg-send-ia::-webkit-scrollbar{
	background: red;
}
textarea{
	outline: none;
	border-radius: 10px;
	resize: none;
	width: 85%;
	padding: 1.5%;
	font-size: 1.3em;
	background: #7a7a7aaa;
	color: #eee;
	border: 1px solid #888;
}
textarea::placeholder{
	color: #ccc;
}

.icon-send{
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
	border: none;
	background: none;
	margin-left: 1%;
	}
.icon-send img{
	width: 95%;
}

.footer{
	width:100%;
	height: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .75em;
	letter-spacing: 1px;
	color: #fffa;
	text-align: center;
	}

.block-conversation > div > code{
	background: #fff4;
}
/*.block-conversation > div > *{
	font-size: 1.1em;
}*/
.block-conversation > div a{
	color: skyblue;
	text-decoration: none;
}
@media (max-width:600px){
	.btn-menu-icon{
		display: flex;
		width: 100%;
		height: 40px;
		background: #333;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000000000;
		align-items: center;
		overflow: hidden;
	}
	.btn-menu-icon img{
		width: 6%;
		margin-left: auto;
		margin-right: 5%;
	}
	.menu{
		height: 20%;
	}
	.conteneur-gauche{
		width: 100%;
		height: 96%;
		position: fixed;
		left: -200%;
		bottom: 0;
		z-index: 1000000000;
		transition: .3s;
	}
	.historique-chat{
		height: 60%;
		overflow: auto;
	}
	.section-gen{
		height: 100%;
		font-size: .9em;
		flex-direction: column;
	}
	.chatbot{
		width: 98%;
	}
	.block-conversation{
		height: 89%;
		margin-top: 8%;
	}
	.block-msg-send-ia{
		margin-top: auto;
	}
	.footer{
		font-size: .7em;
		margin: 0;
	}
	textarea{
		font-size: 1.1em;
		padding: 4% 1%;
	}
	.icon-send{
		width: 40px;
		height: 40px;
	}
	#bienvenu{
		font-size: 1.3em;
	}
	#bienvenu img{
		width: 70%;
	}
}

@media (max-width:425px){
	.section-gen{
		font-size: 1em;
	}
	.footer{
		font-size: .5em;
	}
}

.historique-chat::-webkit-scrollbar,.block-conversation::-webkit-scrollbar{
	width: 9px;
}
.historique-chat::-webkit-scrollbar-track,.block-conversation::-webkit-scrollbar-track{
	background:#fffa;
	border-radius: 15px;
}
.historique-chat::-webkit-scrollbar-thumb,.block-conversation::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background: #777;
}