string(4) "test"
.myClass{
	
}
.postit-card{

}
.postit-header{

}
.postit-content{

}
.postit-footer{

}
.postit-area{
	position: fixed;
	bottom: 0px;
	right:0px;
	width: max-content;
	z-index: 999;
}

.postit-wrapper{
	width: 275px;
	display: inline-block;
	color: white;
	vertical-align: bottom;
}
.postit-card{
    position: relative;
}

.postit-add-more, .postit-display{
	display: inline-block;
	color: white;
	background-color: rgba(242, 206, 42);
	opacity: 0.8;
	float: left;
	min-height: 15px;
	width: 35px;
	padding: 6px 10px;
	vertical-align: bottom;
	bottom: 0px;
	margin-bottom: 0px;
	transition: 0.5s;
	height: 100%;
}

.postit-add-more:hover,
.postit-display:hover{
	opacity: 0.7;
	cursor: pointer;
}

.postit-add-more:hover i, .postit-display:hover i{
	color: black;
}

.postit-header, .postit-content, .postit-footer, .postit-status-visibility.postit-edit{
	width: 100%;
	display: block;
	padding: 6px 10px;
	transition: 0.5s;
}

.postit-status-visibility.postit-show{
	position:absolute;
	right: 0px;
}

.postit-footer{
	min-height: 15px;
}

.postit-status-visibility,
.postit-header{
	min-height: 40px
}

.postit-status-visibility,
.postit-header, 
.postit-footer{
	opacity: 0.92;
}

.postit-content{
	opacity: 0.96;
	min-height:250px;
}

.postit-card:hover{
	cursor: move;
}
.postit-card:hover .postit-status-visibility
.postit-card:hover .postit-header, 
.postit-card:hover .postit-footer{
	opacity: 0.98;
}

.postit-card:hover .postit-content{
	opacity: 0.98;
}

.postit-card:hover .postit-footer, .postit-card:hover .postit-content, .postit-status-visibility{
	display: block;
}

.postit-area textarea{
    min-width:265px;
    max-width:265px;
	margin-left: 5px;
	margin-right: 5px;
    resize:none;
    font-size:16px;
    overflow-x:hidden;
    overflow-y:auto;    
    min-height:250px;
    height:250px;
    padding:2px;
    position:absolute;
    left:0px;
	background-color: transparent;
	box-sizing: content-box;
}

.postit-area textarea:focus{
	border: none !important;
}
.postit-status-visibility span{
	padding: 5px;
}

// Liste des postit dans user

.postit-list-box-color{
	max-width: 60%;
    min-height: 15px;
    display: block;
    margin: 0 auto;
    border: 1px solid black;
}
.postit-save-needed i{
	-webkit-animation: 1s linear 0s infinite alternate move_eye;
	animation: 1s linear 0s infinite alternate move_eye;
}

@-webkit-keyframes move_eye { from { opacity:1; } to { opacity:0; }  }
@keyframes move_eye { from { opacity:1; } to { opacity:0; }  }

.postit-alert{
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 5px;
    width: 360px;
    color: white;
    position: fixed;
    top: 5px;
    right: 5px;
	z-index: 2000;
	display: none;
}

.postit-list-box-color{
	max-width: 60%;
    min-height: 15px;
    display: block;
    margin: 0 auto;
    border: 1px solid black;
}