/*# sourceMappingURL=wise-chat-pro.min.css.map */

.wcContainer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	--wc-z-index: 200000;
	--wc-font-color: inherit;
	--wc-form-font-color: inherit;
	--wc-link-color: inherit;
	--wc-bg-color: #fff;
	--wc-color-table-border: #dee2e6;
	--wc-color-form-border: #999;
	--wc-color-form-focus: rgba(206, 212, 218, .39);
	--wc-color-form-checked: #c1c1c1;
	--wc-color-form-validation-error: #dc3545;
	--wc-color-form-validation-error-focus: rgba(220, 53, 69, .25);
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.wcContainer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wcContainer .wcInvisible, .wcContainer.wcInvisible {
	display: none !important;
}

.wcContainer .wcHidden {
	visibility: hidden;
}

.wcContainer .wcLeft {
	float: left;
}

.wcContainer label {
	width: auto;
	display: inline;
}

.wcContainer a.wcFunctional, .wcContainer a.wcFunctional:focus {
	outline: 0;
	text-decoration: none !important;
	padding: 0;
	border: none;
	line-height: 12px;
	font-weight: 400;
	color: var(--wc-font-color) !important;
}

.wcContainer button.wcFunctional, .wcContainer button.wcFunctional:active, .wcContainer button.wcFunctional:focus, .wcContainer button.wcFunctional:hover {
	outline: 0;
	padding: initial;
	border: none;
	line-height: 12px;
	font-weight: 400;
	border-radius: 0;
	width: auto;
	background: 0 0;
}

.wcContainer img.wcFunctional {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline;
	height: auto;
}

.wcContainer .wcButton {
	display: inline-block;
}

.wcContainer .wcButton.wcButtonDanger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.wcContainer .wcCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcContainer progress.wcMainProgressBar {
	width: 100%;
	font-size: 1em;
}

.wcContainer a.wcDebugLink {
	color: red;
}

.wcContainer img.wcChannelAvatar {
	max-width: 25px;
	margin: 0 4px 2px 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.wcContainer a.wcChannelClose {
	width: 17px;
	height: 17px;
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg") no-repeat 50%;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	margin-left: 8px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.wcContainer a.wcChannelClose:hover {
	background-color: #f7f7f7;
}

.wcContainer span.wcUnreadMessagesCount {
	background-color: #d4130d;
	color: #fff;
	border-radius: 3px;
	padding: 1px 3px;
	margin-left: 5px;
}

.wcContainer progress, .wcContainer progress[role] {
	height: 5px;
	margin-top: 10px;
	line-height: 5px;
	display: block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	background-size: auto;
}

.wcContainer progress[role]:after {
	background-image: none;
}

.wcContainer a.wcChannelClose.nitro-lazy {
	background-image: none !important;
}

.wcContainer progress[role] strong {
	display: none;
}

.wcContainer progress, .wcContainer progress[role][aria-valuenow] {
	background: #ccc !important;
}

.wcContainer progress::-webkit-progress-bar {
	background: #ccc;
	border-radius: 5px !important;
}

.wcContainer progress {
	color: #5789ff;
	border-radius: 5px !important;
}

.wcContainer progress::-moz-progress-bar {
	background: #5789ff;
	border-radius: 5px !important;
}

.wcContainer progress::-webkit-progress-value {
	background: #5789ff;
	border-radius: 5px !important;
}

.wcContainer progress[aria-valuenow]:before {
	background: #5789ff;
	border-radius: 5px !important;
}

.wcContainer .wcErrorBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #dfdfdf;
}

.wcContainer .wcErrorBox:before {
	content: "";
	margin-right: 5px;
	width: 23px;
	height: 20px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/warnings.svg") 0 0 no-repeat;
}

.wcContainer .wcCounter {
	font-size: 80%;
}

.wcContainer .wcRedCounter {
	color: #fff !important;
	background-color: red;
	font-size: .6em;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	width: 22px;
	height: 22px;
}

.wcContainer .wcStatus {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}

.wcContainer .wcStatus.wcOnline {
	background: #09c179;
}

.wcContainer .wcStatus.wcOffline {
	background: rgba(244, 31, 31, .5);
}

.wcContainer .ScrollbarsCustom-Scroller {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.wcContainer .wcLoaderContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcLoaderContainer.wcLoaderContainerCenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcContainer .wcLoaderContainer .wcLoader {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
}

.wcContainer .wcLoaderContainer .wcLoader div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	margin: 4px;
	border: 4px solid #a6a6a6;
	border-radius: 50%;
	-webkit-animation: wcLoader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: wcLoader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #a6a6a6 transparent transparent transparent;
}

.wcContainer .wcLoaderContainer .wcLoader div:nth-child(1) {
	-webkit-animation-delay: -.45s;
	animation-delay: -.45s;
}

.wcContainer .wcLoaderContainer .wcLoader div:nth-child(2) {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
}

.wcContainer .wcLoaderContainer .wcLoader div:nth-child(3) {
	-webkit-animation-delay: -.15s;
	animation-delay: -.15s;
}

@-webkit-keyframes wcLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes wcLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.wcContainer .wcLoaderContainer .wcLoaderText {
	font-size: .8em;
	line-height: .8em;
	margin-left: 2px;
}

.wcContainer button.wcStreamStartButton {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .7;
}

