div#bordure {
    width: 993px;;
    background-color: #e6e6e6;
    border-bottom: 1px solid #000;
    padding-left: 6px;
}

div#fd_blanc {
    background-color: #fff;
    margin: 0;
    padding-bottom: 8px;
    min-height: 350px;
}

.main-content {
	min-height: 300px;
	padding: 10px 20px 20px;
}

#form-add {
	padding: 10px;
	border-bottom: 1px solid #AAA;
}

tbody.monospace td,
td.monospace {
	font-family: Menlo, "DejaVu Sans Mono", Consolas, "Courier New", monospace;
}

.main-list {
	margin-top: 10px;
	margin-bottom: 20px;
}
.main-list table {
	border: 1px solid #AAA;
}
.main-list th {
	padding: 5px 10px;
	text-align: left;
}
.main-list td {
	padding-left: 5px;
}
.main-list tr:nth-child(2n+1) {
	background-color: #DBE6F9; /* #E5F1F8; #CFDEF8 */
}
.main-list .deleted,
.main-list tr.deleted-row {
	background-color: #EDA4A4;
}
.main-list tr.deleted-row > td:first-child {
	text-decoration: line-through;
}
.main-list tr.added-row {
	font-weight: bold;
	background-color: #A6ECA6;
}
.main-list tr:hover {
	background-color: #CDE6F5;
}
.main-message > p {
	margin: 0.5em 0 1em;
	padding: 0.5em;
	border-style: solid;
    border-width: 1px;
	color: #222;
}
.main-list .main-message {
	margin-left: 10px;
	margin-right: 10px;
}
.message-error {
    background-color: #EDA4A4;
    border-color: red;
}
.message-updated {
	background-color: #FFFFE0;
	border-color: #E6DB55;
}
.message-updated-blue {
    background-color: #DBE6F9;
    border-color: #809BE9;
}


.btn-action {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.btn-action > img {
	height: 16px;
}

div.connexions {
    width: 600px;
}

div.actions {
    width: 969px;
    margin: auto;
}

table {
    width: 100%;
    text-align: left;
}

ul#informations {
    list-style: none;
    padding: 0;
    margin: 0;
}

p.recherche > a {
    font-weight: bold;
    text-decoration: underline;
}

p.recherche > a:hover {
    text-decoration: none;
}

p.delete {
    color: red;
    font-weight: bold;
    text-align: right;
}

p.delete > a {
    color: #a44;
    text-decoration: underline;
}

p.delete > a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}

p.error {
    margin: 0;
    color: red;
    text-align: center;
    padding-top: 150px;
}

p.error > a {
    color: red;
}

p#accueil-admin,
.accueil-admin {
	text-align: right;
	padding-right: 15px;
}
p#accueil-admin {
	position: sticky;
	top: 36px;
	padding: 10px 15px;
	border: 1px solid #e6e6e6;
	margin: 10px 0 -1px;
	background-color: white;
	z-index: 1;
}

.corps > #colonnes {
	width: auto;
}

p#accueil-admin > a,
.accueil-admin > a {
	color: #C2181C;
}

.form-add input[type="radio"] {
	vertical-align: sub;
}

.sub-choice {
	display: none;
}

input[type="radio"]:checked + .sub-choice,
input[type="checkbox"]:checked + .sub-choice {
	display: inline-block;
}

ul#cgu li{
	margin: 6px;
	font-size: 12px;
	list-style-type: square;
}

tr.red, tr.red td{
	color: red;
}

/* Clearfix - From Twitter Bootstrap */
/* For clearing floats like a boss h5bp.com/q */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	/* Fixes Opera/contenteditable bug: http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952 */
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

#centerbl{position:fixed;box-sizing:border-box;width:100%;min-height:30px;background-color:white;left:0;top:0;margin:0;padding:0;border:1px solid #383838;font-size:12px;font-family:Arial,Sans-Serif;z-index: 150001;}
#centerbl p{margin:0 auto;padding:5px 50px 5px 20px;line-height:initial;text-align:center;position:relative;}
#centerbl p,#centerbl a{color:#383838;font-size: 12px;}
#centerbl a{text-decoration:underline;}
#centerbl button{display:block;margin-top:-1px;*margin-top:-14px;position:absolute;right:10px;top:5px;padding:1px 6px;background-color:#383838;color:white;cursor:pointer;border:1px solid #383838;}
#centerbl button:hover{background-color:white;color:#383838;}
@media (max-width:767px){
#centerbl{top:auto;bottom:0;}
}

