/* ----------------------- style chatbot --------------------*/



.wrapper {
    display: none;            
    position: fixed;           
    bottom: 20px;              
    right: 90px;              
    max-width: 70%;            
    background-color: #f9f9f9; /* Couleur de fond */
    border: 1px solid #ccc;    
    padding: 20px;             
    border-radius: 10px;       
    z-index: 9999;             
}


    .icon {
		padding: 10px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
		height: 40px;
		width: 40px;
		color: #fff;
		text-align: center;
		line-height: 40px;
		border-radius: 50%;
		font-size: 18px;
		background: #eb9b17;
    }
	.title .{
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	.msg-header .{
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	.wrapper {
    display: none;
}

.wrapper.open {
    display: block;
}