.wcContainer button.wcStreamStartButton, .wcContainer button.wcStreamStartButton:active, .wcContainer button.wcStreamStartButton:focus, .wcContainer button.wcStreamStartButton:hover {
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

.wcContainer button.wcStreamStartButton.wcStreamVideo, .wcContainer button.wcStreamStartButton.wcStreamVideo:hover {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video.svg");
	width: 24px;
	height: 20px;
}

.wcContainer button.wcStreamStartButton.wcStreamVideo.nitro-lazy, .wcContainer button.wcStreamStartButton.wcStreamVideo:hover.nitro-lazy {
	background-image: none !important;
}

.wcContainer button.wcStreamStartButton:hover {
	opacity: 1;
}

.wcContainer .wcStreamStatus {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .7;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video-red.svg");
	width: 24px;
	height: 20px;
}

.wcContainer .wcStreamStatus.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wcContainer .wcFlexWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.wcContainer .wcFlexAlignCenter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcHeight10 {
	height: 10rem;
}

.wcContainer .wcHeight4 {
	height: 4rem;
}

.wcContainer .wcPadding1 {
	padding: .25rem;
}

.wcContainer .wcPadding2 {
	padding: .5rem;
}

.wcContainer .wcPadding3 {
	padding: 1rem;
}

.wcContainer .wcPadding4 {
	padding: 1.5rem;
}

.wcContainer .wcMargin1 {
	margin: .25rem;
}

.wcContainer .wcMarginRight1 {
	margin-right: .25rem;
}

.wcContainer .wcMarginRight2 {
	margin-right: .5rem;
}

.wcContainer .wcMarginBottom1 {
	margin-bottom: .25rem;
}

.wcContainer .wcMaxWidth2 {
	max-width: 2rem;
}

.wcContainer .wcIcon {
	background-size: 100% 100%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.wcContainer .wcIcon.wcIconPlus {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/plus.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/plus.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconEdit {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/edit.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/edit.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconX {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconTimes {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/times.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/times.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconTick {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/tick.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/tick.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconZoom {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/zoom.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/zoom.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconEmotion {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/emoticon.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/emoticon.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconGif {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/gif.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/gif.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconProhibited {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/prohibited.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/prohibited.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.wcContainer .wcIcon.wcIconSm {
	width: 18px;
	height: 18px;
}

.wcContainer .wcIcon.wcIconXs {
	width: 14px;
	height: 14px;
}

.wcContainer .wcTable {
	width: 100%;
	vertical-align: top;
	caption-side: bottom;
	border-collapse: collapse;
	border-color: var(--wc-color-table-border);
}

.wcContainer .wcTable>tbody {
	vertical-align: inherit;
}

.wcContainer .wcTable tbody, .wcContainer .wcTable td, .wcContainer .wcTable tfoot, .wcContainer .wcTable th, .wcContainer .wcTable thead, .wcContainer .wcTable tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	text-align: left;
}

.wcContainer .wcTable>:not(caption)>*>* {
	padding: .5rem .5rem;
	border-bottom-width: 1px;
}

.wcContainer .wcSecondaryTabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.wcContainer .wcSecondaryTabs .wcSecondaryTab {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1em;
}

.wcContainer .wcSecondaryTabs .wcSecondaryTab, .wcContainer .wcSecondaryTabs .wcSecondaryTab:active, .wcContainer .wcSecondaryTabs .wcSecondaryTab:focus {
	outline: 0;
	text-decoration: none;
	margin: 0;
	text-align: center;
	color: var(--wc-font-color);
}

.wcContainer .wcSecondaryTabs .wcSecondaryTab.wcSecondaryTabCurrent {
	font-weight: 700;
	background-color: #f1f1f1;
}

.wcContainer .wcSecondaryTabs .wcSecondaryTab.wcSecondaryTabCurrent .wcRedCounter {
	font-weight: 400;
}

.wcContainer .wcSecondaryTabs .wcSecondaryTab .wcRedCounter {
	font-size: 1em;
}

.wcContainer .wcPrimaryTabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 5px;
	list-style: none;
	border-bottom: 1px solid var(--wc-color-form-border);
}

.wcContainer .wcPrimaryTabs .wcPrimaryTabItem .wcPrimaryTabLink {
	display: block;
	padding: .5rem 1rem;
	color: var(--wc-link-color);
	text-decoration: none;
	outline: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.wcContainer .wcPrimaryTabs .wcPrimaryTabItem .wcPrimaryTabLink.wcPrimaryTabItemActive {
	color: var(--wc-font-color);
	border-color: var(--wc-color-form-border) var(--wc-color-form-border) var(--wc-bg-color);
}

.wcContainer .wcPrimaryTabs .wcPrimaryTabItem .wcPrimaryTabLink .wcRedCounter {
	font-weight: 400;
	font-size: 1em;
}

.wcContainer .wcFormRow {
	margin-bottom: 1rem !important;
}

.wcContainer input.wcControl {
	width: auto;
	display: inline;
}

.wcContainer .wcFormControl, .wcContainer .wcFormControl:active, .wcContainer .wcFormControl:hover {
	margin: 0;
	font-family: inherit;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--wc-form-font-color);
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid var(--wc-color-form-border);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.wcContainer .wcFormControl:focus {
	color: var(--wc-form-font-color);
	background-color: #fff;
	border-color: var(--wc-color-form-border);
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
	box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
}

.wcContainer textarea.wcFormControl {
	resize: vertical;
	min-height: calc(1.5em + ( .75rem + 2px ));
}

.wcContainer .wcFormCheck {
	width: 1em;
	height: 1em;
	margin: .25em 0 0;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid var(--wc-color-form-border);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.wcContainer .wcFormCheck:focus {
	border-color: var(--wc-color-form-border);
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
	box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
}

.wcContainer .wcFormCheck:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.wcContainer .wcFormCheck:checked[type=radio].nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcFormCheck:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");
}

.wcContainer .wcFormCheck:checked[type=checkbox].nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcFormCheck:checked {
	background-color: var(--wc-color-form-checked);
	border-color: var(--wc-color-form-checked);
}

.wcContainer .wcFormCheck[type=radio] {
	border-radius: 50%;
}

.wcContainer .wcFormCheck:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5;
}

.wcContainer .wcFormCheckLabel {
	padding-left: .25em;
	margin-right: .75em;
}

.wcContainer .wcFormControlBorder {
	border: 1px solid var(--wc-color-form-border);
	border-radius: .25rem;
}

.wcContainer .wcFormErrorMessage {
	display: none;
}

.wcContainer .wcFormCheck.wcFormError~.wcFormErrorMessage, .wcContainer .wcFormControl.wcFormError~.wcFormErrorMessage {
	display: block;
	width: 100%;
	margin-top: .25rem;
	font-size: .925em;
	color: var(--wc-color-form-validation-error);
}

.wcContainer .wcFormCheck.wcFormError, .wcContainer .wcFormControl.wcFormError {
	border-color: var(--wc-color-form-validation-error);
}

.wcContainer .wcFormCheck.wcFormError:focus, .wcContainer .wcFormControl.wcFormError:focus {
	-webkit-box-shadow: 0 0 0 .25rem var(--wc-color-form-validation-error-focus);
	box-shadow: 0 0 0 .25rem var(--wc-color-form-validation-error-focus);
}

.wcContainer img.wcEmoticon, .wcContainer span.wcEmoticon {
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_001, .wcContainer span.wcEmoticon.bg-emot_01_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -131px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_002, .wcContainer span.wcEmoticon.bg-emot_01_32_002 {
	width: 32px;
	height: 35px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -120px -68px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_003, .wcContainer span.wcEmoticon.bg-emot_01_32_003 {
	width: 32px;
	height: 38px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -68px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_004, .wcContainer span.wcEmoticon.bg-emot_01_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -62px -131px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_005, .wcContainer span.wcEmoticon.bg-emot_01_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -114px -131px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_006, .wcContainer span.wcEmoticon.bg-emot_01_32_006 {
	width: 32px;
	height: 35px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -172px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_007, .wcContainer span.wcEmoticon.bg-emot_01_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -166px -131px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_008, .wcContainer span.wcEmoticon.bg-emot_01_32_008 {
	width: 34px;
	height: 30px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -328px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_009, .wcContainer span.wcEmoticon.bg-emot_01_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -224px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_010, .wcContainer span.wcEmoticon.bg-emot_01_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -224px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_011, .wcContainer span.wcEmoticon.bg-emot_01_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -224px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_012, .wcContainer span.wcEmoticon.bg-emot_01_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -183px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_013, .wcContainer span.wcEmoticon.bg-emot_01_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -62px -183px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_014, .wcContainer span.wcEmoticon.bg-emot_01_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -114px -183px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_015, .wcContainer span.wcEmoticon.bg-emot_01_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -166px -183px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_016, .wcContainer span.wcEmoticon.bg-emot_01_32_016 {
	width: 32px;
	height: 38px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -68px -68px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_017, .wcContainer span.wcEmoticon.bg-emot_01_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -218px -183px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_018, .wcContainer span.wcEmoticon.bg-emot_01_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_019, .wcContainer span.wcEmoticon.bg-emot_01_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_020, .wcContainer span.wcEmoticon.bg-emot_01_32_020 {
	width: 38px;
	height: 40px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_021, .wcContainer span.wcEmoticon.bg-emot_01_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_022, .wcContainer span.wcEmoticon.bg-emot_01_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_023, .wcContainer span.wcEmoticon.bg-emot_01_32_023 {
	width: 32px;
	height: 38px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -120px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_024, .wcContainer span.wcEmoticon.bg-emot_01_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -235px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_025, .wcContainer span.wcEmoticon.bg-emot_01_32_025 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -62px -235px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_026, .wcContainer span.wcEmoticon.bg-emot_01_32_026 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -114px -235px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_027, .wcContainer span.wcEmoticon.bg-emot_01_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -166px -235px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_028, .wcContainer span.wcEmoticon.bg-emot_01_32_028 {
	width: 32px;
	height: 34px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -172px -65px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_029, .wcContainer span.wcEmoticon.bg-emot_01_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -218px -235px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_030, .wcContainer span.wcEmoticon.bg-emot_01_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -270px -235px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_031, .wcContainer span.wcEmoticon.bg-emot_01_32_031 {
	width: 33px;
	height: 41px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -70px;
}

.wcContainer img.wcEmoticon.bg-emot_01_32_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_32_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_001, .wcContainer span.wcEmoticon.bg-emot_01_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -358px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_002, .wcContainer span.wcEmoticon.bg-emot_01_64_002 {
	width: 64px;
	height: 69px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -274px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_003, .wcContainer span.wcEmoticon.bg-emot_01_64_003 {
	width: 64px;
	height: 75px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -106px -107px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_004, .wcContainer span.wcEmoticon.bg-emot_01_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -358px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_005, .wcContainer span.wcEmoticon.bg-emot_01_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -358px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_006, .wcContainer span.wcEmoticon.bg-emot_01_64_006 {
	width: 64px;
	height: 70px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -190px -105px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_007, .wcContainer span.wcEmoticon.bg-emot_01_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -295px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_008, .wcContainer span.wcEmoticon.bg-emot_01_64_008 {
	width: 70px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -212px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_009, .wcContainer span.wcEmoticon.bg-emot_01_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -94px -295px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_010, .wcContainer span.wcEmoticon.bg-emot_01_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -178px -295px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_011, .wcContainer span.wcEmoticon.bg-emot_01_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -262px -295px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_012, .wcContainer span.wcEmoticon.bg-emot_01_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -346px -295px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_013, .wcContainer span.wcEmoticon.bg-emot_01_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_014, .wcContainer span.wcEmoticon.bg-emot_01_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_015, .wcContainer span.wcEmoticon.bg-emot_01_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_016, .wcContainer span.wcEmoticon.bg-emot_01_64_016 {
	width: 64px;
	height: 77px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -106px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_017, .wcContainer span.wcEmoticon.bg-emot_01_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_018, .wcContainer span.wcEmoticon.bg-emot_01_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -379px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_019, .wcContainer span.wcEmoticon.bg-emot_01_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -94px -379px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_020, .wcContainer span.wcEmoticon.bg-emot_01_64_020 {
	width: 76px;
	height: 79px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_021, .wcContainer span.wcEmoticon.bg-emot_01_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -178px -379px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_022, .wcContainer span.wcEmoticon.bg-emot_01_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -262px -379px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_023, .wcContainer span.wcEmoticon.bg-emot_01_64_023 {
	width: 64px;
	height: 75px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -190px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_024, .wcContainer span.wcEmoticon.bg-emot_01_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -346px -379px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_025, .wcContainer span.wcEmoticon.bg-emot_01_64_025 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -430px -379px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_026, .wcContainer span.wcEmoticon.bg-emot_01_64_026 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_027, .wcContainer span.wcEmoticon.bg-emot_01_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_028, .wcContainer span.wcEmoticon.bg-emot_01_64_028 {
	width: 64px;
	height: 67px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -274px -99px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_029, .wcContainer span.wcEmoticon.bg-emot_01_64_029 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_030, .wcContainer span.wcEmoticon.bg-emot_01_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_031, .wcContainer span.wcEmoticon.bg-emot_01_64_031 {
	width: 66px;
	height: 83px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -109px;
}

.wcContainer img.wcEmoticon.bg-emot_01_64_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_64_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_001, .wcContainer span.wcEmoticon.bg-emot_01_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -158px -376px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_002, .wcContainer span.wcEmoticon.bg-emot_01_128_002 {
	width: 128px;
	height: 139px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -480px -157px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_003, .wcContainer span.wcEmoticon.bg-emot_01_128_003 {
	width: 128px;
	height: 151px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -184px -183px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_004, .wcContainer span.wcEmoticon.bg-emot_01_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -306px -376px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_005, .wcContainer span.wcEmoticon.bg-emot_01_128_005 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -454px -679px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_006, .wcContainer span.wcEmoticon.bg-emot_01_128_006 {
	width: 128px;
	height: 139px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -332px -181px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_007, .wcContainer span.wcEmoticon.bg-emot_01_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -454px -376px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_008, .wcContainer span.wcEmoticon.bg-emot_01_128_008 {
	width: 142px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -480px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_009, .wcContainer span.wcEmoticon.bg-emot_01_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -642px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_010, .wcContainer span.wcEmoticon.bg-emot_01_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -642px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_011, .wcContainer span.wcEmoticon.bg-emot_01_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -642px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_012, .wcContainer span.wcEmoticon.bg-emot_01_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -531px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_013, .wcContainer span.wcEmoticon.bg-emot_01_128_013 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -602px -679px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_014, .wcContainer span.wcEmoticon.bg-emot_01_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -158px -531px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_015, .wcContainer span.wcEmoticon.bg-emot_01_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -306px -531px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_016, .wcContainer span.wcEmoticon.bg-emot_01_128_016 {
	width: 128px;
	height: 153px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -184px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_017, .wcContainer span.wcEmoticon.bg-emot_01_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -454px -531px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_018, .wcContainer span.wcEmoticon.bg-emot_01_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -602px -531px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_019, .wcContainer span.wcEmoticon.bg-emot_01_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_020, .wcContainer span.wcEmoticon.bg-emot_01_128_020 {
	width: 154px;
	height: 160px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_021, .wcContainer span.wcEmoticon.bg-emot_01_128_021 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -750px -679px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_022, .wcContainer span.wcEmoticon.bg-emot_01_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_023, .wcContainer span.wcEmoticon.bg-emot_01_128_023 {
	width: 128px;
	height: 151px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -332px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_024, .wcContainer span.wcEmoticon.bg-emot_01_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_025, .wcContainer span.wcEmoticon.bg-emot_01_128_025 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_026, .wcContainer span.wcEmoticon.bg-emot_01_128_026 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -679px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_027, .wcContainer span.wcEmoticon.bg-emot_01_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -158px -679px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_028, .wcContainer span.wcEmoticon.bg-emot_01_128_028 {
	width: 128px;
	height: 135px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -376px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_029, .wcContainer span.wcEmoticon.bg-emot_01_128_029 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -306px -679px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_030, .wcContainer span.wcEmoticon.bg-emot_01_128_030 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -938px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_031, .wcContainer span.wcEmoticon.bg-emot_01_128_031 {
	width: 132px;
	height: 166px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -190px;
}

.wcContainer img.wcEmoticon.bg-emot_01_128_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_01_128_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_001, .wcContainer span.wcEmoticon.bg-emot_02_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_002, .wcContainer span.wcEmoticon.bg-emot_02_32_002 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_003, .wcContainer span.wcEmoticon.bg-emot_02_32_003 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_004, .wcContainer span.wcEmoticon.bg-emot_02_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_005, .wcContainer span.wcEmoticon.bg-emot_02_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_006, .wcContainer span.wcEmoticon.bg-emot_02_32_006 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_007, .wcContainer span.wcEmoticon.bg-emot_02_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_008, .wcContainer span.wcEmoticon.bg-emot_02_32_008 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_009, .wcContainer span.wcEmoticon.bg-emot_02_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_010, .wcContainer span.wcEmoticon.bg-emot_02_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_011, .wcContainer span.wcEmoticon.bg-emot_02_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_012, .wcContainer span.wcEmoticon.bg-emot_02_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_013, .wcContainer span.wcEmoticon.bg-emot_02_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_014, .wcContainer span.wcEmoticon.bg-emot_02_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_015, .wcContainer span.wcEmoticon.bg-emot_02_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_016, .wcContainer span.wcEmoticon.bg-emot_02_32_016 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_017, .wcContainer span.wcEmoticon.bg-emot_02_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_018, .wcContainer span.wcEmoticon.bg-emot_02_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_019, .wcContainer span.wcEmoticon.bg-emot_02_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_020, .wcContainer span.wcEmoticon.bg-emot_02_32_020 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_021, .wcContainer span.wcEmoticon.bg-emot_02_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_022, .wcContainer span.wcEmoticon.bg-emot_02_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_023, .wcContainer span.wcEmoticon.bg-emot_02_32_023 {
	width: 28px;
	height: 33px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -374px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_024, .wcContainer span.wcEmoticon.bg-emot_02_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_025, .wcContainer span.wcEmoticon.bg-emot_02_32_025 {
	width: 30px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_026, .wcContainer span.wcEmoticon.bg-emot_02_32_026 {
	width: 30px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -216px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_027, .wcContainer span.wcEmoticon.bg-emot_02_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_028, .wcContainer span.wcEmoticon.bg-emot_02_32_028 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_029, .wcContainer span.wcEmoticon.bg-emot_02_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_030, .wcContainer span.wcEmoticon.bg-emot_02_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_031, .wcContainer span.wcEmoticon.bg-emot_02_32_031 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_032, .wcContainer span.wcEmoticon.bg-emot_02_32_032 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_033, .wcContainer span.wcEmoticon.bg-emot_02_32_033 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_034, .wcContainer span.wcEmoticon.bg-emot_02_32_034 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_035, .wcContainer span.wcEmoticon.bg-emot_02_32_035 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_036, .wcContainer span.wcEmoticon.bg-emot_02_32_036 {
	width: 30px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -266px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_037, .wcContainer span.wcEmoticon.bg-emot_02_32_037 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_038, .wcContainer span.wcEmoticon.bg-emot_02_32_038 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_039, .wcContainer span.wcEmoticon.bg-emot_02_32_039 {
	width: 32px;
	height: 28px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -316px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_040, .wcContainer span.wcEmoticon.bg-emot_02_32_040 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_041, .wcContainer span.wcEmoticon.bg-emot_02_32_041 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_042, .wcContainer span.wcEmoticon.bg-emot_02_32_042 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_043, .wcContainer span.wcEmoticon.bg-emot_02_32_043 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_044, .wcContainer span.wcEmoticon.bg-emot_02_32_044 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_045, .wcContainer span.wcEmoticon.bg-emot_02_32_045 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_046, .wcContainer span.wcEmoticon.bg-emot_02_32_046 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_047, .wcContainer span.wcEmoticon.bg-emot_02_32_047 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_048, .wcContainer span.wcEmoticon.bg-emot_02_32_048 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_049, .wcContainer span.wcEmoticon.bg-emot_02_32_049 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_049.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_049.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_050, .wcContainer span.wcEmoticon.bg-emot_02_32_050 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_02_32_050.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_32_050.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_001, .wcContainer span.wcEmoticon.bg-emot_02_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_002, .wcContainer span.wcEmoticon.bg-emot_02_64_002 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_003, .wcContainer span.wcEmoticon.bg-emot_02_64_003 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_004, .wcContainer span.wcEmoticon.bg-emot_02_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_005, .wcContainer span.wcEmoticon.bg-emot_02_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_006, .wcContainer span.wcEmoticon.bg-emot_02_64_006 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_007, .wcContainer span.wcEmoticon.bg-emot_02_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_008, .wcContainer span.wcEmoticon.bg-emot_02_64_008 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_009, .wcContainer span.wcEmoticon.bg-emot_02_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_010, .wcContainer span.wcEmoticon.bg-emot_02_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_011, .wcContainer span.wcEmoticon.bg-emot_02_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_012, .wcContainer span.wcEmoticon.bg-emot_02_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_013, .wcContainer span.wcEmoticon.bg-emot_02_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_014, .wcContainer span.wcEmoticon.bg-emot_02_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_015, .wcContainer span.wcEmoticon.bg-emot_02_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_016, .wcContainer span.wcEmoticon.bg-emot_02_64_016 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_017, .wcContainer span.wcEmoticon.bg-emot_02_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_018, .wcContainer span.wcEmoticon.bg-emot_02_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_019, .wcContainer span.wcEmoticon.bg-emot_02_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_020, .wcContainer span.wcEmoticon.bg-emot_02_64_020 {
	width: 63px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_021, .wcContainer span.wcEmoticon.bg-emot_02_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_022, .wcContainer span.wcEmoticon.bg-emot_02_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_023, .wcContainer span.wcEmoticon.bg-emot_02_64_023 {
	width: 54px;
	height: 66px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -260px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_024, .wcContainer span.wcEmoticon.bg-emot_02_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_025, .wcContainer span.wcEmoticon.bg-emot_02_64_025 {
	width: 58px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_026, .wcContainer span.wcEmoticon.bg-emot_02_64_026 {
	width: 58px;
	height: 62px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_027, .wcContainer span.wcEmoticon.bg-emot_02_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_028, .wcContainer span.wcEmoticon.bg-emot_02_64_028 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_029, .wcContainer span.wcEmoticon.bg-emot_02_64_029 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_030, .wcContainer span.wcEmoticon.bg-emot_02_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_031, .wcContainer span.wcEmoticon.bg-emot_02_64_031 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_032, .wcContainer span.wcEmoticon.bg-emot_02_64_032 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_033, .wcContainer span.wcEmoticon.bg-emot_02_64_033 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_034, .wcContainer span.wcEmoticon.bg-emot_02_64_034 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_035, .wcContainer span.wcEmoticon.bg-emot_02_64_035 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_036, .wcContainer span.wcEmoticon.bg-emot_02_64_036 {
	width: 60px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_037, .wcContainer span.wcEmoticon.bg-emot_02_64_037 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_038, .wcContainer span.wcEmoticon.bg-emot_02_64_038 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_039, .wcContainer span.wcEmoticon.bg-emot_02_64_039 {
	width: 64px;
	height: 56px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -261px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_040, .wcContainer span.wcEmoticon.bg-emot_02_64_040 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_041, .wcContainer span.wcEmoticon.bg-emot_02_64_041 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_042, .wcContainer span.wcEmoticon.bg-emot_02_64_042 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_043, .wcContainer span.wcEmoticon.bg-emot_02_64_043 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_044, .wcContainer span.wcEmoticon.bg-emot_02_64_044 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_045, .wcContainer span.wcEmoticon.bg-emot_02_64_045 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_046, .wcContainer span.wcEmoticon.bg-emot_02_64_046 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_047, .wcContainer span.wcEmoticon.bg-emot_02_64_047 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_048, .wcContainer span.wcEmoticon.bg-emot_02_64_048 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_049, .wcContainer span.wcEmoticon.bg-emot_02_64_049 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_049.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_049.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_050, .wcContainer span.wcEmoticon.bg-emot_02_64_050 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_02_64_050.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_64_050.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_001, .wcContainer span.wcEmoticon.bg-emot_02_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -188px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_002, .wcContainer span.wcEmoticon.bg-emot_02_128_002 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -188px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_003, .wcContainer span.wcEmoticon.bg-emot_02_128_003 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_004, .wcContainer span.wcEmoticon.bg-emot_02_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_005, .wcContainer span.wcEmoticon.bg-emot_02_128_005 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -344px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_006, .wcContainer span.wcEmoticon.bg-emot_02_128_006 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -344px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_007, .wcContainer span.wcEmoticon.bg-emot_02_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -344px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_008, .wcContainer span.wcEmoticon.bg-emot_02_128_008 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -344px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_009, .wcContainer span.wcEmoticon.bg-emot_02_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_010, .wcContainer span.wcEmoticon.bg-emot_02_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_011, .wcContainer span.wcEmoticon.bg-emot_02_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_012, .wcContainer span.wcEmoticon.bg-emot_02_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -492px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_013, .wcContainer span.wcEmoticon.bg-emot_02_128_013 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -492px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_014, .wcContainer span.wcEmoticon.bg-emot_02_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -492px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_015, .wcContainer span.wcEmoticon.bg-emot_02_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -492px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_016, .wcContainer span.wcEmoticon.bg-emot_02_128_016 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -492px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_017, .wcContainer span.wcEmoticon.bg-emot_02_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_018, .wcContainer span.wcEmoticon.bg-emot_02_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_019, .wcContainer span.wcEmoticon.bg-emot_02_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_020, .wcContainer span.wcEmoticon.bg-emot_02_128_020 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_021, .wcContainer span.wcEmoticon.bg-emot_02_128_021 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -640px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_022, .wcContainer span.wcEmoticon.bg-emot_02_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -640px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_023, .wcContainer span.wcEmoticon.bg-emot_02_128_023 {
	width: 128px;
	height: 158px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_024, .wcContainer span.wcEmoticon.bg-emot_02_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -640px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_025, .wcContainer span.wcEmoticon.bg-emot_02_128_025 {
	width: 128px;
	height: 140px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_026, .wcContainer span.wcEmoticon.bg-emot_02_128_026 {
	width: 128px;
	height: 137px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_027, .wcContainer span.wcEmoticon.bg-emot_02_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -640px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_028, .wcContainer span.wcEmoticon.bg-emot_02_128_028 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -640px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_029, .wcContainer span.wcEmoticon.bg-emot_02_128_029 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -640px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_030, .wcContainer span.wcEmoticon.bg-emot_02_128_030 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_031, .wcContainer span.wcEmoticon.bg-emot_02_128_031 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_032, .wcContainer span.wcEmoticon.bg-emot_02_128_032 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_033, .wcContainer span.wcEmoticon.bg-emot_02_128_033 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_034, .wcContainer span.wcEmoticon.bg-emot_02_128_034 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_035, .wcContainer span.wcEmoticon.bg-emot_02_128_035 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -788px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_036, .wcContainer span.wcEmoticon.bg-emot_02_128_036 {
	width: 128px;
	height: 136px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -188px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_037, .wcContainer span.wcEmoticon.bg-emot_02_128_037 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -788px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_038, .wcContainer span.wcEmoticon.bg-emot_02_128_038 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -788px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_039, .wcContainer span.wcEmoticon.bg-emot_02_128_039 {
	width: 128px;
	height: 113px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -936px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_040, .wcContainer span.wcEmoticon.bg-emot_02_128_040 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -788px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_041, .wcContainer span.wcEmoticon.bg-emot_02_128_041 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -788px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_042, .wcContainer span.wcEmoticon.bg-emot_02_128_042 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -788px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_043, .wcContainer span.wcEmoticon.bg-emot_02_128_043 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -788px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_044, .wcContainer span.wcEmoticon.bg-emot_02_128_044 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_045, .wcContainer span.wcEmoticon.bg-emot_02_128_045 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_046, .wcContainer span.wcEmoticon.bg-emot_02_128_046 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_047, .wcContainer span.wcEmoticon.bg-emot_02_128_047 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_048, .wcContainer span.wcEmoticon.bg-emot_02_128_048 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_049, .wcContainer span.wcEmoticon.bg-emot_02_128_049 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_049.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_049.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_050, .wcContainer span.wcEmoticon.bg-emot_02_128_050 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -936px;
}

.wcContainer img.wcEmoticon.bg-emot_02_128_050.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_02_128_050.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_001, .wcContainer span.wcEmoticon.bg-emot_03_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_002, .wcContainer span.wcEmoticon.bg-emot_03_32_002 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_003, .wcContainer span.wcEmoticon.bg-emot_03_32_003 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_004, .wcContainer span.wcEmoticon.bg-emot_03_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_005, .wcContainer span.wcEmoticon.bg-emot_03_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_006, .wcContainer span.wcEmoticon.bg-emot_03_32_006 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_007, .wcContainer span.wcEmoticon.bg-emot_03_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_008, .wcContainer span.wcEmoticon.bg-emot_03_32_008 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_009, .wcContainer span.wcEmoticon.bg-emot_03_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_010, .wcContainer span.wcEmoticon.bg-emot_03_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_011, .wcContainer span.wcEmoticon.bg-emot_03_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_012, .wcContainer span.wcEmoticon.bg-emot_03_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_013, .wcContainer span.wcEmoticon.bg-emot_03_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_014, .wcContainer span.wcEmoticon.bg-emot_03_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_015, .wcContainer span.wcEmoticon.bg-emot_03_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_016, .wcContainer span.wcEmoticon.bg-emot_03_32_016 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_017, .wcContainer span.wcEmoticon.bg-emot_03_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_018, .wcContainer span.wcEmoticon.bg-emot_03_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_019, .wcContainer span.wcEmoticon.bg-emot_03_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_020, .wcContainer span.wcEmoticon.bg-emot_03_32_020 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_021, .wcContainer span.wcEmoticon.bg-emot_03_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_022, .wcContainer span.wcEmoticon.bg-emot_03_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_023, .wcContainer span.wcEmoticon.bg-emot_03_32_023 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_024, .wcContainer span.wcEmoticon.bg-emot_03_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_025, .wcContainer span.wcEmoticon.bg-emot_03_32_025 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_026, .wcContainer span.wcEmoticon.bg-emot_03_32_026 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_027, .wcContainer span.wcEmoticon.bg-emot_03_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_028, .wcContainer span.wcEmoticon.bg-emot_03_32_028 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_029, .wcContainer span.wcEmoticon.bg-emot_03_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_030, .wcContainer span.wcEmoticon.bg-emot_03_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_031, .wcContainer span.wcEmoticon.bg-emot_03_32_031 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_032, .wcContainer span.wcEmoticon.bg-emot_03_32_032 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_033, .wcContainer span.wcEmoticon.bg-emot_03_32_033 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_034, .wcContainer span.wcEmoticon.bg-emot_03_32_034 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_035, .wcContainer span.wcEmoticon.bg-emot_03_32_035 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_036, .wcContainer span.wcEmoticon.bg-emot_03_32_036 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_037, .wcContainer span.wcEmoticon.bg-emot_03_32_037 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_038, .wcContainer span.wcEmoticon.bg-emot_03_32_038 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_039, .wcContainer span.wcEmoticon.bg-emot_03_32_039 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_040, .wcContainer span.wcEmoticon.bg-emot_03_32_040 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_041, .wcContainer span.wcEmoticon.bg-emot_03_32_041 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_042, .wcContainer span.wcEmoticon.bg-emot_03_32_042 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_043, .wcContainer span.wcEmoticon.bg-emot_03_32_043 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_044, .wcContainer span.wcEmoticon.bg-emot_03_32_044 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_045, .wcContainer span.wcEmoticon.bg-emot_03_32_045 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_046, .wcContainer span.wcEmoticon.bg-emot_03_32_046 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_047, .wcContainer span.wcEmoticon.bg-emot_03_32_047 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_048, .wcContainer span.wcEmoticon.bg-emot_03_32_048 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_03_32_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_32_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_001, .wcContainer span.wcEmoticon.bg-emot_03_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_002, .wcContainer span.wcEmoticon.bg-emot_03_64_002 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_003, .wcContainer span.wcEmoticon.bg-emot_03_64_003 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_004, .wcContainer span.wcEmoticon.bg-emot_03_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_005, .wcContainer span.wcEmoticon.bg-emot_03_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_006, .wcContainer span.wcEmoticon.bg-emot_03_64_006 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_007, .wcContainer span.wcEmoticon.bg-emot_03_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_008, .wcContainer span.wcEmoticon.bg-emot_03_64_008 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_009, .wcContainer span.wcEmoticon.bg-emot_03_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_010, .wcContainer span.wcEmoticon.bg-emot_03_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_011, .wcContainer span.wcEmoticon.bg-emot_03_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_012, .wcContainer span.wcEmoticon.bg-emot_03_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_013, .wcContainer span.wcEmoticon.bg-emot_03_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_014, .wcContainer span.wcEmoticon.bg-emot_03_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_015, .wcContainer span.wcEmoticon.bg-emot_03_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_016, .wcContainer span.wcEmoticon.bg-emot_03_64_016 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_017, .wcContainer span.wcEmoticon.bg-emot_03_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_018, .wcContainer span.wcEmoticon.bg-emot_03_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_019, .wcContainer span.wcEmoticon.bg-emot_03_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_020, .wcContainer span.wcEmoticon.bg-emot_03_64_020 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_021, .wcContainer span.wcEmoticon.bg-emot_03_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_022, .wcContainer span.wcEmoticon.bg-emot_03_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_023, .wcContainer span.wcEmoticon.bg-emot_03_64_023 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_024, .wcContainer span.wcEmoticon.bg-emot_03_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_025, .wcContainer span.wcEmoticon.bg-emot_03_64_025 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_026, .wcContainer span.wcEmoticon.bg-emot_03_64_026 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_027, .wcContainer span.wcEmoticon.bg-emot_03_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_028, .wcContainer span.wcEmoticon.bg-emot_03_64_028 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_029, .wcContainer span.wcEmoticon.bg-emot_03_64_029 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_030, .wcContainer span.wcEmoticon.bg-emot_03_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_031, .wcContainer span.wcEmoticon.bg-emot_03_64_031 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_032, .wcContainer span.wcEmoticon.bg-emot_03_64_032 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_033, .wcContainer span.wcEmoticon.bg-emot_03_64_033 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_034, .wcContainer span.wcEmoticon.bg-emot_03_64_034 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_035, .wcContainer span.wcEmoticon.bg-emot_03_64_035 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_036, .wcContainer span.wcEmoticon.bg-emot_03_64_036 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_037, .wcContainer span.wcEmoticon.bg-emot_03_64_037 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_038, .wcContainer span.wcEmoticon.bg-emot_03_64_038 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_039, .wcContainer span.wcEmoticon.bg-emot_03_64_039 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_040, .wcContainer span.wcEmoticon.bg-emot_03_64_040 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_041, .wcContainer span.wcEmoticon.bg-emot_03_64_041 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_042, .wcContainer span.wcEmoticon.bg-emot_03_64_042 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_043, .wcContainer span.wcEmoticon.bg-emot_03_64_043 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_044, .wcContainer span.wcEmoticon.bg-emot_03_64_044 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_045, .wcContainer span.wcEmoticon.bg-emot_03_64_045 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_046, .wcContainer span.wcEmoticon.bg-emot_03_64_046 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_047, .wcContainer span.wcEmoticon.bg-emot_03_64_047 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_048, .wcContainer span.wcEmoticon.bg-emot_03_64_048 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -514px;
}

.wcContainer img.wcEmoticon.bg-emot_03_64_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_64_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_001, .wcContainer span.wcEmoticon.bg-emot_03_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_002, .wcContainer span.wcEmoticon.bg-emot_03_128_002 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_003, .wcContainer span.wcEmoticon.bg-emot_03_128_003 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_004, .wcContainer span.wcEmoticon.bg-emot_03_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_005, .wcContainer span.wcEmoticon.bg-emot_03_128_005 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_006, .wcContainer span.wcEmoticon.bg-emot_03_128_006 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_007, .wcContainer span.wcEmoticon.bg-emot_03_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_008, .wcContainer span.wcEmoticon.bg-emot_03_128_008 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_009, .wcContainer span.wcEmoticon.bg-emot_03_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_010, .wcContainer span.wcEmoticon.bg-emot_03_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_011, .wcContainer span.wcEmoticon.bg-emot_03_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_012, .wcContainer span.wcEmoticon.bg-emot_03_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_013, .wcContainer span.wcEmoticon.bg-emot_03_128_013 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_014, .wcContainer span.wcEmoticon.bg-emot_03_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_015, .wcContainer span.wcEmoticon.bg-emot_03_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_016, .wcContainer span.wcEmoticon.bg-emot_03_128_016 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_017, .wcContainer span.wcEmoticon.bg-emot_03_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_018, .wcContainer span.wcEmoticon.bg-emot_03_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_019, .wcContainer span.wcEmoticon.bg-emot_03_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_020, .wcContainer span.wcEmoticon.bg-emot_03_128_020 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_021, .wcContainer span.wcEmoticon.bg-emot_03_128_021 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_022, .wcContainer span.wcEmoticon.bg-emot_03_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_023, .wcContainer span.wcEmoticon.bg-emot_03_128_023 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_024, .wcContainer span.wcEmoticon.bg-emot_03_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_025, .wcContainer span.wcEmoticon.bg-emot_03_128_025 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_026, .wcContainer span.wcEmoticon.bg-emot_03_128_026 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_027, .wcContainer span.wcEmoticon.bg-emot_03_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_028, .wcContainer span.wcEmoticon.bg-emot_03_128_028 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_029, .wcContainer span.wcEmoticon.bg-emot_03_128_029 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_030, .wcContainer span.wcEmoticon.bg-emot_03_128_030 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_031, .wcContainer span.wcEmoticon.bg-emot_03_128_031 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_032, .wcContainer span.wcEmoticon.bg-emot_03_128_032 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_033, .wcContainer span.wcEmoticon.bg-emot_03_128_033 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_034, .wcContainer span.wcEmoticon.bg-emot_03_128_034 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_035, .wcContainer span.wcEmoticon.bg-emot_03_128_035 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_036, .wcContainer span.wcEmoticon.bg-emot_03_128_036 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_037, .wcContainer span.wcEmoticon.bg-emot_03_128_037 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_038, .wcContainer span.wcEmoticon.bg-emot_03_128_038 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_039, .wcContainer span.wcEmoticon.bg-emot_03_128_039 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_040, .wcContainer span.wcEmoticon.bg-emot_03_128_040 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_041, .wcContainer span.wcEmoticon.bg-emot_03_128_041 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_042, .wcContainer span.wcEmoticon.bg-emot_03_128_042 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_043, .wcContainer span.wcEmoticon.bg-emot_03_128_043 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -898px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_044, .wcContainer span.wcEmoticon.bg-emot_03_128_044 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -898px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_045, .wcContainer span.wcEmoticon.bg-emot_03_128_045 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -898px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_046, .wcContainer span.wcEmoticon.bg-emot_03_128_046 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -898px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_047, .wcContainer span.wcEmoticon.bg-emot_03_128_047 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -898px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_048, .wcContainer span.wcEmoticon.bg-emot_03_128_048 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -898px;
}

.wcContainer img.wcEmoticon.bg-emot_03_128_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_03_128_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_001, .wcContainer span.wcEmoticon.bg-emot_04_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_002, .wcContainer span.wcEmoticon.bg-emot_04_32_002 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_003, .wcContainer span.wcEmoticon.bg-emot_04_32_003 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_004, .wcContainer span.wcEmoticon.bg-emot_04_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_005, .wcContainer span.wcEmoticon.bg-emot_04_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_006, .wcContainer span.wcEmoticon.bg-emot_04_32_006 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_007, .wcContainer span.wcEmoticon.bg-emot_04_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_008, .wcContainer span.wcEmoticon.bg-emot_04_32_008 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_009, .wcContainer span.wcEmoticon.bg-emot_04_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_010, .wcContainer span.wcEmoticon.bg-emot_04_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_011, .wcContainer span.wcEmoticon.bg-emot_04_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_012, .wcContainer span.wcEmoticon.bg-emot_04_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_013, .wcContainer span.wcEmoticon.bg-emot_04_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_014, .wcContainer span.wcEmoticon.bg-emot_04_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_015, .wcContainer span.wcEmoticon.bg-emot_04_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_016, .wcContainer span.wcEmoticon.bg-emot_04_32_016 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_017, .wcContainer span.wcEmoticon.bg-emot_04_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_018, .wcContainer span.wcEmoticon.bg-emot_04_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_019, .wcContainer span.wcEmoticon.bg-emot_04_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_020, .wcContainer span.wcEmoticon.bg-emot_04_32_020 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_021, .wcContainer span.wcEmoticon.bg-emot_04_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_022, .wcContainer span.wcEmoticon.bg-emot_04_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_023, .wcContainer span.wcEmoticon.bg-emot_04_32_023 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_024, .wcContainer span.wcEmoticon.bg-emot_04_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_025, .wcContainer span.wcEmoticon.bg-emot_04_32_025 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_026, .wcContainer span.wcEmoticon.bg-emot_04_32_026 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_027, .wcContainer span.wcEmoticon.bg-emot_04_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_028, .wcContainer span.wcEmoticon.bg-emot_04_32_028 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_029, .wcContainer span.wcEmoticon.bg-emot_04_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_030, .wcContainer span.wcEmoticon.bg-emot_04_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_031, .wcContainer span.wcEmoticon.bg-emot_04_32_031 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_032, .wcContainer span.wcEmoticon.bg-emot_04_32_032 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_033, .wcContainer span.wcEmoticon.bg-emot_04_32_033 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_034, .wcContainer span.wcEmoticon.bg-emot_04_32_034 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_035, .wcContainer span.wcEmoticon.bg-emot_04_32_035 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_036, .wcContainer span.wcEmoticon.bg-emot_04_32_036 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_037, .wcContainer span.wcEmoticon.bg-emot_04_32_037 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_038, .wcContainer span.wcEmoticon.bg-emot_04_32_038 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -62px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_039, .wcContainer span.wcEmoticon.bg-emot_04_32_039 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -114px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_040, .wcContainer span.wcEmoticon.bg-emot_04_32_040 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -166px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_041, .wcContainer span.wcEmoticon.bg-emot_04_32_041 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -218px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_042, .wcContainer span.wcEmoticon.bg-emot_04_32_042 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -270px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_043, .wcContainer span.wcEmoticon.bg-emot_04_32_043 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_044, .wcContainer span.wcEmoticon.bg-emot_04_32_044 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_045, .wcContainer span.wcEmoticon.bg-emot_04_32_045 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_046, .wcContainer span.wcEmoticon.bg-emot_04_32_046 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_047, .wcContainer span.wcEmoticon.bg-emot_04_32_047 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_048, .wcContainer span.wcEmoticon.bg-emot_04_32_048 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_049, .wcContainer span.wcEmoticon.bg-emot_04_32_049 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -322px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_049.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_049.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_050, .wcContainer span.wcEmoticon.bg-emot_04_32_050 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -374px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_32_050.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_32_050.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_001, .wcContainer span.wcEmoticon.bg-emot_04_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -95px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_002, .wcContainer span.wcEmoticon.bg-emot_04_64_002 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -95px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_003, .wcContainer span.wcEmoticon.bg-emot_04_64_003 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -95px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_004, .wcContainer span.wcEmoticon.bg-emot_04_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_005, .wcContainer span.wcEmoticon.bg-emot_04_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_006, .wcContainer span.wcEmoticon.bg-emot_04_64_006 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -179px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_007, .wcContainer span.wcEmoticon.bg-emot_04_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -179px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_008, .wcContainer span.wcEmoticon.bg-emot_04_64_008 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -179px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_009, .wcContainer span.wcEmoticon.bg-emot_04_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -179px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_010, .wcContainer span.wcEmoticon.bg-emot_04_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_011, .wcContainer span.wcEmoticon.bg-emot_04_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_012, .wcContainer span.wcEmoticon.bg-emot_04_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_013, .wcContainer span.wcEmoticon.bg-emot_04_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -263px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_014, .wcContainer span.wcEmoticon.bg-emot_04_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -263px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_015, .wcContainer span.wcEmoticon.bg-emot_04_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -263px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_016, .wcContainer span.wcEmoticon.bg-emot_04_64_016 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -263px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_017, .wcContainer span.wcEmoticon.bg-emot_04_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -263px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_018, .wcContainer span.wcEmoticon.bg-emot_04_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_019, .wcContainer span.wcEmoticon.bg-emot_04_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_020, .wcContainer span.wcEmoticon.bg-emot_04_64_020 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_021, .wcContainer span.wcEmoticon.bg-emot_04_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_022, .wcContainer span.wcEmoticon.bg-emot_04_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -347px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_023, .wcContainer span.wcEmoticon.bg-emot_04_64_023 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -347px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_024, .wcContainer span.wcEmoticon.bg-emot_04_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -347px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_025, .wcContainer span.wcEmoticon.bg-emot_04_64_025 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -347px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_026, .wcContainer span.wcEmoticon.bg-emot_04_64_026 {
	width: 64px;
	height: 65px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_027, .wcContainer span.wcEmoticon.bg-emot_04_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -347px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_028, .wcContainer span.wcEmoticon.bg-emot_04_64_028 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -347px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_029, .wcContainer span.wcEmoticon.bg-emot_04_64_029 {
	width: 64px;
	height: 65px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_030, .wcContainer span.wcEmoticon.bg-emot_04_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_031, .wcContainer span.wcEmoticon.bg-emot_04_64_031 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_032, .wcContainer span.wcEmoticon.bg-emot_04_64_032 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_033, .wcContainer span.wcEmoticon.bg-emot_04_64_033 {
	width: 64px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -515px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_034, .wcContainer span.wcEmoticon.bg-emot_04_64_034 {
	width: 64px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -515px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_035, .wcContainer span.wcEmoticon.bg-emot_04_64_035 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_036, .wcContainer span.wcEmoticon.bg-emot_04_64_036 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_037, .wcContainer span.wcEmoticon.bg-emot_04_64_037 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -431px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_038, .wcContainer span.wcEmoticon.bg-emot_04_64_038 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -431px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_039, .wcContainer span.wcEmoticon.bg-emot_04_64_039 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -431px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_040, .wcContainer span.wcEmoticon.bg-emot_04_64_040 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -431px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_041, .wcContainer span.wcEmoticon.bg-emot_04_64_041 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -431px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_042, .wcContainer span.wcEmoticon.bg-emot_04_64_042 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -431px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_043, .wcContainer span.wcEmoticon.bg-emot_04_64_043 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -431px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_044, .wcContainer span.wcEmoticon.bg-emot_04_64_044 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_045, .wcContainer span.wcEmoticon.bg-emot_04_64_045 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -94px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_046, .wcContainer span.wcEmoticon.bg-emot_04_64_046 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -178px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_047, .wcContainer span.wcEmoticon.bg-emot_04_64_047 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -262px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_048, .wcContainer span.wcEmoticon.bg-emot_04_64_048 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -346px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_049, .wcContainer span.wcEmoticon.bg-emot_04_64_049 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -430px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_049.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_049.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_050, .wcContainer span.wcEmoticon.bg-emot_04_64_050 {
	width: 64px;
	height: 65px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_64_050.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_64_050.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_001, .wcContainer span.wcEmoticon.bg-emot_04_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -159px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_001.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_001.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_002, .wcContainer span.wcEmoticon.bg-emot_04_128_002 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -159px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_002.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_002.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_003, .wcContainer span.wcEmoticon.bg-emot_04_128_003 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -159px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_003.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_003.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_004, .wcContainer span.wcEmoticon.bg-emot_04_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_004.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_004.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_005, .wcContainer span.wcEmoticon.bg-emot_04_128_005 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_005.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_005.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_006, .wcContainer span.wcEmoticon.bg-emot_04_128_006 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -307px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_006.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_006.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_007, .wcContainer span.wcEmoticon.bg-emot_04_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -307px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_007.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_007.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_008, .wcContainer span.wcEmoticon.bg-emot_04_128_008 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -307px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_008.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_008.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_009, .wcContainer span.wcEmoticon.bg-emot_04_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -307px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_009.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_009.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_010, .wcContainer span.wcEmoticon.bg-emot_04_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_010.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_010.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_011, .wcContainer span.wcEmoticon.bg-emot_04_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_011.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_011.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_012, .wcContainer span.wcEmoticon.bg-emot_04_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_012.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_012.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_013, .wcContainer span.wcEmoticon.bg-emot_04_128_013 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -455px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_013.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_013.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_014, .wcContainer span.wcEmoticon.bg-emot_04_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -455px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_014.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_014.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_015, .wcContainer span.wcEmoticon.bg-emot_04_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -455px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_015.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_015.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_016, .wcContainer span.wcEmoticon.bg-emot_04_128_016 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -455px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_016.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_016.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_017, .wcContainer span.wcEmoticon.bg-emot_04_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -455px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_017.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_017.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_018, .wcContainer span.wcEmoticon.bg-emot_04_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_018.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_018.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_019, .wcContainer span.wcEmoticon.bg-emot_04_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_019.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_019.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_020, .wcContainer span.wcEmoticon.bg-emot_04_128_020 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_020.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_020.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_021, .wcContainer span.wcEmoticon.bg-emot_04_128_021 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_021.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_021.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_022, .wcContainer span.wcEmoticon.bg-emot_04_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -603px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_022.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_022.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_023, .wcContainer span.wcEmoticon.bg-emot_04_128_023 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -603px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_023.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_023.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_024, .wcContainer span.wcEmoticon.bg-emot_04_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -603px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_024.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_024.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_025, .wcContainer span.wcEmoticon.bg-emot_04_128_025 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -603px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_025.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_025.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_026, .wcContainer span.wcEmoticon.bg-emot_04_128_026 {
	width: 128px;
	height: 129px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_026.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_026.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_027, .wcContainer span.wcEmoticon.bg-emot_04_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -603px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_027.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_027.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_028, .wcContainer span.wcEmoticon.bg-emot_04_128_028 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -603px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_028.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_028.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_029, .wcContainer span.wcEmoticon.bg-emot_04_128_029 {
	width: 128px;
	height: 129px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_029.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_029.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_030, .wcContainer span.wcEmoticon.bg-emot_04_128_030 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_030.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_030.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_031, .wcContainer span.wcEmoticon.bg-emot_04_128_031 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_031.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_031.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_032, .wcContainer span.wcEmoticon.bg-emot_04_128_032 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_032.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_032.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_033, .wcContainer span.wcEmoticon.bg-emot_04_128_033 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_033.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_033.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_034, .wcContainer span.wcEmoticon.bg-emot_04_128_034 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_034.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_034.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_035, .wcContainer span.wcEmoticon.bg-emot_04_128_035 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -751px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_035.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_035.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_036, .wcContainer span.wcEmoticon.bg-emot_04_128_036 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -751px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_036.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_036.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_037, .wcContainer span.wcEmoticon.bg-emot_04_128_037 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -751px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_037.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_037.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_038, .wcContainer span.wcEmoticon.bg-emot_04_128_038 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -751px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_038.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_038.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_040, .wcContainer span.wcEmoticon.bg-emot_04_128_040 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -751px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_040.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_040.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_039, .wcContainer span.wcEmoticon.bg-emot_04_128_039 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -751px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_039.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_039.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_041, .wcContainer span.wcEmoticon.bg-emot_04_128_041 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -751px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_041.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_041.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_042, .wcContainer span.wcEmoticon.bg-emot_04_128_042 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_042.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_042.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_043, .wcContainer span.wcEmoticon.bg-emot_04_128_043 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -158px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_043.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_043.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_044, .wcContainer span.wcEmoticon.bg-emot_04_128_044 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -306px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_044.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_044.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_045, .wcContainer span.wcEmoticon.bg-emot_04_128_045 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -454px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_045.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_045.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_046, .wcContainer span.wcEmoticon.bg-emot_04_128_046 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -602px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_046.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_046.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_047, .wcContainer span.wcEmoticon.bg-emot_04_128_047 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -750px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_047.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_047.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_048, .wcContainer span.wcEmoticon.bg-emot_04_128_048 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -899px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_048.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_048.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_049, .wcContainer span.wcEmoticon.bg-emot_04_128_049 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -899px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_049.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_049.nitro-lazy {
	background-image: none !important;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_050, .wcContainer span.wcEmoticon.bg-emot_04_128_050 {
	width: 128px;
	height: 129px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -10px;
}

.wcContainer img.wcEmoticon.bg-emot_04_128_050.nitro-lazy, .wcContainer span.wcEmoticon.bg-emot_04_128_050.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainer .wcChannel .wcChannelViewToolbar {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
}

.wcContainer .wcChannel .wcChannelViewToolbar>:not(:last-child) {
	margin-right: 3px;
}

.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .7;
}

.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:active, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:focus, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:hover {
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream:hover {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video-red.svg");
	width: 30px;
	height: 25px;
}

.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream.nitro-lazy, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream:hover.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat:hover {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/chat.svg");
	width: 30px;
	height: 25px;
}

.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat.nitro-lazy, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat:hover.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonCurrent, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:hover {
	opacity: 1;
}

.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream .wcChannelViewToolbar, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream .wcChannelViewToolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wcContainer .wcChannel.wcChannelViewChat .wcChannelData .wcStream {
	display: none;
}

.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcCounter, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcCounter, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcCounter, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcCounter {
	display: none;
}

.wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelInput, .wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelIntro, .wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelViewToolbar, .wcContainer .wcChannel.wcChannelStreamMaximized .wcCounter {
	display: none !important;
}

.wcContainer .wcChannel .wcChannelData {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: grid;
	gap: 1em;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
}

.wcContainer .wcChannel .wcChannelData .wcStream {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 1em;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails, .wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamInfo {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #444;
	border-radius: 10px;
	color: #aaa;
	padding: 7px;
	text-align: center;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails {
	text-align: center;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails .wcAvatar {
	border-radius: 5px;
	max-height: 150px;
	max-width: 150px;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails .wcStreamCaller {
	font-size: 1.5em;
	color: #fff;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 100%;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar>:not(:last-child) {
	margin-right: 10px;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton {
	display: inline-block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .7;
	background-position: 50%;
	background-size: 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: #999;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcStreamEnd {
	background-color: red;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/end-call.svg");
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcStreamEnd.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMuteAudio {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/mute-audio.svg");
	opacity: .5;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMuteAudio.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcUnmuteAudio {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/unmute-audio.svg");
	opacity: .5;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcUnmuteAudio.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMuteVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/mute-video.svg");
	opacity: .5;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMuteVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcUnmuteVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/unmute-video.svg");
	opacity: .5;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcUnmuteVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMaximizeVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/maximize.svg");
	opacity: .5;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMaximizeVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMinimizeVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/minimize.svg");
	opacity: .5;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMinimizeVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton:hover {
	opacity: 1;
}

.wcContainer .wcChannel .wcChannelData .wcMessages {
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage {
	margin: 3px 0 3px 0;
	position: relative;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime>* {
	font-size: .9em;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcUser {
	margin-right: 5px;
	line-height: 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead a.wcUser:hover {
	text-decoration: underline;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcTime {
	color: #a6a6a6;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcTime .wcMessageTimeDate {
	margin-right: 3px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
	font-weight: 700;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage.wcAwaitingApproval {
	background-color: rgba(255, 0, 4, .07);
	border: 1px solid rgba(255, 0, 4, .17);
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcAvatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px inset rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px inset rgba(0, 0, 0, .2);
	max-width: 45px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 100px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	background: #f7f7f7;
	padding: 10px;
	line-height: 1.3;
	position: relative;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcImage {
	max-height: 55px;
	max-width: 55px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon.wcTenorGIF, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcImage.wcTenorGIF {
	max-height: 140px;
	max-width: 140px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon {
	max-height: initial;
	max-width: initial;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent video {
	max-width: 100%;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
	word-break: break-word;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent {
	display: none;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalEditing {
	border: 1px dashed #00c179;
	outline: 0 solid transparent;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent:not(.wcEditing) .wcInternalEditing {
	display: none;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
	background-color: #ebebeb;
	border-left: 4px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 2px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead>:not(:last-child) {
	margin-right: 7px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcQuoteContent, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcUser, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead span.wcTime {
	font-size: .8em;
	line-height: 1em;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcAvatar {
	max-width: 1em;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcTime {
	color: #a6a6a6;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcTime .wcMessageTimeDate {
	margin-right: 5px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools {
	text-align: right;
	padding: 2px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools a {
	padding: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	font-size: .9%;
	margin-left: 2px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcCancelButton {
	background: rgba(244, 31, 31, .15) url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg") no-repeat center center;
	border-color: rgba(244, 31, 31, .2);
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcCancelButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcCancelButton:hover {
	border-color: rgba(244, 31, 31, .7);
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcSaveButton {
	background: rgba(0, 193, 121, .15) url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/approve.svg") no-repeat center center;
	border-color: rgba(0, 193, 121, .2);
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcSaveButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcSaveButton:hover {
	border-color: rgba(0, 193, 121, .7);
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, .03);
	box-shadow: 2px 2px 2px rgba(60, 60, 60, .03);
	border: 1px solid #e1e1e1;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: #efefef url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/3dots.svg") center center no-repeat;
	background-size: 14px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton:hover {
	border: 1px solid #dadada;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton.wcActionsButtonVisible {
	display: block;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 2px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	text-decoration: none;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionButtonActive span {
	font-weight: 700;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton img {
	margin-right: 2px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton:not(:last-child) {
	margin-right: 8px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLike img {
	padding-bottom: 2px;
	height: .8rem;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLove img {
	height: .8rem;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionSad img {
	height: .8rem;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcTime {
	margin-left: 10px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter>span {
	padding-right: 1px;
	font-size: .9em;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter:not(:last-child) {
	margin-right: 3px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionLike img {
	padding-bottom: 4px;
	height: .8rem;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionLove img {
	padding-bottom: 1px;
	height: .8rem;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionSad img {
	padding-bottom: 1px;
	height: .8rem;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters+.wcReactionsButtons {
	margin-top: 0;
}

.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelData .wcStream, .wcContainer .wcChannel.wcChannelSizeXs .wcChannelData .wcStream {
	margin: 5px;
}

.wcContainer .wcChannel .wcChannelInput button {
	margin: 0;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 55px;
	padding: 14px 5px 14px 15px;
	border: 0;
	outline: 0;
	width: auto;
	min-width: 250px;
	resize: none;
	overflow: hidden;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput, .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput * {
	font-size: 16px;
	line-height: 24px;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput img {
	max-width: 150px;
	max-height: 150px;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput[contentEditable=true]:empty:not(:focus):before {
	content: attr(data-placeholder);
	pointer-events: none;
	color: grey;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	cursor: pointer !important;
	display: inline-block;
	width: 55px;
	height: 55px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .001;
	cursor: pointer;
	z-index: 1000;
	margin: 0;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
	background: #f7f7f7 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/attach.svg") center center no-repeat;
	width: 46px;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
	background: #f7f7f7 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/camera.svg") center center no-repeat;
	width: 50px;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
	background: #f7f7f7 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/emoticon.svg") center center no-repeat;
	width: 46px;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
	background: #f7f7f7 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/mic.svg") center center no-repeat;
	width: 46px;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
	background: #f7f7f7 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/stop-button.svg") center center no-repeat;
	width: 46px;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
	cursor: pointer !important;
	background-color: #dfdfdf;
}

.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
	background-color: #f7f7f7;
	height: 55px;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcChannel .wcChannelInput .wcReplyTo {
	position: relative;
	padding: 10px 45px 10px 15px;
	background: #f2f2f2;
	font-size: .9em;
	color: #4a4a4a;
}

.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 1.1;
	font-size: .8em;
}

.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcEmoticon, .wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcImage {
	max-height: 55px;
	max-width: 55px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcEmoticon {
	max-height: initial;
	max-width: initial;
}

.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg");
	background-position: 50%;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton:hover {
	background-color: #dfdfdf;
}

.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px;
}

.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcImagePreview {
	max-width: 70px;
	max-height: 50px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	border-radius: 5px;
}

.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg") center center no-repeat;
	width: 21px;
	height: 21px;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	margin-left: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
	background-color: #dfdfdf;
}

.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInput {
	min-width: unset;
	width: 100%;
}

.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	width: 28px;
	background-size: 25px 25px !important;
}

.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
	font-size: 0 !important;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/send.svg") !important;
	background-position: center center !important;
	background-size: 25px 25px !important;
	background-repeat: no-repeat !important;
	width: 30px;
	height: 25px;
}

.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcChannel .wcCounter {
	text-align: right;
}

.wcContainer .wcChannel.wcTopInput .wcChannelInput {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.wcContainer .wcChannel.wcTopInput .wcChannelData {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.wcContainer .wcChannel .wcChannelCoverContainer {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainer .wcChannel .wcChannelCoverContainer .wcChannelCover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainer .wcChannel .wcChannelIntro {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border: 1px solid #f1f1f1;
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.wcContainer .wcChannel .wcChannelIntro .wcChannelIntroAvatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcChannel .wcChannelIntro .wcChannelIntroAvatar .wcAvatar {
	max-width: 80px;
	display: block;
}

.wcContainer .wcChannel .wcChannelIntro .wcChannelIntroContent {
	padding: 5px 5px 5px 13px;
}

.wcContainer .wcChannel .wcChannelIntro .wcName {
	font-size: 1.2em;
}

.wcContainer .wcBrowser {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.wcContainer .wcBrowser .wcPublicChannels {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-bottom: 12px;
}

.wcContainer .wcBrowser .wcPublicChannels .wcList {
	min-height: 150px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainer .wcBrowser .wcDirectChannels {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wcContainer .wcBrowser .wcDirectChannels .wcList {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 150px;
}

.wcContainer .wcBrowser .wcCounter {
	padding: 5px 15px 5px 10px;
	margin-top: 12px;
}

.wcContainer .wcBrowser .wcFooter {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-top: 5px;
	border-top: 1px solid #dfdfdf;
	padding: 5px 15px 5px 10px;
}

.wcContainer .wcBrowser .wcFooter .wcSearch {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin: 0;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/search.svg");
	background-position: 0 center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcBrowser .wcFooter .wcSearch.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcBrowser .wcFooter .wcSearch input {
	outline: 0;
	border: none;
	height: 2em;
	margin: 0 0 0 20px;
	width: 100%;
	padding: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
}

.wcContainer .wcBrowser .wcFooter .wcSearch .wcClear {
	width: 35px;
	height: 35px;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg");
	background-position: 50%;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.wcContainer .wcBrowser .wcFooter .wcSearch .wcClear.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	font-weight: 400;
}

.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread.wcFirst {
	border-radius: 5px 5px 0 0;
}

.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread.wcLast {
	border-radius: 0 0 5px 5px;
}

.wcContainer .wcBrowser .wcChannels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainer .wcBrowser .wcChannels .wcLabel {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 5px 15px 5px 10px;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 5px 15px 5px 10px;
	margin: 0;
	outline: 0;
	text-decoration: none;
	border: none;
	font-weight: 400;
	line-height: 1em;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger>:not(:last-child) {
	margin-right: 5px;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcChannelEditButton {
	display: none;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcChannelEditButton.wcIcon {
	width: 20px;
	height: 20px;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel {
	font-weight: 700;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCity, .wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCountry {
	font-weight: 400;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/lock-full.svg");
	background-position: right center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/lock-semi.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-right: 20px;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails.wcDetailsWithStatus {
	margin-right: 10px;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcName {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails>:not(:last-child) {
	margin-right: 5px;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity, .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry {
	font-size: .8em;
	color: #a6a6a6;
	line-height: 1;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcAvatar {
	max-width: 25px;
	margin: 0 4px 2px 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcStatus {
	position: absolute;
	right: 5px;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: #f7f7f7;
}

.wcContainer .wcBrowser .wcChannels .wcChannelTrigger:hover .wcChannelEditButton {
	display: inline-block;
}

.wcContainer .wcLoadingContainer {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainer .wcLoadingContainer .wcLoading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainer .wcCustomizations a.wcCustomizeButton {
	padding-left: 20px;
	position: relative;
	font-size: 80%;
	text-decoration: none !important;
	display: inline-block;
}

.wcContainer .wcCustomizations a.wcCustomizeButton:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/custom.svg") center center no-repeat;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>* {
	display: inline-block;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>:not(:last-child) {
	margin-right: 7px;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>:last-child {
	margin-right: 25px;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type=checkbox] {
	margin-left: 7px;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type=text] {
	width: 100%;
}

.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty .wcColorSelect {
	height: 16px;
	background-color: transparent;
	width: 16px;
	padding: 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 16px;
	font-size: .75em;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
}

.wcContainer .wcToasts {
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: calc(var(--wc-z-index) + 100);
}

.wcContainer .wcToasts .wcToast {
	font-size: 1.2em;
	background: #fff;
	pointer-events: auto;
	min-width: 300px;
	margin-bottom: 12px;
	padding: 12px 25px;
	cursor: pointer;
	border-color: #e9eef0;
	-webkit-box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcToasts .wcToast .wcToastIcon {
	border-radius: 50%;
	padding: 10px;
	margin-right: 10px;
}

.wcContainer .wcToasts .wcToast .wcIcon {
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
}

.wcContainer .wcToasts .wcToast.wcToastError {
	border-left: 6px solid #ef5252;
}

.wcContainer .wcToasts .wcToast.wcToastError .wcToastIcon {
	padding: 6px;
	background-color: #ef5252;
}

.wcContainer .wcToasts .wcToast.wcToastError .wcToastIcon .wcIcon {
	width: 24px;
	height: 24px;
}

.wcContainer .wcToasts .wcToast.wcToastInfo {
	border-left: 6px solid #76bf55;
}

.wcContainer .wcToasts .wcToast.wcToastInfo .wcToastIcon {
	background-color: #76bf55;
}

.wcContainer .wcRecentTrigger {
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/recent-chats-inactive.svg") center center no-repeat;
	width: 36px;
	height: 36px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.wcContainer .wcRecentTrigger.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcRecentTrigger.wcOpen {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/recent-chats.svg") center center no-repeat;
}

.wcContainer .wcRecentTrigger.wcOpen.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcRecentTrigger:hover {
	background-color: #f7f7f7;
}

.wcContainer .wcRecentTrigger span {
	cursor: pointer;
	color: #fff;
	background-color: red;
	font-size: .5em;
	line-height: 1.3em;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 8px;
	min-width: 18px;
	height: 18px;
	padding: 1px 3px;
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}

.wcContainer .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.1em;
	height: 100%;
}

.wcContainer .wcRecentChats .wcRecentContainer {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainer .wcRecentChats .wcHeader {
	padding: 10px 0 5px 0;
}

.wcContainer .wcRecentChats .wcRecent {
	cursor: pointer;
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcRecentChats .wcRecent img.wcRecentChatAvatar {
	max-width: 2em;
	margin: 0 10px 2px 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wcContainer .wcRecentChats .wcRecent .wcStatus {
	margin-right: 7px;
}

.wcContainer .wcRecentChats .wcRecent .wcRight {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	font-weight: 700;
}

.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span {
	font-size: .8em;
	color: #a6a6a6;
}

.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span:not(:last-child) {
	margin-right: 3px;
}

.wcContainer .wcRecentChats .wcRecent .wcRight .wcText {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.wcContainer .wcRecentChats .wcRecent .wcRight .wcText .wcEmoticon, .wcContainer .wcRecentChats .wcRecent .wcRight .wcText .wcImage {
	max-height: 35px;
	max-width: 35px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

.wcContainer .wcRecentChats .wcRecent.wcUnread {
	background-color: rgba(0, 193, 121, .05);
}

.wcContainer .wcRecentChats .wcRecent.wcUnread:hover {
	background-color: rgba(0, 193, 121, .1);
}

.wcContainer .wcRecentChats .wcRecent.wcRead:hover {
	background-color: #f1f1f1;
}

.wcContainer .wcRecentChats>.wcRecent:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}

.wcContainer .wcAuthContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainer .wcAuthContainer .wcAuth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm>:not(:last-child) {
	margin-bottom: 5px;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcAuthFieldContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcAuthFieldContainer textarea {
	height: 70px;
	resize: none;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow>:not(:last-child) {
	margin-right: 5px;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcFacebookLoginButton {
	background: #507cc0 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/facebook.png") 12px center no-repeat;
	display: inline-block;
	color: #fff;
	padding: 20px 50px;
	text-decoration: none;
	border-radius: 7px;
	font-size: 1.3em;
	width: 200px;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcFacebookLoginButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcTwitterLoginButton {
	background: #64ccf1 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/twitter.png") 12px center no-repeat;
	display: inline-block;
	color: #fff;
	padding: 20px 50px;
	text-decoration: none;
	border-radius: 7px;
	font-size: 1.3em;
	width: 200px;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcTwitterLoginButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcGoogleLoginButton {
	background: #df4930 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/google.png") 12px center no-repeat;
	display: inline-block;
	color: #fff;
	padding: 20px 50px;
	text-decoration: none;
	border-radius: 7px;
	font-size: 1.3em;
	width: 200px;
}

.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcGoogleLoginButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer .wcAnimation {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: .25;
	}
}

@keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: .25;
	}
}

@-webkit-keyframes flash60 {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: .6;
	}
}

@keyframes flash60 {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: .6;
	}
}

.wcContainer .wcAnimationFlash {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: flash;
}

.wcContainer .wcAnimationFlashSlow {
	-webkit-animation-name: flash60;
	animation-name: flash60;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
}

@-webkit-keyframes shakeY {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.wcContainer .animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

.wcContainer .wcAnimationFade {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: animate-fade;
	animation-name: animate-fade;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

@-webkit-keyframes animate-fade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes animate-fade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.wcContainer.wcTheme .wcChannel .wcChannelInput .wcInputs .wcInput {
	background: #f7f7f7;
}

.wcContainer.wcTheme a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcLightgrayTheme {
	--wc-font-color: #151618;
	--wc-link-color: #00d5ff;
}

.wcContainer.wcLightgrayTheme, .wcContainer.wcLightgrayTheme * {
	font-family: "Maven Pro", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

.wcContainer.wcLightgrayTheme a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcLightgrayTheme button.wcButton, .wcContainer.wcLightgrayTheme button.wcButton:active, .wcContainer.wcLightgrayTheme button.wcButton:focus, .wcContainer.wcLightgrayTheme input[type=button].wcButton, .wcContainer.wcLightgrayTheme input[type=button].wcButton:active, .wcContainer.wcLightgrayTheme input[type=button].wcButton:focus, .wcContainer.wcLightgrayTheme input[type=submit].wcButton, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:active, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:focus {
	border-radius: 15px !important;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #00d5ff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#00d5ff), to(#00bdde)) !important;
	background: linear-gradient(to bottom, #00d5ff 0, #00bdde 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d5ff", endColorstr="#00bdde", GradientType=0);
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcLightgrayTheme button.wcButton.nitro-lazy, .wcContainer.wcLightgrayTheme button.wcButton:active.nitro-lazy, .wcContainer.wcLightgrayTheme button.wcButton:focus.nitro-lazy, .wcContainer.wcLightgrayTheme input[type=button].wcButton.nitro-lazy, .wcContainer.wcLightgrayTheme input[type=button].wcButton:active.nitro-lazy, .wcContainer.wcLightgrayTheme input[type=button].wcButton:focus.nitro-lazy, .wcContainer.wcLightgrayTheme input[type=submit].wcButton.nitro-lazy, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:active.nitro-lazy, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme button.wcButton.wcButtonDanger, .wcContainer.wcLightgrayTheme button.wcButton:active.wcButtonDanger, .wcContainer.wcLightgrayTheme button.wcButton:focus.wcButtonDanger, .wcContainer.wcLightgrayTheme input[type=button].wcButton.wcButtonDanger, .wcContainer.wcLightgrayTheme input[type=button].wcButton:active.wcButtonDanger, .wcContainer.wcLightgrayTheme input[type=button].wcButton:focus.wcButtonDanger, .wcContainer.wcLightgrayTheme input[type=submit].wcButton.wcButtonDanger, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:active.wcButtonDanger, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

.wcContainer.wcLightgrayTheme button.wcButton.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme button.wcButton:active.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme button.wcButton:focus.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme input[type=button].wcButton.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme input[type=button].wcButton:active.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme input[type=button].wcButton:focus.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme input[type=submit].wcButton.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:active.wcButtonDanger:hover, .wcContainer.wcLightgrayTheme input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

.wcContainer.wcLightgrayTheme input[type=password].wcControl, .wcContainer.wcLightgrayTheme input[type=text].wcControl, .wcContainer.wcLightgrayTheme textarea.wcControl {
	height: 40px;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	color: var(--wc-font-color);
	border-radius: 15px;
	margin: 0;
	outline: 0 none;
	padding: 4px 4px 4px 15px;
	border: none;
}

.wcContainer.wcLightgrayTheme input[type=password]:focus.wcControl, .wcContainer.wcLightgrayTheme input[type=text]:focus.wcControl, .wcContainer.wcLightgrayTheme textarea:focus.wcControl {
	background-color: #fff;
	border: none;
}

.wcContainer.wcLightgrayTheme ::-webkit-input-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcLightgrayTheme ::-moz-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcLightgrayTheme :-ms-input-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcLightgrayTheme ::-ms-input-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcLightgrayTheme ::placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcLightgrayTheme input[type=button].wcSubmit {
	border-radius: 0 15px 15px 0 !important;
}

.wcContainer.wcLightgrayTheme progress, .wcContainer.wcLightgrayTheme progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

.wcContainer.wcLightgrayTheme progress::-webkit-progress-bar {
	background: #b8bcc4;
}

.wcContainer.wcLightgrayTheme progress {
	color: #00d5ff;
}

.wcContainer.wcLightgrayTheme progress::-moz-progress-bar {
	background: #00d5ff;
}

.wcContainer.wcLightgrayTheme progress::-webkit-progress-value {
	background: #00d5ff;
}

.wcContainer.wcLightgrayTheme progress[aria-valuenow]:before {
	background: #00d5ff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer.wcLightgrayTheme * button, .wcContainer.wcLightgrayTheme * input, .wcContainer.wcLightgrayTheme * select, .wcContainer.wcLightgrayTheme * textarea {
		font-size: 16px;
	}
}

.wcContainer.wcLightgrayTheme .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

.wcContainer.wcLightgrayTheme .wcClassic {
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #f7f7f7;
}

.wcContainer.wcLightgrayTheme .wcClassic .wcTitle {
	padding: 10px 13px;
	font-size: 150%;
	color: #151618;
	background: #e4e4e4 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d9d9d9)) !important;
	background: linear-gradient(to bottom, #e4e4e4 0, #d9d9d9 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4", endColorstr="#d9d9d9", GradientType=0);
}

.wcContainer.wcLightgrayTheme .wcClassic .wcAuthContainer, .wcContainer.wcLightgrayTheme .wcClassic .wcLoadingContainer {
	padding: 0;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
	background-color: #ededed;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
	border-bottom: 3px solid transparent;
	background: #f9fafb;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
	border-top-left-radius: 0;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
	padding: 0 2% 2% 2%;
	background-color: #f7f7f7;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
	border-color: #e4e4e4;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
	background: #e4e4e4 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d9d9d9)) !important;
	background: linear-gradient(to bottom, #e4e4e4 0, #d9d9d9 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4", endColorstr="#d9d9d9", GradientType=0);
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
	border: 1px solid rgba(0, 213, 255, .3);
	-webkit-box-shadow: 0 0 7px rgba(0, 213, 255, .3);
	box-shadow: 0 0 7px rgba(0, 213, 255, .3);
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
	padding-right: 2%;
	padding-left: 1%;
}

.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
	background-color: #ededed;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcContent, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcContent {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabs, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs {
	background-color: #ededed;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 0;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
	font-size: 16px;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 0;
	background-color: #f9fafb;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
	width: 22px;
	height: 22px;
	font-size: 1em;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTabContent .wcChannel, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel {
	padding-left: 1%;
	padding-right: 1%;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 1%;
	padding: 0 0 2% 0;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: rgba(9, 193, 121, .1);
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
	padding-top: 0;
	background-color: #f7f7f7;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(9, 193, 121, .1);
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
	font-size: 1.1em;
	color: #444;
	padding-left: 10px;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn>* {
	border-color: #e4e4e4;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn.wcFocused>:first-child {
	border-top: none;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn.wcFocused>:first-child>span {
	font-weight: 700;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcHeader {
	height: 2.6em;
	background: #e4e4e4 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d9d9d9)) !important;
	background: linear-gradient(to bottom, #e4e4e4 0, #d9d9d9 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4", endColorstr="#d9d9d9", GradientType=0);
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent {
	background-color: #f7f7f7;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
	background-color: #ededed;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro {
	background-color: transparent;
}

.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcRecentTrigger span {
	top: 10px;
}

.wcContainer.wcLightgrayTheme .wcCustomizations a, .wcContainer.wcLightgrayTheme .wcCustomizations a:hover {
	color: #151618;
	outline: 0;
}

.wcContainer.wcLightgrayTheme .wcCounter {
	font-size: 10px;
}

.wcContainer.wcLightgrayTheme .wcBrowser {
	background-color: #ededed;
	color: #151618;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel {
	font-weight: 700;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger {
	color: #151618;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/lock-semi.svg");
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/lock-full.svg");
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(9, 193, 121, .15);
	border-radius: 5px;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel {
	font-size: 1.1em;
	color: #444;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcCounter {
	font-size: 10px;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter {
	border-top: none;
	padding: 5px 5px 5px 10px;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch {
	background-color: #fff;
	border-radius: 15px;
	background-position: 10px center;
}

.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch input {
	height: 40px;
	margin-left: 30px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelIntro {
	border: none;
	border-bottom: 1px solid #ededed;
	padding: 10px;
	margin-top: 0;
	background-color: #f9fafb;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelIntro .wcAvatar {
	border-radius: 5px;
	max-height: 60px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages {
	color: #111;
	background: #f7f7f7;
	margin-bottom: 2%;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
	color: #00d5ff;
	text-decoration: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
	line-height: 22px;
	color: #151618;
	text-decoration: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
	color: #8a8e95;
	line-height: 22px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent {
	background-color: #fff;
	border-radius: 0 10px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, .03);
	box-shadow: 2px 2px 2px rgba(60, 60, 60, .03);
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton {
	border-radius: 5px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
	border-left-color: #45e3ff;
	background-color: #f8f8f8;
	border-radius: 0 10px 0 0;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: auto;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
	display: inline;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime {
	display: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime {
	margin-left: 10px;
	float: right;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent {
	background-color: #ececec;
	-webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, .13);
	box-shadow: 2px 2px 2px rgba(60, 60, 60, .13);
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
	background-color: #e6e6e6;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
	color: #444;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
	display: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar {
	visibility: hidden;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent {
	border-radius: 10px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcCounter {
	padding: 0 2% 1% 2%;
}

.wcContainer.wcLightgrayTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
	background: #00bdde url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/send.svg") no-repeat center center !important;
	background-size: 25px 25px !important;
}

.wcContainer.wcLightgrayTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput {
	background-color: #f7f7f7;
	padding: 0 2% 2% 2%;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcCurrentUserName {
	padding-bottom: 7px;
	font-weight: 700;
	color: #444;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcReplyTo {
	background-color: #e6e6e6;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	background: #fff;
	display: inline-block;
	outline: 0;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>* {
	cursor: pointer;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
	background: #fff url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/camera.svg") center center no-repeat;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
	background: #fff url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/attach.svg") center center no-repeat;
	cursor: pointer;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
	background: #fff url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/emoticon.svg") center center no-repeat;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
	background: #fff url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/mic.svg") center center no-repeat;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
	background: #fff url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/stop-button.svg") center center no-repeat;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
	background-color: rgba(9, 193, 121, .15);
	border: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
	background-color: #fff;
	height: 40px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
	border-radius: 15px 0 0 15px;
	min-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	color: #111;
	margin: 0;
	outline: 0 none;
	padding: 7px 5px 7px 15px;
	border: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
	background-color: #fff;
	border: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit {
	border-radius: 0 15px 15px 0 !important;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
	border-color: #b8bcc4;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
	background-color: #e3e3e3;
}

.wcContainer.wcLightgrayTheme .wcRecentTrigger:hover {
	background-color: rgba(9, 193, 121, .15);
}

.wcContainer.wcLightgrayTheme .wcRecentTrigger span {
	font-size: 11px;
	font-weight: 700;
}

.wcContainer.wcColddarkTheme {
	--wc-font-color: #cad6e2;
	--wc-form-font-color: #1a212b;
	--wc-link-color: #24b4ff;
	--wc-bg-color: #26323e;
}

.wcContainer.wcColddarkTheme, .wcContainer.wcColddarkTheme * {
	font-family: "Maven Pro", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

.wcContainer.wcColddarkTheme a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcColddarkTheme button.wcButton, .wcContainer.wcColddarkTheme button.wcButton:active, .wcContainer.wcColddarkTheme button.wcButton:focus, .wcContainer.wcColddarkTheme input[type=button].wcButton, .wcContainer.wcColddarkTheme input[type=button].wcButton:active, .wcContainer.wcColddarkTheme input[type=button].wcButton:focus, .wcContainer.wcColddarkTheme input[type=submit].wcButton, .wcContainer.wcColddarkTheme input[type=submit].wcButton:active, .wcContainer.wcColddarkTheme input[type=submit].wcButton:focus {
	border-radius: 15px !important;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #24b4ff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#24b4ff), to(#0095e2)) !important;
	background: linear-gradient(to bottom, #24b4ff 0, #0095e2 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24b4ff", endColorstr="#0095e2", GradientType=0);
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcColddarkTheme button.wcButton.nitro-lazy, .wcContainer.wcColddarkTheme button.wcButton:active.nitro-lazy, .wcContainer.wcColddarkTheme button.wcButton:focus.nitro-lazy, .wcContainer.wcColddarkTheme input[type=button].wcButton.nitro-lazy, .wcContainer.wcColddarkTheme input[type=button].wcButton:active.nitro-lazy, .wcContainer.wcColddarkTheme input[type=button].wcButton:focus.nitro-lazy, .wcContainer.wcColddarkTheme input[type=submit].wcButton.nitro-lazy, .wcContainer.wcColddarkTheme input[type=submit].wcButton:active.nitro-lazy, .wcContainer.wcColddarkTheme input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme button.wcButton:active:hover, .wcContainer.wcColddarkTheme button.wcButton:focus:hover, .wcContainer.wcColddarkTheme button.wcButton:hover, .wcContainer.wcColddarkTheme input[type=button].wcButton:active:hover, .wcContainer.wcColddarkTheme input[type=button].wcButton:focus:hover, .wcContainer.wcColddarkTheme input[type=button].wcButton:hover, .wcContainer.wcColddarkTheme input[type=submit].wcButton:active:hover, .wcContainer.wcColddarkTheme input[type=submit].wcButton:focus:hover, .wcContainer.wcColddarkTheme input[type=submit].wcButton:hover {
	background: #57d6ff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#57d6ff), to(#24b4ff)) !important;
	background: linear-gradient(to bottom, #57d6ff 0, #24b4ff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57d6ff", endColorstr="#24b4ff", GradientType=0);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

.wcContainer.wcColddarkTheme button.wcButton.wcButtonDanger, .wcContainer.wcColddarkTheme button.wcButton:active.wcButtonDanger, .wcContainer.wcColddarkTheme button.wcButton:focus.wcButtonDanger, .wcContainer.wcColddarkTheme input[type=button].wcButton.wcButtonDanger, .wcContainer.wcColddarkTheme input[type=button].wcButton:active.wcButtonDanger, .wcContainer.wcColddarkTheme input[type=button].wcButton:focus.wcButtonDanger, .wcContainer.wcColddarkTheme input[type=submit].wcButton.wcButtonDanger, .wcContainer.wcColddarkTheme input[type=submit].wcButton:active.wcButtonDanger, .wcContainer.wcColddarkTheme input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

.wcContainer.wcColddarkTheme button.wcButton.wcButtonDanger:hover, .wcContainer.wcColddarkTheme button.wcButton:active.wcButtonDanger:hover, .wcContainer.wcColddarkTheme button.wcButton:focus.wcButtonDanger:hover, .wcContainer.wcColddarkTheme input[type=button].wcButton.wcButtonDanger:hover, .wcContainer.wcColddarkTheme input[type=button].wcButton:active.wcButtonDanger:hover, .wcContainer.wcColddarkTheme input[type=button].wcButton:focus.wcButtonDanger:hover, .wcContainer.wcColddarkTheme input[type=submit].wcButton.wcButtonDanger:hover, .wcContainer.wcColddarkTheme input[type=submit].wcButton:active.wcButtonDanger:hover, .wcContainer.wcColddarkTheme input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

.wcContainer.wcColddarkTheme input[type=password].wcControl, .wcContainer.wcColddarkTheme input[type=text].wcControl, .wcContainer.wcColddarkTheme textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ecf3fb;
	border-radius: 15px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
	color: #1a212b;
}

.wcContainer.wcColddarkTheme input[type=password]:focus.wcControl, .wcContainer.wcColddarkTheme input[type=text]:focus.wcControl, .wcContainer.wcColddarkTheme textarea:focus.wcControl {
	background-color: #fff;
	border: 1px solid transparent;
}

.wcContainer.wcColddarkTheme ::-webkit-input-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcColddarkTheme ::-moz-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcColddarkTheme :-ms-input-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcColddarkTheme ::-ms-input-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcColddarkTheme ::placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcColddarkTheme progress, .wcContainer.wcColddarkTheme progress[role][aria-valuenow] {
	background: #5c6d7f !important;
}

.wcContainer.wcColddarkTheme progress::-webkit-progress-bar {
	background: #5c6d7f;
}

.wcContainer.wcColddarkTheme progress {
	color: #24b4ff;
}

.wcContainer.wcColddarkTheme progress::-moz-progress-bar {
	background: #24b4ff;
}

.wcContainer.wcColddarkTheme progress::-webkit-progress-value {
	background: #24b4ff;
}

.wcContainer.wcColddarkTheme progress[aria-valuenow]:before {
	background: #24b4ff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer.wcColddarkTheme * button, .wcContainer.wcColddarkTheme * input, .wcContainer.wcColddarkTheme * select, .wcContainer.wcColddarkTheme * textarea {
		font-size: 16px;
	}
}

.wcContainer.wcColddarkTheme .wcErrorBox {
	color: #26323e;
	background-color: #ffe9e9;
	border-radius: 5px;
	border: none;
}

.wcContainer.wcColddarkTheme .wcClassic {
	border: 0;
	padding-top: 0;
	color: #cad6e2;
	border-radius: 10px;
	overflow: hidden;
	background: var(--wc-bg-color);
}

.wcContainer.wcColddarkTheme .wcClassic .wcTitle {
	padding: 10px 13px;
	font-size: 150%;
	color: #8d9eb0;
	background-color: #1a212b;
	border-radius: 10px 10px 0 0;
}

.wcContainer.wcColddarkTheme .wcClassic .wcAuthContainer, .wcContainer.wcColddarkTheme .wcClassic .wcLoadingContainer {
	padding: 0;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
	background-color: #1a212b;
	color: #a6a6a6;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
	border-bottom: 3px solid transparent;
	background: #26323e;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
	border-top-left-radius: 0;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
	color: #a6a6a6;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName:hover {
	color: #cad6e2;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcChannelClose:hover {
	background-color: #26323e;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/arrow-left.svg");
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/arrow-right.svg");
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
	padding: 0 2% 2% 2%;
	background-color: #26323e;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
	border-color: #1a212b;
	border-radius: 10px 10px 0 0;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
	background-color: #1a212b;
	border-top: none;
	border-radius: 10px 10px 0 0;
	line-height: 1.8;
	font-size: 1em;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcChannelClose:hover {
	background-color: #1572a1;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
	border: 1px solid rgba(36, 180, 255, .3);
	-webkit-box-shadow: 0 0 7px rgba(36, 180, 255, .3);
	box-shadow: 0 0 7px rgba(36, 180, 255, .3);
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput {
	border: 1px solid rgba(36, 180, 255, .7);
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
	padding-right: 2%;
	padding-left: 1%;
}

.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
	background-color: #1a212b;
}

.wcContainer.wcColddarkTheme .wcMobile .wcContent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcContent {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs {
	background-color: #1a212b;
	color: #a6a6a6;
	border: none;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 0;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
	font-size: 16px;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 0;
	background-color: #26323e;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
	width: 22px;
	height: 22px;
	font-size: 1em;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabContent .wcChannel, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel {
	padding-left: 1%;
	padding-right: 1%;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabCustomize, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/custom.svg");
	background-size: 50%;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabCustomize.nitro-lazy, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 1%;
	padding: 0 0 2% 0;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: rgba(9, 193, 121, .1);
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry a.wcChannelClose:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry a.wcChannelClose:hover {
	background-color: rgba(9, 193, 121, .15);
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
	padding-top: 0;
	background-color: #26323e;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(9, 193, 121, .1);
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
	font-size: 1.1em;
	color: #fff;
	padding-left: 10px;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcNoRecent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcNoRecent {
	padding-left: 10px;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent:hover {
	background-color: #364553;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread {
	background-color: rgba(0, 193, 121, .05);
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread:hover {
	background-color: rgba(0, 193, 121, .1);
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab {
	padding: 10px;
}

.wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcCurrent {
	border-bottom: 0;
	background-color: #26323e;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn>* {
	border-color: #1a212b;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn.wcFocused>:first-child {
	border-top: none;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn.wcFocused>:first-child>span {
	font-weight: 700;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcHeader {
	height: 2.6em;
	background-color: #1a212b;
	border-top: none;
	border-radius: 10px 10px 0 0;
	line-height: 1.8;
	font-size: 1em;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcContent {
	background-color: #26323e;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
	background-color: #1a212b;
	padding-bottom: 10px !important;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcRecentTrigger span {
	top: 12px;
}

.wcContainer.wcColddarkTheme .wcBrowser {
	background-color: #1a212b;
	color: #151618;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel {
	font-weight: 700;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger {
	color: #151618;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/lock-semi.svg");
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/lock-full.svg");
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(9, 193, 121, .15);
	border-radius: 5px;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel {
	font-size: 1.1em;
	color: #8d9eb0;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcCounter {
	border: 0;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcFooter {
	border-top: none;
	padding: 5px 5px 5px 10px;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch {
	background-color: #fff;
	border-radius: 15px;
	background-position: 10px center;
}

.wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch input {
	height: 40px;
	margin-left: 30px;
}

.wcContainer.wcColddarkTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover {
	background-color: rgba(9, 193, 121, .09);
	border-radius: 5px;
}

.wcContainer.wcColddarkTheme .wcCustomizations a.wcCustomizeButton:before {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/custom.svg");
}

.wcContainer.wcColddarkTheme .wcCounter {
	font-size: 10px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelIntro {
	border: none;
	border-bottom: 1px solid #465767;
	padding: 10px;
	margin-top: 0;
	background-color: transparent;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelIntro .wcAvatar {
	border-radius: 5px;
	max-height: 60px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages {
	color: #111;
	background: #26323e;
	margin-bottom: 2%;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
	color: #24b4ff;
	text-decoration: none;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
	line-height: 22px;
	color: #cad6e2;
	text-decoration: none;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
	color: #8d9eb0;
	line-height: 22px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent {
	background-color: #465767;
	border-radius: 0 10px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, .03);
	box-shadow: 2px 2px 2px rgba(60, 60, 60, .03);
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton {
	background: #26323e url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/3dots.svg") center center no-repeat;
	background-size: 14px;
	border-radius: 5px;
	border: none;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton:hover {
	border: none;
	background-color: #2a3743;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
	border-left-color: #24b4ff;
	background-color: #40505f;
	border-radius: 0 10px 0 0;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent {
	background-color: #5c6d7f;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent .wcActionsButton {
	background-color: #7c8d9f;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
	background-color: #576778;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
	color: #cad6e2;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: auto;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
	display: inline;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent, .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime {
	display: none;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime {
	margin-left: 10px;
	float: right;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
	display: none;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar {
	visibility: hidden;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent {
	border-radius: 10px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcCounter {
	padding: 0 2% 1% 2%;
}

.wcContainer.wcColddarkTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
	background: #0095e2 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/send.svg") no-repeat center center !important;
	background-size: 25px 25px !important;
}

.wcContainer.wcColddarkTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput {
	background-color: #26323e;
	padding: 0 2% 2% 2%;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcCurrentUserName {
	padding-bottom: 7px;
	font-weight: 700;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReadOnlyDirectChannel {
	border-radius: 5px;
	background-color: #ffe9e9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo {
	background-color: #576778;
	border-radius: 0 15px 15px 15px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/x.svg");
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton:hover {
	background-color: rgba(9, 193, 121, .09);
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons {
	margin-bottom: 4px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	border-radius: 15px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	background: 0 0;
	display: inline-block;
	outline: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>* {
	cursor: pointer;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/camera.svg") center center no-repeat;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/attach.svg") center center no-repeat;
	cursor: pointer;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/emoticon.svg") center center no-repeat;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/mic.svg") center center no-repeat;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/stop-button.svg") center center no-repeat;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border: none;
	background-color: transparent;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
	background-color: transparent;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
	min-height: 40px;
	background-color: #ecf3fb;
	border-radius: 15px;
	margin: 0;
	border: 1px solid transparent;
	padding: 6px 5px 6px 15px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
	background-color: #fff;
	border: 1px solid transparent;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput * {
	color: #1a212b;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
	border-color: #354554;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
	background-color: #354554;
}

.wcContainer.wcColddarkTheme .wcRecentTrigger {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/recent-chats-inactive.svg") center center no-repeat;
}

.wcContainer.wcColddarkTheme .wcRecentTrigger.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcRecentTrigger.wcOpen {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/recent-chats.svg") center center no-repeat;
}

.wcContainer.wcColddarkTheme .wcRecentTrigger.wcOpen.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcColddarkTheme .wcRecentTrigger:hover {
	background-color: rgba(9, 193, 121, .09);
	border-radius: 5px;
}

.wcContainer.wcColddarkTheme .wcRecentTrigger span {
	font-size: 11px;
	font-weight: 700;
}

.wcContainer.wcAirflowTheme {
	--wc-font-color: #0e2849;
	--wc-link-color: #119bd4;
}

.wcContainer.wcAirflowTheme, .wcContainer.wcAirflowTheme * {
	font-family: "Maven Pro", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

.wcContainer.wcAirflowTheme a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcAirflowTheme button.wcButton, .wcContainer.wcAirflowTheme button.wcButton:active, .wcContainer.wcAirflowTheme button.wcButton:focus, .wcContainer.wcAirflowTheme input[type=button].wcButton, .wcContainer.wcAirflowTheme input[type=button].wcButton:active, .wcContainer.wcAirflowTheme input[type=button].wcButton:focus, .wcContainer.wcAirflowTheme input[type=submit].wcButton, .wcContainer.wcAirflowTheme input[type=submit].wcButton:active, .wcContainer.wcAirflowTheme input[type=submit].wcButton:focus {
	border-radius: 15px !important;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #0194d2 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0194d2), to(#0081b7)) !important;
	background: linear-gradient(to bottom, #0194d2 0, #0081b7 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0194d2", endColorstr="#0081b7", GradientType=0);
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcAirflowTheme button.wcButton.nitro-lazy, .wcContainer.wcAirflowTheme button.wcButton:active.nitro-lazy, .wcContainer.wcAirflowTheme button.wcButton:focus.nitro-lazy, .wcContainer.wcAirflowTheme input[type=button].wcButton.nitro-lazy, .wcContainer.wcAirflowTheme input[type=button].wcButton:active.nitro-lazy, .wcContainer.wcAirflowTheme input[type=button].wcButton:focus.nitro-lazy, .wcContainer.wcAirflowTheme input[type=submit].wcButton.nitro-lazy, .wcContainer.wcAirflowTheme input[type=submit].wcButton:active.nitro-lazy, .wcContainer.wcAirflowTheme input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme button.wcButton:active:hover, .wcContainer.wcAirflowTheme button.wcButton:focus:hover, .wcContainer.wcAirflowTheme button.wcButton:hover, .wcContainer.wcAirflowTheme input[type=button].wcButton:active:hover, .wcContainer.wcAirflowTheme input[type=button].wcButton:focus:hover, .wcContainer.wcAirflowTheme input[type=button].wcButton:hover, .wcContainer.wcAirflowTheme input[type=submit].wcButton:active:hover, .wcContainer.wcAirflowTheme input[type=submit].wcButton:focus:hover, .wcContainer.wcAirflowTheme input[type=submit].wcButton:hover {
	background: #01567a !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#01567a), to(#024460)) !important;
	background: linear-gradient(to bottom, #01567a 0, #024460 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01567a", endColorstr="#024460", GradientType=0);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

.wcContainer.wcAirflowTheme button.wcButton.wcButtonDanger, .wcContainer.wcAirflowTheme button.wcButton:active.wcButtonDanger, .wcContainer.wcAirflowTheme button.wcButton:focus.wcButtonDanger, .wcContainer.wcAirflowTheme input[type=button].wcButton.wcButtonDanger, .wcContainer.wcAirflowTheme input[type=button].wcButton:active.wcButtonDanger, .wcContainer.wcAirflowTheme input[type=button].wcButton:focus.wcButtonDanger, .wcContainer.wcAirflowTheme input[type=submit].wcButton.wcButtonDanger, .wcContainer.wcAirflowTheme input[type=submit].wcButton:active.wcButtonDanger, .wcContainer.wcAirflowTheme input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

.wcContainer.wcAirflowTheme button.wcButton.wcButtonDanger:hover, .wcContainer.wcAirflowTheme button.wcButton:active.wcButtonDanger:hover, .wcContainer.wcAirflowTheme button.wcButton:focus.wcButtonDanger:hover, .wcContainer.wcAirflowTheme input[type=button].wcButton.wcButtonDanger:hover, .wcContainer.wcAirflowTheme input[type=button].wcButton:active.wcButtonDanger:hover, .wcContainer.wcAirflowTheme input[type=button].wcButton:focus.wcButtonDanger:hover, .wcContainer.wcAirflowTheme input[type=submit].wcButton.wcButtonDanger:hover, .wcContainer.wcAirflowTheme input[type=submit].wcButton:active.wcButtonDanger:hover, .wcContainer.wcAirflowTheme input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

.wcContainer.wcAirflowTheme input[type=password].wcControl, .wcContainer.wcAirflowTheme input[type=text].wcControl, .wcContainer.wcAirflowTheme textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	border-radius: 15px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

.wcContainer.wcAirflowTheme input[type=password]:focus.wcControl, .wcContainer.wcAirflowTheme input[type=text]:focus.wcControl, .wcContainer.wcAirflowTheme textarea:focus.wcControl {
	background-color: #fff;
	border: 1px solid transparent;
}

.wcContainer.wcAirflowTheme ::-webkit-input-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcAirflowTheme ::-moz-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcAirflowTheme :-ms-input-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcAirflowTheme ::-ms-input-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcAirflowTheme ::placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

.wcContainer.wcAirflowTheme input[type=button].wcSubmit {
	border-radius: 15px !important;
}

.wcContainer.wcAirflowTheme progress, .wcContainer.wcAirflowTheme progress[role][aria-valuenow] {
	background: #d7dfe3 !important;
}

.wcContainer.wcAirflowTheme progress::-webkit-progress-bar {
	background: #d7dfe3;
}

.wcContainer.wcAirflowTheme progress {
	color: #0194d2;
}

.wcContainer.wcAirflowTheme progress::-moz-progress-bar {
	background: #0194d2;
}

.wcContainer.wcAirflowTheme progress::-webkit-progress-value {
	background: #0194d2;
}

.wcContainer.wcAirflowTheme progress[aria-valuenow]:before {
	background: #0194d2;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer.wcAirflowTheme * button, .wcContainer.wcAirflowTheme * input, .wcContainer.wcAirflowTheme * select, .wcContainer.wcAirflowTheme * textarea {
		font-size: 16px;
	}
}

.wcContainer.wcAirflowTheme .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

.wcContainer.wcAirflowTheme .wcClassic {
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #f3f6f7;
}

.wcContainer.wcAirflowTheme .wcClassic .wcTitle {
	padding: 10px 13px;
	font-size: 150%;
	color: #0e2849;
	background-color: #dfe7ea;
}

.wcContainer.wcAirflowTheme .wcClassic .wcAuthContainer, .wcContainer.wcAirflowTheme .wcClassic .wcLoadingContainer {
	padding: 0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
	background-color: #e9eef0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
	border-bottom: 3px solid transparent;
	background: #f9fafb;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
	border-top-left-radius: 0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
	padding: 0 2% 2% 2%;
	background-color: #f3f6f7;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
	border-color: #e9eef0;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
	padding: 10px 13px;
	color: #0e2849;
	background-color: #dfe7ea;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
	border: 1px solid rgba(173, 208, 224, .59);
	-webkit-box-shadow: 0 0 7px rgba(173, 208, 224, .79);
	box-shadow: 0 0 7px rgba(173, 208, 224, .79);
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput {
	border: 1px solid rgba(173, 208, 224, .57);
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
	padding-right: 2%;
	padding-left: 1%;
}

.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
	background-color: #e9eef0;
}

.wcContainer.wcAirflowTheme .wcMobile .wcContent, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcContent {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabs, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs {
	background-color: #ededed;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 0;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
	font-size: 16px;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 0;
	background-color: #f9fafb;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
	width: 22px;
	height: 22px;
	font-size: 1em;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTabContent .wcChannel, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel {
	padding-left: 1%;
	padding-right: 1%;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 1%;
	padding: 0 0 2% 0;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: rgba(9, 193, 121, .1);
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
	padding-top: 0;
	background-color: transparent;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: #d1e6ef;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
	font-size: 1.1em;
	color: #444;
	padding-left: 10px;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn>* {
	border-color: #e9eef0;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn.wcFocused>:first-child {
	border-top: none;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn.wcFocused>:first-child>span {
	font-weight: 700;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader {
	height: 2.6em;
	padding: 10px 13px;
	color: #0e2849;
	background-color: #dfe7ea;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/minus.svg");
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/plus.svg");
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/x.svg");
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent {
	background-color: #f3f6f7;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
	background-color: #f3f6f7;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcRecentTrigger span {
	top: 10px;
}

.wcContainer.wcAirflowTheme .wcCustomizations a, .wcContainer.wcAirflowTheme .wcCustomizations a:hover {
	color: #151618;
	outline: 0;
}

.wcContainer.wcAirflowTheme .wcCounter {
	font-size: 10px;
}

.wcContainer.wcAirflowTheme a.wcChannelClose {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/x.svg") no-repeat 50%;
	border-color: #7593aa;
}

.wcContainer.wcAirflowTheme a.wcChannelClose.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme a.wcChannelClose:hover {
	background-color: #d1e6ef;
}

.wcContainer.wcAirflowTheme .wcBrowser {
	background-color: transparent;
	color: #151618;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel {
	font-weight: 700;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger {
	color: #151618;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/lock-semi.svg");
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/lock-full.svg");
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: #d1e6ef;
	border-radius: 5px;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel {
	font-size: 1.1em;
	color: #444;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcCounter {
	border: 0;
	border-top: 1px solid #e9eef0;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcFooter {
	border-top: none;
	padding: 5px 5px 5px 10px;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch {
	background-color: #fff;
	border-radius: 15px;
	background-position: 10px center;
}

.wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch input {
	height: 40px;
	margin-left: 30px;
}

.wcContainer.wcAirflowTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover {
	background-color: #d1e6ef;
	border-radius: 5px;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelIntro {
	border: none;
	border-bottom: 1px solid #ededed;
	padding: 10px;
	margin-top: 0;
	background-color: #f9fafb;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelIntro .wcAvatar {
	border-radius: 5px;
	max-height: 60px;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages {
	color: #111;
	background: #f3f6f7;
	margin-bottom: 2%;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
	color: #119bd4;
	text-decoration: none;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
	line-height: 22px;
	color: #0e2849;
	text-decoration: none;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
	color: #a2a8ad;
	line-height: 22px;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent {
	background-color: #fff;
	border-radius: 0 10px 10px 10px;
	-webkit-box-shadow: 0 0 15px rgba(14, 40, 73, .03);
	box-shadow: 0 0 15px rgba(14, 40, 73, .03);
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton {
	border-radius: 5px;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
	border-left-color: #0194d2;
	background-color: #f8f8f8;
	border-radius: 0 10px 0 0;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent {
	background-color: #d1e6ef;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
	background-color: #cbdfe8;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
	color: #0e2849;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: auto;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
	display: inline;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent, .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime {
	display: none;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime {
	margin-left: 10px;
	float: right;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
	display: none;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar {
	visibility: hidden;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent {
	border-radius: 10px;
}

.wcContainer.wcAirflowTheme .wcChannel .wcCounter {
	padding: 0 2% 1% 2%;
}

.wcContainer.wcAirflowTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
	background: #0081b7 url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/send.svg") no-repeat center center !important;
	background-size: 25px 25px !important;
}

.wcContainer.wcAirflowTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput {
	background-color: #f3f6f7;
	padding: 0 2% 2% 2%;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcCurrentUserName {
	padding-bottom: 7px;
	font-weight: 700;
	color: #444;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcReplyTo {
	background-color: #e9eef0;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/x.svg");
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	border-radius: 15px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
	outline: 0;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	display: inline-block;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>* {
	cursor: pointer;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/camera.svg") center center no-repeat;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/attach.svg") center center no-repeat;
	cursor: pointer;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/emoticon.svg") center center no-repeat;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/mic.svg") center center no-repeat;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/stop-button.svg") center center no-repeat;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border: none;
	background-color: transparent;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
	background-color: transparent;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
	min-height: 40px;
	background-color: #fff;
	border-radius: 15px;
	margin: 0;
	border: 1px solid transparent;
	padding: 6px 5px 6px 15px;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
	border: 1px solid transparent;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit {
	border-radius: 15px !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
	border-color: #7593aa;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/x.svg");
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
	background-color: #d1e6ef;
}

.wcContainer.wcAirflowTheme .wcRecentTrigger {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/recent-chats-inactive.svg");
}

.wcContainer.wcAirflowTheme .wcRecentTrigger.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcAirflowTheme .wcRecentTrigger:hover {
	background-color: #d1e6ef;
}

.wcContainer.wcAirflowTheme .wcRecentTrigger span {
	font-size: 11px;
	font-weight: 700;
}

.wcContainer.wcCrystalTheme {
	--wc-font-color: #2a292a;
	--wc-link-color: #6272d0;
}

.wcContainer.wcCrystalTheme, .wcContainer.wcCrystalTheme * {
	font-family: Rajdhani, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

.wcContainer.wcCrystalTheme a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcCrystalTheme button.wcButton, .wcContainer.wcCrystalTheme button.wcButton:active, .wcContainer.wcCrystalTheme button.wcButton:focus, .wcContainer.wcCrystalTheme input[type=button].wcButton, .wcContainer.wcCrystalTheme input[type=button].wcButton:active, .wcContainer.wcCrystalTheme input[type=button].wcButton:focus, .wcContainer.wcCrystalTheme input[type=submit].wcButton, .wcContainer.wcCrystalTheme input[type=submit].wcButton:active, .wcContainer.wcCrystalTheme input[type=submit].wcButton:focus {
	border-radius: 5px;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 2.5rem;
	outline: 0;
	min-height: 40px !important;
	background: #2a292a !important;
	text-transform: none !important;
	font-size: 20px;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcCrystalTheme button.wcButton.nitro-lazy, .wcContainer.wcCrystalTheme button.wcButton:active.nitro-lazy, .wcContainer.wcCrystalTheme button.wcButton:focus.nitro-lazy, .wcContainer.wcCrystalTheme input[type=button].wcButton.nitro-lazy, .wcContainer.wcCrystalTheme input[type=button].wcButton:active.nitro-lazy, .wcContainer.wcCrystalTheme input[type=button].wcButton:focus.nitro-lazy, .wcContainer.wcCrystalTheme input[type=submit].wcButton.nitro-lazy, .wcContainer.wcCrystalTheme input[type=submit].wcButton:active.nitro-lazy, .wcContainer.wcCrystalTheme input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme button.wcButton:active:hover, .wcContainer.wcCrystalTheme button.wcButton:focus:hover, .wcContainer.wcCrystalTheme button.wcButton:hover, .wcContainer.wcCrystalTheme input[type=button].wcButton:active:hover, .wcContainer.wcCrystalTheme input[type=button].wcButton:focus:hover, .wcContainer.wcCrystalTheme input[type=button].wcButton:hover, .wcContainer.wcCrystalTheme input[type=submit].wcButton:active:hover, .wcContainer.wcCrystalTheme input[type=submit].wcButton:focus:hover, .wcContainer.wcCrystalTheme input[type=submit].wcButton:hover {
	background: #292952 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

.wcContainer.wcCrystalTheme button.wcButton.wcButtonDanger, .wcContainer.wcCrystalTheme button.wcButton:active.wcButtonDanger, .wcContainer.wcCrystalTheme button.wcButton:focus.wcButtonDanger, .wcContainer.wcCrystalTheme input[type=button].wcButton.wcButtonDanger, .wcContainer.wcCrystalTheme input[type=button].wcButton:active.wcButtonDanger, .wcContainer.wcCrystalTheme input[type=button].wcButton:focus.wcButtonDanger, .wcContainer.wcCrystalTheme input[type=submit].wcButton.wcButtonDanger, .wcContainer.wcCrystalTheme input[type=submit].wcButton:active.wcButtonDanger, .wcContainer.wcCrystalTheme input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

.wcContainer.wcCrystalTheme button.wcButton.wcButtonDanger:hover, .wcContainer.wcCrystalTheme button.wcButton:active.wcButtonDanger:hover, .wcContainer.wcCrystalTheme button.wcButton:focus.wcButtonDanger:hover, .wcContainer.wcCrystalTheme input[type=button].wcButton.wcButtonDanger:hover, .wcContainer.wcCrystalTheme input[type=button].wcButton:active.wcButtonDanger:hover, .wcContainer.wcCrystalTheme input[type=button].wcButton:focus.wcButtonDanger:hover, .wcContainer.wcCrystalTheme input[type=submit].wcButton.wcButtonDanger:hover, .wcContainer.wcCrystalTheme input[type=submit].wcButton:active.wcButtonDanger:hover, .wcContainer.wcCrystalTheme input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

.wcContainer.wcCrystalTheme input[type=password].wcControl, .wcContainer.wcCrystalTheme input[type=text].wcControl, .wcContainer.wcCrystalTheme textarea.wcControl {
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e0e0e0;
	border-radius: 5px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

.wcContainer.wcCrystalTheme input[type=password]:focus.wcControl, .wcContainer.wcCrystalTheme input[type=text]:focus.wcControl, .wcContainer.wcCrystalTheme textarea:focus.wcControl {
	background-color: #e0e0e0;
	padding-left: 15px;
	border: 1px solid transparent;
}

.wcContainer.wcCrystalTheme ::-webkit-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcCrystalTheme ::-moz-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcCrystalTheme :-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcCrystalTheme ::-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcCrystalTheme ::placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcCrystalTheme input[type=button].wcSubmit {
	border-radius: 5px;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 20px;
	padding: 20px 20px !important;
	height: 2.5rem;
	margin-top: -1px;
}

.wcContainer.wcCrystalTheme progress, .wcContainer.wcCrystalTheme progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

.wcContainer.wcCrystalTheme progress::-webkit-progress-bar {
	background: #b8bcc4;
}

.wcContainer.wcCrystalTheme progress {
	color: #6272d0;
}

.wcContainer.wcCrystalTheme progress::-moz-progress-bar {
	background: #6272d0;
}

.wcContainer.wcCrystalTheme progress::-webkit-progress-value {
	background: #6272d0;
}

.wcContainer.wcCrystalTheme progress[aria-valuenow]:before {
	background: #6272d0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer.wcCrystalTheme * button, .wcContainer.wcCrystalTheme * input, .wcContainer.wcCrystalTheme * select, .wcContainer.wcCrystalTheme * textarea {
		font-size: 16px;
	}
}

.wcContainer.wcCrystalTheme .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

.wcContainer.wcCrystalTheme .wcClassic {
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	overflow: hidden;
	background: #f7f7f7;
}

.wcContainer.wcCrystalTheme .wcClassic .wcTitle {
	padding: 15px;
	font-size: 150%;
	color: #2a292a;
	background: #e0e0e0;
}

.wcContainer.wcCrystalTheme .wcClassic .wcAuthContainer, .wcContainer.wcCrystalTheme .wcClassic .wcLoadingContainer {
	padding: 0;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
	background-color: #ededed;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
	border-bottom: 3px solid transparent;
	background: #f7f7f7;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
	border-top-left-radius: 0;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/arrow-left.svg");
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/arrow-right.svg");
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
	padding: 0 2% 2% 2%;
	background-color: #f7f7f7;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
	border-color: #e4e4e4;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
	background: #e0e0e0;
	border-radius: 5px 5px 0 0;
	color: #2a292a;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
	border: 1px solid rgba(207, 207, 207, .84);
	-webkit-box-shadow: 0 0 7px rgba(207, 207, 207, .94);
	box-shadow: 0 0 7px rgba(207, 207, 207, .94);
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput {
	border: 1px solid rgba(207, 207, 207, .54);
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
	padding-right: 2%;
	padding-left: 1%;
}

.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
	background-color: #ededed;
}

.wcContainer.wcCrystalTheme .wcMobile .wcContent, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcContent {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabs, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs {
	background-color: #ededed;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 0;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
	font-size: 16px;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 0;
	background-color: #f9fafb;
	border-radius: 5px 5px 0 0;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
	width: 22px;
	height: 22px;
	font-size: 1em;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTabCustomize, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/custom.svg");
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTabCustomize.nitro-lazy, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/recent-chats-inactive.svg");
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/chats.svg");
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/user.svg");
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/group.svg");
}

.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 1%;
	padding: 0 0 2% 0;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: rgba(255, 255, 255, .35);
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/lock-semi.svg");
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/lock-full.svg");
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
	padding-top: 0;
	background-color: #f7f7f7;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(255, 255, 255, .35);
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
	font-size: 1.1em;
	color: #444;
	padding-left: 10px;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn>* {
	border-color: #e4e4e4;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn.wcFocused>:first-child {
	border-top: none;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn.wcFocused>:first-child>span {
	font-weight: 700;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader {
	height: 2.6em;
	background: #e0e0e0;
	border-radius: 5px 5px 0 0;
	color: #2a292a;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/minus.svg");
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/plus.svg");
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/x.svg");
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcContent {
	background-color: #f7f7f7;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
	background-color: #ededed;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcRecentTrigger span {
	top: 10px;
}

.wcContainer.wcCrystalTheme .wcCustomizations a, .wcContainer.wcCrystalTheme .wcCustomizations a:hover {
	color: #686868;
	outline: 0;
}

.wcContainer.wcCrystalTheme .wcCustomizations a.wcCustomizeButton:before {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/custom.svg") center center no-repeat;
}

.wcContainer.wcCrystalTheme .wcCounter {
	font-size: 10px;
}

.wcContainer.wcCrystalTheme .wcBrowser {
	background-color: #ededed;
	color: #151618;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcLabel {
	font-weight: 700;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger {
	color: #151618;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/lock-semi.svg");
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/lock-full.svg");
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(255, 255, 255, .35);
	border-radius: 5px;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcLabel {
	font-size: 1.1em;
	color: #444;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcCounter {
	border: 0;
	border-top: 1px solid #e9eef0;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcFooter {
	border-top: none;
	padding: 5px 5px 5px 10px;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcFooter .wcSearch {
	color: #2a292a;
	font-size: 20px;
	background-color: #fafafa;
	border-radius: 5px;
	background-position: 10px center;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/search.svg");
}

.wcContainer.wcCrystalTheme .wcBrowser .wcFooter .wcSearch.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcFooter .wcSearch input {
	background-color: #fafafa;
	margin-left: 30px;
}

.wcContainer.wcCrystalTheme .wcBrowser .wcFooter .wcSearch input:focus {
	padding-left: 2px;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelIntro {
	border: none;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelIntro .wcAvatar {
	border-radius: 5px;
	max-height: 60px;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages {
	color: #111;
	background: #f7f7f7;
	margin-bottom: 2%;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
	padding: 5px 2%;
	border-bottom: 1px solid #ededed;
	margin: 0;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	background-color: transparent;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
	color: #6272d0;
	text-decoration: none;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
	line-height: 22px;
	color: #7f7f7f;
	text-decoration: none;
	font-weight: 700;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
	color: #aeaeae;
	line-height: 22px;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton {
	border-radius: 5px;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
	border-left-color: #525252;
	background-color: #f3f3f3;
	border-radius: 0 5px 0 0;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser {
	background: #f3f3f3;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
	border-radius: 0 5px 0 0;
	background-color: #ededed;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
	color: #444;
}

.wcContainer.wcCrystalTheme .wcChannel .wcCounter {
	padding: 0 2% 1% 2%;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput {
	background-color: #f7f7f7;
	padding: 0 2% 2% 2%;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcCurrentUserName {
	padding-bottom: 7px;
	font-weight: 700;
	color: #444;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcReplyTo {
	background-color: #ededed;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/x.svg");
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	background: #fff;
	display: inline-block;
	outline: 0;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>* {
	cursor: pointer;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/camera.svg") center center no-repeat;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/attach.svg") center center no-repeat;
	cursor: pointer;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/emoticon.svg") center center no-repeat;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/mic.svg") center center no-repeat;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/stop-button.svg") center center no-repeat;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
	background-color: #fff;
	border-radius: 5px;
	border: none;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
	background-color: transparent;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
	line-height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	border-radius: 5px;
	margin: 0;
	padding: 10px 5px 10px 15px;
	border: 1px solid transparent;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
	background-color: #fff;
	border: 1px solid transparent;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
	min-height: 2.5rem;
	font-size: 20px;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput * {
	font-size: 20px;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
	border-color: #525252;
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/x.svg") center center no-repeat;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
	background-color: #e3e3e3;
}

.wcContainer.wcCrystalTheme .wcRecentTrigger {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/recent-chats-inactive.svg");
}

.wcContainer.wcCrystalTheme .wcRecentTrigger.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcRecentTrigger:hover {
	background-color: rgba(9, 193, 121, .15);
}

.wcContainer.wcCrystalTheme .wcRecentTrigger.wcOpen {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/recent-chats.svg");
}

.wcContainer.wcCrystalTheme .wcRecentTrigger.wcOpen.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcCrystalTheme .wcRecentTrigger span {
	font-size: 11px;
	font-weight: 700;
}

.wcContainer.wcClearTheme {
	--wc-font-color: #151618;
	--wc-link-color: #00d5ff;
}

.wcContainer.wcClearTheme, .wcContainer.wcClearTheme * {
	font-family: Rajdhani, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

.wcContainer.wcClearTheme a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcClearTheme button.wcButton, .wcContainer.wcClearTheme button.wcButton:active, .wcContainer.wcClearTheme button.wcButton:focus, .wcContainer.wcClearTheme input[type=button].wcButton, .wcContainer.wcClearTheme input[type=button].wcButton:active, .wcContainer.wcClearTheme input[type=button].wcButton:focus, .wcContainer.wcClearTheme input[type=submit].wcButton, .wcContainer.wcClearTheme input[type=submit].wcButton:active, .wcContainer.wcClearTheme input[type=submit].wcButton:focus {
	border-radius: 0;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #357bb9 !important;
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcClearTheme button.wcButton.nitro-lazy, .wcContainer.wcClearTheme button.wcButton:active.nitro-lazy, .wcContainer.wcClearTheme button.wcButton:focus.nitro-lazy, .wcContainer.wcClearTheme input[type=button].wcButton.nitro-lazy, .wcContainer.wcClearTheme input[type=button].wcButton:active.nitro-lazy, .wcContainer.wcClearTheme input[type=button].wcButton:focus.nitro-lazy, .wcContainer.wcClearTheme input[type=submit].wcButton.nitro-lazy, .wcContainer.wcClearTheme input[type=submit].wcButton:active.nitro-lazy, .wcContainer.wcClearTheme input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme button.wcButton:active:hover, .wcContainer.wcClearTheme button.wcButton:focus:hover, .wcContainer.wcClearTheme button.wcButton:hover, .wcContainer.wcClearTheme input[type=button].wcButton:active:hover, .wcContainer.wcClearTheme input[type=button].wcButton:focus:hover, .wcContainer.wcClearTheme input[type=button].wcButton:hover, .wcContainer.wcClearTheme input[type=submit].wcButton:active:hover, .wcContainer.wcClearTheme input[type=submit].wcButton:focus:hover, .wcContainer.wcClearTheme input[type=submit].wcButton:hover {
	background: #296ca7 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

.wcContainer.wcClearTheme button.wcButton.wcButtonDanger, .wcContainer.wcClearTheme button.wcButton:active.wcButtonDanger, .wcContainer.wcClearTheme button.wcButton:focus.wcButtonDanger, .wcContainer.wcClearTheme input[type=button].wcButton.wcButtonDanger, .wcContainer.wcClearTheme input[type=button].wcButton:active.wcButtonDanger, .wcContainer.wcClearTheme input[type=button].wcButton:focus.wcButtonDanger, .wcContainer.wcClearTheme input[type=submit].wcButton.wcButtonDanger, .wcContainer.wcClearTheme input[type=submit].wcButton:active.wcButtonDanger, .wcContainer.wcClearTheme input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

.wcContainer.wcClearTheme button.wcButton.wcButtonDanger:hover, .wcContainer.wcClearTheme button.wcButton:active.wcButtonDanger:hover, .wcContainer.wcClearTheme button.wcButton:focus.wcButtonDanger:hover, .wcContainer.wcClearTheme input[type=button].wcButton.wcButtonDanger:hover, .wcContainer.wcClearTheme input[type=button].wcButton:active.wcButtonDanger:hover, .wcContainer.wcClearTheme input[type=button].wcButton:focus.wcButtonDanger:hover, .wcContainer.wcClearTheme input[type=submit].wcButton.wcButtonDanger:hover, .wcContainer.wcClearTheme input[type=submit].wcButton:active.wcButtonDanger:hover, .wcContainer.wcClearTheme input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

.wcContainer.wcClearTheme input[type=password].wcControl, .wcContainer.wcClearTheme input[type=text].wcControl, .wcContainer.wcClearTheme textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eff3f6;
	border-radius: 0;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

.wcContainer.wcClearTheme input[type=password]:focus.wcControl, .wcContainer.wcClearTheme input[type=text]:focus.wcControl, .wcContainer.wcClearTheme textarea:focus.wcControl {
	background-color: #e8eef2;
	padding-left: 15px;
	border: 1px solid transparent;
}

.wcContainer.wcClearTheme ::-webkit-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcClearTheme ::-moz-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcClearTheme :-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcClearTheme ::-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcClearTheme ::placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcClearTheme button.wcSubmit, .wcContainer.wcClearTheme button.wcSubmit:active, .wcContainer.wcClearTheme button.wcSubmit:hover, .wcContainer.wcClearTheme input[type=button].wcSubmit {
	border-radius: 0;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 20px;
	padding: 11px 20px !important;
	height: 66px;
	margin-top: -1px;
}

.wcContainer.wcClearTheme progress, .wcContainer.wcClearTheme progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

.wcContainer.wcClearTheme progress::-webkit-progress-bar {
	background: #b8bcc4;
}

.wcContainer.wcClearTheme progress {
	color: #00d5ff;
}

.wcContainer.wcClearTheme progress::-moz-progress-bar {
	background: #00d5ff;
}

.wcContainer.wcClearTheme progress::-webkit-progress-value {
	background: #00d5ff;
}

.wcContainer.wcClearTheme progress[aria-valuenow]:before {
	background: #00d5ff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer.wcClearTheme * button, .wcContainer.wcClearTheme * input, .wcContainer.wcClearTheme * select, .wcContainer.wcClearTheme * textarea {
		font-size: 16px;
	}
}

.wcContainer.wcClearTheme .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

.wcContainer.wcClearTheme .wcClassic {
	border: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	overflow: hidden;
	background: #f7f7f7;
}

.wcContainer.wcClearTheme .wcClassic .wcTitle {
	padding: 15px;
	font-size: 150%;
	color: #fff;
	background: #3b4653;
}

.wcContainer.wcClearTheme .wcClassic .wcAuthContainer, .wcContainer.wcClearTheme .wcClassic .wcLoadingContainer {
	padding: 0;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
	background-color: #4d5a68;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
	border-bottom: 3px solid transparent;
	background: #f7f7f7;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
	border-top-left-radius: 0;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent .wcName {
	color: #151618;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
	color: #fff;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/arrow-left.svg");
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/arrow-right.svg");
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
	padding: 0 2% 2% 2%;
	background-color: #f7f7f7;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
	border: none;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
	height: 3em;
	color: #fff;
	background: #3b4653;
	border-color: #525c66;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcName {
	color: #fff;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcChannelClose:hover {
	background-color: #525c66;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcChannel {
	border: 1px solid #e4e4e4;
	border-top: none;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
	border: none;
	-webkit-box-shadow: 0 0 7px rgba(53, 123, 185, .79);
	box-shadow: 0 0 7px rgba(53, 123, 185, .79);
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel {
	border-color: #fff;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput {
	border: 1px solid rgba(53, 123, 185, .17);
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
	padding-right: 2%;
	padding-left: 1%;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
	background-color: #4d5a68;
}

.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea .wcIcon {
	background-color: #fff;
}

.wcContainer.wcClearTheme .wcMobile .wcContent, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcContent {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcClearTheme .wcMobile .wcTabs, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs {
	background-color: #4d5a68;
}

.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 0;
}

.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
	font-size: 16px;
	color: #fff;
}

.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 0;
	background-color: #f9fafb;
}

.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab.wcCurrent .wcName, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent .wcName {
	color: #151618;
}

.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
	width: 22px;
	height: 22px;
	font-size: 1em;
}

.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTabCustomize, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/custom-gray.svg");
}

.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTabCustomize.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/recent-chats-inactive.svg");
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/chats.svg");
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/user.svg");
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/group.svg");
}

.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 1%;
	padding: 0 0 2% 0;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: rgba(255, 255, 255, .35);
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/lock-semi.svg");
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/lock-full.svg");
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
	padding-top: 0;
	background-color: #f7f7f7;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName {
	color: #151618;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(255, 255, 255, .35);
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video.svg");
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo.nitro-lazy, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
	font-size: 1.1em;
	color: #444;
	padding-left: 10px;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn>* {
	border-color: #e4e4e4;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn>:first-child {
	border-top: none;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn>* {
	border: none;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn.wcFocused>:first-child {
	border-top: none;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn.wcFocused>:first-child>span {
	font-weight: 700;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader {
	height: 3em;
	color: #fff;
	background: #3b4653;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader span {
	color: #fff;
	font-size: 1.1em;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/minus.svg");
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/plus.svg");
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/x.svg");
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent {
	background-color: #f7f7f7;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
	background-color: #4d5a68;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations * {
	color: #fff;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations a.wcCustomizeButton:before {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/custom-gray.svg") center center no-repeat;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs .wcInputButtons .wcInputButton, .wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs button, .wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs input {
	height: 40px;
	font-size: 15px;
}

.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcRecentTrigger span {
	top: 10px;
}

.wcContainer.wcClearTheme .wcCustomizations a, .wcContainer.wcClearTheme .wcCustomizations a:hover {
	color: #686868;
	outline: 0;
}

.wcContainer.wcClearTheme .wcCustomizations a.wcCustomizeButton:before {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/custom.svg") center center no-repeat;
}

.wcContainer.wcClearTheme .wcCounter {
	font-size: 10px;
}

.wcContainer.wcClearTheme .wcBrowser {
	background-color: #4d5a68;
}

.wcContainer.wcClearTheme .wcBrowser * {
	color: #fff;
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcLabel {
	font-weight: 700;
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/lock-semi.svg");
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/lock-full.svg");
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(255, 255, 255, .35);
	border-radius: 5px;
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video-white.svg");
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcLabel {
	font-size: 1.1em;
}

.wcContainer.wcClearTheme .wcBrowser .wcCounter {
	border: 0;
	border-top: 1px solid #62717f;
	color: #fff;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter {
	border-top: none;
	padding: 5px 5px 5px 10px;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch {
	color: #fff;
	font-size: 20px;
	background-color: #62717f;
	border-radius: 0;
	background-position: 10px center;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/search.svg");
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input {
	background-color: #62717f;
	color: #fff;
	margin-left: 30px;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input:focus {
	padding-left: 2px;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::-webkit-input-placeholder {
	color: #fff;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::-moz-placeholder {
	color: #fff;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input:-ms-input-placeholder {
	color: #fff;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::-ms-input-placeholder {
	color: #fff;
}

.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::placeholder {
	color: #fff;
}

.wcContainer.wcClearTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover {
	background-color: rgba(255, 255, 255, .35);
	border-radius: 5px;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelIntro {
	border: none;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelIntro .wcAvatar {
	border-radius: 5px;
	max-height: 60px;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages {
	color: #111;
	background: #f7f7f7;
	margin-bottom: 2%;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
	padding: 5px 2%;
	border-bottom: 1px solid #ededed;
	margin: 0;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	background-color: transparent;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
	color: #00d5ff;
	text-decoration: none;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
	line-height: 22px;
	color: #3b4653;
	text-decoration: none;
	font-weight: 700;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
	color: #96a2af;
	line-height: 22px;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
	border-left-color: #525252;
	background-color: #f3f3f3;
	border-radius: 0 5px 0 0;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser {
	background: #f3f3f3;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
	border-radius: 0 5px 0 0;
	background-color: #ededed;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
	color: #444;
}

.wcContainer.wcClearTheme .wcChannel .wcCounter {
	padding: 0 2% 1% 2%;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput {
	background-color: #f7f7f7;
	padding: 0 2% 2% 2%;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcCurrentUserName {
	padding-bottom: 7px;
	font-weight: 700;
	color: #444;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcReplyTo {
	background-color: #ededed;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcReplyTo .wcContent {
	background-color: #ededed;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/x.svg");
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 65px;
	display: inline-block;
	outline: 0;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>* {
	cursor: pointer;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/camera.svg") center center no-repeat;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/attach.svg") center center no-repeat;
	cursor: pointer;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/emoticon.svg") center center no-repeat;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/mic.svg") center center no-repeat;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/stop-button.svg") center center no-repeat;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
	background-color: #eff3f6;
	border: none;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
	background-color: transparent;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
	border-radius: 0;
	font-size: 20px;
	padding: 16px 0 16px 20px;
	min-height: 65px;
	line-height: 31px;
	background: #eff3f6;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
	background: #e8eef2;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs div.wcInput * {
	font-size: 20px;
	line-height: 31px;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
	border-color: #525252;
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/x.svg") center center no-repeat;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
	background-color: #e3e3e3;
}

.wcContainer.wcClearTheme .wcRecentTrigger {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/recent-chats-inactive.svg");
}

.wcContainer.wcClearTheme .wcRecentTrigger.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcRecentTrigger:hover {
	background-color: rgba(9, 193, 121, .15);
}

.wcContainer.wcClearTheme .wcRecentTrigger.wcOpen {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/recent-chats.svg");
}

.wcContainer.wcClearTheme .wcRecentTrigger.wcOpen.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcClearTheme .wcRecentTrigger span {
	font-size: 11px;
	font-weight: 700;
}

.wcContainer.wcBalloonTheme {
	--wc-font-color: #00355f;
	--wc-link-color: #6272d0;
}

.wcContainer.wcBalloonTheme, .wcContainer.wcBalloonTheme * {
	font-family: Rajdhani, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

.wcContainer.wcBalloonTheme a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcContainer.wcBalloonTheme button.wcButton, .wcContainer.wcBalloonTheme button.wcButton:active, .wcContainer.wcBalloonTheme button.wcButton:focus, .wcContainer.wcBalloonTheme input[type=button].wcButton, .wcContainer.wcBalloonTheme input[type=button].wcButton:active, .wcContainer.wcBalloonTheme input[type=button].wcButton:focus, .wcContainer.wcBalloonTheme input[type=submit].wcButton, .wcContainer.wcBalloonTheme input[type=submit].wcButton:active, .wcContainer.wcBalloonTheme input[type=submit].wcButton:focus {
	border-radius: 10px;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #084b80 !important;
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcBalloonTheme button.wcButton.nitro-lazy, .wcContainer.wcBalloonTheme button.wcButton:active.nitro-lazy, .wcContainer.wcBalloonTheme button.wcButton:focus.nitro-lazy, .wcContainer.wcBalloonTheme input[type=button].wcButton.nitro-lazy, .wcContainer.wcBalloonTheme input[type=button].wcButton:active.nitro-lazy, .wcContainer.wcBalloonTheme input[type=button].wcButton:focus.nitro-lazy, .wcContainer.wcBalloonTheme input[type=submit].wcButton.nitro-lazy, .wcContainer.wcBalloonTheme input[type=submit].wcButton:active.nitro-lazy, .wcContainer.wcBalloonTheme input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme button.wcButton:active:hover, .wcContainer.wcBalloonTheme button.wcButton:focus:hover, .wcContainer.wcBalloonTheme button.wcButton:hover, .wcContainer.wcBalloonTheme input[type=button].wcButton:active:hover, .wcContainer.wcBalloonTheme input[type=button].wcButton:focus:hover, .wcContainer.wcBalloonTheme input[type=button].wcButton:hover, .wcContainer.wcBalloonTheme input[type=submit].wcButton:active:hover, .wcContainer.wcBalloonTheme input[type=submit].wcButton:focus:hover, .wcContainer.wcBalloonTheme input[type=submit].wcButton:hover {
	background: #084b80 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.wcContainer.wcBalloonTheme button.wcButton.wcButtonDanger, .wcContainer.wcBalloonTheme button.wcButton:active.wcButtonDanger, .wcContainer.wcBalloonTheme button.wcButton:focus.wcButtonDanger, .wcContainer.wcBalloonTheme input[type=button].wcButton.wcButtonDanger, .wcContainer.wcBalloonTheme input[type=button].wcButton:active.wcButtonDanger, .wcContainer.wcBalloonTheme input[type=button].wcButton:focus.wcButtonDanger, .wcContainer.wcBalloonTheme input[type=submit].wcButton.wcButtonDanger, .wcContainer.wcBalloonTheme input[type=submit].wcButton:active.wcButtonDanger, .wcContainer.wcBalloonTheme input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

.wcContainer.wcBalloonTheme button.wcButton.wcButtonDanger:hover, .wcContainer.wcBalloonTheme button.wcButton:active.wcButtonDanger:hover, .wcContainer.wcBalloonTheme button.wcButton:focus.wcButtonDanger:hover, .wcContainer.wcBalloonTheme input[type=button].wcButton.wcButtonDanger:hover, .wcContainer.wcBalloonTheme input[type=button].wcButton:active.wcButtonDanger:hover, .wcContainer.wcBalloonTheme input[type=button].wcButton:focus.wcButtonDanger:hover, .wcContainer.wcBalloonTheme input[type=submit].wcButton.wcButtonDanger:hover, .wcContainer.wcBalloonTheme input[type=submit].wcButton:active.wcButtonDanger:hover, .wcContainer.wcBalloonTheme input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

.wcContainer.wcBalloonTheme input[type=password].wcControl, .wcContainer.wcBalloonTheme input[type=text].wcControl, .wcContainer.wcBalloonTheme textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e0e0e0;
	border-radius: 5px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

.wcContainer.wcBalloonTheme input[type=password]:focus.wcControl, .wcContainer.wcBalloonTheme input[type=text]:focus.wcControl, .wcContainer.wcBalloonTheme textarea:focus.wcControl {
	background-color: #e0e0e0;
	padding-left: 15px;
	border: 1px solid transparent;
}

.wcContainer.wcBalloonTheme ::-webkit-input-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcBalloonTheme ::-moz-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcBalloonTheme :-ms-input-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcBalloonTheme ::-ms-input-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcBalloonTheme ::placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

.wcContainer.wcBalloonTheme button.wcSubmit, .wcContainer.wcBalloonTheme input[type=button].wcSubmit {
	border-radius: 10px;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 20px;
	height: 66px;
}

.wcContainer.wcBalloonTheme progress, .wcContainer.wcBalloonTheme progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

.wcContainer.wcBalloonTheme progress::-webkit-progress-bar {
	background: #b8bcc4;
}

.wcContainer.wcBalloonTheme progress {
	color: #6272d0;
}

.wcContainer.wcBalloonTheme progress::-moz-progress-bar {
	background: #6272d0;
}

.wcContainer.wcBalloonTheme progress::-webkit-progress-value {
	background: #6272d0;
}

.wcContainer.wcBalloonTheme progress[aria-valuenow]:before {
	background: #6272d0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wcContainer.wcBalloonTheme * button, .wcContainer.wcBalloonTheme * input, .wcContainer.wcBalloonTheme * select, .wcContainer.wcBalloonTheme * textarea {
		font-size: 16px;
	}
}

.wcContainer.wcBalloonTheme .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

.wcContainer.wcBalloonTheme .wcClassic {
	border: 0;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, .1);
	box-shadow: 5px 5px 25px rgba(0, 0, 0, .1);
	overflow: hidden;
	background: #f7f7f7;
}

.wcContainer.wcBalloonTheme .wcClassic .wcTitle {
	padding: 15px;
	font-size: 150%;
	color: #d7ebfb;
	background: #2167a9;
}

.wcContainer.wcBalloonTheme .wcClassic .wcAuthContainer, .wcContainer.wcBalloonTheme .wcClassic .wcLoadingContainer {
	padding: 0;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
	background-color: #3277bb;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
	border-bottom: 3px solid transparent;
	background: #f7f7f7;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
	border-top-left-radius: 0;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent .wcName {
	color: #151618;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
	color: #fff;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/arrow-left.svg");
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/arrow-right.svg");
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
	padding: 0 2% 2% 2%;
	background-color: #f7f7f7;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
	border: none;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
	height: 3em;
	color: #d7ebfb;
	background: #2167a9;
	border-color: #2167a9;
	border-radius: 8px 8px 0 0;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcName {
	color: #fff;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcChannelClose:hover {
	background-color: #2167a9;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcChannel {
	border: 1px solid #e4e4e4;
	border-top: none;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
	border: none;
	-webkit-box-shadow: 0 0 7px rgba(33, 103, 169, .49);
	box-shadow: 0 0 7px rgba(33, 103, 169, .49);
	border-radius: 8px 8px 0 0;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel {
	border-color: #bfbebe;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput {
	border: 1px solid rgba(33, 103, 169, .1);
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
	padding-right: 2%;
	padding-left: 1%;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
	background-color: #3277bb;
}

.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea .wcIcon {
	background-color: #fff;
}

.wcContainer.wcBalloonTheme .wcMobile .wcContent, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcContent {
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs {
	background-color: #3277bb;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab {
	padding-bottom: 6px;
	padding-top: 6px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 0;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
	font-size: 16px;
	color: #fff;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 0;
	background-color: #f9fafb;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab.wcCurrent .wcName, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent .wcName {
	color: #151618;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
	width: 22px;
	height: 22px;
	font-size: 1em;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTabCustomize, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/custom-white.svg");
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTabCustomize.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/recent-chats-inactive.svg");
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/chats.svg");
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/user.svg");
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/group.svg");
}

.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 1%;
	padding: 0 0 2% 0;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: rgba(255, 255, 255, .35);
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/lock-semi.svg");
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/lock-full.svg");
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
	padding-top: 0;
	background-color: #f7f7f7;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName {
	color: #151618;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(255, 255, 255, .35);
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video.svg");
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo.nitro-lazy, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
	font-size: 1.1em;
	color: #444;
	padding-left: 10px;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
	padding: 5px 10px 5px 10px;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
	padding-left: 2%;
	padding-right: 2%;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn>* {
	border-color: #e4e4e4;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn>:first-child {
	border-top: none;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn>* {
	border: none;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn.wcFocused>:first-child {
	border-top: none;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn.wcFocused>:first-child>span {
	font-weight: 700;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader {
	height: 3em;
	color: #d7ebfb;
	background: #2167a9;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader span {
	color: #fff;
	font-size: 1.1em;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/minus.svg");
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/plus.svg");
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/x_w.svg");
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent {
	background-color: #f7f7f7;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
	background-color: #3277bb;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations * {
	color: #fff;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations a.wcCustomizeButton:before {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/custom-white.svg") center center no-repeat;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs .wcInputButtons .wcInputButton, .wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs button, .wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs input {
	height: 40px;
	font-size: 15px;
}

.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcRecentTrigger span {
	top: 10px;
}

.wcContainer.wcBalloonTheme .wcCustomizations a, .wcContainer.wcBalloonTheme .wcCustomizations a:hover {
	color: #686868;
	outline: 0;
}

.wcContainer.wcBalloonTheme .wcCustomizations a.wcCustomizeButton:before {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/custom.svg") center center no-repeat;
}

.wcContainer.wcBalloonTheme .wcCounter {
	font-size: 10px;
}

.wcContainer.wcBalloonTheme .wcBrowser {
	background-color: #3277bb;
}

.wcContainer.wcBalloonTheme .wcBrowser * {
	color: #fff;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcLabel {
	font-weight: 700;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/lock-semi.svg");
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/lock-full.svg");
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
	background-color: rgba(255, 255, 255, .35);
	border-radius: 5px;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video-white.svg");
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity, .wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry {
	color: rgba(235, 235, 235, .65);
}

.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcLabel {
	font-size: 1.1em;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcCounter {
	border: 0;
	border-top: 1px solid #69a3cb;
	color: #fff;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter {
	border-top: none;
	padding: 5px 5px 5px 10px;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch {
	font-size: 20px;
	background-color: #d7ebfb;
	border-radius: 5px;
	background-position: 10px center;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/search.svg");
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input {
	background-color: #d7ebfb;
	color: #00355f;
	margin-left: 30px;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input:focus {
	padding-left: 2px;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::-webkit-input-placeholder {
	color: #00355f;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::-moz-placeholder {
	color: #00355f;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input:-ms-input-placeholder {
	color: #00355f;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::-ms-input-placeholder {
	color: #00355f;
}

.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::placeholder {
	color: #00355f;
}

.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span {
	color: #fff;
}

.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread {
	background-color: rgba(0, 193, 121, .2);
}

.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread:hover {
	background-color: rgba(255, 255, 255, .35);
	border-radius: 5px;
}

.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover {
	background-color: rgba(255, 255, 255, .35);
	border-radius: 5px;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelIntro {
	border: none;
	border-bottom: 1px solid rgba(33, 103, 169, .2);
	padding: 10px;
	margin-top: 0;
	background-color: transparent;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelIntro .wcAvatar {
	border-radius: 5px;
	max-height: 60px;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages {
	color: #111;
	background: #f7f7f7;
	margin-bottom: 2%;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
	padding: 5px 2%;
	margin: 0;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead {
	margin-bottom: -20px;
	margin-left: 45px;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .02);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .02);
	border-radius: 15px;
	margin-left: -20px;
	margin-top: 20px;
	padding: 10px 16px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
	border-left-color: #2167a9;
	background-color: #f3f3f3;
	border-radius: 0 5px 0 0;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcTime {
	margin-right: 5px;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcAvatar {
	border: none;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 5px;
	background: #efefef url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/3dots.svg") center center no-repeat;
	background-size: 14px;
	border: none;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton:hover {
	border: 1px solid rgba(50, 119, 187, .32);
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcAvatar {
	border: 4px solid #fff;
	border-bottom: 3px solid #fff;
	position: relative;
	z-index: 1;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
	color: #1c7bff;
	text-decoration: none;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
	text-decoration: underline;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
	line-height: 22px;
	color: #011a4d;
	text-decoration: none;
	font-weight: 700;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
	color: rgba(0, 53, 95, .5);
	line-height: 22px;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead {
	margin-left: 0;
	margin-right: 45px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
	margin-left: 5px;
	margin-right: 0;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent {
	background-color: #afdbfc;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .04);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .04);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 0;
	margin-right: -20px;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent a {
	color: #fff;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
	background-color: #97cdf5;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote .wcUser {
	color: #444;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcAvatar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: auto;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
	display: inline;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent, .wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime {
	display: none;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime {
	margin-left: 10px;
	float: right;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
	display: none;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar {
	visibility: hidden;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent {
	margin-top: 0;
}

.wcContainer.wcBalloonTheme .wcChannel .wcCounter {
	padding: 0 2% 1% 2%;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput {
	background-color: #f7f7f7;
	padding: 0 2% 2% 2%;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcCurrentUserName {
	padding-bottom: 7px;
	font-weight: 700;
	color: #444;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcReplyTo {
	background-color: #ededed;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcReplyTo .wcContent {
	background-color: #ededed;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/x.svg");
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 65px;
	display: inline-block;
	outline: 0;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>* {
	cursor: pointer;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/camera.svg") center center no-repeat;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/attach.svg") center center no-repeat;
	cursor: pointer;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/emoticon.svg") center center no-repeat;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/mic.svg") center center no-repeat;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/stop-button.svg") center center no-repeat;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
	background-color: #eff3f6;
	border: none;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
	background-color: transparent;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInput {
	font-size: 20px;
	padding: 15px 0 15px 20px;
	min-height: 65px;
	line-height: 31px;
	border-radius: 10px;
	background: #d7ebfb;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInput:focus {
	background: #fff;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInput * {
	font-size: 20px;
	line-height: 31px;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
	border-color: #b8bcc4;
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/x.svg") center center no-repeat;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
	background-color: #e3e3e3;
}

.wcContainer.wcBalloonTheme .wcRecentTrigger {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/recent-chats-inactive.svg");
}

.wcContainer.wcBalloonTheme .wcRecentTrigger.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcRecentTrigger:hover {
	background-color: rgba(9, 193, 121, .15);
}

.wcContainer.wcBalloonTheme .wcRecentTrigger.wcOpen {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/recent-chats.svg");
}

.wcContainer.wcBalloonTheme .wcRecentTrigger.wcOpen.nitro-lazy {
	background-image: none !important;
}

.wcContainer.wcBalloonTheme .wcRecentTrigger span {
	font-size: 11px;
	font-weight: 700;
}

.wcImagePreviewLayer {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, .5);
	padding: 5%;
}

.wcImagePreviewLayer.wcShow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wcImagePreviewLayer.wcHide {
	display: none;
}

.wcImagePreviewLayer img {
	max-height: 100%;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#popup-root {
	--wc-z-index: 200000;
	--wc-font-color: inherit;
	--wc-form-font-color: inherit;
	--wc-link-color: inherit;
	--wc-bg-color: #fff;
	--wc-color-table-border: #dee2e6;
	--wc-color-form-border: #999;
	--wc-color-form-focus: rgba(206, 212, 218, .39);
	--wc-color-form-checked: #c1c1c1;
	--wc-color-form-validation-error: #dc3545;
	--wc-color-form-validation-error-focus: rgba(220, 53, 69, .25);
}

#popup-root * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#popup-root .wcInvisible, #popup-root.wcInvisible {
	display: none !important;
}

#popup-root .wcHidden {
	visibility: hidden;
}

#popup-root .wcLeft {
	float: left;
}

#popup-root label {
	width: auto;
	display: inline;
}

#popup-root a.wcFunctional, #popup-root a.wcFunctional:focus {
	outline: 0;
	text-decoration: none !important;
	padding: 0;
	border: none;
	line-height: 12px;
	font-weight: 400;
	color: var(--wc-font-color) !important;
}

#popup-root button.wcFunctional, #popup-root button.wcFunctional:active, #popup-root button.wcFunctional:focus, #popup-root button.wcFunctional:hover {
	outline: 0;
	padding: initial;
	border: none;
	line-height: 12px;
	font-weight: 400;
	border-radius: 0;
	width: auto;
	background: 0 0;
}

#popup-root img.wcFunctional {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline;
	height: auto;
}

#popup-root .wcButton {
	display: inline-block;
}

#popup-root .wcButton.wcButtonDanger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

#popup-root .wcCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#popup-root progress.wcMainProgressBar {
	width: 100%;
	font-size: 1em;
}

#popup-root a.wcDebugLink {
	color: red;
}

#popup-root img.wcChannelAvatar {
	max-width: 25px;
	margin: 0 4px 2px 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

#popup-root a.wcChannelClose {
	width: 17px;
	height: 17px;
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg") no-repeat 50%;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	margin-left: 8px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#popup-root a.wcChannelClose.nitro-lazy {
	background-image: none !important;
}

#popup-root a.wcChannelClose:hover {
	background-color: #f7f7f7;
}

#popup-root span.wcUnreadMessagesCount {
	background-color: #d4130d;
	color: #fff;
	border-radius: 3px;
	padding: 1px 3px;
	margin-left: 5px;
}

#popup-root progress, #popup-root progress[role] {
	height: 5px;
	margin-top: 10px;
	line-height: 5px;
	display: block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	background-size: auto;
}

#popup-root progress[role]:after {
	background-image: none;
}

#popup-root progress[role] strong {
	display: none;
}

#popup-root progress, #popup-root progress[role][aria-valuenow] {
	background: #ccc !important;
}

#popup-root progress::-webkit-progress-bar {
	background: #ccc;
	border-radius: 5px !important;
}

#popup-root progress {
	color: #5789ff;
	border-radius: 5px !important;
}

#popup-root progress::-moz-progress-bar {
	background: #5789ff;
	border-radius: 5px !important;
}

#popup-root progress::-webkit-progress-value {
	background: #5789ff;
	border-radius: 5px !important;
}

#popup-root progress[aria-valuenow]:before {
	background: #5789ff;
	border-radius: 5px !important;
}

#popup-root .wcErrorBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #dfdfdf;
}

#popup-root .wcErrorBox:before {
	content: "";
	margin-right: 5px;
	width: 23px;
	height: 20px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/warnings.svg") 0 0 no-repeat;
}

#popup-root .wcCounter {
	font-size: 80%;
}

#popup-root .wcRedCounter {
	color: #fff !important;
	background-color: red;
	font-size: .6em;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	width: 22px;
	height: 22px;
}

#popup-root .wcStatus {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}

#popup-root .wcStatus.wcOnline {
	background: #09c179;
}

#popup-root .wcStatus.wcOffline {
	background: rgba(244, 31, 31, .5);
}

#popup-root .ScrollbarsCustom-Scroller {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

#popup-root .wcLoaderContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#popup-root .wcLoaderContainer.wcLoaderContainerCenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#popup-root .wcLoaderContainer .wcLoader {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
}

#popup-root .wcLoaderContainer .wcLoader div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	margin: 4px;
	border: 4px solid #a6a6a6;
	border-radius: 50%;
	-webkit-animation: wcLoader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: wcLoader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #a6a6a6 transparent transparent transparent;
}

#popup-root .wcLoaderContainer .wcLoader div:nth-child(1) {
	-webkit-animation-delay: -.45s;
	animation-delay: -.45s;
}

#popup-root .wcLoaderContainer .wcLoader div:nth-child(2) {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
}

#popup-root .wcLoaderContainer .wcLoader div:nth-child(3) {
	-webkit-animation-delay: -.15s;
	animation-delay: -.15s;
}

@keyframes wcLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#popup-root .wcLoaderContainer .wcLoaderText {
	font-size: .8em;
	line-height: .8em;
	margin-left: 2px;
}

#popup-root button.wcStreamStartButton {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .7;
}

#popup-root button.wcStreamStartButton, #popup-root button.wcStreamStartButton:active, #popup-root button.wcStreamStartButton:focus, #popup-root button.wcStreamStartButton:hover {
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

#popup-root button.wcStreamStartButton.wcStreamVideo, #popup-root button.wcStreamStartButton.wcStreamVideo:hover {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video.svg");
	width: 24px;
	height: 20px;
}

#popup-root button.wcStreamStartButton.wcStreamVideo.nitro-lazy, #popup-root button.wcStreamStartButton.wcStreamVideo:hover.nitro-lazy {
	background-image: none !important;
}

#popup-root button.wcStreamStartButton:hover {
	opacity: 1;
}

#popup-root .wcStreamStatus {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .7;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video-red.svg");
	width: 24px;
	height: 20px;
}

#popup-root .wcStreamStatus.nitro-lazy {
	background-image: none !important;
}

#popup-root .wcFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#popup-root .wcFlexWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

#popup-root .wcFlexAlignCenter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#popup-root .wcHeight10 {
	height: 10rem;
}

#popup-root .wcHeight4 {
	height: 4rem;
}

#popup-root .wcPadding1 {
	padding: .25rem;
}

#popup-root .wcPadding2 {
	padding: .5rem;
}

#popup-root .wcPadding3 {
	padding: 1rem;
}

#popup-root .wcPadding4 {
	padding: 1.5rem;
}

#popup-root .wcMargin1 {
	margin: .25rem;
}

#popup-root .wcMarginRight1 {
	margin-right: .25rem;
}

#popup-root .wcMarginRight2 {
	margin-right: .5rem;
}

#popup-root .wcMarginBottom1 {
	margin-bottom: .25rem;
}

#popup-root .wcMaxWidth2 {
	max-width: 2rem;
}

#popup-root .wcIcon {
	background-size: 100% 100%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

#popup-root .wcIcon.wcIconPlus {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/plus.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/plus.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconEdit {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/edit.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/edit.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconX {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconTimes {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/times.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/times.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconTick {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/tick.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/tick.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconZoom {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/zoom.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/zoom.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconEmotion {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/emoticon.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/emoticon.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconGif {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/gif.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/gif.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconProhibited {
	background-color: #a6a6a6;
	-webkit-mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/prohibited.svg");
	mask-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/prohibited.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

#popup-root .wcIcon.wcIconSm {
	width: 18px;
	height: 18px;
}

#popup-root .wcIcon.wcIconXs {
	width: 14px;
	height: 14px;
}

#popup-root .wcTable {
	width: 100%;
	vertical-align: top;
	caption-side: bottom;
	border-collapse: collapse;
	border-color: var(--wc-color-table-border);
}

#popup-root .wcTable>tbody {
	vertical-align: inherit;
}

#popup-root .wcTable tbody, #popup-root .wcTable td, #popup-root .wcTable tfoot, #popup-root .wcTable th, #popup-root .wcTable thead, #popup-root .wcTable tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	text-align: left;
}

#popup-root .wcTable>:not(caption)>*>* {
	padding: .5rem .5rem;
	border-bottom-width: 1px;
}

#popup-root .wcSecondaryTabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#popup-root .wcSecondaryTabs .wcSecondaryTab {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1em;
}

#popup-root .wcSecondaryTabs .wcSecondaryTab, #popup-root .wcSecondaryTabs .wcSecondaryTab:active, #popup-root .wcSecondaryTabs .wcSecondaryTab:focus {
	outline: 0;
	text-decoration: none;
	margin: 0;
	text-align: center;
	color: var(--wc-font-color);
}

#popup-root .wcSecondaryTabs .wcSecondaryTab.wcSecondaryTabCurrent {
	font-weight: 700;
	background-color: #f1f1f1;
}

#popup-root .wcSecondaryTabs .wcSecondaryTab.wcSecondaryTabCurrent .wcRedCounter {
	font-weight: 400;
}

#popup-root .wcSecondaryTabs .wcSecondaryTab .wcRedCounter {
	font-size: 1em;
}

#popup-root .wcPrimaryTabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 5px;
	list-style: none;
	border-bottom: 1px solid var(--wc-color-form-border);
}

#popup-root .wcPrimaryTabs .wcPrimaryTabItem .wcPrimaryTabLink {
	display: block;
	padding: .5rem 1rem;
	color: var(--wc-link-color);
	text-decoration: none;
	outline: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

#popup-root .wcPrimaryTabs .wcPrimaryTabItem .wcPrimaryTabLink.wcPrimaryTabItemActive {
	color: var(--wc-font-color);
	border-color: var(--wc-color-form-border) var(--wc-color-form-border) var(--wc-bg-color);
}

#popup-root .wcPrimaryTabs .wcPrimaryTabItem .wcPrimaryTabLink .wcRedCounter {
	font-weight: 400;
	font-size: 1em;
}

.wcPopup-overlay {
	background: rgba(255, 255, 255, .7);
	z-index: calc(var(--wc-z-index) + 10) !important;
}

.wcPopup-content {
	z-index: calc(var(--wc-z-index) + 10) !important;
}

.wcPopup-content .wcFormRow {
	margin-bottom: 1rem !important;
}

.wcPopup-content input.wcControl {
	width: auto;
	display: inline;
}

.wcPopup-content .wcFormControl, .wcPopup-content .wcFormControl:active, .wcPopup-content .wcFormControl:hover {
	margin: 0;
	font-family: inherit;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--wc-form-font-color);
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid var(--wc-color-form-border);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.wcPopup-content .wcFormControl:focus {
	color: var(--wc-form-font-color);
	background-color: #fff;
	border-color: var(--wc-color-form-border);
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
	box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
}

.wcPopup-content textarea.wcFormControl {
	resize: vertical;
	min-height: calc(1.5em + ( .75rem + 2px ));
}

.wcPopup-content .wcFormCheck {
	width: 1em;
	height: 1em;
	margin: .25em 0 0;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid var(--wc-color-form-border);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.wcPopup-content .wcFormCheck:focus {
	border-color: var(--wc-color-form-border);
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
	box-shadow: 0 0 0 .25rem var(--wc-color-form-focus);
}

.wcPopup-content .wcFormCheck:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.wcPopup-content .wcFormCheck:checked[type=radio].nitro-lazy {
	background-image: none !important;
}

.wcPopup-content .wcFormCheck:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");
}

.wcPopup-content .wcFormCheck:checked[type=checkbox].nitro-lazy {
	background-image: none !important;
}

.wcPopup-content .wcFormCheck:checked {
	background-color: var(--wc-color-form-checked);
	border-color: var(--wc-color-form-checked);
}

.wcPopup-content .wcFormCheck[type=radio] {
	border-radius: 50%;
}

.wcPopup-content .wcFormCheck:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5;
}

.wcPopup-content .wcFormCheckLabel {
	padding-left: .25em;
	margin-right: .75em;
}

.wcPopup-content .wcFormControlBorder {
	border: 1px solid var(--wc-color-form-border);
	border-radius: .25rem;
}

.wcPopup-content .wcFormErrorMessage {
	display: none;
}

.wcPopup-content .wcFormCheck.wcFormError~.wcFormErrorMessage, .wcPopup-content .wcFormControl.wcFormError~.wcFormErrorMessage {
	display: block;
	width: 100%;
	margin-top: .25rem;
	font-size: .925em;
	color: var(--wc-color-form-validation-error);
}

.wcPopup-content .wcFormCheck.wcFormError, .wcPopup-content .wcFormControl.wcFormError {
	border-color: var(--wc-color-form-validation-error);
}

.wcPopup-content .wcFormCheck.wcFormError:focus, .wcPopup-content .wcFormControl.wcFormError:focus {
	-webkit-box-shadow: 0 0 0 .25rem var(--wc-color-form-validation-error-focus);
	box-shadow: 0 0 0 .25rem var(--wc-color-form-validation-error-focus);
}

.wcPopup-content img.wcEmoticon, .wcPopup-content span.wcEmoticon {
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_001, .wcPopup-content span.wcEmoticon.bg-emot_01_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -131px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_002, .wcPopup-content span.wcEmoticon.bg-emot_01_32_002 {
	width: 32px;
	height: 35px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -120px -68px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_003, .wcPopup-content span.wcEmoticon.bg-emot_01_32_003 {
	width: 32px;
	height: 38px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -68px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_004, .wcPopup-content span.wcEmoticon.bg-emot_01_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -62px -131px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_005, .wcPopup-content span.wcEmoticon.bg-emot_01_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -114px -131px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_006, .wcPopup-content span.wcEmoticon.bg-emot_01_32_006 {
	width: 32px;
	height: 35px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -172px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_007, .wcPopup-content span.wcEmoticon.bg-emot_01_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -166px -131px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_008, .wcPopup-content span.wcEmoticon.bg-emot_01_32_008 {
	width: 34px;
	height: 30px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -328px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_009, .wcPopup-content span.wcEmoticon.bg-emot_01_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -224px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_010, .wcPopup-content span.wcEmoticon.bg-emot_01_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -224px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_011, .wcPopup-content span.wcEmoticon.bg-emot_01_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -224px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_012, .wcPopup-content span.wcEmoticon.bg-emot_01_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -183px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_013, .wcPopup-content span.wcEmoticon.bg-emot_01_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -62px -183px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_014, .wcPopup-content span.wcEmoticon.bg-emot_01_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -114px -183px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_015, .wcPopup-content span.wcEmoticon.bg-emot_01_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -166px -183px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_016, .wcPopup-content span.wcEmoticon.bg-emot_01_32_016 {
	width: 32px;
	height: 38px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -68px -68px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_017, .wcPopup-content span.wcEmoticon.bg-emot_01_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -218px -183px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_018, .wcPopup-content span.wcEmoticon.bg-emot_01_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_019, .wcPopup-content span.wcEmoticon.bg-emot_01_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_020, .wcPopup-content span.wcEmoticon.bg-emot_01_32_020 {
	width: 38px;
	height: 40px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_021, .wcPopup-content span.wcEmoticon.bg-emot_01_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_022, .wcPopup-content span.wcEmoticon.bg-emot_01_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -276px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_023, .wcPopup-content span.wcEmoticon.bg-emot_01_32_023 {
	width: 32px;
	height: 38px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -120px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_024, .wcPopup-content span.wcEmoticon.bg-emot_01_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -235px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_025, .wcPopup-content span.wcEmoticon.bg-emot_01_32_025 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -62px -235px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_026, .wcPopup-content span.wcEmoticon.bg-emot_01_32_026 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -114px -235px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_027, .wcPopup-content span.wcEmoticon.bg-emot_01_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -166px -235px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_028, .wcPopup-content span.wcEmoticon.bg-emot_01_32_028 {
	width: 32px;
	height: 34px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -172px -65px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_029, .wcPopup-content span.wcEmoticon.bg-emot_01_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -218px -235px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_030, .wcPopup-content span.wcEmoticon.bg-emot_01_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -270px -235px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_031, .wcPopup-content span.wcEmoticon.bg-emot_01_32_031 {
	width: 33px;
	height: 41px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_32.png") -10px -70px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_32_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_32_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_001, .wcPopup-content span.wcEmoticon.bg-emot_01_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -358px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_002, .wcPopup-content span.wcEmoticon.bg-emot_01_64_002 {
	width: 64px;
	height: 69px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -274px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_003, .wcPopup-content span.wcEmoticon.bg-emot_01_64_003 {
	width: 64px;
	height: 75px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -106px -107px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_004, .wcPopup-content span.wcEmoticon.bg-emot_01_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -358px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_005, .wcPopup-content span.wcEmoticon.bg-emot_01_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -358px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_006, .wcPopup-content span.wcEmoticon.bg-emot_01_64_006 {
	width: 64px;
	height: 70px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -190px -105px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_007, .wcPopup-content span.wcEmoticon.bg-emot_01_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -295px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_008, .wcPopup-content span.wcEmoticon.bg-emot_01_64_008 {
	width: 70px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -212px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_009, .wcPopup-content span.wcEmoticon.bg-emot_01_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -94px -295px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_010, .wcPopup-content span.wcEmoticon.bg-emot_01_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -178px -295px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_011, .wcPopup-content span.wcEmoticon.bg-emot_01_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -262px -295px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_012, .wcPopup-content span.wcEmoticon.bg-emot_01_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -346px -295px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_013, .wcPopup-content span.wcEmoticon.bg-emot_01_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_014, .wcPopup-content span.wcEmoticon.bg-emot_01_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_015, .wcPopup-content span.wcEmoticon.bg-emot_01_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_016, .wcPopup-content span.wcEmoticon.bg-emot_01_64_016 {
	width: 64px;
	height: 77px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -106px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_017, .wcPopup-content span.wcEmoticon.bg-emot_01_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -442px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_018, .wcPopup-content span.wcEmoticon.bg-emot_01_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -379px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_019, .wcPopup-content span.wcEmoticon.bg-emot_01_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -94px -379px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_020, .wcPopup-content span.wcEmoticon.bg-emot_01_64_020 {
	width: 76px;
	height: 79px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_021, .wcPopup-content span.wcEmoticon.bg-emot_01_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -178px -379px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_022, .wcPopup-content span.wcEmoticon.bg-emot_01_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -262px -379px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_023, .wcPopup-content span.wcEmoticon.bg-emot_01_64_023 {
	width: 64px;
	height: 75px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -190px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_024, .wcPopup-content span.wcEmoticon.bg-emot_01_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -346px -379px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_025, .wcPopup-content span.wcEmoticon.bg-emot_01_64_025 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -430px -379px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_026, .wcPopup-content span.wcEmoticon.bg-emot_01_64_026 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_027, .wcPopup-content span.wcEmoticon.bg-emot_01_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_028, .wcPopup-content span.wcEmoticon.bg-emot_01_64_028 {
	width: 64px;
	height: 67px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -274px -99px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_029, .wcPopup-content span.wcEmoticon.bg-emot_01_64_029 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_030, .wcPopup-content span.wcEmoticon.bg-emot_01_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -526px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_031, .wcPopup-content span.wcEmoticon.bg-emot_01_64_031 {
	width: 66px;
	height: 83px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_64.png") -10px -109px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_64_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_64_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_001, .wcPopup-content span.wcEmoticon.bg-emot_01_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -158px -376px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_002, .wcPopup-content span.wcEmoticon.bg-emot_01_128_002 {
	width: 128px;
	height: 139px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -480px -157px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_003, .wcPopup-content span.wcEmoticon.bg-emot_01_128_003 {
	width: 128px;
	height: 151px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -184px -183px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_004, .wcPopup-content span.wcEmoticon.bg-emot_01_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -306px -376px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_005, .wcPopup-content span.wcEmoticon.bg-emot_01_128_005 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -454px -679px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_006, .wcPopup-content span.wcEmoticon.bg-emot_01_128_006 {
	width: 128px;
	height: 139px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -332px -181px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_007, .wcPopup-content span.wcEmoticon.bg-emot_01_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -454px -376px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_008, .wcPopup-content span.wcEmoticon.bg-emot_01_128_008 {
	width: 142px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -480px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_009, .wcPopup-content span.wcEmoticon.bg-emot_01_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -642px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_010, .wcPopup-content span.wcEmoticon.bg-emot_01_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -642px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_011, .wcPopup-content span.wcEmoticon.bg-emot_01_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -642px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_012, .wcPopup-content span.wcEmoticon.bg-emot_01_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -531px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_013, .wcPopup-content span.wcEmoticon.bg-emot_01_128_013 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -602px -679px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_014, .wcPopup-content span.wcEmoticon.bg-emot_01_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -158px -531px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_015, .wcPopup-content span.wcEmoticon.bg-emot_01_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -306px -531px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_016, .wcPopup-content span.wcEmoticon.bg-emot_01_128_016 {
	width: 128px;
	height: 153px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -184px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_017, .wcPopup-content span.wcEmoticon.bg-emot_01_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -454px -531px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_018, .wcPopup-content span.wcEmoticon.bg-emot_01_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -602px -531px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_019, .wcPopup-content span.wcEmoticon.bg-emot_01_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_020, .wcPopup-content span.wcEmoticon.bg-emot_01_128_020 {
	width: 154px;
	height: 160px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_021, .wcPopup-content span.wcEmoticon.bg-emot_01_128_021 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -750px -679px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_022, .wcPopup-content span.wcEmoticon.bg-emot_01_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_023, .wcPopup-content span.wcEmoticon.bg-emot_01_128_023 {
	width: 128px;
	height: 151px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -332px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_024, .wcPopup-content span.wcEmoticon.bg-emot_01_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_025, .wcPopup-content span.wcEmoticon.bg-emot_01_128_025 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -790px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_026, .wcPopup-content span.wcEmoticon.bg-emot_01_128_026 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -679px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_027, .wcPopup-content span.wcEmoticon.bg-emot_01_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -158px -679px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_028, .wcPopup-content span.wcEmoticon.bg-emot_01_128_028 {
	width: 128px;
	height: 135px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -376px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_029, .wcPopup-content span.wcEmoticon.bg-emot_01_128_029 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -306px -679px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_030, .wcPopup-content span.wcEmoticon.bg-emot_01_128_030 {
	width: 128px;
	height: 127px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -938px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_031, .wcPopup-content span.wcEmoticon.bg-emot_01_128_031 {
	width: 132px;
	height: 166px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_01_128.png") -10px -190px;
}

.wcPopup-content img.wcEmoticon.bg-emot_01_128_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_01_128_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_001, .wcPopup-content span.wcEmoticon.bg-emot_02_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_002, .wcPopup-content span.wcEmoticon.bg-emot_02_32_002 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_003, .wcPopup-content span.wcEmoticon.bg-emot_02_32_003 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_004, .wcPopup-content span.wcEmoticon.bg-emot_02_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_005, .wcPopup-content span.wcEmoticon.bg-emot_02_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_006, .wcPopup-content span.wcEmoticon.bg-emot_02_32_006 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_007, .wcPopup-content span.wcEmoticon.bg-emot_02_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_008, .wcPopup-content span.wcEmoticon.bg-emot_02_32_008 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_009, .wcPopup-content span.wcEmoticon.bg-emot_02_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_010, .wcPopup-content span.wcEmoticon.bg-emot_02_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_011, .wcPopup-content span.wcEmoticon.bg-emot_02_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_012, .wcPopup-content span.wcEmoticon.bg-emot_02_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_013, .wcPopup-content span.wcEmoticon.bg-emot_02_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_014, .wcPopup-content span.wcEmoticon.bg-emot_02_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_015, .wcPopup-content span.wcEmoticon.bg-emot_02_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_016, .wcPopup-content span.wcEmoticon.bg-emot_02_32_016 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_017, .wcPopup-content span.wcEmoticon.bg-emot_02_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_018, .wcPopup-content span.wcEmoticon.bg-emot_02_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_019, .wcPopup-content span.wcEmoticon.bg-emot_02_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_020, .wcPopup-content span.wcEmoticon.bg-emot_02_32_020 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_021, .wcPopup-content span.wcEmoticon.bg-emot_02_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_022, .wcPopup-content span.wcEmoticon.bg-emot_02_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_023, .wcPopup-content span.wcEmoticon.bg-emot_02_32_023 {
	width: 28px;
	height: 33px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -374px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_024, .wcPopup-content span.wcEmoticon.bg-emot_02_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_025, .wcPopup-content span.wcEmoticon.bg-emot_02_32_025 {
	width: 30px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_026, .wcPopup-content span.wcEmoticon.bg-emot_02_32_026 {
	width: 30px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -216px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_027, .wcPopup-content span.wcEmoticon.bg-emot_02_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_028, .wcPopup-content span.wcEmoticon.bg-emot_02_32_028 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_029, .wcPopup-content span.wcEmoticon.bg-emot_02_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_030, .wcPopup-content span.wcEmoticon.bg-emot_02_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_031, .wcPopup-content span.wcEmoticon.bg-emot_02_32_031 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_032, .wcPopup-content span.wcEmoticon.bg-emot_02_32_032 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_033, .wcPopup-content span.wcEmoticon.bg-emot_02_32_033 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_034, .wcPopup-content span.wcEmoticon.bg-emot_02_32_034 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_035, .wcPopup-content span.wcEmoticon.bg-emot_02_32_035 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_036, .wcPopup-content span.wcEmoticon.bg-emot_02_32_036 {
	width: 30px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -266px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_037, .wcPopup-content span.wcEmoticon.bg-emot_02_32_037 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_038, .wcPopup-content span.wcEmoticon.bg-emot_02_32_038 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -166px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_039, .wcPopup-content span.wcEmoticon.bg-emot_02_32_039 {
	width: 32px;
	height: 28px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -316px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_040, .wcPopup-content span.wcEmoticon.bg-emot_02_32_040 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -218px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_041, .wcPopup-content span.wcEmoticon.bg-emot_02_32_041 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -270px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_042, .wcPopup-content span.wcEmoticon.bg-emot_02_32_042 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_043, .wcPopup-content span.wcEmoticon.bg-emot_02_32_043 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_044, .wcPopup-content span.wcEmoticon.bg-emot_02_32_044 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_045, .wcPopup-content span.wcEmoticon.bg-emot_02_32_045 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_046, .wcPopup-content span.wcEmoticon.bg-emot_02_32_046 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_047, .wcPopup-content span.wcEmoticon.bg-emot_02_32_047 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -322px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_048, .wcPopup-content span.wcEmoticon.bg-emot_02_32_048 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -10px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_049, .wcPopup-content span.wcEmoticon.bg-emot_02_32_049 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -62px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_049.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_049.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_050, .wcPopup-content span.wcEmoticon.bg-emot_02_32_050 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_32.png") -114px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_32_050.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_32_050.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_001, .wcPopup-content span.wcEmoticon.bg-emot_02_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_002, .wcPopup-content span.wcEmoticon.bg-emot_02_64_002 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_003, .wcPopup-content span.wcEmoticon.bg-emot_02_64_003 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_004, .wcPopup-content span.wcEmoticon.bg-emot_02_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_005, .wcPopup-content span.wcEmoticon.bg-emot_02_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_006, .wcPopup-content span.wcEmoticon.bg-emot_02_64_006 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_007, .wcPopup-content span.wcEmoticon.bg-emot_02_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_008, .wcPopup-content span.wcEmoticon.bg-emot_02_64_008 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_009, .wcPopup-content span.wcEmoticon.bg-emot_02_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_010, .wcPopup-content span.wcEmoticon.bg-emot_02_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_011, .wcPopup-content span.wcEmoticon.bg-emot_02_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_012, .wcPopup-content span.wcEmoticon.bg-emot_02_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_013, .wcPopup-content span.wcEmoticon.bg-emot_02_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_014, .wcPopup-content span.wcEmoticon.bg-emot_02_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_015, .wcPopup-content span.wcEmoticon.bg-emot_02_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_016, .wcPopup-content span.wcEmoticon.bg-emot_02_64_016 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_017, .wcPopup-content span.wcEmoticon.bg-emot_02_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_018, .wcPopup-content span.wcEmoticon.bg-emot_02_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_019, .wcPopup-content span.wcEmoticon.bg-emot_02_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_020, .wcPopup-content span.wcEmoticon.bg-emot_02_64_020 {
	width: 63px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_021, .wcPopup-content span.wcEmoticon.bg-emot_02_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_022, .wcPopup-content span.wcEmoticon.bg-emot_02_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_023, .wcPopup-content span.wcEmoticon.bg-emot_02_64_023 {
	width: 54px;
	height: 66px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -260px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_024, .wcPopup-content span.wcEmoticon.bg-emot_02_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_025, .wcPopup-content span.wcEmoticon.bg-emot_02_64_025 {
	width: 58px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_026, .wcPopup-content span.wcEmoticon.bg-emot_02_64_026 {
	width: 58px;
	height: 62px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_027, .wcPopup-content span.wcEmoticon.bg-emot_02_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_028, .wcPopup-content span.wcEmoticon.bg-emot_02_64_028 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_029, .wcPopup-content span.wcEmoticon.bg-emot_02_64_029 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_030, .wcPopup-content span.wcEmoticon.bg-emot_02_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_031, .wcPopup-content span.wcEmoticon.bg-emot_02_64_031 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_032, .wcPopup-content span.wcEmoticon.bg-emot_02_64_032 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_033, .wcPopup-content span.wcEmoticon.bg-emot_02_64_033 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_034, .wcPopup-content span.wcEmoticon.bg-emot_02_64_034 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_035, .wcPopup-content span.wcEmoticon.bg-emot_02_64_035 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_036, .wcPopup-content span.wcEmoticon.bg-emot_02_64_036 {
	width: 60px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -598px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_037, .wcPopup-content span.wcEmoticon.bg-emot_02_64_037 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_038, .wcPopup-content span.wcEmoticon.bg-emot_02_64_038 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -178px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_039, .wcPopup-content span.wcEmoticon.bg-emot_02_64_039 {
	width: 64px;
	height: 56px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -261px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_040, .wcPopup-content span.wcEmoticon.bg-emot_02_64_040 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -262px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_041, .wcPopup-content span.wcEmoticon.bg-emot_02_64_041 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -346px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_042, .wcPopup-content span.wcEmoticon.bg-emot_02_64_042 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -430px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_043, .wcPopup-content span.wcEmoticon.bg-emot_02_64_043 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_044, .wcPopup-content span.wcEmoticon.bg-emot_02_64_044 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_045, .wcPopup-content span.wcEmoticon.bg-emot_02_64_045 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_046, .wcPopup-content span.wcEmoticon.bg-emot_02_64_046 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_047, .wcPopup-content span.wcEmoticon.bg-emot_02_64_047 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_048, .wcPopup-content span.wcEmoticon.bg-emot_02_64_048 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -514px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_049, .wcPopup-content span.wcEmoticon.bg-emot_02_64_049 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -10px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_049.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_049.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_050, .wcPopup-content span.wcEmoticon.bg-emot_02_64_050 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_64.png") -94px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_64_050.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_64_050.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_001, .wcPopup-content span.wcEmoticon.bg-emot_02_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -188px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_002, .wcPopup-content span.wcEmoticon.bg-emot_02_128_002 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -188px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_003, .wcPopup-content span.wcEmoticon.bg-emot_02_128_003 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_004, .wcPopup-content span.wcEmoticon.bg-emot_02_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_005, .wcPopup-content span.wcEmoticon.bg-emot_02_128_005 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -344px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_006, .wcPopup-content span.wcEmoticon.bg-emot_02_128_006 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -344px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_007, .wcPopup-content span.wcEmoticon.bg-emot_02_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -344px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_008, .wcPopup-content span.wcEmoticon.bg-emot_02_128_008 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -344px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_009, .wcPopup-content span.wcEmoticon.bg-emot_02_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_010, .wcPopup-content span.wcEmoticon.bg-emot_02_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_011, .wcPopup-content span.wcEmoticon.bg-emot_02_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_012, .wcPopup-content span.wcEmoticon.bg-emot_02_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -492px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_013, .wcPopup-content span.wcEmoticon.bg-emot_02_128_013 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -492px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_014, .wcPopup-content span.wcEmoticon.bg-emot_02_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -492px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_015, .wcPopup-content span.wcEmoticon.bg-emot_02_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -492px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_016, .wcPopup-content span.wcEmoticon.bg-emot_02_128_016 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -492px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_017, .wcPopup-content span.wcEmoticon.bg-emot_02_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_018, .wcPopup-content span.wcEmoticon.bg-emot_02_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_019, .wcPopup-content span.wcEmoticon.bg-emot_02_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_020, .wcPopup-content span.wcEmoticon.bg-emot_02_128_020 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_021, .wcPopup-content span.wcEmoticon.bg-emot_02_128_021 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -640px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_022, .wcPopup-content span.wcEmoticon.bg-emot_02_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -640px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_023, .wcPopup-content span.wcEmoticon.bg-emot_02_128_023 {
	width: 128px;
	height: 158px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_024, .wcPopup-content span.wcEmoticon.bg-emot_02_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -640px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_025, .wcPopup-content span.wcEmoticon.bg-emot_02_128_025 {
	width: 128px;
	height: 140px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_026, .wcPopup-content span.wcEmoticon.bg-emot_02_128_026 {
	width: 128px;
	height: 137px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_027, .wcPopup-content span.wcEmoticon.bg-emot_02_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -640px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_028, .wcPopup-content span.wcEmoticon.bg-emot_02_128_028 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -640px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_029, .wcPopup-content span.wcEmoticon.bg-emot_02_128_029 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -640px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_030, .wcPopup-content span.wcEmoticon.bg-emot_02_128_030 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_031, .wcPopup-content span.wcEmoticon.bg-emot_02_128_031 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_032, .wcPopup-content span.wcEmoticon.bg-emot_02_128_032 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_033, .wcPopup-content span.wcEmoticon.bg-emot_02_128_033 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_034, .wcPopup-content span.wcEmoticon.bg-emot_02_128_034 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_035, .wcPopup-content span.wcEmoticon.bg-emot_02_128_035 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -788px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_036, .wcPopup-content span.wcEmoticon.bg-emot_02_128_036 {
	width: 128px;
	height: 136px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -188px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_037, .wcPopup-content span.wcEmoticon.bg-emot_02_128_037 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -788px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_038, .wcPopup-content span.wcEmoticon.bg-emot_02_128_038 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -306px -788px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_039, .wcPopup-content span.wcEmoticon.bg-emot_02_128_039 {
	width: 128px;
	height: 113px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -158px -936px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_040, .wcPopup-content span.wcEmoticon.bg-emot_02_128_040 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -454px -788px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_041, .wcPopup-content span.wcEmoticon.bg-emot_02_128_041 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -602px -788px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_042, .wcPopup-content span.wcEmoticon.bg-emot_02_128_042 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -750px -788px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_043, .wcPopup-content span.wcEmoticon.bg-emot_02_128_043 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -898px -788px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_044, .wcPopup-content span.wcEmoticon.bg-emot_02_128_044 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_045, .wcPopup-content span.wcEmoticon.bg-emot_02_128_045 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_046, .wcPopup-content span.wcEmoticon.bg-emot_02_128_046 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_047, .wcPopup-content span.wcEmoticon.bg-emot_02_128_047 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_048, .wcPopup-content span.wcEmoticon.bg-emot_02_128_048 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_049, .wcPopup-content span.wcEmoticon.bg-emot_02_128_049 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -1046px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_049.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_049.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_050, .wcPopup-content span.wcEmoticon.bg-emot_02_128_050 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_02_128.png") -10px -936px;
}

.wcPopup-content img.wcEmoticon.bg-emot_02_128_050.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_02_128_050.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_001, .wcPopup-content span.wcEmoticon.bg-emot_03_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_002, .wcPopup-content span.wcEmoticon.bg-emot_03_32_002 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_003, .wcPopup-content span.wcEmoticon.bg-emot_03_32_003 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_004, .wcPopup-content span.wcEmoticon.bg-emot_03_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_005, .wcPopup-content span.wcEmoticon.bg-emot_03_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_006, .wcPopup-content span.wcEmoticon.bg-emot_03_32_006 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_007, .wcPopup-content span.wcEmoticon.bg-emot_03_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_008, .wcPopup-content span.wcEmoticon.bg-emot_03_32_008 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_009, .wcPopup-content span.wcEmoticon.bg-emot_03_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_010, .wcPopup-content span.wcEmoticon.bg-emot_03_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_011, .wcPopup-content span.wcEmoticon.bg-emot_03_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_012, .wcPopup-content span.wcEmoticon.bg-emot_03_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_013, .wcPopup-content span.wcEmoticon.bg-emot_03_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_014, .wcPopup-content span.wcEmoticon.bg-emot_03_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_015, .wcPopup-content span.wcEmoticon.bg-emot_03_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_016, .wcPopup-content span.wcEmoticon.bg-emot_03_32_016 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_017, .wcPopup-content span.wcEmoticon.bg-emot_03_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_018, .wcPopup-content span.wcEmoticon.bg-emot_03_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_019, .wcPopup-content span.wcEmoticon.bg-emot_03_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_020, .wcPopup-content span.wcEmoticon.bg-emot_03_32_020 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_021, .wcPopup-content span.wcEmoticon.bg-emot_03_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_022, .wcPopup-content span.wcEmoticon.bg-emot_03_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_023, .wcPopup-content span.wcEmoticon.bg-emot_03_32_023 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_024, .wcPopup-content span.wcEmoticon.bg-emot_03_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_025, .wcPopup-content span.wcEmoticon.bg-emot_03_32_025 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_026, .wcPopup-content span.wcEmoticon.bg-emot_03_32_026 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_027, .wcPopup-content span.wcEmoticon.bg-emot_03_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_028, .wcPopup-content span.wcEmoticon.bg-emot_03_32_028 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_029, .wcPopup-content span.wcEmoticon.bg-emot_03_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_030, .wcPopup-content span.wcEmoticon.bg-emot_03_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_031, .wcPopup-content span.wcEmoticon.bg-emot_03_32_031 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_032, .wcPopup-content span.wcEmoticon.bg-emot_03_32_032 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_033, .wcPopup-content span.wcEmoticon.bg-emot_03_32_033 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_034, .wcPopup-content span.wcEmoticon.bg-emot_03_32_034 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_035, .wcPopup-content span.wcEmoticon.bg-emot_03_32_035 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_036, .wcPopup-content span.wcEmoticon.bg-emot_03_32_036 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_037, .wcPopup-content span.wcEmoticon.bg-emot_03_32_037 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_038, .wcPopup-content span.wcEmoticon.bg-emot_03_32_038 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_039, .wcPopup-content span.wcEmoticon.bg-emot_03_32_039 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_040, .wcPopup-content span.wcEmoticon.bg-emot_03_32_040 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_041, .wcPopup-content span.wcEmoticon.bg-emot_03_32_041 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_042, .wcPopup-content span.wcEmoticon.bg-emot_03_32_042 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -322px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_043, .wcPopup-content span.wcEmoticon.bg-emot_03_32_043 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -10px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_044, .wcPopup-content span.wcEmoticon.bg-emot_03_32_044 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -62px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_045, .wcPopup-content span.wcEmoticon.bg-emot_03_32_045 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -114px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_046, .wcPopup-content span.wcEmoticon.bg-emot_03_32_046 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -166px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_047, .wcPopup-content span.wcEmoticon.bg-emot_03_32_047 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -218px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_048, .wcPopup-content span.wcEmoticon.bg-emot_03_32_048 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_32.png") -270px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_32_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_32_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_001, .wcPopup-content span.wcEmoticon.bg-emot_03_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_002, .wcPopup-content span.wcEmoticon.bg-emot_03_64_002 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_003, .wcPopup-content span.wcEmoticon.bg-emot_03_64_003 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_004, .wcPopup-content span.wcEmoticon.bg-emot_03_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_005, .wcPopup-content span.wcEmoticon.bg-emot_03_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_006, .wcPopup-content span.wcEmoticon.bg-emot_03_64_006 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_007, .wcPopup-content span.wcEmoticon.bg-emot_03_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_008, .wcPopup-content span.wcEmoticon.bg-emot_03_64_008 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_009, .wcPopup-content span.wcEmoticon.bg-emot_03_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_010, .wcPopup-content span.wcEmoticon.bg-emot_03_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_011, .wcPopup-content span.wcEmoticon.bg-emot_03_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_012, .wcPopup-content span.wcEmoticon.bg-emot_03_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_013, .wcPopup-content span.wcEmoticon.bg-emot_03_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_014, .wcPopup-content span.wcEmoticon.bg-emot_03_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_015, .wcPopup-content span.wcEmoticon.bg-emot_03_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_016, .wcPopup-content span.wcEmoticon.bg-emot_03_64_016 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_017, .wcPopup-content span.wcEmoticon.bg-emot_03_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_018, .wcPopup-content span.wcEmoticon.bg-emot_03_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_019, .wcPopup-content span.wcEmoticon.bg-emot_03_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_020, .wcPopup-content span.wcEmoticon.bg-emot_03_64_020 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_021, .wcPopup-content span.wcEmoticon.bg-emot_03_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_022, .wcPopup-content span.wcEmoticon.bg-emot_03_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_023, .wcPopup-content span.wcEmoticon.bg-emot_03_64_023 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_024, .wcPopup-content span.wcEmoticon.bg-emot_03_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_025, .wcPopup-content span.wcEmoticon.bg-emot_03_64_025 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_026, .wcPopup-content span.wcEmoticon.bg-emot_03_64_026 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_027, .wcPopup-content span.wcEmoticon.bg-emot_03_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_028, .wcPopup-content span.wcEmoticon.bg-emot_03_64_028 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_029, .wcPopup-content span.wcEmoticon.bg-emot_03_64_029 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_030, .wcPopup-content span.wcEmoticon.bg-emot_03_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_031, .wcPopup-content span.wcEmoticon.bg-emot_03_64_031 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_032, .wcPopup-content span.wcEmoticon.bg-emot_03_64_032 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_033, .wcPopup-content span.wcEmoticon.bg-emot_03_64_033 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_034, .wcPopup-content span.wcEmoticon.bg-emot_03_64_034 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_035, .wcPopup-content span.wcEmoticon.bg-emot_03_64_035 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_036, .wcPopup-content span.wcEmoticon.bg-emot_03_64_036 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_037, .wcPopup-content span.wcEmoticon.bg-emot_03_64_037 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_038, .wcPopup-content span.wcEmoticon.bg-emot_03_64_038 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_039, .wcPopup-content span.wcEmoticon.bg-emot_03_64_039 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_040, .wcPopup-content span.wcEmoticon.bg-emot_03_64_040 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_041, .wcPopup-content span.wcEmoticon.bg-emot_03_64_041 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_042, .wcPopup-content span.wcEmoticon.bg-emot_03_64_042 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -514px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_043, .wcPopup-content span.wcEmoticon.bg-emot_03_64_043 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -10px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_044, .wcPopup-content span.wcEmoticon.bg-emot_03_64_044 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -94px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_045, .wcPopup-content span.wcEmoticon.bg-emot_03_64_045 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -178px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_046, .wcPopup-content span.wcEmoticon.bg-emot_03_64_046 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -262px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_047, .wcPopup-content span.wcEmoticon.bg-emot_03_64_047 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -346px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_048, .wcPopup-content span.wcEmoticon.bg-emot_03_64_048 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_64.png") -430px -514px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_64_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_64_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_001, .wcPopup-content span.wcEmoticon.bg-emot_03_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_002, .wcPopup-content span.wcEmoticon.bg-emot_03_128_002 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_003, .wcPopup-content span.wcEmoticon.bg-emot_03_128_003 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_004, .wcPopup-content span.wcEmoticon.bg-emot_03_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_005, .wcPopup-content span.wcEmoticon.bg-emot_03_128_005 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_006, .wcPopup-content span.wcEmoticon.bg-emot_03_128_006 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_007, .wcPopup-content span.wcEmoticon.bg-emot_03_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_008, .wcPopup-content span.wcEmoticon.bg-emot_03_128_008 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_009, .wcPopup-content span.wcEmoticon.bg-emot_03_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_010, .wcPopup-content span.wcEmoticon.bg-emot_03_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_011, .wcPopup-content span.wcEmoticon.bg-emot_03_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_012, .wcPopup-content span.wcEmoticon.bg-emot_03_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_013, .wcPopup-content span.wcEmoticon.bg-emot_03_128_013 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_014, .wcPopup-content span.wcEmoticon.bg-emot_03_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_015, .wcPopup-content span.wcEmoticon.bg-emot_03_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_016, .wcPopup-content span.wcEmoticon.bg-emot_03_128_016 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_017, .wcPopup-content span.wcEmoticon.bg-emot_03_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_018, .wcPopup-content span.wcEmoticon.bg-emot_03_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_019, .wcPopup-content span.wcEmoticon.bg-emot_03_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_020, .wcPopup-content span.wcEmoticon.bg-emot_03_128_020 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_021, .wcPopup-content span.wcEmoticon.bg-emot_03_128_021 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_022, .wcPopup-content span.wcEmoticon.bg-emot_03_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_023, .wcPopup-content span.wcEmoticon.bg-emot_03_128_023 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_024, .wcPopup-content span.wcEmoticon.bg-emot_03_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_025, .wcPopup-content span.wcEmoticon.bg-emot_03_128_025 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_026, .wcPopup-content span.wcEmoticon.bg-emot_03_128_026 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_027, .wcPopup-content span.wcEmoticon.bg-emot_03_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_028, .wcPopup-content span.wcEmoticon.bg-emot_03_128_028 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_029, .wcPopup-content span.wcEmoticon.bg-emot_03_128_029 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_030, .wcPopup-content span.wcEmoticon.bg-emot_03_128_030 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_031, .wcPopup-content span.wcEmoticon.bg-emot_03_128_031 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_032, .wcPopup-content span.wcEmoticon.bg-emot_03_128_032 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_033, .wcPopup-content span.wcEmoticon.bg-emot_03_128_033 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_034, .wcPopup-content span.wcEmoticon.bg-emot_03_128_034 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_035, .wcPopup-content span.wcEmoticon.bg-emot_03_128_035 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_036, .wcPopup-content span.wcEmoticon.bg-emot_03_128_036 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_037, .wcPopup-content span.wcEmoticon.bg-emot_03_128_037 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_038, .wcPopup-content span.wcEmoticon.bg-emot_03_128_038 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_039, .wcPopup-content span.wcEmoticon.bg-emot_03_128_039 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_040, .wcPopup-content span.wcEmoticon.bg-emot_03_128_040 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_041, .wcPopup-content span.wcEmoticon.bg-emot_03_128_041 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_042, .wcPopup-content span.wcEmoticon.bg-emot_03_128_042 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -898px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_043, .wcPopup-content span.wcEmoticon.bg-emot_03_128_043 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -10px -898px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_044, .wcPopup-content span.wcEmoticon.bg-emot_03_128_044 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -158px -898px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_045, .wcPopup-content span.wcEmoticon.bg-emot_03_128_045 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -306px -898px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_046, .wcPopup-content span.wcEmoticon.bg-emot_03_128_046 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -454px -898px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_047, .wcPopup-content span.wcEmoticon.bg-emot_03_128_047 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -602px -898px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_048, .wcPopup-content span.wcEmoticon.bg-emot_03_128_048 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_03_128.png") -750px -898px;
}

.wcPopup-content img.wcEmoticon.bg-emot_03_128_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_03_128_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_001, .wcPopup-content span.wcEmoticon.bg-emot_04_32_001 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_002, .wcPopup-content span.wcEmoticon.bg-emot_04_32_002 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_003, .wcPopup-content span.wcEmoticon.bg-emot_04_32_003 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_004, .wcPopup-content span.wcEmoticon.bg-emot_04_32_004 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_005, .wcPopup-content span.wcEmoticon.bg-emot_04_32_005 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_006, .wcPopup-content span.wcEmoticon.bg-emot_04_32_006 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_007, .wcPopup-content span.wcEmoticon.bg-emot_04_32_007 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_008, .wcPopup-content span.wcEmoticon.bg-emot_04_32_008 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_009, .wcPopup-content span.wcEmoticon.bg-emot_04_32_009 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_010, .wcPopup-content span.wcEmoticon.bg-emot_04_32_010 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_011, .wcPopup-content span.wcEmoticon.bg-emot_04_32_011 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_012, .wcPopup-content span.wcEmoticon.bg-emot_04_32_012 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_013, .wcPopup-content span.wcEmoticon.bg-emot_04_32_013 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_014, .wcPopup-content span.wcEmoticon.bg-emot_04_32_014 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_015, .wcPopup-content span.wcEmoticon.bg-emot_04_32_015 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_016, .wcPopup-content span.wcEmoticon.bg-emot_04_32_016 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_017, .wcPopup-content span.wcEmoticon.bg-emot_04_32_017 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_018, .wcPopup-content span.wcEmoticon.bg-emot_04_32_018 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_019, .wcPopup-content span.wcEmoticon.bg-emot_04_32_019 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_020, .wcPopup-content span.wcEmoticon.bg-emot_04_32_020 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_021, .wcPopup-content span.wcEmoticon.bg-emot_04_32_021 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_022, .wcPopup-content span.wcEmoticon.bg-emot_04_32_022 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_023, .wcPopup-content span.wcEmoticon.bg-emot_04_32_023 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_024, .wcPopup-content span.wcEmoticon.bg-emot_04_32_024 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_025, .wcPopup-content span.wcEmoticon.bg-emot_04_32_025 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_026, .wcPopup-content span.wcEmoticon.bg-emot_04_32_026 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_027, .wcPopup-content span.wcEmoticon.bg-emot_04_32_027 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_028, .wcPopup-content span.wcEmoticon.bg-emot_04_32_028 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_029, .wcPopup-content span.wcEmoticon.bg-emot_04_32_029 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_030, .wcPopup-content span.wcEmoticon.bg-emot_04_32_030 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_031, .wcPopup-content span.wcEmoticon.bg-emot_04_32_031 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_032, .wcPopup-content span.wcEmoticon.bg-emot_04_32_032 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_033, .wcPopup-content span.wcEmoticon.bg-emot_04_32_033 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_034, .wcPopup-content span.wcEmoticon.bg-emot_04_32_034 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_035, .wcPopup-content span.wcEmoticon.bg-emot_04_32_035 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_036, .wcPopup-content span.wcEmoticon.bg-emot_04_32_036 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_037, .wcPopup-content span.wcEmoticon.bg-emot_04_32_037 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_038, .wcPopup-content span.wcEmoticon.bg-emot_04_32_038 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -62px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_039, .wcPopup-content span.wcEmoticon.bg-emot_04_32_039 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -114px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_040, .wcPopup-content span.wcEmoticon.bg-emot_04_32_040 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -166px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_041, .wcPopup-content span.wcEmoticon.bg-emot_04_32_041 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -218px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_042, .wcPopup-content span.wcEmoticon.bg-emot_04_32_042 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -270px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_043, .wcPopup-content span.wcEmoticon.bg-emot_04_32_043 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -10px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_044, .wcPopup-content span.wcEmoticon.bg-emot_04_32_044 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -62px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_045, .wcPopup-content span.wcEmoticon.bg-emot_04_32_045 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -114px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_046, .wcPopup-content span.wcEmoticon.bg-emot_04_32_046 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -166px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_047, .wcPopup-content span.wcEmoticon.bg-emot_04_32_047 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -218px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_048, .wcPopup-content span.wcEmoticon.bg-emot_04_32_048 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -270px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_049, .wcPopup-content span.wcEmoticon.bg-emot_04_32_049 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -322px -322px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_049.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_049.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_050, .wcPopup-content span.wcEmoticon.bg-emot_04_32_050 {
	width: 32px;
	height: 32px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_32.png") -374px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_32_050.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_32_050.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_001, .wcPopup-content span.wcEmoticon.bg-emot_04_64_001 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -95px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_002, .wcPopup-content span.wcEmoticon.bg-emot_04_64_002 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -95px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_003, .wcPopup-content span.wcEmoticon.bg-emot_04_64_003 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -95px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_004, .wcPopup-content span.wcEmoticon.bg-emot_04_64_004 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_005, .wcPopup-content span.wcEmoticon.bg-emot_04_64_005 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_006, .wcPopup-content span.wcEmoticon.bg-emot_04_64_006 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -179px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_007, .wcPopup-content span.wcEmoticon.bg-emot_04_64_007 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -179px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_008, .wcPopup-content span.wcEmoticon.bg-emot_04_64_008 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -179px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_009, .wcPopup-content span.wcEmoticon.bg-emot_04_64_009 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -179px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_010, .wcPopup-content span.wcEmoticon.bg-emot_04_64_010 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_011, .wcPopup-content span.wcEmoticon.bg-emot_04_64_011 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_012, .wcPopup-content span.wcEmoticon.bg-emot_04_64_012 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_013, .wcPopup-content span.wcEmoticon.bg-emot_04_64_013 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -263px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_014, .wcPopup-content span.wcEmoticon.bg-emot_04_64_014 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -263px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_015, .wcPopup-content span.wcEmoticon.bg-emot_04_64_015 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -263px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_016, .wcPopup-content span.wcEmoticon.bg-emot_04_64_016 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -263px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_017, .wcPopup-content span.wcEmoticon.bg-emot_04_64_017 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -263px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_018, .wcPopup-content span.wcEmoticon.bg-emot_04_64_018 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_019, .wcPopup-content span.wcEmoticon.bg-emot_04_64_019 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_020, .wcPopup-content span.wcEmoticon.bg-emot_04_64_020 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_021, .wcPopup-content span.wcEmoticon.bg-emot_04_64_021 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_022, .wcPopup-content span.wcEmoticon.bg-emot_04_64_022 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -347px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_023, .wcPopup-content span.wcEmoticon.bg-emot_04_64_023 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -347px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_024, .wcPopup-content span.wcEmoticon.bg-emot_04_64_024 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -347px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_025, .wcPopup-content span.wcEmoticon.bg-emot_04_64_025 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -347px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_026, .wcPopup-content span.wcEmoticon.bg-emot_04_64_026 {
	width: 64px;
	height: 65px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_027, .wcPopup-content span.wcEmoticon.bg-emot_04_64_027 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -347px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_028, .wcPopup-content span.wcEmoticon.bg-emot_04_64_028 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -347px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_029, .wcPopup-content span.wcEmoticon.bg-emot_04_64_029 {
	width: 64px;
	height: 65px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_030, .wcPopup-content span.wcEmoticon.bg-emot_04_64_030 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_031, .wcPopup-content span.wcEmoticon.bg-emot_04_64_031 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_032, .wcPopup-content span.wcEmoticon.bg-emot_04_64_032 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_033, .wcPopup-content span.wcEmoticon.bg-emot_04_64_033 {
	width: 64px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -515px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_034, .wcPopup-content span.wcEmoticon.bg-emot_04_64_034 {
	width: 64px;
	height: 63px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -515px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_035, .wcPopup-content span.wcEmoticon.bg-emot_04_64_035 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_036, .wcPopup-content span.wcEmoticon.bg-emot_04_64_036 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_037, .wcPopup-content span.wcEmoticon.bg-emot_04_64_037 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -10px -431px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_038, .wcPopup-content span.wcEmoticon.bg-emot_04_64_038 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -94px -431px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_039, .wcPopup-content span.wcEmoticon.bg-emot_04_64_039 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -431px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_040, .wcPopup-content span.wcEmoticon.bg-emot_04_64_040 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -262px -431px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_041, .wcPopup-content span.wcEmoticon.bg-emot_04_64_041 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -346px -431px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_042, .wcPopup-content span.wcEmoticon.bg-emot_04_64_042 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -430px -431px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_043, .wcPopup-content span.wcEmoticon.bg-emot_04_64_043 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -514px -431px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_044, .wcPopup-content span.wcEmoticon.bg-emot_04_64_044 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_045, .wcPopup-content span.wcEmoticon.bg-emot_04_64_045 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -94px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_046, .wcPopup-content span.wcEmoticon.bg-emot_04_64_046 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -178px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_047, .wcPopup-content span.wcEmoticon.bg-emot_04_64_047 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -262px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_048, .wcPopup-content span.wcEmoticon.bg-emot_04_64_048 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -346px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_049, .wcPopup-content span.wcEmoticon.bg-emot_04_64_049 {
	width: 64px;
	height: 64px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -598px -430px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_049.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_049.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_050, .wcPopup-content span.wcEmoticon.bg-emot_04_64_050 {
	width: 64px;
	height: 65px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_64.png") -178px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_64_050.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_64_050.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_001, .wcPopup-content span.wcEmoticon.bg-emot_04_128_001 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -159px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_001.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_001.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_002, .wcPopup-content span.wcEmoticon.bg-emot_04_128_002 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -159px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_002.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_002.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_003, .wcPopup-content span.wcEmoticon.bg-emot_04_128_003 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -159px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_003.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_003.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_004, .wcPopup-content span.wcEmoticon.bg-emot_04_128_004 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_004.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_004.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_005, .wcPopup-content span.wcEmoticon.bg-emot_04_128_005 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_005.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_005.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_006, .wcPopup-content span.wcEmoticon.bg-emot_04_128_006 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -307px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_006.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_006.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_007, .wcPopup-content span.wcEmoticon.bg-emot_04_128_007 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -307px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_007.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_007.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_008, .wcPopup-content span.wcEmoticon.bg-emot_04_128_008 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -307px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_008.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_008.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_009, .wcPopup-content span.wcEmoticon.bg-emot_04_128_009 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -307px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_009.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_009.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_010, .wcPopup-content span.wcEmoticon.bg-emot_04_128_010 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_010.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_010.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_011, .wcPopup-content span.wcEmoticon.bg-emot_04_128_011 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_011.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_011.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_012, .wcPopup-content span.wcEmoticon.bg-emot_04_128_012 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_012.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_012.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_013, .wcPopup-content span.wcEmoticon.bg-emot_04_128_013 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -455px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_013.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_013.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_014, .wcPopup-content span.wcEmoticon.bg-emot_04_128_014 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -455px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_014.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_014.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_015, .wcPopup-content span.wcEmoticon.bg-emot_04_128_015 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -455px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_015.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_015.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_016, .wcPopup-content span.wcEmoticon.bg-emot_04_128_016 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -455px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_016.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_016.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_017, .wcPopup-content span.wcEmoticon.bg-emot_04_128_017 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -455px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_017.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_017.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_018, .wcPopup-content span.wcEmoticon.bg-emot_04_128_018 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_018.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_018.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_019, .wcPopup-content span.wcEmoticon.bg-emot_04_128_019 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_019.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_019.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_020, .wcPopup-content span.wcEmoticon.bg-emot_04_128_020 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_020.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_020.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_021, .wcPopup-content span.wcEmoticon.bg-emot_04_128_021 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_021.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_021.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_022, .wcPopup-content span.wcEmoticon.bg-emot_04_128_022 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -603px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_022.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_022.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_023, .wcPopup-content span.wcEmoticon.bg-emot_04_128_023 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -603px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_023.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_023.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_024, .wcPopup-content span.wcEmoticon.bg-emot_04_128_024 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -603px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_024.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_024.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_025, .wcPopup-content span.wcEmoticon.bg-emot_04_128_025 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -603px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_025.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_025.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_026, .wcPopup-content span.wcEmoticon.bg-emot_04_128_026 {
	width: 128px;
	height: 129px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_026.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_026.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_027, .wcPopup-content span.wcEmoticon.bg-emot_04_128_027 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -603px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_027.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_027.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_028, .wcPopup-content span.wcEmoticon.bg-emot_04_128_028 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -603px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_028.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_028.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_029, .wcPopup-content span.wcEmoticon.bg-emot_04_128_029 {
	width: 128px;
	height: 129px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_029.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_029.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_030, .wcPopup-content span.wcEmoticon.bg-emot_04_128_030 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_030.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_030.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_031, .wcPopup-content span.wcEmoticon.bg-emot_04_128_031 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_031.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_031.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_032, .wcPopup-content span.wcEmoticon.bg-emot_04_128_032 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_032.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_032.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_033, .wcPopup-content span.wcEmoticon.bg-emot_04_128_033 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_033.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_033.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_034, .wcPopup-content span.wcEmoticon.bg-emot_04_128_034 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_034.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_034.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_035, .wcPopup-content span.wcEmoticon.bg-emot_04_128_035 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -751px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_035.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_035.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_036, .wcPopup-content span.wcEmoticon.bg-emot_04_128_036 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -751px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_036.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_036.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_037, .wcPopup-content span.wcEmoticon.bg-emot_04_128_037 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -751px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_037.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_037.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_038, .wcPopup-content span.wcEmoticon.bg-emot_04_128_038 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -454px -751px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_038.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_038.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_040, .wcPopup-content span.wcEmoticon.bg-emot_04_128_040 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -602px -751px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_040.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_040.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_039, .wcPopup-content span.wcEmoticon.bg-emot_04_128_039 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -750px -751px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_039.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_039.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_041, .wcPopup-content span.wcEmoticon.bg-emot_04_128_041 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -898px -751px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_041.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_041.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_042, .wcPopup-content span.wcEmoticon.bg-emot_04_128_042 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_042.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_042.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_043, .wcPopup-content span.wcEmoticon.bg-emot_04_128_043 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -158px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_043.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_043.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_044, .wcPopup-content span.wcEmoticon.bg-emot_04_128_044 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -306px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_044.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_044.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_045, .wcPopup-content span.wcEmoticon.bg-emot_04_128_045 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -454px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_045.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_045.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_046, .wcPopup-content span.wcEmoticon.bg-emot_04_128_046 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -602px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_046.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_046.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_047, .wcPopup-content span.wcEmoticon.bg-emot_04_128_047 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -1046px -750px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_047.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_047.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_048, .wcPopup-content span.wcEmoticon.bg-emot_04_128_048 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -10px -899px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_048.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_048.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_049, .wcPopup-content span.wcEmoticon.bg-emot_04_128_049 {
	width: 128px;
	height: 128px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -158px -899px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_049.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_049.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_050, .wcPopup-content span.wcEmoticon.bg-emot_04_128_050 {
	width: 128px;
	height: 129px;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/optimized/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/emoticons/emots_04_128.png") -306px -10px;
}

.wcPopup-content img.wcEmoticon.bg-emot_04_128_050.nitro-lazy, .wcPopup-content span.wcEmoticon.bg-emot_04_128_050.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content .wcReactionsButtons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 2px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	text-decoration: none;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionButtonActive span {
	font-weight: 700;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton img {
	margin-right: 2px;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton:not(:last-child) {
	margin-right: 8px;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLike img {
	padding-bottom: 2px;
	height: .8rem;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLove img {
	height: .8rem;
}

.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionSad img {
	height: .8rem;
}

.wcPopup-content .wcReactionsButtons .wcTime {
	margin-left: 10px;
}

.wcPopup-content .wcReactionsCounters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px;
}

.wcPopup-content .wcReactionsCounters .wcReactionCounter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcPopup-content .wcReactionsCounters .wcReactionCounter>span {
	padding-right: 1px;
	font-size: .9em;
}

.wcPopup-content .wcReactionsCounters .wcReactionCounter:not(:last-child) {
	margin-right: 3px;
}

.wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionLike img {
	padding-bottom: 4px;
	height: .8rem;
}

.wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionLove img {
	padding-bottom: 1px;
	height: .8rem;
}

.wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionSad img {
	padding-bottom: 1px;
	height: .8rem;
}

.wcPopup-content .wcReactionsCounters+.wcReactionsButtons {
	margin-top: 0;
}

.wcPopup-content .wcTenor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wcPopup-content .wcTenor .wcTenorPowered {
	color: #888 !important;
}

.wcPopup-content .wcTenor .wcTenorSearch {
	margin: 0;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/search.svg");
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	background-position: 10px center;
	padding-left: 25px;
}

.wcPopup-content .wcTenor .wcTenorSearch.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content .wcTenor .wcTenorSearch input {
	width: 100%;
	border: none;
	outline: 0;
	margin-right: 15px;
	line-height: 1em;
}

.wcPopup-content .wcTenor .wcTenorSearch .wcClear {
	width: 35px;
	height: 35px;
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg");
	background-position: 50%;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.wcPopup-content .wcTenor .wcTenorSearch .wcClear.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content .wcTenor .wcTenorResults {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 2px;
}

.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn {
	width: 50%;
}

.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn a {
	color: inherit;
}

.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn img {
	cursor: pointer;
	background-color: #90ee90;
	-webkit-transition: padding 1s;
	transition: padding 1s;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}

.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn img:hover {
	border: none;
	outline: 0;
}

@media only screen and (max-width:576px) {
	.wcPopup-content.wcModal-content {
		width: 95%;
	}
}

@media only screen and (min-width:577px) and (max-width:1150px) {
	.wcPopup-content.wcModal-content.wcModal-sm-content {
		width: 300px;
	}
	
	.wcPopup-content.wcModal-content.wcModal-md-content {
		width: 500px;
	}
	
	.wcPopup-content.wcModal-content.wcModal-lg-content, .wcPopup-content.wcModal-content.wcModal-xl-content {
		width: 95%;
	}
}

@media only screen and (min-width:1151px) {
	.wcPopup-content.wcModal-content.wcModal-sm-content {
		width: 300px;
	}
	
	.wcPopup-content.wcModal-content.wcModal-md-content {
		width: 500px;
	}
	
	.wcPopup-content.wcModal-content.wcModal-lg-content {
		width: 800px;
	}
	
	.wcPopup-content.wcModal-content.wcModal-xl-content {
		width: 1140px;
	}
}

.wcPopup-content.wcModal-content .wcModalContent {
	padding: 10px;
}

.wcPopup-content.wcModal-content .wcModalContent .wcHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
}

.wcPopup-content.wcModal-content .wcModalContent .wcHeader>* {
	font-size: 1.3em;
}

.wcPopup-content.wcModal-content .wcModalContent .wcHeader .wcCloseButton, .wcPopup-content.wcModal-content .wcModalContent .wcHeader .wcCloseButton:active, .wcPopup-content.wcModal-content .wcModalContent .wcHeader .wcCloseButton:focus {
	font-size: 2em;
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.wcPopup-content.wcModal-content .wcModalContent .wcFooter {
	margin-top: 10px;
	text-align: right;
}

.wcPopup-content.wcModal-content .wcModalContent .wcFooter :not(:last-child) {
	margin-right: 5px;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest {
	text-align: center;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcAvatar {
	border-radius: 5px;
	max-height: 150px;
	max-width: 150px;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcStreamCaller {
	font-size: 1.5em;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcStreamIncomingText {
	margin-top: 15px;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton {
	outline: 0;
	padding-top: 50px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 55px;
	min-width: 55px;
	text-align: center;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcDeclineButton {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video-decline.svg");
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcDeclineButton.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcAcceptButton {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/video-calls/video-accept.svg");
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcAcceptButton.nitro-lazy {
	background-image: none !important;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton:not(:last-child) {
	margin-right: 20px;
}

.wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton:active, .wcPopup-content.wcModal-content .wcModalContent.wcStreamVideoConfirmation-content .wcFooter .wcButton:focus {
	text-decoration: none;
}

[role=tooltip].wcActionsPopup-content {
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
}

[role=tooltip].wcActionsPopup-content .wcActions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcAction {
	padding: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	font-size: .9%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcAction:hover {
	background-color: #dfdfdf;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcAction:focus {
	outline: 0;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcAction:not(:last-child) {
	margin-right: 7px;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcApprove {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/approve.svg") no-repeat 50%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcApprove.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg") no-repeat 50%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcDelete.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcEdit {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/edit.svg") no-repeat 50%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcEdit.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcMute {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/mute.svg") no-repeat 50%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcMute.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcBan {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/ban.svg") no-repeat 50%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcBan.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcSpam {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/spam.svg") no-repeat 50%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcSpam.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcReply {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/reply.svg") no-repeat 50%;
}

[role=tooltip].wcActionsPopup-content .wcActions .wcReply.nitro-lazy {
	background-image: none !important;
}

.wcPopup-overlay.wcEmoticonsPopup-overlay {
	background: 0 0;
}

.wcEmoticonsPopup-content {
	background-color: #f7f7f7;
	height: 280px;
	text-align: center;
	padding: 10px 5px;
}

.wcEmoticonsPopup-content .wcAddonsLibrary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 7px;
}

.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .4;
}

.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton:not(:last-child) {
	margin-right: 5px;
}

.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcCategoryButtonActive, .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton:hover {
	opacity: 1;
}

.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategory {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcEmoticonsPopup-content .wcCategory.wcCategoryEmoticons a {
	display: inline-block;
	border: none;
	line-height: 28px;
	border-radius: 50%;
	text-decoration: none;
	outline: 0;
}

.wcEmoticonsPopup-content .wcCategory.wcCategoryEmoticons a img {
	border: none;
	border-radius: 0;
	margin: 3px;
	padding: 0;
	max-width: 28px;
}

[role=tooltip].wcColorsPopup-content {
	background-color: #f7f7f7;
	width: 220px;
	height: 157px;
	text-align: center;
	padding: 5px 5px;
	line-height: 12px;
	overflow: hidden;
}

[role=tooltip].wcColorsPopup-content a {
	display: inline-block;
	text-decoration: none;
	outline: 0;
	height: 12px;
	width: 12px;
	border: 1px solid #000;
	margin: 2px;
	cursor: pointer;
	line-height: 12px;
	border-radius: 3px;
}

[role=tooltip].wcColorsPopup-content a:hover {
	border-color: #a6a6a6;
}

[role=tooltip].wcInfoWindowPopup-content {
	background-color: #f7f7f7;
	width: 350px;
	height: 170px;
	padding: 5px 5px;
	line-height: 1.1em;
}

[role=tooltip].wcInfoWindowPopup-content .wcContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[role=tooltip].wcInfoWindowPopup-content .wcContent .wcLeft {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

[role=tooltip].wcInfoWindowPopup-content .wcContent .wcLeft img {
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	vertical-align: middle;
	margin-right: 10px;
	max-width: 90px;
}

[role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

[role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight .wcName {
	font-size: 1.1em;
	outline: 0;
}

[role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight .wcDetails {
	margin-top: 5px;
}

[role=tooltip].wcRecentPopup-content {
	background-color: #f7f7f7;
	width: 400px;
	height: 250px;
	padding: 5px 5px;
}

[role=tooltip].wcRecentPopup-content .wcRecentTrigger {
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/recent-chats-inactive.svg") center center no-repeat;
	width: 36px;
	height: 36px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

[role=tooltip].wcRecentPopup-content .wcRecentTrigger.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcRecentPopup-content .wcRecentTrigger.wcOpen {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/recent-chats.svg") center center no-repeat;
}

[role=tooltip].wcRecentPopup-content .wcRecentTrigger.wcOpen.nitro-lazy {
	background-image: none !important;
}

[role=tooltip].wcRecentPopup-content .wcRecentTrigger:hover {
	background-color: #f7f7f7;
}

[role=tooltip].wcRecentPopup-content .wcRecentTrigger span {
	cursor: pointer;
	color: #fff;
	background-color: red;
	font-size: .5em;
	line-height: 1.3em;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 8px;
	min-width: 18px;
	height: 18px;
	padding: 1px 3px;
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}

[role=tooltip].wcRecentPopup-content .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.1em;
	height: 100%;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecentContainer {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcHeader {
	padding: 10px 0 5px 0;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent {
	cursor: pointer;
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent img.wcRecentChatAvatar {
	max-width: 2em;
	margin: 0 10px 2px 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcStatus {
	margin-right: 7px;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	font-weight: 700;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span {
	font-size: .8em;
	color: #a6a6a6;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span:not(:last-child) {
	margin-right: 3px;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText .wcEmoticon, [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText .wcImage {
	max-height: 35px;
	max-width: 35px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcUnread {
	background-color: rgba(0, 193, 121, .05);
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcUnread:hover {
	background-color: rgba(0, 193, 121, .1);
}

[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcRead:hover {
	background-color: #f1f1f1;
}

[role=tooltip].wcRecentPopup-content .wcRecentChats>.wcRecent:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}

[role=tooltip].wcReactionsPopup-content {
	background-color: #f7f7f7;
	width: auto;
	padding: 5px 5px;
}

.wcDebugPopup-content .wcDebugPopupBody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.wcDebugPopup-content .wcDebugPopupBody .wcLogs {
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 1px solid #dfdfdf;
	padding: 5px;
}

.wcDebugPopup-content .wcDebugPopupBody .wcFooter {
	padding-top: 10px;
	text-align: right;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content, [role=tooltip].wcPopup-content.wcLightgrayTheme-content {
	--wc-font-color: #151618;
	--wc-link-color: #00d5ff;
	border-color: #e1e8ed;
	-webkit-box-shadow: 0 0 15px rgba(60, 60, 60, .2);
	box-shadow: 0 0 15px rgba(60, 60, 60, .2);
	border-radius: 15px;
	overflow: hidden;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content, [role=dialog].wcPopup-content.wcLightgrayTheme-content *, [role=tooltip].wcPopup-content.wcLightgrayTheme-content, [role=tooltip].wcPopup-content.wcLightgrayTheme-content * {
	font-family: "Maven Pro", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content a, [role=tooltip].wcPopup-content.wcLightgrayTheme-content a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:active, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:active, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus {
	border-radius: 15px !important;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #00d5ff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#00d5ff), to(#00bdde)) !important;
	background: linear-gradient(to bottom, #00d5ff 0, #00bdde 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d5ff", endColorstr="#00bdde", GradientType=0);
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=password].wcControl, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=text].wcControl, [role=dialog].wcPopup-content.wcLightgrayTheme-content textarea.wcControl, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=password].wcControl, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=text].wcControl, [role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea.wcControl {
	height: 40px;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	color: var(--wc-font-color);
	border-radius: 15px;
	margin: 0;
	outline: 0 none;
	padding: 4px 4px 4px 15px;
	border: none;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=password]:focus.wcControl, [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=text]:focus.wcControl, [role=dialog].wcPopup-content.wcLightgrayTheme-content textarea:focus.wcControl, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=password]:focus.wcControl, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=text]:focus.wcControl, [role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea:focus.wcControl {
	background-color: #fff;
	border: none;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder, [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder, [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder, [role=tooltip].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder, [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content ::placeholder, [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::placeholder {
	color: #66696e;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcSubmit, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcSubmit {
	border-radius: 0 15px 15px 0 !important;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content progress, [role=dialog].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow], [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress, [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar, [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar {
	background: #b8bcc4;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content progress, [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress {
	color: #00d5ff;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar, [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar {
	background: #00d5ff;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value, [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value {
	background: #00d5ff;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before, [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before {
	background: #00d5ff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	[role=dialog].wcPopup-content.wcLightgrayTheme-content * button, [role=dialog].wcPopup-content.wcLightgrayTheme-content * input, [role=dialog].wcPopup-content.wcLightgrayTheme-content * select, [role=dialog].wcPopup-content.wcLightgrayTheme-content * textarea, [role=tooltip].wcPopup-content.wcLightgrayTheme-content * button, [role=tooltip].wcPopup-content.wcLightgrayTheme-content * input, [role=tooltip].wcPopup-content.wcLightgrayTheme-content * select, [role=tooltip].wcPopup-content.wcLightgrayTheme-content * textarea {
		font-size: 16px;
	}
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcErrorBox, [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcBody, [role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcBody {
	background-color: #fff !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcFooter, [role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcFooter, [role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader {
	background: #f1f1f1 !important;
	border: none;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader {
	color: #151618;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader h5, [role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader h5 {
	font-size: 1.1em;
	font-weight: 700;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcFooter .wcButton, [role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcFooter .wcButton {
	color: #151618;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcHeader, [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcHeader {
	font-size: 1.1em;
	font-weight: 700;
	color: #444;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead, [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName, [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	color: #444;
}

.wcActionsPopup-content.wcLightgrayTheme-content {
	border-radius: 15px;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcAction {
	border-color: #b8bcc4;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcAction:hover {
	background-color: rgba(9, 193, 121, .15);
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcApprove {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/approve.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcApprove.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/x.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcEdit {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/edit.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcEdit.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcMute {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/mute.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcMute.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcBan {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/ban.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcBan.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcSpam {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/spam.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcSpam.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcReply {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/lightgray/gfx/reply.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcReply.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcLightgrayTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
	border-radius: 15px;
}

.wcInfoWindowPopup-content.wcLightgrayTheme-content {
	background: #fff !important;
	height: 120px;
}

.wcInfoWindowPopup-content.wcLightgrayTheme-content .wcContent .wcRight .wcName {
	font-size: 1.3em;
	text-decoration: none;
}

.wcRecentEmpty-content.wcLightgrayTheme-content {
	height: 100px;
}

.wcRecentEmpty-content.wcLightgrayTheme-content .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content, [role=tooltip].wcPopup-content.wcColddarkTheme-content {
	--wc-font-color: #cad6e2;
	--wc-form-font-color: #1a212b;
	--wc-link-color: #24b4ff;
	--wc-bg-color: #26323e;
	background-color: #26323e;
	border-color: #2e3b49;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	border-radius: 5px;
	overflow: hidden;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content, [role=dialog].wcPopup-content.wcColddarkTheme-content *, [role=tooltip].wcPopup-content.wcColddarkTheme-content, [role=tooltip].wcPopup-content.wcColddarkTheme-content * {
	font-family: "Maven Pro", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

[role=dialog].wcPopup-content.wcColddarkTheme-content a, [role=tooltip].wcPopup-content.wcColddarkTheme-content a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:active, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:focus, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:active, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus {
	border-radius: 15px !important;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #24b4ff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#24b4ff), to(#0095e2)) !important;
	background: linear-gradient(to bottom, #24b4ff 0, #0095e2 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24b4ff", endColorstr="#0095e2", GradientType=0);
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

[role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:active:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:focus:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:active:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:focus:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:hover {
	background: #57d6ff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#57d6ff), to(#24b4ff)) !important;
	background: linear-gradient(to bottom, #57d6ff 0, #24b4ff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57d6ff", endColorstr="#24b4ff", GradientType=0);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=password].wcControl, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=text].wcControl, [role=dialog].wcPopup-content.wcColddarkTheme-content textarea.wcControl, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=password].wcControl, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=text].wcControl, [role=tooltip].wcPopup-content.wcColddarkTheme-content textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ecf3fb;
	border-radius: 15px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
	color: #1a212b;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=password]:focus.wcControl, [role=dialog].wcPopup-content.wcColddarkTheme-content input[type=text]:focus.wcControl, [role=dialog].wcPopup-content.wcColddarkTheme-content textarea:focus.wcControl, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=password]:focus.wcControl, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=text]:focus.wcControl, [role=tooltip].wcPopup-content.wcColddarkTheme-content textarea:focus.wcControl {
	background-color: #fff;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder, [role=tooltip].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder, [role=tooltip].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder, [role=tooltip].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder, [role=tooltip].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content ::placeholder, [role=tooltip].wcPopup-content.wcColddarkTheme-content ::placeholder {
	color: #465767;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content progress, [role=dialog].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow], [role=tooltip].wcPopup-content.wcColddarkTheme-content progress, [role=tooltip].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow] {
	background: #5c6d7f !important;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar, [role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar {
	background: #5c6d7f;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content progress, [role=tooltip].wcPopup-content.wcColddarkTheme-content progress {
	color: #24b4ff;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar, [role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar {
	background: #24b4ff;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value, [role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value {
	background: #24b4ff;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before, [role=tooltip].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before {
	background: #24b4ff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	[role=dialog].wcPopup-content.wcColddarkTheme-content * button, [role=dialog].wcPopup-content.wcColddarkTheme-content * input, [role=dialog].wcPopup-content.wcColddarkTheme-content * select, [role=dialog].wcPopup-content.wcColddarkTheme-content * textarea, [role=tooltip].wcPopup-content.wcColddarkTheme-content * button, [role=tooltip].wcPopup-content.wcColddarkTheme-content * input, [role=tooltip].wcPopup-content.wcColddarkTheme-content * select, [role=tooltip].wcPopup-content.wcColddarkTheme-content * textarea {
		font-size: 16px;
	}
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcErrorBox, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcErrorBox {
	color: #26323e;
	background-color: #ffe9e9;
	border-radius: 5px;
	border: none;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content *, [role=tooltip].wcPopup-content.wcColddarkTheme-content * {
	color: #cad6e2;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcBody, [role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcBody {
	background-color: #202a35;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #cad6e2;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcFooter, [role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcFooter, [role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader {
	background-color: #1a212b;
	border: none;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader {
	color: #151618;
	border-bottom: 1px solid #26323e;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader h5, [role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader h5 {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcFooter, [role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcFooter {
	border-top: 1px solid #26323e;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader {
	font-size: 1.1em;
	color: #fff;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader {
	margin-left: 7px;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent {
	border-radius: 5px;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent:hover {
	background-color: #364553;
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread {
	background-color: rgba(0, 193, 121, .05);
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread:hover {
	background-color: rgba(0, 193, 121, .1);
}

[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent .wcRight .wcHead, [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

.wcActionsPopup-content.wcColddarkTheme-content {
	border-radius: 5px;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcAction {
	border-color: #465767;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcAction:hover {
	background-color: #1a212b;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcApprove {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/approve.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcApprove.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/x.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcEdit {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/edit.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcEdit.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcMute {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/mute.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcMute.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcBan {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/ban.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcBan.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcSpam {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/spam.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcSpam.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcReply {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/colddark/gfx/reply.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcReply.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryEmoticons a {
	border: 1px solid transparent;
}

.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryEmoticons a:hover {
	background: #465767;
	border-color: #465767;
}

.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
	border-radius: 15px;
}

.wcColorsPopup-content.wcColddarkTheme-content a {
	border-color: #7593aa;
}

.wcInfoWindowPopup-content.wcColddarkTheme-content {
	height: 120px;
}

.wcInfoWindowPopup-content.wcColddarkTheme-content .wcContent .wcRight .wcName {
	font-size: 1.3em;
	text-decoration: none;
}

.wcRecentEmpty-content.wcColddarkTheme-content {
	height: 100px;
}

.wcRecentEmpty-content.wcColddarkTheme-content .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content, [role=tooltip].wcPopup-content.wcAirflowTheme-content {
	--wc-font-color: #0e2849;
	--wc-link-color: #119bd4;
	border-color: #e1e8ed;
	-webkit-box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	border-radius: 15px;
	overflow: hidden;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content, [role=dialog].wcPopup-content.wcAirflowTheme-content *, [role=tooltip].wcPopup-content.wcAirflowTheme-content, [role=tooltip].wcPopup-content.wcAirflowTheme-content * {
	font-family: "Maven Pro", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

[role=dialog].wcPopup-content.wcAirflowTheme-content a, [role=tooltip].wcPopup-content.wcAirflowTheme-content a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:active, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:focus, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:active, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus {
	border-radius: 15px !important;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #0194d2 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0194d2), to(#0081b7)) !important;
	background: linear-gradient(to bottom, #0194d2 0, #0081b7 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0194d2", endColorstr="#0081b7", GradientType=0);
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

[role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:active:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:focus:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:active:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:focus:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:hover {
	background: #01567a !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#01567a), to(#024460)) !important;
	background: linear-gradient(to bottom, #01567a 0, #024460 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01567a", endColorstr="#024460", GradientType=0);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=password].wcControl, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=text].wcControl, [role=dialog].wcPopup-content.wcAirflowTheme-content textarea.wcControl, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=password].wcControl, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=text].wcControl, [role=tooltip].wcPopup-content.wcAirflowTheme-content textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	border-radius: 15px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=password]:focus.wcControl, [role=dialog].wcPopup-content.wcAirflowTheme-content input[type=text]:focus.wcControl, [role=dialog].wcPopup-content.wcAirflowTheme-content textarea:focus.wcControl, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=password]:focus.wcControl, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=text]:focus.wcControl, [role=tooltip].wcPopup-content.wcAirflowTheme-content textarea:focus.wcControl {
	background-color: #fff;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder, [role=tooltip].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder, [role=tooltip].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder, [role=tooltip].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder, [role=tooltip].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content ::placeholder, [role=tooltip].wcPopup-content.wcAirflowTheme-content ::placeholder {
	color: #afb1b8;
	font-family: "Maven Pro", sans-serif;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcSubmit, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcSubmit {
	border-radius: 15px !important;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content progress, [role=dialog].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow], [role=tooltip].wcPopup-content.wcAirflowTheme-content progress, [role=tooltip].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow] {
	background: #d7dfe3 !important;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar, [role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar {
	background: #d7dfe3;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content progress, [role=tooltip].wcPopup-content.wcAirflowTheme-content progress {
	color: #0194d2;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar, [role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar {
	background: #0194d2;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value, [role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value {
	background: #0194d2;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before, [role=tooltip].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before {
	background: #0194d2;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	[role=dialog].wcPopup-content.wcAirflowTheme-content * button, [role=dialog].wcPopup-content.wcAirflowTheme-content * input, [role=dialog].wcPopup-content.wcAirflowTheme-content * select, [role=dialog].wcPopup-content.wcAirflowTheme-content * textarea, [role=tooltip].wcPopup-content.wcAirflowTheme-content * button, [role=tooltip].wcPopup-content.wcAirflowTheme-content * input, [role=tooltip].wcPopup-content.wcAirflowTheme-content * select, [role=tooltip].wcPopup-content.wcAirflowTheme-content * textarea {
		font-size: 16px;
	}
}

[role=dialog].wcPopup-content.wcAirflowTheme-content .wcErrorBox, [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcBody, [role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcBody {
	background-color: #fff !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcFooter, [role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcFooter, [role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader {
	background: #e9eef0 !important;
	border: none;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader {
	color: #151618;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader h5, [role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader h5 {
	font-size: 1.1em;
	text-transform: uppercase;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose, [role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/x.svg");
}

[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose.nitro-lazy, [role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcHeader, [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcHeader {
	font-size: 1.1em;
	font-weight: 700;
	color: #444;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent:hover {
	background-color: #d1e6ef;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead, [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName, [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	color: #444;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcAction {
	border-color: #7593aa;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcAction:hover {
	background-color: #d1e6ef;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcApprove {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/approve.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcApprove.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/x.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcEdit {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/edit.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcEdit.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcMute {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/mute.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcMute.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcBan {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/ban.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcBan.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcSpam {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/spam.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcSpam.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcReply {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/reply.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcReply.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/emoticon.svg");
}

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/airflow/gfx/gif.svg");
}

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
	border-radius: 15px;
}

.wcInfoWindowPopup-content.wcAirflowTheme-content {
	background: #fff !important;
	height: 120px;
}

.wcInfoWindowPopup-content.wcAirflowTheme-content .wcContent .wcRight .wcName {
	font-size: 1.3em;
	text-decoration: none;
}

.wcRecentEmpty-content.wcAirflowTheme-content {
	height: 100px;
}

.wcRecentEmpty-content.wcAirflowTheme-content .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content, [role=tooltip].wcPopup-content.wcCrystalTheme-content {
	--wc-font-color: #2a292a;
	--wc-link-color: #6272d0;
	border-color: #e9eef0;
	-webkit-box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	border-radius: 5px;
	overflow: hidden;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content, [role=dialog].wcPopup-content.wcCrystalTheme-content *, [role=tooltip].wcPopup-content.wcCrystalTheme-content, [role=tooltip].wcPopup-content.wcCrystalTheme-content * {
	font-family: Rajdhani, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

[role=dialog].wcPopup-content.wcCrystalTheme-content a, [role=tooltip].wcPopup-content.wcCrystalTheme-content a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:active, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:focus, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:active, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:focus, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus {
	border-radius: 5px;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 2.5rem;
	outline: 0;
	min-height: 40px !important;
	background: #2a292a !important;
	text-transform: none !important;
	font-size: 20px;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

[role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:active:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:focus:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:active:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:focus:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:hover {
	background: #292952 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=password].wcControl, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=text].wcControl, [role=dialog].wcPopup-content.wcCrystalTheme-content textarea.wcControl, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=password].wcControl, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=text].wcControl, [role=tooltip].wcPopup-content.wcCrystalTheme-content textarea.wcControl {
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e0e0e0;
	border-radius: 5px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=password]:focus.wcControl, [role=dialog].wcPopup-content.wcCrystalTheme-content input[type=text]:focus.wcControl, [role=dialog].wcPopup-content.wcCrystalTheme-content textarea:focus.wcControl, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=password]:focus.wcControl, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=text]:focus.wcControl, [role=tooltip].wcPopup-content.wcCrystalTheme-content textarea:focus.wcControl {
	background-color: #e0e0e0;
	padding-left: 15px;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content ::-webkit-input-placeholder, [role=tooltip].wcPopup-content.wcCrystalTheme-content ::-webkit-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content ::-moz-placeholder, [role=tooltip].wcPopup-content.wcCrystalTheme-content ::-moz-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content :-ms-input-placeholder, [role=tooltip].wcPopup-content.wcCrystalTheme-content :-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content ::-ms-input-placeholder, [role=tooltip].wcPopup-content.wcCrystalTheme-content ::-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content ::placeholder, [role=tooltip].wcPopup-content.wcCrystalTheme-content ::placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcSubmit, [role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcSubmit {
	border-radius: 5px;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 20px;
	padding: 20px 20px !important;
	height: 2.5rem;
	margin-top: -1px;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content progress, [role=dialog].wcPopup-content.wcCrystalTheme-content progress[role][aria-valuenow], [role=tooltip].wcPopup-content.wcCrystalTheme-content progress, [role=tooltip].wcPopup-content.wcCrystalTheme-content progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-bar, [role=tooltip].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-bar {
	background: #b8bcc4;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content progress, [role=tooltip].wcPopup-content.wcCrystalTheme-content progress {
	color: #6272d0;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content progress::-moz-progress-bar, [role=tooltip].wcPopup-content.wcCrystalTheme-content progress::-moz-progress-bar {
	background: #6272d0;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-value, [role=tooltip].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-value {
	background: #6272d0;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content progress[aria-valuenow]:before, [role=tooltip].wcPopup-content.wcCrystalTheme-content progress[aria-valuenow]:before {
	background: #6272d0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	[role=dialog].wcPopup-content.wcCrystalTheme-content * button, [role=dialog].wcPopup-content.wcCrystalTheme-content * input, [role=dialog].wcPopup-content.wcCrystalTheme-content * select, [role=dialog].wcPopup-content.wcCrystalTheme-content * textarea, [role=tooltip].wcPopup-content.wcCrystalTheme-content * button, [role=tooltip].wcPopup-content.wcCrystalTheme-content * input, [role=tooltip].wcPopup-content.wcCrystalTheme-content * select, [role=tooltip].wcPopup-content.wcCrystalTheme-content * textarea {
		font-size: 16px;
	}
}

[role=dialog].wcPopup-content.wcCrystalTheme-content .wcErrorBox, [role=tooltip].wcPopup-content.wcCrystalTheme-content .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcBody, [role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcBody {
	background-color: #fff !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcFooter, [role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcFooter, [role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader {
	background: #ececec !important;
	border: none;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader {
	color: #2a292a;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader h5, [role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader h5 {
	font-size: 1.1em;
	font-weight: 700;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader .wcClose, [role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader .wcClose {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/x.svg") center center no-repeat;
	background-size: 100%;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader .wcClose.nitro-lazy, [role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader .wcClose.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcHeader, [role=tooltip].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcHeader {
	font-size: 1.1em;
	font-weight: 700;
	color: #444;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead, [role=tooltip].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

[role=dialog].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName, [role=tooltip].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	color: #444;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcAction {
	border-color: #525252;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcAction:hover {
	background-color: #e3e3e3;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcApprove {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/approve.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcApprove.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/x.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcEdit {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/edit.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcEdit.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcMute {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/mute.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcMute.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcBan {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/ban.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcBan.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcSpam {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/spam.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcSpam.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcReply {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/reply.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcReply.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcCrystalTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/emoticon.svg");
}

.wcEmoticonsPopup-content.wcCrystalTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcCrystalTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/gif.svg");
}

.wcEmoticonsPopup-content.wcCrystalTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcCrystalTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/crystal/gfx/search.svg");
	border-radius: 5px;
}

.wcEmoticonsPopup-content.wcCrystalTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcCrystalTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch input {
	background-color: #fff;
}

.wcInfoWindowPopup-content.wcCrystalTheme-content {
	background: #fff !important;
	height: 120px;
}

.wcInfoWindowPopup-content.wcCrystalTheme-content .wcContent .wcRight .wcName {
	font-size: 1.3em;
	text-decoration: none;
}

.wcRecentEmpty-content.wcCrystalTheme-content {
	height: 100px;
}

.wcRecentEmpty-content.wcCrystalTheme-content .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[role=dialog].wcPopup-content.wcClearTheme-content, [role=tooltip].wcPopup-content.wcClearTheme-content {
	--wc-font-color: #151618;
	--wc-link-color: #00d5ff;
	border-color: #e9eef0;
	-webkit-box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	border-radius: 5px;
	overflow: hidden;
}

[role=dialog].wcPopup-content.wcClearTheme-content, [role=dialog].wcPopup-content.wcClearTheme-content *, [role=tooltip].wcPopup-content.wcClearTheme-content, [role=tooltip].wcPopup-content.wcClearTheme-content * {
	font-family: Rajdhani, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

[role=dialog].wcPopup-content.wcClearTheme-content a, [role=tooltip].wcPopup-content.wcClearTheme-content a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

[role=dialog].wcPopup-content.wcClearTheme-content button.wcButton, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:active, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:focus, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:active, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:focus, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus {
	border-radius: 0;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #357bb9 !important;
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

[role=dialog].wcPopup-content.wcClearTheme-content button.wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:active:hover, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:focus:hover, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:hover, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:active:hover, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:focus:hover, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:hover {
	background: #296ca7 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
}

[role=dialog].wcPopup-content.wcClearTheme-content button.wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

[role=dialog].wcPopup-content.wcClearTheme-content button.wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

[role=dialog].wcPopup-content.wcClearTheme-content input[type=password].wcControl, [role=dialog].wcPopup-content.wcClearTheme-content input[type=text].wcControl, [role=dialog].wcPopup-content.wcClearTheme-content textarea.wcControl, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=password].wcControl, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=text].wcControl, [role=tooltip].wcPopup-content.wcClearTheme-content textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eff3f6;
	border-radius: 0;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcClearTheme-content input[type=password]:focus.wcControl, [role=dialog].wcPopup-content.wcClearTheme-content input[type=text]:focus.wcControl, [role=dialog].wcPopup-content.wcClearTheme-content textarea:focus.wcControl, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=password]:focus.wcControl, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=text]:focus.wcControl, [role=tooltip].wcPopup-content.wcClearTheme-content textarea:focus.wcControl {
	background-color: #e8eef2;
	padding-left: 15px;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcClearTheme-content ::-webkit-input-placeholder, [role=tooltip].wcPopup-content.wcClearTheme-content ::-webkit-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcClearTheme-content ::-moz-placeholder, [role=tooltip].wcPopup-content.wcClearTheme-content ::-moz-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcClearTheme-content :-ms-input-placeholder, [role=tooltip].wcPopup-content.wcClearTheme-content :-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcClearTheme-content ::-ms-input-placeholder, [role=tooltip].wcPopup-content.wcClearTheme-content ::-ms-input-placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcClearTheme-content ::placeholder, [role=tooltip].wcPopup-content.wcClearTheme-content ::placeholder {
	color: #686868;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcClearTheme-content button.wcSubmit, [role=dialog].wcPopup-content.wcClearTheme-content button.wcSubmit:active, [role=dialog].wcPopup-content.wcClearTheme-content button.wcSubmit:hover, [role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcSubmit, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcSubmit, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcSubmit:active, [role=tooltip].wcPopup-content.wcClearTheme-content button.wcSubmit:hover, [role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcSubmit {
	border-radius: 0;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 20px;
	padding: 11px 20px !important;
	height: 66px;
	margin-top: -1px;
}

[role=dialog].wcPopup-content.wcClearTheme-content progress, [role=dialog].wcPopup-content.wcClearTheme-content progress[role][aria-valuenow], [role=tooltip].wcPopup-content.wcClearTheme-content progress, [role=tooltip].wcPopup-content.wcClearTheme-content progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

[role=dialog].wcPopup-content.wcClearTheme-content progress::-webkit-progress-bar, [role=tooltip].wcPopup-content.wcClearTheme-content progress::-webkit-progress-bar {
	background: #b8bcc4;
}

[role=dialog].wcPopup-content.wcClearTheme-content progress, [role=tooltip].wcPopup-content.wcClearTheme-content progress {
	color: #00d5ff;
}

[role=dialog].wcPopup-content.wcClearTheme-content progress::-moz-progress-bar, [role=tooltip].wcPopup-content.wcClearTheme-content progress::-moz-progress-bar {
	background: #00d5ff;
}

[role=dialog].wcPopup-content.wcClearTheme-content progress::-webkit-progress-value, [role=tooltip].wcPopup-content.wcClearTheme-content progress::-webkit-progress-value {
	background: #00d5ff;
}

[role=dialog].wcPopup-content.wcClearTheme-content progress[aria-valuenow]:before, [role=tooltip].wcPopup-content.wcClearTheme-content progress[aria-valuenow]:before {
	background: #00d5ff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	[role=dialog].wcPopup-content.wcClearTheme-content * button, [role=dialog].wcPopup-content.wcClearTheme-content * input, [role=dialog].wcPopup-content.wcClearTheme-content * select, [role=dialog].wcPopup-content.wcClearTheme-content * textarea, [role=tooltip].wcPopup-content.wcClearTheme-content * button, [role=tooltip].wcPopup-content.wcClearTheme-content * input, [role=tooltip].wcPopup-content.wcClearTheme-content * select, [role=tooltip].wcPopup-content.wcClearTheme-content * textarea {
		font-size: 16px;
	}
}

[role=dialog].wcPopup-content.wcClearTheme-content .wcErrorBox, [role=tooltip].wcPopup-content.wcClearTheme-content .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

[role=dialog].wcPopup-content.wcClearTheme-content>.wcBody, [role=tooltip].wcPopup-content.wcClearTheme-content>.wcBody {
	background-color: #f3f3f3 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

[role=dialog].wcPopup-content.wcClearTheme-content>.wcFooter, [role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcClearTheme-content>.wcFooter, [role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader {
	background: #3b4653 !important;
	border: none;
}

[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader {
	color: #fff;
}

[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader h5, [role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader h5 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
}

[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader .wcClose, [role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader .wcClose {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/x.svg") center center no-repeat;
	background-size: 100%;
}

[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader .wcClose.nitro-lazy, [role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader .wcClose.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcClearTheme-content .wcRecentChats .wcHeader, [role=tooltip].wcPopup-content.wcClearTheme-content .wcRecentChats .wcHeader {
	font-size: 1.1em;
	font-weight: 700;
	color: #444;
}

[role=dialog].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead, [role=tooltip].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

[role=dialog].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName, [role=tooltip].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	color: #444;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcAction {
	border-color: #96a2af;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcAction:hover {
	background-color: #eff3f6;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcApprove {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/approve.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcApprove.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/x.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcEdit {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/edit.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcEdit.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcMute {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/mute.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcMute.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcBan {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/ban.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcBan.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcSpam {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/spam.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcSpam.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcReply {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/clear/gfx/reply.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcClearTheme-content .wcActions .wcReply.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcClearTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch input {
	background-color: #fff;
}

.wcInfoWindowPopup-content.wcClearTheme-content {
	background: #fff !important;
	height: 120px;
}

.wcInfoWindowPopup-content.wcClearTheme-content .wcContent .wcRight .wcName {
	font-size: 1.3em;
	text-decoration: none;
}

.wcRecentEmpty-content.wcClearTheme-content {
	height: 100px;
}

.wcRecentEmpty-content.wcClearTheme-content .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content, [role=tooltip].wcPopup-content.wcBalloonTheme-content {
	--wc-font-color: #00355f;
	--wc-link-color: #6272d0;
	border-color: #f3f3f3;
	-webkit-box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	box-shadow: 2px 2px 15px rgba(60, 60, 60, .1);
	border-radius: 5px;
	overflow: hidden;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content, [role=dialog].wcPopup-content.wcBalloonTheme-content *, [role=tooltip].wcPopup-content.wcBalloonTheme-content, [role=tooltip].wcPopup-content.wcBalloonTheme-content * {
	font-family: Rajdhani, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: var(--wc-font-color);
}

[role=dialog].wcPopup-content.wcBalloonTheme-content a, [role=tooltip].wcPopup-content.wcBalloonTheme-content a {
	color: var(--wc-link-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:active, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:focus, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:active, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:focus, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus {
	border-radius: 10px;
	background-image: none;
	background-repeat: no-repeat;
	border: 0 !important;
	color: #fff !important;
	padding: 5px 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 40px;
	outline: 0;
	min-height: 40px !important;
	background: #084b80 !important;
	text-transform: none !important;
	-webkit-transition: all 250ms cubic-bezier(.62, .155, .47, .86);
	transition: all 250ms cubic-bezier(.62, .155, .47, .86);
}

[role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:active:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:focus:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:active:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:focus:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:hover {
	background: #084b80 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active.wcButtonDanger, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus.wcButtonDanger {
	color: #fff !important;
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcButton:focus.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:active.wcButtonDanger:hover, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit].wcButton:focus.wcButtonDanger:hover {
	background: red !important;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=password].wcControl, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=text].wcControl, [role=dialog].wcPopup-content.wcBalloonTheme-content textarea.wcControl, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=password].wcControl, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=text].wcControl, [role=tooltip].wcPopup-content.wcBalloonTheme-content textarea.wcControl {
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e0e0e0;
	border-radius: 5px;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	padding-left: 15px;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=password]:focus.wcControl, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=text]:focus.wcControl, [role=dialog].wcPopup-content.wcBalloonTheme-content textarea:focus.wcControl, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=password]:focus.wcControl, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=text]:focus.wcControl, [role=tooltip].wcPopup-content.wcBalloonTheme-content textarea:focus.wcControl {
	background-color: #e0e0e0;
	padding-left: 15px;
	border: 1px solid transparent;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content ::-webkit-input-placeholder, [role=tooltip].wcPopup-content.wcBalloonTheme-content ::-webkit-input-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content ::-moz-placeholder, [role=tooltip].wcPopup-content.wcBalloonTheme-content ::-moz-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content :-ms-input-placeholder, [role=tooltip].wcPopup-content.wcBalloonTheme-content :-ms-input-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content ::-ms-input-placeholder, [role=tooltip].wcPopup-content.wcBalloonTheme-content ::-ms-input-placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content ::placeholder, [role=tooltip].wcPopup-content.wcBalloonTheme-content ::placeholder {
	color: #00355f;
	font-family: Rajdhani, sans-serif;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content button.wcSubmit, [role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcSubmit, [role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcSubmit, [role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcSubmit {
	border-radius: 10px;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 20px;
	height: 66px;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content progress, [role=dialog].wcPopup-content.wcBalloonTheme-content progress[role][aria-valuenow], [role=tooltip].wcPopup-content.wcBalloonTheme-content progress, [role=tooltip].wcPopup-content.wcBalloonTheme-content progress[role][aria-valuenow] {
	background: #b8bcc4 !important;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-bar, [role=tooltip].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-bar {
	background: #b8bcc4;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content progress, [role=tooltip].wcPopup-content.wcBalloonTheme-content progress {
	color: #6272d0;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content progress::-moz-progress-bar, [role=tooltip].wcPopup-content.wcBalloonTheme-content progress::-moz-progress-bar {
	background: #6272d0;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-value, [role=tooltip].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-value {
	background: #6272d0;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content progress[aria-valuenow]:before, [role=tooltip].wcPopup-content.wcBalloonTheme-content progress[aria-valuenow]:before {
	background: #6272d0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	[role=dialog].wcPopup-content.wcBalloonTheme-content * button, [role=dialog].wcPopup-content.wcBalloonTheme-content * input, [role=dialog].wcPopup-content.wcBalloonTheme-content * select, [role=dialog].wcPopup-content.wcBalloonTheme-content * textarea, [role=tooltip].wcPopup-content.wcBalloonTheme-content * button, [role=tooltip].wcPopup-content.wcBalloonTheme-content * input, [role=tooltip].wcPopup-content.wcBalloonTheme-content * select, [role=tooltip].wcPopup-content.wcBalloonTheme-content * textarea {
		font-size: 16px;
	}
}

[role=dialog].wcPopup-content.wcBalloonTheme-content .wcErrorBox, [role=tooltip].wcPopup-content.wcBalloonTheme-content .wcErrorBox {
	border-radius: 5px;
	background-color: #ffe9e9;
	border: none;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcBody, [role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcBody {
	background-color: #f3f3f3 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcFooter, [role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcFooter {
	border: none;
	background: #f3f3f3 !important;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcHeader, [role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcHeader {
	color: #d7ebfb;
	background: #2167a9;
	border: none;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcHeader h5, [role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcHeader h5 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcHeader .wcClose, [role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcHeader .wcClose {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/x.svg") center center no-repeat;
	background-size: 100%;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcHeader .wcClose.nitro-lazy, [role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcHeader .wcClose.nitro-lazy {
	background-image: none !important;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcHeader, [role=tooltip].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcHeader {
	font-size: 1.1em;
	font-weight: 700;
	color: #444;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead, [role=tooltip].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
	margin-bottom: 0;
}

[role=dialog].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName, [role=tooltip].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
	color: #444;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions {
	background-color: #f7f7f7;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcAction {
	border-color: #96a2af;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcAction:hover {
	background-color: #e3e3e3;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcApprove {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/approve.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcApprove.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcDelete {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/x.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcDelete.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcEdit {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/edit.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcEdit.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcMute {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/mute.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcMute.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcBan {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/ban.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcBan.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcSpam {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/spam.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcSpam.nitro-lazy {
	background-image: none !important;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcReply {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/reply.svg") no-repeat 50%;
}

.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcReply.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcBalloonTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/emoticon.svg");
}

.wcEmoticonsPopup-content.wcBalloonTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcBalloonTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/gif.svg");
}

.wcEmoticonsPopup-content.wcBalloonTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcBalloonTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/themes/balloon/gfx/search.svg");
	border-radius: 5px;
	background-color: #d7ebfb;
}

.wcEmoticonsPopup-content.wcBalloonTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch.nitro-lazy {
	background-image: none !important;
}

.wcEmoticonsPopup-content.wcBalloonTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch input {
	background-color: #d7ebfb;
	color: #00355f;
}

.wcInfoWindowPopup-content.wcBalloonTheme-content {
	background: #fff !important;
	height: 120px;
}

.wcInfoWindowPopup-content.wcBalloonTheme-content .wcContent .wcRight .wcName {
	font-size: 1.3em;
	text-decoration: none;
}

.wcRecentEmpty-content.wcBalloonTheme-content {
	height: 100px;
}

.wcRecentEmpty-content.wcBalloonTheme-content .wcRecentChats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcScrollOff {
	overflow: hidden;
}

.wcClassic {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #dfdfdf;
}

.wcClassic.wcMobile .wcTitle {
	padding-bottom: 2%;
	text-align: center;
}

.wcClassic.wcMobile .wcTabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dfdfdf;
}

.wcClassic.wcMobile .wcTabs>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.wcClassic.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 2px solid #dfdfdf;
}

.wcClassic.wcMobile .wcTabs .wcTabCustomize {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/custom.svg") center center no-repeat;
	background-size: 1em;
	vertical-align: middle;
}

.wcClassic.wcMobile .wcTabs .wcTabCustomize.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcMobile .wcTabs .wcTabCustomize .wcName {
	display: none;
}

.wcClassic.wcMobile .wcTabs .wcTab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact {
	padding-top: 6px;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab {
	height: 30px;
	background-size: 40%;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab .wcName {
	display: none;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/recent-chats-inactive.svg") center center no-repeat;
	vertical-align: middle;
	position: relative;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent .wcRedCounter {
	right: 0;
	position: absolute;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/chats.svg") center center no-repeat;
	vertical-align: middle;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/user.svg") center center no-repeat;
	vertical-align: middle;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/group.svg") center center no-repeat;
	vertical-align: middle;
}

.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcMobile .wcTabContent {
	padding-top: 2%;
	padding-bottom: 2%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcClassic.wcMobile .wcTabContent>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry .wcDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannels>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible)>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) .wcChannel {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 2%;
	padding-left: 2%;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty .wcEmptyChannel {
	font-size: .8em;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentUsers:not(.wcInvisible) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity, .wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry {
	color: #a6a6a6;
}

.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel {
	font-weight: 400;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1px 5px;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry:active, .wcClassic.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: #f7f7f7;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/lock-full.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-right: 20px;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/lock-semi.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-right: 20px;
}

.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcDesktop .wcTitle {
	position: relative;
	padding: 2%;
}

.wcClassic.wcDesktop .wcTitle .wcRecentTrigger {
	position: absolute;
	right: 9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wcClassic.wcDesktop .wcBody {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 2%;
	padding-left: 1%;
}

.wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	padding-right: 1%;
	padding-left: 2%;
}

.wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcBrowserArea {
	padding-right: 2%;
	padding-left: 1%;
}

.wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
	padding-left: 2%;
	padding-right: 1%;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 10px;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab {
	padding: 3px 9px 3px 9px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border-bottom: 3px solid transparent;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
	border-bottom: 3px solid #dfdfdf;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav {
	padding: 5px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft {
	width: 32px;
	height: 26px;
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/arrow-left.svg") no-repeat 50%;
	background-size: 100%;
	display: inline-block;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight {
	width: 32px;
	height: 26px;
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/arrow-right.svg") no-repeat 50%;
	background-size: 100%;
	display: inline-block;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight.nitro-lazy {
	background-image: none !important;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer.wcTabsTooMany .wcTabsNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible) .wcChannel {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty .wcEmptyChannel {
	font-size: .8em;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
	padding: 2%;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 10px;
	padding-bottom: 10px;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer {
	height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel1 {
	width: 100%;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel2 {
	width: 50%;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel3 {
	width: 33.333%;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel4 {
	width: 25%;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #dfdfdf;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel>.wcHeader {
	height: 2.6em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px 0 10px;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel>.wcHeader .wcMain {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel>.wcChannel {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 10px 10px 10px;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
	border: 1px solid #bfbfbf;
}

.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridFull {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcClassic.wcDesktop .wcBody .wcBrowserArea {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	min-width: 30%;
}

.wcContainerSidebar {
	width: 0;
	padding: 0;
	margin: 0;
	height: 0;
	border: none;
}

.wcContainerSidebar .wcSidebar {
	position: fixed;
	z-index: var(--wc-z-index);
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wcContainerSidebar .wcSidebar .wcColumn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar .wcColumn>* {
	pointer-events: auto;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.wcContainerSidebar .wcSidebar .wcColumn>:first-child {
	border-top: 1px solid #dfdfdf;
}

.wcContainerSidebar .wcSidebar .wcColumn.wcFocused>:first-child {
	border-top: 2px solid #b6b3b3;
}

.wcContainerSidebar .wcSidebar .wcColumn>:not(.wcBrowserContent) {
	padding-left: 10px;
	padding-right: 10px;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcAuthContainer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcLoadingContainer {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader {
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 130px;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: 0 0;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/minus.svg") center center no-repeat;
	background-size: 24px 24px;
	padding: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/plus.svg") center center no-repeat;
	background-size: 24px 24px;
	padding: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose {
	background: transparent url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/x.svg") center center no-repeat;
	background-size: 24px 24px;
	padding: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcContent .wcChannel {
	padding-bottom: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcMobile {
	width: 100%;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTitle {
	padding-bottom: 2%;
	text-align: center;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dfdfdf;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabs>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
	border-bottom: 2px solid #dfdfdf;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTabCustomize {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/custom.svg") center center no-repeat;
	background-size: 1em;
	vertical-align: middle;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTabCustomize.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTabCustomize .wcName {
	display: none;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact {
	padding-top: 6px;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab {
	height: 30px;
	background-size: 40%;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab .wcName {
	display: none;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/recent-chats-inactive.svg") center center no-repeat;
	vertical-align: middle;
	position: relative;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent .wcRedCounter {
	right: 0;
	position: absolute;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/chats.svg") center center no-repeat;
	vertical-align: middle;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/user.svg") center center no-repeat;
	vertical-align: middle;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels {
	background: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/group.svg") center center no-repeat;
	vertical-align: middle;
}

.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent {
	padding-top: 2%;
	padding-bottom: 2%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry .wcDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannels>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible)>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) .wcChannel {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 2%;
	padding-left: 2%;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty .wcEmptyChannel {
	font-size: .8em;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers:not(.wcInvisible) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels>.ScrollbarsCustom {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity, .wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry {
	color: #a6a6a6;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel {
	font-weight: 400;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1px 5px;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
	background-color: #f7f7f7;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/lock-full.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-right: 20px;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName {
	background-image: url("https://cdn-hkomh.nitrocdn.com/xuEwyUEqhzIkDYUNJoxxfHtwSyritpRC/assets/images/source/rev-a233808/www.ressources-actualisation.com/wp-content/plugins/wise-chat-pro/gfx/icons/lock-semi.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-right: 20px;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName.nitro-lazy {
	background-image: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcColumn {
	width: 100%;
}

.wcContainerSidebar .wcSidebar.wcMobile .wcColumn .wcMobileContainer {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn.wcBrowserColumn {
	width: 300px;
}

.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcBrowserContent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
	padding: 0 15px 0 10px;
}

.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcChannelContent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-height: 500px;
	width: 400px;
}

.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcAuthContent {
	width: 400px;
}

.wcContainerSidebar.wcSidebarLeft .wcSidebar {
	left: 0;
	right: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