.texte-legal p, .texte-legal li { margin-bottom: 10px; line-height: 18px; font-size: 12px; }
.texte-legal h3 { margin-top: 0; margin-bottom: 10px; line-height: 20px; font-size: 17px; }
.texte-legal .tab-red div { padding: 10px 10px 0 0; }
.texte-legal h4 { margin-left: 20px; font-size: 12px; }
.texte-legal a, .texte-legal a:visited { text-decoration: underline; font-size: 12px; color: black; }

.es-comment {
	position: relative;
	margin-bottom: 20px;
	margin: 10px;
	padding: 5px 10px 5px;
	border: 1px solid #aaa;
}

.es-comment::before {
	content: attr(data-i);
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #ca201e;
	padding: 5px;
	border-radius: 100%;
	min-width: 10px;
	height: 10px;
	display: inline-block;
	text-align: center;
	line-height: 10px;
	color: white;
}

.es-comment-help {
	cursor: help;
}

.es-comment-nb {
	font-size: 18px;
	font-style: italic;
	padding: 5px 30px;
}

.es-comment-times {
	transition: all 1s ease 0s;
	display: inline-block;
}

:hover > .es-comment-times {
	transform: rotate(360deg);
}

.es-comment-text {
	font-size: 13px;
	padding: 5px;
	word-break: break-all;
	white-space: pre-line;
}
textarea.es-comment-text {
	width: 930px;
	overflow: auto;
	resize: vertical;
}
.es-comment-ids {
	display: none;
	word-break: break-all;
	hyphens: none;
}

.es-comment-action {
	padding: 5px 0;
}

.es-comment-resultset {
	position: relative;
	padding: 5px;
	border: 2px solid #aaa;
	margin-bottom: 10px;
	min-height: 30px;
}
.es-comment-resultset-last {
	border-color: green;
}
.es-comment-resultset:hover {
	border-color: #333;
}
.es-comment-resultset-del {
	position: absolute;
	top: 5px;
	right: 5px;
}

.es-comment-resultset-del > .action-error {
	margin: 0;
	top: 0;
}

.es-comment-sub > h3 {
	margin: 5px;
	font-variant: small-caps;
	font-size: 14px;
}
.es-comment-sub-elt {
	font-size: 12px;
	margin-bottom: 10px;
}

.es-comment-sub-elt:hover {
	background-color: #CDE6F5;
}

.es-comment-value {
	display: inline-block;
	min-width: 200px;
	max-width: 750px;
}

.es-comment-count {
	display: inline-block;
	min-width: 45px;
}

.es-comment-sub-ip .es-comment-value {
	max-width: 630px;
}

.es-comment-dig {
	position: relative;
	border: 2px solid #85bd85;
	margin-bottom: 5px;
	padding: 0 5px;
}

