.chatquestionnaire{
	margin: 10px auto;
	width: 90%;
	padding: 1em;
	background-color: #f0eeee;
	border-top: 1px solid #dddddd;
	color: #707070;
	font-size: 10px;
	text-align:left;
	cursor:pointer;
}

#chatStart {
	position: fixed;
	right:10px;
	bottom: 10px;
	width: 320px;
	font-family:OpenSans, Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	margin: 0;
	text-align: center;
	color: #363636;
	cursor: pointer;
	z-index: 3000;
}

#chat {
	position: fixed;
	right:10px;
	bottom: 10px;
	width: 320px;
	font-family:OpenSans, Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	margin: 0;
	text-align: center;
	color: #363636;
	cursor: pointer;
	z-index: 3001;
}

#chatWait {
	position: fixed;
	right:10px;
	bottom: 0;
	width: 320px;
	font-family:OpenSans, Arial, sans-serif;
	font-weight: 200;
	font-size: 13px;
	height: 320px;
	background-color: #f0eeee;
	-moz-border-top-left-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	border-top-left-radius: 14px;
	-moz-border-top-right-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
	border: 1px solid #c0c0c0;
	margin: auto;
	text-align: center;
	color: white;
	cursor: pointer;
	z-index: 8000;
}

#minify,#minifyWait{
	font-family:OpenSans, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

#minify2{
	font-family:OpenSans, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 9px;
	right: 30px;
	cursor: pointer;
}

#boutonClose2{
	font-family:OpenSans, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	top: 0px;
	right: 5px;
	cursor: pointer;
}

#chatMinified {
	position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
	bottom: 0;
	width: 320px;
	font-family:OpenSans, Arial, sans-serif;
	font-size: 16px;
	background-color: #707070;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	margin: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 3000;
}
#chatMinified .icon-blog {
	font-size: 30px;
}

.chatForm {
	display: flex;
	align-items: center;
	padding: 10px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
}

.chatFormStart {
	margin: 0;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	height: 60px;
}

.chatInput {
	width: 250px;
	margin: auto;
	padding: 5px;
	border: none;
	color: #363636;
	font-size: 11px;
	resize:none;
}

.chatInputForm {
	width: 250px;
	margin: auto;
	padding: 10px;
	border: none;
	color: #363636;
	font-size: 11px;
	resize:none;
}

.chatTitle {
	font: bold 15px OpenSansCond;
	letter-spacing: 1px;
	padding: 10px;
	cursor: pointer;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}

#conversation {
	text-align: left;
	color: #363636;
	font-size: 12px;
	letter-spacing: 1px;
	overflow: auto;
	width: auto;
	height: 260px;
}

.picto {
	font-size: 35px;
	float: left;
	width: 28px;
	height: 28px;
	margin: 10px;
	background-color: #fff;
}

.text {
	color: #000;
	max-width: 210px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-wrap: break-word;
}
.sendMessage {
	border-radius: 50%;
	border: none;
	display: flex;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #8bc34a;
}
.dateLine {
	font-size: 10px;
	text-align: center;
	color: #707070;
	margin: 5px 0 0 0;
}
.dialogLine1, .dialogLine2 {
	display: flex;
}
.dialogLine1 .picto {
	border: 1px solid #b5e3e3;
}
.dialogLine1 {
	justify-content: flex-end;
}

.dialogLine1 i {
	color: #b5e3e3;
	line-height: 23px;
	margin: -6px;
}

.dialogLine1 .text {
	background-color: #f0eeee;
	margin: 10px 20px 0px 0;
	border-bottom-right-radius: 0px;
}

.dialogLine2 i {
	color: #cae99d;
	line-height: 23px;
	margin: -6px;
}

.dialogLine2 .picto {
	border: 1px solid #cae99d;
}

.dialogLine2 .text {
	background-color: #acd814;
	margin: 10px 0px 0px 10px;
	border-bottom-left-radius: 0px;
}

.chatClose {
	font-size: 13px;
	padding: 8px 0;
	font-family:OpenSans, Arial, sans-serif;
	color: #c0c0c0;
	background-color: #f0eeee;
	border-top: 1px solid #dddddd;
	cursor: pointer;
}

#mailChat{
	float: left;
	width:178px;
	margin-left:10px;
	margin-top:3px;
	border: 1px solid #c0c0c0;
	font-size: 11px;
	text-align:center;
	font-family:OpenSans, Arial, sans-serif;
	color:#707070;
}
