/* ------------------------------------------------
-------------------- POST IT ----------------------
-------- StyleSheet of 'Café Des Parents' ---------
---------------- By Aline Maillard ----------------
--------------------------------------------------- */
#newMsgLivreOr{display: none;}
.postitBlue, .postitPink, .postitYellow{
	margin: 10px;
	margin-Top: 20px;
	position: relative;
	display: block;
	padding: 15px;
	width: 300px;
	height: 290px;
	word-wrap: break-word
}
.postitBlue{background-image: radial-gradient(circle at bottom right, rgb(0,110,205), rgb(70,220,255));}
.postitPink{background-image: radial-gradient(circle at bottom right, rgb(180,0,100), rgb(255,0,190));}	
.postitYellow{background-image: radial-gradient(circle at bottom right, rgb(180,130,0), rgb(255,215,0));}
.pseudo{text-align: center; font-size: 1em;}
.postitBlue:after, .postitPink:after, .postitYellow:after{
	position: absolute;
	content: " ";
	width: 60%;
	height: 50px;
	z-index: -10;
	bottom: 7px;
	right: 0px;
	transform: rotate(3deg);
	box-shadow: -7px 6px 20px rgba(0,0,0,0.9);
}
img.Punaise{
	position: absolute;
	top: -15px;
	left: 130px;
}

/*--- VDP ---*/
#containerTheme{width: 60%; margin-left: 21%;}
#PostitSample{
	display: flex;
	justify-content: center;
}
.containerVote, .containerVoteSample{
	display: flex;
	justify-content: space-around;
	padding-left: 40px;
	padding-right: 40px;
	opacity: 0.3;
}
.containerVote:hover, .containerVoteSample:hover{opacity: 1; transition: opacity, 0.5s;}
.Ok{
	margin: 0px;
	height: 38px;
	width: 38px;
	color: white;
	font-weight: bold;
	outline: none;
	border: none;
	border-radius: 50%;
	background-image: radial-gradient(circle at center,rgb(180,180,180), rgb(80,80,80)); 
	cursor: pointer;
}
@media all and (max-width: 800px){
}