.es-comment-resultset > .es-comment-dig {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.es-comment-resultset > .es-comment-dig > .es-comment-resultset-del {
	display: none;
}

.es-comment-dig-list {
	list-style-type: none;
	margin: 5px 0 5px 0;
	border-bottom: 1px dashed #aaa;
	padding: 5px 0 10px 20px;
}
.es-comment-dig-list:last-child {
	border: 0 none;
}
.es-comment-dig-list:hover {
	background-color: white;
}

.es-comment-dig-list > li {
	display: inline-block;
	margin-right: 20px;
}

.es-comment-dig-list > li:nth-last-child(1),
.es-comment-dig-list > li:nth-last-child(2) {
	display: block;
	margin-top: 5px;
}

.es-comment-list-del {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 5px;
}

.es-comment-title-del {
	margin: 5px 0px 10px;
	font-variant: small-caps;
}

.es-comment-dig-title {
	font-variant: small-caps;
}

.es-comment-dig-value {
	display: inline-block;
	word-break: break-all;
}

.es-comment-searchparams {
	display: none;
	margin-bottom: 5px;
}

.es-comment-searchparam-minscore {
	width: 3em;
}

.es-comment-exception {
	white-space: pre-wrap;
}
.es-comment-exception:first-line {
	font-size: 13px;
	font-variant: small-caps;
}
.es-comment-exception::before {
	content: " ";
	margin: 0 2px 3px 0;
}

.action-doing {
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 0 0 5px;
	height: 8px;
	width: 8px;
	animation: rotation .9s infinite linear;
	border: 3px solid rgba(0,0,0,.20);
	border-top-color: rgb(192, 50, 33);
	border-radius:100%;
}

@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

.action-success {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 0 5px;
	height: 8px;
	width: 8px;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: green;
	transform: rotate(-35deg);
}

.es-comment-exception::before,
.action-error {
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 0 0 5px;
	height: 14px;
	width: 14px;
	background: linear-gradient(to bottom, transparent 35%, #d00 35%, #d00 65%,  transparent 65%),
		linear-gradient(to right, transparent 35%, #d00 35%, #d00 65%, transparent 65%);
	transform: rotate(45deg);
}

.use-params {
	animation: lighning 1s ease-out 2 alternate;
}

@keyframes lighning {
	from { box-shadow: 0 0 0 green; }
	to { box-shadow: 0 0 6px green; }
}

.images-wrap > img {
	display: block; max-width: 600px; margin: 20px 0; padding: 10px; border: 1px solid black;
}

.raw-urls {
	display: block;
	width: 730px;
	height: 200px;
	margin-bottom: 15px;
	overflow: auto;
}
.raw-urls.with-res {
	height: 70px;
}

.bloc-urls {
	margin: 0 20px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 3px double #333;
}
textarea.url-inconnu {
	display: inline-block;
	width: 730px;
	height: 30px;
	margin: 0 5px 5px 0;
	padding: 1px;
	overflow: auto;
	vertical-align: top;
}

.bloc-urls > h3 > span::before {
	content: " (";
}
.bloc-urls > h3 > span::after {
	content: ")";
}
.bloc-urls > h3 > span {
	font-style: italic;
	font-weight: normal;
}
#re-del-all-elts,
.bloc-urls button {
    display: inline-block;
    border: 0 none;
    background-color: transparent;
	cursor: pointer;
	vertical-align: middle;
}

.elt-image > a {
	display: block;
	margin-bottom: 5px;
}
.elt-image > img {
	display: inline-block;
	vertical-align: top;
	max-height: 300px;
	max-width: 600px;
	height: auto;
	width: auto;
	margin: 0 5px 5px 0;
}

.elt-wrap:not(.elt-inconnu) {
	border: 1px solid #999;
	padding: 5px;
	margin: 5px 0;
}
.elt-wrap:hover {
	border-color: #333;
}

.elt-wrap input[type="checkbox"] {
	vertical-align: middle;
}

.exec {
	cursor: pointer;
}
.exec-selected {
	position: relative;
	border: 3px solid #333;
}
.del-exec {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background-color: white;
}
.exec-selected > .del-exec {
	display: block;
}

button.del-line-only {
	display: none;
}
.has-subelts > button.del-line-only {
	display: inline-block;
}

#del-all-elts {
	margin-left: 20px;
}
#del-all-elts,
#re-del-all-elts {
	margin-top: 20px;
	vertical-align: middle;
}
#re-del-all-elts {
	display: none;
}
#del-all-elts[disabled] + #re-del-all-elts {
	display: inline-block;
}

.exec-0 {
	position: relative;
	margin: 10px 20px;
	pointer-events: none;
}
.exec-0:hover {
	background-color: #ffc7c2;
}
.exec-0 > .del-exec {
	display: block;
	pointer-events: auto;
}
.exec-0 > .del-exec:hover {
	background-color: #ddd;
}

.form-search {
	margin: 10px 20px 20px;
}

.form-row {
	display: flex;
	flex-direction: row;
}

.form-control {
	margin: 5px 10px;
}

.form-elt-small {
	width: 4rem;
}
.form-elt-medium {
	width: 20rem;
}
.form-elt-large {
	width: 52rem;
}

/* tagify - fix */
tags {
	padding: 0.3em 0.5em;
}
tags > div {
	padding: 0;
}