.v-content-builder-snippet.annonces .v-content-builder-snippet-handle {
	background-image: url(../../annonces/images/annonces.svg);
	text-indent: -9999px;
}

div.listCheck.typesZoom label {
	background-image: url("images/typesZoom.gif");
	background-position: 14px 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	height: 112px;
}

div.listCheck.typesZoom label:nth-of-type(1) {
	background-position: 14px 0;
}

div.listCheck.typesZoom label:nth-of-type(2) {
	background-position: -115px 0;
}

div.listCheck.typesZoom label:nth-of-type(3) {
	background-position: -244px 0;
}

div.listCheck.typesZoom input {
	bottom: 0;
	left: 55px;
	position: absolute;
}

[name=autotranslate] {
	max-width: 100%;
}

.article-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.rte-row.hidden {
	display: none;
}

.filtres label {
	display: inline-block;
	margin-right: 4px;
	padding: 0 6px;
	line-height: 24px;
}

.filtres label:hover {
	background-color: #f7f7f7;
}

.filtres label input {
	vertical-align: middle;
}

#liste.loading:empty {
	background-color: #DDD;
	display: block;
	min-width: 678px;
	min-height: 200px;
}

.liste .zoom,
.liste .sponsored,
.liste .private {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("../images/listIcons.gif");
	background-position: 15px 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: help;
}

.liste .zoom {
	background-position: 0 0;
}

.liste .sponsored {
	background-position: -15px 0;
}

.liste .private {
	background-position: -30px 0;
}

.liste .help {
	cursor: help;
}

.liste .help.inc:after {
	content: '';
	position: absolute;
	border-width: 6px 4px;
	border-style: solid;
	display: inline-block;
	border-color: transparent transparent #077a0d transparent;
	margin-top: -1px;
}

.liste .help.dec:after {
	content: '';
	position: absolute;
	border-width: 6px 4px;
	border-style: solid;
	display: inline-block;
	border-color: #ad6308 transparent transparent transparent;
	margin-top: 5px;
}

.v-content-builder-preview-iframe {
	width: 300%;
	height: 300%;
	transform: scale(0.33333);
	transform-origin: 0 0;
}

.v-content-builder-snippet.netlinking .v-content-builder-snippet-handle {
	background-image: url("../../netlinking/images/netlinking.svg");
	text-indent: -9999px;
}

#liste .flag-icon {
	display: block;
}

#liste span.flag-icon {
	opacity: 0.5;
}

#formCreateOverview .btCreateOverview,
#formPrincipal .btCreateOverview {
	padding: 0 0.5em 0 2em;
	position: relative;
}

#formCreateOverview .btCreateOverview:before,
#formPrincipal .btCreateOverview:before {
	height: 1em;
	width: 1em;
	top: 0.5em;
	left: 0.75em;
}

#formCreateOverview .formCreateOverview-prop td {
	position: relative;
}

#formCreateOverview .formCreateOverview-prop label {
	position: absolute;
	top: 3em;
	left: 0;
	cursor: pointer;
	margin: 0;
	width: 1em;
	line-height: 2em;
	padding: 0.5em;
}

#formCreateOverview .formCreateOverview-prop textarea {
	width: calc(100% - 2.5em);
	margin-left: 2em;
}

#formCreateOverview .formCreateOverview-prop.disabled td::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0.8);
}

#formCreateOverview .formCreateOverview-prop.loading td::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.5);
	animation-name: listeLoading;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#formCreateOverview .formCreateOverview-prop.select textarea {
	box-shadow: 0 0 0px 2px #090;
}

.formCreateOverview-prop-info {
	float: right;
}

