/* +--------------------------------------------------------------------------+
// ? 2002-2007 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: common.css,v 1.248.2.12.4.3.2.26 2026/07/17 07:15:05 dgoron Exp $ */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                             ATTRIBUTS GENERAUX                             */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.form-autorites div {
	box-sizing: border-box;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #ffffff;
}

input,
select {
	font-family: Arial, Helvetica, Sans-serif;
}

.row {
	clear: both;
}

a {}

img {
	border: none;
	vertical-align: middle;
}

ul {
	list-style-position: inside;
}

/* ----------- titres et paragraphes ----------- */

h1 {
	font-size: 15px;
}

h2,
h3 {
	font-size: 13px;
}

p {
	margin-bottom: 20px;
}

hr {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ----------------- tableaux ----------------- */

table {
	width: 100%;
	clear: both;
}

table.sortable {
	margin-top: 0px;
	margin-bottom: 0px;
}

tr {}

td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: top;
}

/* ------------------ input ------------------ */

input,
select,
textarea {
	margin: 2px;
}

input,
textarea {
	padding: 2px;
}

textarea {
	max-width: 95%;
	min-width: 50%;
}

button.bouton:not(.disabled),
button.bouton_small:not(.disabled),
input.bouton,
input.bouton_small {
	cursor: pointer;
}

input[type="radio"] {
	vertical-align: middle;
}

/* ------------------ formulaires --------------- */

#notice-form-container.show_docnums #container_show_docnums,
form {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-contenu {
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-contenu label {
	font-weight: bold;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

.interface-element-display-form_class_html {
	margin-top : 1em;
}

#zbibform .interface-element-display-flat {
	min-height : 3.5em;

}

#zbibform .interface-element-display-flat label {
	padding-right : 0.5em;

}

table.demandes-actions-types {
	margin-top:2em;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                     NAVBAR                                 */

/*                                   menu onglet                              */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

#navbar {}

#navbar ul li {
	display: inline
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                    EXTRA                                   */

/*                              icones preferences                            */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

#extra {}

#extra img {}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                             Style par themes                               */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                  General                                   */

/* ---------------------------------------------------------------------------*/

table th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ---------------------------------------------------------------------------*/

/*                                Circulation                                 */

/* ---------------------------------------------------------------------------*/

body.circ {}

/* ---------------------------------------------------------------------------*/

/*                                 Catalogue                                  */

/* ---------------------------------------------------------------------------*/

body.catalog {}

/* ---------------------------------------------------------------------------*/

/*                                 Autorites                                  */

/* ---------------------------------------------------------------------------*/

body.autorites {}

/* ---------------------------------------------------------------------------*/

/*                                  Editions                                  */

/* ---------------------------------------------------------------------------*/

body.edit {}

/* ---------------------------------------------------------------------------*/

/*                                    DSI                                     */

/* ---------------------------------------------------------------------------*/

body.dsi {}

#bannette_facettes_options {
	display: block;
	margin-top: 5px;
	margin-left: 25px;
	padding: 10px;
	width:50%;
	box-shadow: -1px 2px 5px 1px rgba(229,222,220, 0.7) inset;
}

#rss_flux_default_format {
	display: block;
	margin-top: 2px;
	margin-left: 25px;
	padding: 10px;
	width:50%;
}

/* ---------------------------------------------------------------------------*/

/*                                Acquisitions                                */

/* ---------------------------------------------------------------------------*/

body.acquisition {}

body.acquisition table.act_cell {
	width: inherit;
}

body.acquisition .tab_sug td input,
body.acquisition .tab_sug td select {
	width: 90%;
}

body.acquisition .tab_sug td textarea {
	width: 90%;
	max-width: 100%;
}

body.acquisition .tab_sug td input.bouton {
	width: inherit;
}

body .acq_sel_display_middle img,
body .acq_sel_display_middle input[type='checkbox'] {
	vertical-align: middle;
}

.accounting_fieldset {
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	padding: 12px 16px;
	margin-top: 8px;
}

.accounting_text_label {
	font-weight:bold;
}

/* ---------------------------------------------------------------------------*/

/*                                  Demandes                                  */

/* ---------------------------------------------------------------------------*/

body.demandes {}

/* ---------------------------------------------------------------------------*/

/*                                   Fiches                                   */

/* ---------------------------------------------------------------------------*/

body.fichier {}

/* ---------------------------------------------------------------------------*/

/*                                  Portail                                   */

/* ---------------------------------------------------------------------------*/

body.cms {}

body.cms .dijitAccordionInnerContainerSelected .dijitAccordionChildWrapper,
body.cms .dijitAccordionInnerContainerSelectedHover .dijitAccordionChildWrapper,
body.cms .dijitAccordionInnerContainerSelectedActive .dijitAccordionChildWrapper {
	border: none !important;
}

#cms_module_search_form #datasource_form .colonne-suite {
	float:left;
	width:66%;
}

/* ---------------------------------------------------------------------------*/

/*                                  Dijit                                     */

/* ---------------------------------------------------------------------------*/

body.dojoDialogOpened {
	overflow: hidden;
}

body .dijitDialog {
	/* min-width: 57vw; */
	min-width: 21vw;
}

body .dijitDialog form {
	width: calc(100% - 40px) !important;
}

.dijitLayoutContainer.dijitDialog .dijitDialogPaneContent,
body.dojoDialogOpened .dijitLayoutContainer.dijitDialog .dijitDialogPaneContent,
body .dijitDialog>* {
	overflow-y: auto;
}

body.select {
	background-image: none !important;
}

.cms div[id^="cms_build_dialog"].dijitDialog {
	max-height: 98vh;
}
.claro .dijitDialogPaneContent {
    max-height: 98vh;
}

.customExpandBtn {
    position: absolute;
    right: 28px;
    font-size: 9px;
    top: 0.4rem;
    color: #748a9f;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 13px;
    padding: 0.1rem 6px 3px 6px;
}

.customExpandBtn:hover {
    background-color: #eaf5ff;
    color: #5a6e81;
    box-shadow: 0px 0.05rem 2px 0.05rem #96b3cf;
    border-radius: 2px;
}

/* ---------------------------------------------------------------------------*/

/*                               Administration                               */

/* ---------------------------------------------------------------------------*/

body.admin {}

body.admin table th.brd {
	background-image: none;
	background-color: inherit;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                 Conteneur                                  */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

#conteneur {}

/* ---------------------------------------------------------------------------*/

/*                                    Menu                                    */

/* ---------------------------------------------------------------------------*/

#conteneur #menu {}

#menu h3 {
	cursor: pointer;
}

#div_alert {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------*/

/*                                    HMenu                                   */

/* ---------------------------------------------------------------------------*/

#contenu .hmenu {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                            Saisie des champs                               */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.child .colonne10 {
	width: 15%;
}

.child .colonne_suite .saisie-60em {
	width: 95%;
}

.child .colonne10 .saisie-20em {
	width: 150%;
}

.saisie-inline {
	width: 80%;
}

.saisie-2em {
	width: 2em;
}

.saisie-5em,
.saisie-5emr,
.saisie-5emd {
	width: 5em;
}

.saisie-10em,
.saisie-10emr,
.saisie-10emd {
	width: 7.5em;
}

.saisie-15em,
.saisie-15emr,
.saisie-15emd {
	width: 10em;
}

.saisie-20em,
.saisie-20emr,
.saisie-20emd {
	width: 15em;
	/*width: 60%;*/
}

.saisie-30em,
.saisie-30emr,
.saisie-30emd {
	width: 30em;
	/*width: 70%;*/
}

.saisie-40em,
.saisie-40emr,
.saisie-40emd {
	width: 40em;
}

.saisie-50em,
.saisie-50emr,
.saisie-50emd {
	width: 35em;
}

.saisie-60em {
	width: 85%;
}

.saisie-70em {
	width: 70em;
}

.saisie-80em,
.saisie-80emr,
.saisie-80emd {
	width: 40em;
	/*width: 90%;*/
}

.saisie-100em,
.saisie-100emr,
.saisie-100emd {
    width: 100em;
    max-width: 90%;
}

#notice .form-contenu .child .saisie-80em {
	width: 90%;
}

.saisie-85 {
	width: 95%;
}

.right,
.right-50,
.right-15,
.right-85 {
	float: right;
}

.right-50 {
	width: 50%;
}

.right-15 {
	width: 15%;
}

.right-85 {
	width: 85%;
}

.right-clear-right,
.right-50-clear-right {
	float: right;
	clear: right;
}

.left-clear-left,
.left-50-clear-left {
	float: left;
	clear: left;
}

.left,
.left-50,
.left-15 {
	float: left;
}

.left-50 {
	width: 50%;
}

.left-15 {
	width: 15%;
}

.left-85 {
	width: 85%;
}

.spacer {
	clear: both;
	display: none;
}

.expand_completion {
	width: calc(100% - 60px);
}

.max_result_autocomplete {
	font-style: italic;
	font-size: 10px;
	width: 100%;
	margin: 0px;
}

.mb-s {
    margin-bottom: 8px;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                            Statut des notices                              */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.statutnot1 {}

.statutnot2 {
	background-color: #BB0000;
}

.statutnot3 {
	background-color: #00BB00;
}

.statutnot4 {
	background-color: #0000BB;
}

.statutnot5 {
	background-color: #D0686F;
}

.statutnot6 {
	background-color: #A6DCDC;
}

.statutnot7 {
	background-color: #816492;
}

.statutnot8 {
	background-color: #BCB964;
}

.statutnot9 {
	background-color: #6C75AC;
}

.statutnot10 {
	background-color: #FFC587;
}

.statutnot11 {
	background-color: #70C173;
}

.statutnot12 {
	background-color: #660000;
}

.statutnot13 {
	background-color: #006600;
}

.statutnot14 {
	background-color: #000066;
}

.statutnot15 {
	background-color: #80181F;
}

.statutnot16 {
	background-color: #668C8C;
}

.statutnot17 {
	background-color: #311442;
}

.statutnot18 {
	background-color: #7C7914;
}

.statutnot19 {
	background-color: #2C356C;
}

.statutnot20 {
	background-color: #BF8547;
}

/* -----------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------*/

/*                       MODIFICATIONS POUR L'IMPRESSION                        */

/* -----------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------*/

@media print {
	#conteneur {
		position: relative;
		clear: both;
	}
	#navbar {
		display: none;
	}
	#menu {
		display: none;
	}
	#deconnexion {
		display: none;
	}
	#extra {
		display: none;
	}
	.bouton {
		display: none;
	}
	.bouton_small {
		display: none;
	}
}

/* -----------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------*/

/*                                  Calendrier                                  */

/* -----------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------*/

.dom_div {
	overflow: auto;
}

.dom_tab {
	table-layout: fixed;
}

.dom_col {
	overflow: hidden;
}

.dom_cell_tab {
	overflow: hidden;
}

.dom_tab2 {
	display: table;
}

.dom_row2 {
	display: table-row;
	height: 140px;
}

.dom_col2 {
	display: table-cell;
}

.dom_cell2_h {
	display: block;
	width: 200px;
	height: 140px;
	overflow: hidden;
}

.dom_cell2 {
	display: block;
	height: 140px;
	overflow: hidden;
}

.dom_sel {
	width: 200px;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                   FRAME                                    */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

#recept_frame {
	z-Index: 1000;
}

iframe#alerte {
	visibility: hidden;
}

#frame_notice_preview {
	z-Index: 1000;
}

#up_frame {
	z-Index: 1000;
	overflow: scroll;
}

#expl-form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#expl-form .left {
	float: none;
}

#frame_trans_expls,
#frame_abts {
	z-Index: 1000;
}

#frame_list_items {
	border: 2px solid #777799;
	border-radius: 5px 5px;
	-moz-border-radius: 10px;
	padding: 10px;
	z-Index: 1000;
	position: absolute;
	display: none;
	width: 500px;
	height: 250px;
}

#frame_help {
	border: 2px solid #777799;
	border-radius: 5px 5px;
	-moz-border-radius: 10px;
	padding: 10px;
	z-Index: 1000;
	position: absolute;
	display: none;
	width: 250px;
	height: 125px;
}

/* -----------------FRAME MAJ------------------- */

body.alter h2 .bdd_version {
	font-size: 17px;
}

/* ----------Frame Raccourcis Clavier----------- */

#frame_shortcuts {
	border: 2px solid #777799;
	border-radius: 5px 5px;
	z-index: 1000;
	position: absolute;
	width: 800px;
	height: 520px;
}

.frame_shortcuts h2 {
	margin: 8px 0 0 0;
}

.shortcuts_list {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 5px;
	line-height: 30px;
	list-style-type: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.shortcuts_list kbd {
	display: inline-block;
	min-width: 10px;
	height: 18px;
	padding: 0 4px;
	margin: 0 2px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	background-color: #3c3c3c;
	background-image: -moz-linear-gradient(top, #3c3c3c 0, #505050 100%);
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #505050 100%);
	background-image: linear-gradient(top, #3c3c3c 0, #505050 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
}

.shortcuts_list kbd:nth-child(2n) {
	margin-right: 10px;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                 Notices                                    */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

#notice .form-contenu .child .colonne_suite {
	width: 50%;
}

#notice .form-contenu .child .colonne2 .saisie-30emr {
	width: 70%;
}

#notice .form-contenu .child .colonne_suite .saisie-15emr {
	width: 40%;
}

.notice-perio {
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

#content_onglet_perio {
	margin-top: 20px;
}

.depouillements-perio {
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.msg-perio {
	font-weight: bold;
	color: #ff0000;
}

.bulletins-perio div[id$="Child"] tbody tr:first-child {
	font-size: 14px;
	font-weight: 300;
	color: #525252;
}

.perio-barre {
	font-weight: bold;
}

.notice-heada {
	font-weight: bold;
}

.notice-parent {
	margin-bottom: 7px;
	margin-top: 7px;
}

.notice-parent .notice-heada blockquote {
	margin-left: 50px;
}

.notice-parent img {
	vertical-align: bottom;
}

.notice-parent .left {
	margin-left: 5px;
	float: none;
}

.notice-parent .right {
	margin-top: -15px;
	text-align: right;
	float: none;
}

.notice-parent h1 .left {
	float: none;
}

.notice-parent h1 .right {
	clear: both;
	margin-top: -17px;
	text-align: right;
}

.img_notice {
	max-width: 140px;
	max-height: 200px;
	min-width: 50px;
}

.heada {
	font-weight: bold;
}

.parent {
	clear: both;
}

.bu {
	margin-top: 15px;
}

.titre-panier {
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.red {
    color: red;
}
.green {
    color: green;

}

.gris {
	color: #cccccc;
}

.message_important {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.5em;
	padding: 5px;
	margin: 5px;
}

.expl_comment {
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	margin: 5px;
}

/* ------------ Draggable ---------------*/

ul.li_draggable li {
	list-style-type: none;
	padding: 0 !important;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                     Cell                                   */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.req_cell th,
.req_cell td {
	padding-right: 5px;
}

.req_cell .col_ali {
	width: 10%;
}

.req_cell .col_get,
.req_cell .col_vis,
.req_cell .col_grp,
.req_cell .col_tri {
	width: 20px;
	padding-right: 0px;
}

.req_cell .col_act,
.req_cell .col_obl {
	width: 50px;
	padding-right: 0px;
}

.req_cell .up_bt {
	vertical-align: top;
	cursor: pointer;
}

.req_cell .down_bt {
	vertical-align: bottom;
	cursor: pointer;
}

.req_cell .stop_bt,
.req_cell .cross_bt {
	vertical-align: middle;
	width: 16px;
	cursor: pointer;
}

.in_cell_nb,
.in_cell_nb_ro,
.in_cell_rd {
	text-align: right;
}

.in_cell_nb {
	width: 30px;
	;
}

.in_cell_ro {
	width: 60px;
	;
}

.in_cell_ld {
	text-align: left;
}

.req_ajax_div {
	z-Index: 1000;
	overflow: auto;
}

.req_row_handler {
	margin-left: 5px;
	cursor: pointer;
}

#req_frame {
	display: none;
	padding: 5px;
	z-Index: 1000;
}

.req_cell .bt_cross_elt {
	vertical-align: bottom;
	cursor: pointer;
}

.act_cell {
	table-layout: fixed;
}

.act_cell_chkbox {
	width: 25px;
}

.act_typ_lig_3 {
	border: indianred dotted;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                                   Index                                    */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.index #noconteneur {}

.index #navbar ul li {
	margin-bottom: 4px;
}

.index #navbar ul li {
	margin-bottom: 4px;
}

.index #extra {
	padding-left: 5px;
	padding-right: 5px;
	width: 230px;
}

#noconteneur #footer {
	padding-bottom: 15px;
	clear: both;
	bottom: 0px;
	position: absolute;
	width: 100%;
}

#noconteneur #footer a {
	margin-left: 10px;
}

/* ------------ Login-box ---------------*/

#nocontenu #login-box {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	min-width: 250px;
	position: absolute;
	left: 50%;
	-moz-transform-origin: 50%;
	-webkit-transform-origin: 50%;
	-o-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#login-box form#login {
	background-color: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 20px;
}

#login-box form#login .form-contenu {
	margin-top: 0px;
}

#login-box form#login .form-contenu #user,
#login-box form#login .form-contenu #password {
	width: 97%;
}

#login-box .erreur {
	padding-left: 22px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#login-box .colonne10 {
	padding-left: 20px;
}

#login-box label {
	font-weight: bold;
}

#login-box input#user,
#login-box input#code-otp,
#login-box input#password {
	margin-bottom: 10px;
	width: 90%;
}

.login_page {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.login_page>div {
	-webkit-box-flex: 1;
	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;
	/* OLD - Firefox 19- */
	-webkit-flex: 1;
	/* Chrome */
	-ms-flex: 1;
	/* IE 10 */
	flex: 1 0 33%;
	box-sizing: border-box;
	min-width: 320px;
}

.login_page .pmb_login_message>*,
.login_page .login_message>* {
	padding-left: 20px;
	padding-right: 20px;
}

.login_page #login_message:empty,
.login_page #pmb_login_message:empty {
	display: none;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                            Attributs divers                                */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/* -------------- Erreur ----------------*/

.erreur_saisie {
	background-color: #ff0000;
}

.erreur {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
}

.hide {
	display: none;
}

.aide {
	cursor: help;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* -------------- Z39.50 ----------------*/

.z3950_succeed:before {
	content: "";
	display: inline-block;
	background: url('../../images/sauv_succeed.png');
	background-size: 15px;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	vertical-align: bottom;
}

.z3950_failed:before {
	content: "";
	display: inline-block;
	background: url('../../images/sauv_failed.png');
	background-size: 15px;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	vertical-align: bottom;
}

/* ------------ autre ------------- */

.tab_sug th,
.tab_sug td {
	text-align: center;
	overflow: scroll;
}

.vmenu span a {
	display: block;
}

.col {
	float: left;
	width: 100%;
	padding: 1em;
	margin: 1em;
}

.bool {
	font-weight: bold;
}

ul.sel_navbar li {
	display: inline-block;
	width: auto !important;
	width: 10px;
}

ul.sel_navbar li a {
	display: block;
	padding: 6px 10px 2px 10px;
}

.table-no-border td {
	vertical-align: middle;
}

.child_tab {
	margin-left: 30px;
}

.form-empr-fgrp {
	border-bottom: 2px solid #CCCCCC;
}

table.sortable th {
	cursor: pointer;
}

.edit table.sortable td {
	text-align: center;
}

.vertical {
	writing-mode: bt-rl;
}

#exer {
	width: 100%;
}

#mnt_bud,
#seuil {
	width: 70%;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                           Attributs Colonnes                               */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.colonne1 {
	float: left;
	width: 100%;
}

.colonne2 {
	float: left;
	width: 50%;
}

.colonne60 {
	float: left;
	width: 60%;
}

.colonne40 {
	float: left;
	width: 40%;
}

.colonne30 {
	float: left;
	width: 30%;
}

.colonne_suite {
	float: left;
}

.colonne_scroll {
	margin-left: 1%;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 73%;
	border: 2px solid #CCCCCC;
	float: left;
}

/* pour les mises en pages sur 3 colonnes */

.colonne3 {
	float: left;
	width: 33%;
}

.colonne3 select {
	max-width: 90%;
}

/* pour les mises en pages sur 4 colonnes */

.colonne4 {
	float: left;
	width: 25%;
}

/* pour les mises en pages sur 5 colonnes */

.colonne5 {
	float: left;
	width: 20%;
}

/* pour avoir une colonne toute petite ! */

.colonne10 {
	float: left;
	width: 10%;
}

.colonne80 {
	float: left;
	width: 80%;
}

.colonne75 {
	float: left;
	width: 75%;
}

.colonne25 {
	float: left;
	width: 25%;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                           Uploader Portail                                 */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

#document_list:after {
	content: "";
	display: block;
	clear: both;
}

.document_item {
	text-align: center;
	min-height: 200px;
	width: 200px;
	line-height: 200px;
	margin: 5px;
	padding: 5px;
	position: relative;
	padding: 4px;
	border: 5px solid #FFFFFF;
	background: #F5F5F5;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 0 0px 1px #e5e5e5;
	float: left;
}

.document_item_selected {
	background-color: rgb(250, 249, 249);
	box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.05), 0 0 0px 1px #e5e5e5;
}

.document_item_content {
	line-height: normal;
	display: inline-block;
	word-break: break-all;
	vertical-align: middle;
	max-width: 100%;
}

.dropTarget {
	height: 100px;
	width: 97%;
	overflow: hidden;
	line-height: 100px;
	border-radius: 4px;
	border: 4px solid #FFFFFF;
	background-color: #E0E0E0;
	cursor: pointer;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}

.targetActive {
	-moz-box-shadow: 0 0 15px #006666;
	-webkit-box-shadow: 0 0 15px #006666;
	box-shadow: 0 0 15px #006666;
}

.document_item .document_checkbox {
	position: absolute;
	width: 100%;
	bottom: 2px;
	line-height: 1em;
}

.document_list {
	max-height: 500px;
	overflow-y: scroll;
}

.document_item_content>p>a {
	display: inline-block;
	padding: 5px 0px;
}

.document_item_content>p>a:before {
	content: url('./../../images/b_edit.png');
	vertical-align: sub;
	margin-right: 6px;
}

.dropTarget:first-letter {
	text-transform: capitalize;
}

.document_item_selected:after {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	right: 7px;
	border: solid 1px #62C51A;
	background: rgb(180, 227, 145);
	/* Old browsers */
	background: -moz-radial-gradient( top left, ellipse cover, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient( top left, ellipse cover, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at top left, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                           Uploader Catalog                                 */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.document_drop_zone_item:after {
	content: "";
	display: block;
	clear: both;
}

.vignette_doc_num {
	position: relative;
}

.docnum_statutnot1 {}

.docnum_statutnot2 {
	background-color: #BB0000;
}

.docnum_statutnot3 {
	background-color: #00BB00;
}

.docnum_statutnot4 {
	background-color: #0000BB;
}

.docnum_statutnot5 {
	background-color: #D0686F;
}

.docnum_statutnot6 {
	background-color: #A6DCDC;
}

.docnum_statutnot7 {
	background-color: #816492;
}

.docnum_statutnot8 {
	background-color: #BCB964;
}

.docnum_statutnot9 {
	background-color: #6C75AC;
}

.docnum_statutnot10 {
	background-color: #FFC587;
}

.docnum_statutnot11 {
	background-color: #70C173;
}

.docnum_statutnot12 {
	background-color: #660000;
}

.docnum_statutnot13 {
	background-color: #006600;
}

.docnum_statutnot14 {
	background-color: #000066;
}

.docnum_statutnot15 {
	background-color: #80181F;
}

.docnum_statutnot16 {
	background-color: #668C8C;
}

.docnum_statutnot17 {
	background-color: #311442;
}

.docnum_statutnot18 {
	background-color: #7C7914;
}

.docnum_statutnot19 {
	background-color: #2C356C;
}

.docnum_statutnot20 {
	background-color: #BF8547;
}

input.switch:empty {
	margin-left: -999px;
}

input.switch:empty~label {
	position: relative;
	float: left;
	line-height: 1.6em;
	text-indent: 4em;
	margin: 0.2em 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.switch:empty~label:before,
input.switch:empty~label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	width: 3.6em;
	background-color: #c33;
	border-radius: 0.3em;
	box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

input.switch:empty~label:after {
	width: 1.4em;
	top: 0.1em;
	bottom: 0.1em;
	margin-left: 0.1em;
	background-color: #fff;
	border-radius: 0.15em;
	box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
}

input.switch:checked~label:before {
	background-color: #393;
}

input.switch:checked~label:after {
	margin-left: 2.1em;
}

.switch:focus-visible + label {
	outline-offset: 2px;
    border-radius: 6px;
}

/* Focus quand NON coch� */
.switch:focus-visible:not(:checked) + label {
    outline: 2px solid #c33;
}

/* Focus quand coch� */
.switch:focus-visible:checked + label {
    outline: 2px solid #393;
}

#dialog_wrapper input[type="image"] {
	height: 16px;
	width: 16px;
	border: none;
	display: inline;
	padding: 0px;
	margin: 10px 5px 0px 0px;
}

#dialog_wrapper a[href^="javascript"] {
	display: inline-block;
	margin-top: 10px;
	padding: 0px;
	vertical-align: top;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                           TABLEAUX		                                  */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.classementGen_tableau {
	text-align: left;
}

.classementGen_tableau th.classement5,
.classementGen_tableau td.classement5 {
	width: 5%;
}

.classementGen_tableau th.classement10,
.classementGen_tableau td.classement10 {
	width: 10%;
}

.classementGen_tableau th.classement15,
.classementGen_tableau td.classement15 {
	width: 15%;
}

.classementGen_tableau th.classement20,
.classementGen_tableau td.classement20 {
	width: 20%;
}

.classementGen_tableau th.classement30,
.classementGen_tableau td.classement30 {
	width: 30%;
}

.classementGen_tableau th.classement35,
.classementGen_tableau td.classement35 {
	width: 35%;
}

.classementGen_tableau th.classement40,
.classementGen_tableau td.classement40 {
	width: 40%;
}

.classementGen_tableau th.classement45,
.classementGen_tableau td.classement45 {
	width: 45%;
}

.classementGen_tableau th.classement50,
.classementGen_tableau td.classement50 {
	width: 50%;
}

.classementGen_tableau th.classement60,
.classementGen_tableau td.classement60 {
	width: 60%;
}

.classementGen input[type="text"] {
	width:80%!important;
}

.classementGen .datalist-input {
	padding-left: 1em;
	width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
}

.classementGen-save {
	position: absolute;
	margin-top:5px;
}

/* ---------------------------------------------------------------------------*/

/*                               Sï¿½lecteurs                                   */

/* ---------------------------------------------------------------------------*/

.selector_last_used {
	max-width: 100%;
	padding: 10px 10px 10px 15px;
	border: solid 1px #CCCCCC;
	box-shadow: -2px 2px 2px 0px #355B88;
	margin: 0px 0px 15px 10px;
	position: relative;
}

.selector_actions_selection {
	margin-top: 1.5em;
	margin-left: 1.5em;
}

.ext_search_txt {
	width: 40em;
}

select[multiple] {
    resize: both;
}


/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                            Menu Editorial tree                            */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.liLike {
	float: left;
	display: block;
}

.cache.liLike {
	float: right;
	display: block;
}

.clear {
	clear: both;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                     Avis - choix sous forme d'etoiles                      */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

.echelle_avis_text:not(:checked) {
	display: none;
}

.echelle_avis_stars {
	position: relative;
	font-size: medium;
	top: 2px;
}

.echelle_avis_star:not(:checked) {
	font-size: 0.1px;
	/*0px bug sous IE*/
}

.echelle_avis_star:not(:checked) input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	font-size: 0;
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
}

.echelle_avis_star:not(:checked) label {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	display: inline-block;
	background: url('../../images/star_rating.png') no-repeat -16px 0;
}

.echelle_avis_star input:checked+label {
	background-position: -16px 0;
}

.echelle_avis_star input:checked+label~label {
	background-position: 0;
}

.echelle_avis_star:hover label {
	background-position: -16px 0 !important;
}

.echelle_avis_star input[type='radio']:hover+label~label {
	background-position: 0 !important;
}

tr.authorityGridMainItem,
tr.authorityGridTitleItem>td {
	font-weight: bold;
}

tr.authorityGridTitleItem>td {
	text-align: center;
	cursor: text;
}

.form-autorites .dojoDndSource,
.form-catalog .dojoDndSource {
	border: 1px solid black;
	margin: 2px;
	width: 100%;
	height: 100%;
}

.form-autorites .dojoDndItem:hover,
.form-catalog .dojoDndItem:hover {
	box-shadow: 0 0 2px 0 #000 inset;
}

.form-autorites .dndLine,
.form-catalog .dndLine {
	box-shadow: 0 0 2px 0 #000 inset;
}

.form-autorites .dndLine:hover,
.form-catalog .dndLine:hover {
	min-height: 20px;
}

.form-autorites .virtualLine:hover,
.form-catalog .virtualLine:hover {
	height: 20px;
}

#drop-target {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 100px;
	left: 12px;
	padding: 12px;
	text-align: center;
	top: 12px;
	width: 100px;
	position: absolute;
}

#preview-row {
	border: 1px solid #ccc;
	padding: 12px;
	position: relative;
	width: auto;
}

#preview {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 100px;
	margin-left: 148px;
	padding: 12px;
	width: auto;
}

/* ========================================================================
  Construction part                                                  wlair
 ========================================================================== */

input[name="cms_module_common_module_css_class"] {
	width: 60%;
}

/* Recadrage des documents numÃ©riques cgil */

.docnum a {
	display: block;
	word-break: break-all;
	padding: 0px 10px;
}

.docnum a.docnum_name_link {
	display: inline;
}

/* ========================================================================
  Facettes externes =::= dgoron
 ========================================================================== */

#contenu .content_details {
	background: #f8f8f8;
	overflow: hidden;
}

#contenu .content_details .results_list {
	float: left;
}

#contenu .content_details .has_facettes {
	width: 82%;
}

#contenu .content_details .facettes_list {
	float: right;
	width: 18%;
}

.facette_fieldset {
    border: none;
    padding-top: 5px;
    margin-top: 10px;
}

.popup_preview {
	position: absolute;
	z-index: 2000;
	background-color: #fff;
	border: 1px solid black;
	padding: 10px;
	box-shadow: 0px 0px 0px 999px rgba(0, 0, 0, 0.30);
}

.popup_preview .vignetteimg {
	margin-top: 20px;
}

.popup_preview_close {
	position: absolute;
	top: 0;
	right: 10px;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 18px;
	background-color: #F96265;
	color: #fff;
	padding: 3px;
}

.popup_preview_close:hover {
	cursor: pointer;
}

/* ========================================================================
  Affichage empr
 ========================================================================== */

.empr-name.h3-like {
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	display: inline-block;
	margin-right: 3px;
}

#empr-name>div>img:first-child {
	vertical-align: baseline;
}

.empr_groups_comments {
	padding-top:5px;
	font-size: 14px;
}

.empr_groups_comments .empr_groups_comments_title {
	font-weight: bold;
}

.empr-nb-pret {
	margin-right: 5px;
}

.empr-nb-resa {
	margin-right: 5px;
}

/* ========================================================================
  Porfolio
 ========================================================================== */

#document_list {
	display: flex;
	flex-wrap: wrap;
}

.document_item_content>img {
	max-width: 100%
}

.document_item {
	flex: 0 1 200px;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                 Administration - Espace de Contribution                    */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

ul.contribution_list {}

ul.contribution_list li {
	padding: 5px;
	width: 100%;
}

ul.contribution_list li.selected {
	font-weight: bold;
}

ul.contribution_list li:hover {
	background-color: red;
	cursor: pointer;
}

ul.contribution_list li.newItem {}

.list_ui_list.contributions_ui_list th{
	text-align: center;
}

span.contribution_datatype_info {
	font-style: italic;
}

svg .active {
	stroke: #000;
	stroke-width: 2px;
}

svg .inactive {
	opacity: 0.4;
}

svg .droppable {
	stroke: #00b907;
	stroke-width: 2px;
}

svg .alreadyDropped {
	stroke: red;
	stroke-width: 2px;
}

#svgGraph .dragged {
	opacity: 0.4;
}

div#forms_list .form_line {
	cursor: move;
	margin: 2px;
	padding: 2px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.44);
	border-radius: 3px;
	background-color: #d62728;
	color: white;
	user-select: none;
}

div#forms_list .form_line.selected {
	box-shadow: inset 0px 0px 0px 0px #000000;
	border: solid 3px #a01111;
}

div#scenarios_list .scenario_line {
	cursor: move;
	margin: 2px;
	padding: 2px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.44);
	border-radius: 3px;
	background-color: #ff9896;
	color: white;
	user-select: none;
}

div#scenarios_list .scenario_line.selected {
	box-shadow: inset 0px 0px 0px 0px #000000;
	border: solid 3px #a01111;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */

.ui-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.ui-flex-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex
}

.ui-flex-inline::after,
.ui-flex-inline::before,
.ui-flex::after,
.ui-flex::before {
	display: none
}

.ui-flex-left {
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.ui-flex-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.ui-flex-right {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.ui-flex-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.ui-flex-around {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.ui-flex-stretch {
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch
}

.ui-flex-top {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.ui-flex-middle {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.ui-flex-bottom {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.ui-flex-row {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row
}

.ui-flex-row-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.ui-flex-column {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.ui-flex-column-reverse {
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.ui-flex-nowrap {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.ui-flex-wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.ui-flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse
}

.ui-flex-wrap-stretch {
	-ms-flex-line-pack: stretch;
	-webkit-align-content: stretch;
	align-content: stretch
}

.ui-flex-wrap-top {
	-ms-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start
}

.ui-flex-wrap-middle {
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center
}

.ui-flex-wrap-bottom {
	-ms-flex-line-pack: end;
	-webkit-align-content: flex-end;
	align-content: flex-end
}

.ui-flex-wrap-between {
	-ms-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between
}

.ui-flex-wrap-around {
	-ms-flex-line-pack: distribute;
	-webkit-align-content: space-around;
	align-content: space-around
}

.ui-flex-first {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1
}

.ui-flex-last {
	-ms-flex-order: 99;
	-webkit-order: 99;
	order: 99
}

/*
flex size*/

.ui-flex-grow {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.ui-flex-grow-more {
	-ms-flex-grow: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

.ui-flex-no-grow {
	-ms-flex-grow: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
}

.ui-flex-shrink {
	-ms-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}

.ui-flex-no-shrink {
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.ui-flex-1-2 {
	-ms-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}

.ui-flex-1-3 {
	-ms-flex-basis: 33%;
	-webkit-flex-basis: 33%;
	flex-basis: 33%;
}

.ui-flex-2-3 {
	-ms-flex-basis: 66%;
	-webkit-flex-basis: 66%;
	flex-basis: 66%;
}

.ui-flex-1-4 {
	-ms-flex-basis: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}

.ui-flex-3-4 {
	-ms-flex-basis: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
}

.ui-flex-1-5 {
	-ms-flex-basis: 20%;
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}

.ui-flex-2-5 {
	-ms-flex-basis: 40%;
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}

.ui-flex-3-5 {
	-ms-flex-basis: 60%;
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}

.ui-flex-4-5 {
	-ms-flex-basis: 80%;
	-webkit-flex-basis: 80%;
	flex-basis: 80%;
}

.ui-flex-1-6 {
	-ms-flex-basis: 16.66%;
	-webkit-flex-basis: 16.66%;
	flex-basis: 16.66%;
}

.ui-flex-5-6 {
	-ms-flex-basis: 83.33%;
	-webkit-flex-basis: 83.33%;
	flex-basis: 83.33%;
}

/* ========================================================================
   Clearfix
 ========================================================================== */

.ui-clearfix::before {
	content: "";
	display: table-cell
}

.ui-clearfix::after {
	content: "";
	display: table;
	clear: both
}

/* ---------------------------------------------------------------------------*/

/*                      svg des cartes georef                                 */

/* ---------------------------------------------------------------------------*/

div.olMapViewport svg {
	max-width: none;
}

/* ========================================================================
  selecteur ajax
 ========================================================================== */

.ajax_selector_normal {
	cursor: default;
	font-family: arial, helvetica;
	font-size: 10px;
	width: 100%;
}

.ajax_selector_surbrillance {
	cursor: default;
	font-family: arial, helvetica;
	font-size: 10px;
	width: 100%;
}

.ajax_selector_instruments {
	background-color: #DDD;
}

.draggableFrame {
	margin: 10px;
	background-color: rgb(165, 212, 255);
	border-radius: 5px;
	padding: 25px 5px 25px 5px;
	text-align: center;
	font-size: 18px;
}

.dragStartFrame {
	opacity: 0.5;
	background-color: rgb(165, 212, 255);
	border-radius: 5px;
	padding: 25px 5px 25px 5px;
	text-align: center;
	font-size: 18px;
}

.dropZone {
	/* 	padding: 5px; */
	/* 	border: 2px dashed grey; */
	/* 	border-radius: 4px; */
	height: 5px;
}

.dragoverDropZone {
	border: 2px dashed grey;
	border-radius: 4px;
	padding: 20px 10px 20px 10px;
	background-color: rgb(162, 162, 162, 0.22);
}

/* ========================================================================
  odd & even  striped
 ========================================================================== */

.odd {
	background: #fff;
}

.even {
	background: #e5e5e5;
}

/* ========================================================================
  center
 ========================================================================== */

.center {
	text-align: center;
}

/* ========================================================================
 align_left
========================================================================== */

.align_left {
	text-align: left;
}

/* ========================================================================
 align_right
========================================================================== */

.align_right {
	text-align: right;
}

/* ========================================================================
  align_middle
 ========================================================================== */

.align_middle {
	text-align: middle;
}

/* ========================================================================
  align_top
 ========================================================================== */

.align_top {
	text-align: top;
}

/* ========================================================================
  align_bottom
 ========================================================================== */

.align_bottom {
	text-align: bottom;
}

/* ========================================================================
  align_justify
 ========================================================================== */

.align_justify {
	text-align: justify;
}

/* ---------------------------------------------------------------------------*/

/*                      Informations d'indexation                             */

/* ---------------------------------------------------------------------------*/

#indexation_infos ul.indexation_entity_ul {
	list-style: disc inside none;
}

/* ---------------------------------------------------------------------------*/

/*                      Campagnes de mails                             		  */

/* ---------------------------------------------------------------------------*/

.campaign-app {
  color: #1f2937;
}
.campaign-app h4 {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 10px;
}
.campaign-app .row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
  align-items: stretch;
}

.campaign_view_box {
  flex: 1 1 0;
  min-width: 150px;
  float: none;
  width: auto;
  margin: 0;
  text-align: left;
  background-color: rgb(165, 212, 255);
  border: 1px solid #eef0f6;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
  font-size: 22px;
  font-weight: 600;
  box-sizing: border-box;
}

.campaign_view_box label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

/* Fraction affichee sous le taux : "8 / 13" */
.campaign_view_box_sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  opacity: 0.65;
}

/* Nombre de destinataires n'ayant pas consenti au tracage (RGPD/CNIL) */
.campaign_view_box_refused {
  color: #92400e;
  opacity: 1;
}

.campaign_view_graph {
  flex: 1 1 45%;
  min-width: 320px;
  /* Plafonne une carte a la moitie : un graphe seul sur sa derniere ligne
	 ne s'etire pas sur toute la largeur (sinon il devient 2x plus gros). */
  max-width: calc(50% - 7px);
  float: none;
  width: auto;
  background: #fff;
  border: 1px solid #eef0f6;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
  box-sizing: border-box;
}

/* Graphe des liens en barres horizontales : hauteur portee par le conteneur */
/* (proportionnelle au nombre de liens), position relative requise par        */
/* Chart.js en maintainAspectRatio:false.                                      */
.campaign-links-chart {
  position: relative;
  width: 100%;
}

.campaign-links-chart > div {
  position: relative;
  height: 100%;
}

/* Mise en page selon le type : temporels / barres en pleine largeur, */
/* camemberts en tiers (3 par ligne).                                  */
.campaign_view_graph--full {
  flex-basis: 100%;
  max-width: 100%;
}

.campaign_view_graph--third {
  flex-basis: calc(33.333% - 10px);
  min-width: 240px;
  max-width: calc(33.333% - 10px);
}

/* Legende HTML des camemberts : hors canvas, defilable si trop d'elements,    */
/* pour ne pas reduire la taille du graphe.                                    */
.campaign-pie-legend {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  max-height: 96px;
  overflow-y: auto;
}

.campaign-pie-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #374151;
  cursor: pointer;
  user-select: none;
}

.campaign-pie-legend-item.is-hidden {
  opacity: 0.45;
  text-decoration: line-through;
}

.campaign-pie-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .campaign_view_graph,
  .campaign_view_graph--full,
  .campaign_view_graph--third {
    flex-basis: 100%;
    max-width: none;
  }
}

div.elt-in-graph {
  background-color: #e1e1e1;
  border-radius: 2px;
  box-shadow: 3px 1px 2px 1px #ccc;
}

.campaign-chart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.campaign-chart-header h4 {
  margin: 0;
  flex: 1;
}

.campaign-chart-detail-links {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}

.campaign-chart-detail-links .bouton {
  white-space: nowrap;
  text-decoration: none;
}
/* ---------------------------------------------------------------------------*/

/*                      Traductions		                             		  */

/* ---------------------------------------------------------------------------*/

div.translations {
	margin: 10px;
}

/* ---------------------------------------------------------------------------*/

/*                      Paniers			                             		  */

/* ---------------------------------------------------------------------------*/

.groupcheckbox {
	padding: 10px 5px;
}
.groupcheckbox+.groupcheckbox {
	border: solid 1px #eee;

}
.groupcheckbox:nth-of-type(odd) {
	background: rgba(255,255,255,0.8);

}
.grouplabelcheckbox{
	margin-left:10px;
}

div.groupuserscheckbox {
	flex-wrap: wrap;
	padding: 10px 0px;
	border-left: none;
	border-right: none;
}

.usersgroupscheckbox span.usercheckbox {
	flex: 1 0 20%;
	max-width: 20%;
	display: block;
}
.usersgroupscheckbox span.usercheckbox .checkbox{
	vertical-align: middle;
}

/* ---------------------------------------------------------------------------*/

/*                      Chat			                             		  */

/* ---------------------------------------------------------------------------*/

.note_gest {
    max-width: 69%;
    margin: 5px 0px 15px 30%;
}

.note_opac {
    max-width: 69%;
    margin: 5px 0px 15px;
}

.claro .btn_note .dijitButton .dijitButtonNode {
    background: transparent;
    border: 0px;
    box-shadow: none;
}

div[id^="chatWindow"],
div#chatUsersListWindow {
    z-index:500;
}

.img_plus {
    width: 20px;
    border: 0px;
    margin: 3px 3px;
}


/* ---------------------------------------------------------------------------*/
/*                      Onglets grammaires                             		  */
/* ---------------------------------------------------------------------------*/

.grammar_tabs {
	overflow: hidden;
	margin-bottom: -1px;
}

.grammar_tab {
	float: left;
	display: block;
	border: 1px solid #C0C0C0;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	background: #E0E0E0;
	padding: 7px;
}

.grammar_tabs .grammar_tab label {
	font-weight: normal;
}

.grammar_tab.grammar_selected {
	background:#f8f8f8;
}

#skos_concept_card_ui_derived {
	margin: 10px 0;
}

.vedette_composee_corp {
	position: relative;
}

.overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .1;
	z-index: 100;
}

.overlay .loader {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.form-contenu select {
    max-width: 100%;
}

/* ---------------------------------------------------------------------------*/
/*                              Tooltip                             		  */
/* ---------------------------------------------------------------------------*/

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  left: 100%;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 0px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.etiquette {
	line-height: 25px;
}

/* ---------------------------------------------------------------------------*/

/*                      Cartographie			                              */

/* ---------------------------------------------------------------------------*/

.searchResult {
	background-color: rgba(224,176,14,0.2);
	border: 2px solid #e0b00e;
	cursor: pointer;
	min-height: 45px;
	margin-bottom: 5px;
	padding: 4px 8px;
	height: 100%;
}

.searchResult.selected {
	background-color: rgba(226,165,2,0.4);
	border: 2px solid #e2a502;
}

#listePt {
	height: 380px;
}

input.bouton.disabled, input.bouton_small.disabled {
    opacity:0.4;
}

/* ---------------------------------------------------------------------------*/

/*                      Transferts				                              */

/* ---------------------------------------------------------------------------*/

.transferts_reception_message {
	padding-top: 10px;
	padding-bottom: 10px;
}

.transferts_reception_message_title {
    padding-right: 5px;
}

.transferts_reception_message_content {
	display: inline-flex;
}

/* ---------------------------------------------------------------------------*/

/*                      Recherche				                              */

/* ---------------------------------------------------------------------------*/

.searcher_aut_list_label {
	width: 50%;
}

.searcher_aut_list_number {
	width:50%;
}

.params_pre {
    overflow: hidden;
    max-width: 400px;
    max-height: 100px;
    text-overflow: ellipsis;
}

/* ========================================================================	*/
/* Graphe																	*/
/* ======================================================================== */


.graph_menu {
	position: absolute;
	right: 5px;
}

/* ========================================================================	*/
/* Gestion des fichiers																	*/
/* ======================================================================== */

.misc_file_search_fields_operators_list {
	background: #e5e5e5;
}

#misc_file_indexation_list .subst_file_data_pond,
#misc_file_indexation_list .subst_file_data_operator_more,
#misc_file_indexation_list .subst_file_data_operator_equal,
#misc_file_indexation_list .subst_file_data_pond_gap {
	margin-right: 10px;
}

/* ---------------------------------------------------------------------------*/

/*                      Champs personnalises                           		  */

/* ---------------------------------------------------------------------------*/

div.customfieldsgroupcheckbox {
	flex-wrap: wrap;
	padding: 10px 0px;
}

.customfieldsgroupcheckbox span.customfieldcheckbox {
	max-width: 20%;
	min-width: 10%;
	display: inline-block;
}

.customfieldsgroupcheckbox.checkboxnbonline1 span.customfieldcheckbox {
    max-width: 100%;
}
.customfieldsgroupcheckbox.checkboxnbonline2 span.customfieldcheckbox {
    max-width: 50%;
}
.customfieldsgroupcheckbox.checkboxnbonline3 span.customfieldcheckbox {
    max-width: 33%;
}
.customfieldsgroupcheckbox.checkboxnbonline4 span.customfieldcheckbox {
    max-width: 25%;
}
/* 5 et plus ont 20% dans tous les cas */

.customfields_aggregator_group {
	clear: both;
}

.customfields_aggregator_group_cell {
	padding: 8px;
	float: left;
}

.customfields_aggregator_group_cell_button_add {
	margin-top:2.5em;
}

/* ---------------------------------------------------------------------------*/
/*                      Utilisateurs	                             		  */
/* ---------------------------------------------------------------------------*/

span.ui-panel-display {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* ========================================================================	*/
/* nestable (vue.js)																	*/
/* ======================================================================== */
.nestable {
  position: relative;
}
.nestable-rtl {
  direction: rtl;
}
.nestable .nestable-list {
  margin: 0;
  padding: 0 0 0 40px;
  list-style-type: none;
}
.nestable-rtl .nestable-list {
  padding: 0 40px 0 0;
}
.nestable > .nestable-list {
  padding: 0;
}
.nestable-item,
.nestable-item-copy {
  margin: 10px 0 0;
}
.nestable-item:first-child,
.nestable-item-copy:first-child {
  margin-top: 0;
}
.nestable-item .nestable-list,
.nestable-item-copy .nestable-list {
  margin-top: 10px;
}
.nestable-item {
  position: relative;
}
.nestable-item.is-dragging .nestable-list {
  pointer-events: none;
}
.nestable-item.is-dragging * {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nestable-item.is-dragging:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(106, 127, 233, 0.274);
  border: 1px dashed rgb(73, 100, 241);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nestable-drag-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.nestable-rtl .nestable-drag-layer {
  left: auto;
  right: 0;
}
.nestable-drag-layer > .nestable-list {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background-color: rgba(106, 127, 233, 0.274);
}
.nestable-rtl .nestable-drag-layer > .nestable-list {
  padding: 0;
}
.nestable [draggable="true"] {
  cursor: move;
}
.nestable-handle {
  display: inline;
}

.display-inline{
	display:inline;
}


/* ========================================================================	*/
/* Animations																*/
/* ======================================================================== */

.mailing_overlay_patience{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 100;
}

.mailing_img_patience{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1000px;
    top: 500px;
}


/* ========================================================================	*/
/* Moderation Contribution													*/
/* ======================================================================== */

.contribution_file_template img {
	max-height: 80px;
}

.contribution_drop_down_menu,
.contribution_drop_down_menu_item {
    background-color: #FFF !important;
    color: black !important;
}

.contributon_datalist {
	border: 1px solid rgb(0, 0, 0);
	position: absolute;
	background-color: rgb(255, 255, 255);
	z-index: 1000;
	overflow: hidden;
}

.contributon_datalist_option_surbrillance {
	background: rgb(0, 0, 136) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
}

.contributon_datalist_option {
	padding-left: 2px;
}

/*module droit d acces*/
.form-admin div.form-contenu table tbody#used_prf_tab tr td input{
    width: 95%;
}

/* ========================================================================	*/
/* Common cursor																	*/
/* ======================================================================== */

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-default {
	cursor: default !important;
}

/* ========================================================================	*/
/* Vignette																	*/
/* ======================================================================== */

.thumbnail .grid-2-col {
    display: grid;
	grid-template-columns: 25% 73%;
	gap: 2px
}

.thumbnail .grid-2-col > div {
	border: 1px solid #c6c2c2;
	padding: 2% 2% 1% 2%;
}

.thumbnail .form-admin .group-form,
.thumbnail .form-contenu .group-form {
	display: grid;
}

.thumbnail .form-admin .group-form-action,
.thumbnail .form-contenu .group-form-action {
	display: grid;
	grid-template-columns: 90% 10%;
}

.thumbnail .thumbnail-small-form .group-form {
	width: 25%;
}

.thumbnail .source-item-action img {
	margin: 0px !important;
}

/* ---------------------------------------------------------------------------*/

/*                Historique de diffusions des bannettes                      */

/* ---------------------------------------------------------------------------*/

.bannette_diffusion_view_box {
	float: left;
	width: 20%;
	text-align: center;
	margin: 10px;
	background-color: rgb(165, 212, 255);
	border-radius: 5px;
	padding: 15px 5px 15px 5px;
}

.bannette_diffusion_view_box_label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.bannette_diffusion_view_mail_object_title,
.bannette_diffusion_view_mail_content_title,
.bannette_diffusion_view_equations_title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.bannette_diffusion_view_mail_object_text,
.bannette_diffusion_view_mail_content_text,
.bannette_diffusion_view_equations_text {
	display: block;
	margin: 10px;
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 15px 5px 15px 5px;
}

.bannette_diffusion_view_recipients,
.bannette_diffusion_view_deleted_records {
	display: block;
	margin-top: 30px;
}

/* ---------------------------------------------------------------------------*/
/*                                  Loader                                    */
/* ---------------------------------------------------------------------------*/

.cms_module_searchhub .loader,
.generic-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #e3e3e36e;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: wait;
    z-index: 1001;
	top: 0;
	left: 0;
}

.cms_module_searchhub .loader-container,
.generic-loader-container {
	text-align: center;
	color: #74a3cf;
}


/* ---------------------------------------------------------------------------*/
/*                                  R�colteur                                 */
/* ---------------------------------------------------------------------------*/

.harvest-profil-field {
	padding : 8px;
	margin : 8px;
}

.harvest-field {
	margin-top : 3px;
	margin-bottom : 3px;
	display : flex;
	align-items : center;
	gap : 10px;
}

.harvest-profil-sources {
	display : grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 8px;
}

.harvest-profil-source {
	display : grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 4px;
}
/* ---------------------------------------------------------------------------*/
/*                                  DASHBOARD                                 */
/* ---------------------------------------------------------------------------*/

.dashboard-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #e3e3e36e;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: wait;
    z-index: 10000;
    top: 0;
    left: 0;
}

.dashboard-loader-container {
    text-align: center;
    color: #0280cc;
}

.dashboard-menu {
    display: flex;
    margin: 16px;
}

.dashboard-menu-left {
    display: flex;
    gap: 4px;
}

.mg-left-auto {
    margin-left: auto;
}

.dashboard-button {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: lighter;
    box-shadow: none;
    margin: 0;
    padding: 0;
    color: #595959;
    cursor: pointer;
}

.dashboard-owner {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.widget-form,
.dashboard-form {
    padding: 0;
    margin: 0;
    border: none;
}

.widget-form .modal {
    min-height: 0;
}

/* .widget-form-group,
.dashboard-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
} */

.dashboard {
    position: relative;
    min-height: calc(100vh - 100px);
}

.widget-add {
    width: 300px;
    height: 90%;;
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0 0 0 6px;
    padding: 8px 12px;
    z-index: 1;
    overflow-y: scroll;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 4px 4px 8px 8px;
    border: 1px solid #7b7b7b78;
}

.widget-add h2 {
    margin: 0 0 15px;
}

.widget-add-opacity {
    opacity: 10%;
}

.widget-add-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.widget-add-content {
    width: 100%;
}

.widget-add-content>button {
    width: 100%;
    margin-bottom: 8px;
}

.widget-add-content .widget-add-search {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.widget-add-content .widget-add-no-widget {
    width: 100%;
    text-align: center;
}

.widget-add-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.widget-add-items>* {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    cursor: grab;
    min-height: 80px;
    border: 1px solid #7b7b7b78;
    border-radius: 3px;
    box-sizing: border-box;
}

.widget-add-items>*:active {
    cursor: grabbing;
}

.widget-add-item {
    position: relative;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 4px 4px 8px 8px;
}

.widget-add-item span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.height-100 {
    height: 100%;
}

.widget-menus-tile,
.widget-indicators-tile,
.widget-counters {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    grid-template-rows: auto;
    height: 100%;
    gap: 4px;
}

.widget-menu-tile,
.widget-indicator-tile,
.tile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.widget-menu-tile {
    min-height: 78px;
}

.widget-menu-tile, .widget-menu-tile label {
    cursor: pointer;
    margin: 0;
}

.widget-counter div {
    display: flex;
}

.widget-counter-input {
    -moz-appearance: textfield;
    border: none !important;
    background: none !important;
    font-size: 24px !important;
    padding: 0 !important;
    width: 70px;
    text-align: center;
}

.widget-indicator-tile-value,
.widget-counter-value {
    font-size: 24px;
}

.widget-indicator-tile
.widget-counter.tile {
    padding: 8px;
}

.widget-indicator-tile label,
.widget-counter.tile label {
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.widget-indicator-method,
.widget-stat-datasets,
.widget-stat-method {
    position: relative;
}

.widget-indicator-method-remove,
.widget-stat-method-remove {
    position: absolute;
    top: -11px;
    right: 4px;
}

.widget-indicator-list {
    list-style: disclosure-closed;
}

.widget-indicator-list-value {
    color: #3e3e3e;
    font-weight: bold;
}

.widget-rss .widget-rss-items .widget-rss-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.widget-rss .widget-rss-items .widget-rss-item .widget-rss-item-date {
    font-style: italic;
}

.widget-rss .widget-rss-title {
    text-align: center;
}

.widget-alerts-module {
    border-left: 3px solid #ef3f3f;
    border-radius: 3px;
    color: red;
    margin-bottom: 8px;
    font-weight: 500;
    padding: 4px;
}

.widget-alerts {
    list-style: none;
    margin: 8px;
    padding-left: 8px;
}

.widget-alerts .widget-alert a {
    display: inline-block;
    color: #3e3e3e;;
}

.widget-alerts .widget-alert a:first-letter {
    text-transform: uppercase;
}

.widget-alerts-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.widget-alerts-empty i {
    color: #6e8d18;
}

.widget-alert-icon {
    font-size: 18px !important;
    padding-right: 8px;
    animation: waviy 1s infinite;
}

@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-2px)
    }
}

/* Chrome, Safari, Edge, Opera */
.widget-counter-input::-webkit-outer-spin-button,
.widget-counter-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.grid-stack-item-content {
    text-align: center;
    background-color: #18bc9c;
}

.vue-grid-item {
    touch-action: none;
}

.vue-grid-item .dashboard-item {
    position: relative;
    /* height: calc(100% - 50px); */
    height: 100%;
    padding: 5px;
    overflow-y: auto;
    /* padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.vue-grid-item .dashboard-item:hover .dashboard-item-actions {
    display: block;
}

.vue-grid-item .dashboard-item .dashboard-item-note {
    width: 100%;
    height: 100%;
}

.vue-grid-item .dashboard-item .dashboard-item-note textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    resize: none;
    margin: 0 0 4px 0;
    border: none;
    border-color: transparent;
    border-bottom: 32px solid transparent;
}

.widget-counter-service {
    display: flex;
    align-items: center;
    gap: 32px;
}

.vue-grid-item .dashboard-item .dashboard-item-note textarea:not(.editable) {
    cursor: move;
}

.dashboard-item-actions {
    display: none;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
}

.dashboard-item-actions button {
    cursor: pointer;
    background-color: #f5f5f5;
    padding: 0 4px;
    border-radius: 2px;
    box-shadow: 0px 80px 50px -30px rgba(0, 0, 0, 0.15);
}

.dashboard-widget-add-actions {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.mce-content-body {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
}

.widget-form-modal .mce-content-body {
    border: 1px solid #a8a8a8;
    border-radius: 1px;
    min-height: 75px;
}

.tox-tinymce {
    z-index: 1000;
}

.vue-grid-layout {
    min-height: 710px;
}

.vue-grid-item:not(.vue-grid-placeholder) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 4px 4px 8px 8px;
}

.vue-grid-item.resizing {
    opacity: 0.9;
}

.vue-grid-item.resizing * {
    user-select: none;
}

.widget-fieldset {
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 12px 16px;
    margin-top: 8px;
}

.widget-legend {
    margin-left: 10px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 500;
}

.dashboard-form-label {
    width: 240px;
}

.widget-form-label {
    width: 130px;
}

#widget-menu-opt-module {
    width: 100%;
    border-color: #e4e4e4;
}

.widget-menu-optgroup {
    font-weight: 600;
    margin: 2px 0;
    text-decoration: underline;
}

.widget-menu-opt-tab {
    padding-left: 16px;
    text-decoration: underline;
}

#widget-menu-opt-module optgroup {
    padding-left: 16px;
    font-weight: 500;
}

.widget-menu-list {
    list-style: none;
    padding: 0 16px;
}

.widget-menu-list li {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.widget-menu-list .widget-menu-left {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}


.widget-menu .widget-menu-label {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: block;
    width: 100%;
    background-color: #3434a4;
    color: #fff;
    padding: 16px;
    font-weight: bold;

}

.widget-menu-link {
    margin: 2px 20px 2px 0;
    position: relative;
    color: inherit;
    font-size: 16px;
    overflow: visible;
}

.widget-menu-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all 0.5s;
}

.widget-menu-link:hover::after {
    width: 100%;
}

.widget-menu-link:hover {
    color: inherit;
    text-decoration: none;
}

.widget-menu-link i {
    opacity: 0;
    transition: all 0s;
}

.widget-menu-link:hover i {
    opacity: 1;
    transition-delay: 0.5s;
    transition-duration: 0.2s;
}

.widget-stat-table-container {
    display: flex;
    flex-direction: column;
}

.widget-stat-table table {
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    table-layout: fixed;
    height: 100%;
}

.widget-stat-table .widget-stat-table-caption {
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.widget-stat-table-label {
    background-color: #009879;
    color: #ffffff;
    font-weight: 600;
    padding: 4px;
    text-align: left;
}

.widget-stat-table th:first-child {
    border-radius: 3px 0 0 0;
}

.widget-stat-table th:last-child {
    border-radius: 0 3px 0 0;
}

.widget-stat-table tbody tr:nth-of-type(odd) td:not(.widget-stat-table-label) {
    background-color: #fff;
}

.widget-stat-table tbody tr:nth-of-type(even) td:not(.widget-stat-table-label) {
    background-color: #f3f3f3;
}

.widget-stat-table tbody td:not(.widget-stat-table-label) {
    border-bottom: 1px solid #dddddd;
}

.widget-stat-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.widget-stat-table tbody tr:hover td:not(.widget-stat-table-label) {
    color: #009879;
}

.widget-stat-table tbody td {
    vertical-align: middle;
}

/* ---------------------------------------------------------------------------*/
/*                                R�les / Permissions                         */
/* ---------------------------------------------------------------------------*/

div.rolesgroupcheckbox,
ul.rolesgroupcheckbox {
    padding: 10px 5px;
    flex-wrap: wrap;
    border-left: none;
    border-right: none;
}

.rolesgroupcheckbox span.checkbox,
.rolesgroupcheckbox li.checkbox {
    flex: 1 0 25%;
    max-width: 25%;
    display: block;
}

.rolesgroupcheckbox span.checkbox .checkbox {
    vertical-align: middle;
}

.role-modules {
    padding: 10px;
}

.roles-group-subtabs {
    padding: 10px;
}

/* ---------------------------------------------------------------------------*/
/*                                Hub de Recherche                            */
/* ---------------------------------------------------------------------------*/

.searchhub-form-modal {
    background-color: unset;
    border: none;
}

.searchhub-form-modal .modal {
    min-width: 55%;
}

/* ---------------------------------------------------------------------------*/
/*                                TreeView			                          */
/* ---------------------------------------------------------------------------*/

.treeview {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 5px;
}

.treeview nav,
.treeview section {
    border: 1px #b5bcc7 solid;
}

.treeview nav {
    margin: 0;
    padding: 6px;
    width: 17em;
    height: 60em;
}

.treeview section {
    padding: 8px;
}

.treeview nav .treeview-navigation {
    margin: 0 !important;
}

.treeview-navigation ul,
.treeview-navigation li {
    margin: 0;
    padding: 0;
}

.treeview-navigation li li span.label {
    padding-left: 1em;
}

.treeview-navigation li li li span.label {
    padding-left: 2em;
}

.treeview-navigation[role="tree"] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.treeview-navigation[role="tree"] li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.treeview-navigation a[role="treeitem"] ul {
    margin: 0;
    padding: 0;
}


.treeview-navigation a[role="treeitem"] {
    margin: 0;
    padding: 4px;
    padding-left: 9px;
    text-decoration: none;
    color: #005a9c;
    border: none;
    display: block;
}

.treeview-navigation a[role="treeitem"][aria-current] {
    border-left: 5px solid #005a9c;
    padding-left: 4px;
    background-color: #ddd;
}

/* ---------------------------------------------------------------------------*/
/*                                TreeView (focus)                            */
/* ---------------------------------------------------------------------------*/

.treeview-navigation a[role="treeitem"]:focus {
    outline: 0;
    padding: 2px;
    padding-left: 7px;
    border: 2px #ddd solid;
}

.treeview-navigation a[role="treeitem"][aria-current]:focus {
    padding-left: 4px;
    border-left-width: 5px;
}

.treeview-navigation a[role="treeitem"]:hover {
    text-decoration: underline;
    padding-left: 4px;
    border-left: 5px solid #333;
}

.treeview-navigation a[role="treeitem"] span.icon:hover {
    color: #333;
}

/* ---------------------------------------------------------------------------*/
/*                                Recherche S�mantique                           */
/* ---------------------------------------------------------------------------*/

#ai_semantic_content {
    position: relative;
    background-color: white;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 5px #e5e5e5;
    text-align: left;
    vertical-align: middle;
    margin: 10px 0px;
}

#ai_semantic_content p {
    margin: 0px;
}

#ai_semantic_content #ai_semantic_response {
    padding-bottom: 10px;
    max-height: 200px;
    overflow-y: auto;
}

#ai_semantic_content .answer_information {
    font-style: italic;
    text-align: start;
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
}


#ai_semantic_content #ai_semantic_response #ai_semantic_writing {
    position: relative;
    display: block;
    display: flex;
    gap: 5px;
}

#ai_semantic_content #ai_semantic_response #ai_semantic_writing span {
    content: "\a0";
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 4px;
    background-color: #d7d7d7;
}

#ai_semantic_content #ai_semantic_response #ai_semantic_writing span:nth-child(even) {
    animation: 0.5s linear 1s infinite alternate none running writing_ai;
}

#ai_semantic_content #ai_semantic_response #ai_semantic_writing span:nth-child(odd) {
    animation: 0.5s linear 1s infinite alternate-reverse none running writing_ai;
}

@keyframes writing_ai {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

/* ---------------------------------------------------------------------------*/
/*                                Collections numeriques                      */
/* ---------------------------------------------------------------------------*/

.collections-container {
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-bottom: 10px;
    width : 100% !important;
}

.collection-pane {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    padding: 5px;
    max-height: 100%;
    overflow-y: auto;
}

.explnum-collection-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.explnum-grid {
    display: grid;
    grid-template-columns: repeat(4, 15vw);
    justify-content : center;
}

.explnum-item {
    text-align: center;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.explnum-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}

.nav-bar-docnum-collection {
  padding: 5px;
  display: flex;
  flex-direction: column;
  height: 80vh !important;
}

.nav-bar-docnum-collection ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.nav-bar-docnum-collection a {
  text-decoration: none !important;
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}

.nav-bar-docnum-collection a:hover {
  background-color: #f5c78b;
  color: #fff !important;
}

.nav-bar-docnum-collection a.collection-active {
  color: #fff;
  background-color: #ef8800;
  padding: 10px 20px;
  border-radius: 5px;
}

.explnum-add-buttons {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    width: 100%;
}

.explnum-associate-buttons {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
}

.explnum-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 8px;
}

.explnum-vign {
    height: 65px;
}

.explnum-licence-profiles {
    display: flex;
    gap: 8px;
}

#notice-form-container.show_docnums {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 1%;
}

#notice-form-container .container_show_docnums {
    display: none;
}

#notice-form-container.show_docnums div:has(> #bt_show_docnums) {
    display: flex;
    flex-wrap: wrap;
    float: unset;
    justify-content: end;
}

#notice-form-container.show_docnums div:has(> #bt_show_docnums) input {
    margin-right: 5px;
    margin-top: 5px;
}

.btn-no-style {
    all: unset;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#notice-form-container.show_docnums #docnums-views {
    height: 100%;
}

#notice-form-container.show_docnums #docnums-views #docnum-list {
    width: 100%;
}

#notice-form-container.show_docnums #docnums-views #docnum-preview {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 75%;
    margin-top: 5px;
	position: sticky;
  	top: 20px;
}

#notice-form-container.show_docnums #docnums-views .docnum-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
}

#notice-form-container.show_docnums #docnums-views .docnum-list .docnum {
    border: solid 1px #d2d2d2;
    padding: 5px;
    width: 25%;
    flex-shrink: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#notice-form-container.show_docnums #docnums-views .docnum-list .docnum:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

#notice-form-container.show_docnums #docnums-views .docnum-list .docnum button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
	max-height: 100px;
}

#notice-form-container.show_docnums #docnums-views .docnum-list .docnum button img {
	max-height: 100px;
}

#notice-form-container.show_docnums #docnums-views .docnum-list .docnum p {
    overflow-wrap: break-word;
    width: 100%;
    margin: 0;
}

#notice-form-container.show_docnums #docnum-preview .docnum-preview-iframe {
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

#notice-form-container.show_docnums input {
	max-width: 100%;
}
/* ======================================================================== */
/* Loader			                                                        */
/* ======================================================================== */

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #e3e3e36e;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: wait;
	z-index: 1100;
	top: 0;
	left: 0;
}

.loader-container {
	text-align: center;
	color: #595959;
}

/* ---------------------------------------------------------------------------*/
/*                                Import / Export                             */
/* ---------------------------------------------------------------------------*/

.ie-select {
    max-width: 312px !important;
}

.ie-transformers-list {
	list-style: none;
	margin: 5px !important;
	padding:0 !important;
}
.ie-transformers-list-item {

}
.ie-transformers-list-buttons {
	margin-left: auto;
}

.ie-transformers-list-item-content {
	display: flex;
	align-items: center;
}

.ie-transformers-list-item-settings {
	margin-top: 10px;
}

.ie-transformers-list-item-element {
	margin-left : 15px;
}

.ie-fieldset {
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	padding: 12px 16px;
	margin-top: 8px;
	min-width: 0;
}

.ie-transformers-list-container {
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 6px 8px;
}

.ie-transformers-list-section {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ie-transformers-add {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ie-modal {
	border:0 !important;
}

.ie-row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ie-flex {
	display: flex;
}

/* Barre d'actions sous une liste (importexport) : boutons alignes a droite,
   avec un petit ecart entre eux. A combiner avec .ie-flex. */
.ie-list-actions {
	justify-content: flex-end;
	gap: 8px;
}

.ie-tabs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ie-tab {
	margin-right: 3px !important;
	margin-left: 3px !important;
    margin-bottom: 5px !important;
}

/* Style the tab */
.ie-entities-tab {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	margin-right: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding : 5px;
}

/* Style the buttons that are used to open the tab content */
.ie-entities-tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 10px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Change background color of buttons on hover */
.ie-entities-tab button:hover {
	background-color: #edd43a;
}

/* Create an active/current "tab button" class */
.ie-entities-tab button.active {
	background-color: #edd43a;
}

.ie-entities-container {
	display: flex;
	align-items: start;
    width: 100%;
}

/* Style the tab content */
.ie-tabcontent {
    border: 1px solid #ddd;
    width: 75%;
    margin: 0 !important;
}

.ie-height {
    height: 30px;
}

.ie-action-buttons {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: end;
}

/* ---------------------------------------------------------------------------*/
/*                       Import / Export & Data Structures                    */
/* ---------------------------------------------------------------------------*/

/* Layout */
/* Import modal */
.ie-ds-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ie-ds-modal {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0,0,0,.25);
    width: 560px;
    max-width: 95vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.ie-ds-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
}
.ie-ds-modal-close {
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 0 4px;
}
.ie-ds-modal-close:hover { color: #c00; }
.ie-ds-modal-body {
    padding: 16px;
    overflow-y: auto;
    flex: 1;
}
.ie-ds-modal-content {
    margin-top: 12px;
}

/* Cards */
.ie-ds-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.ie-ds-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 13px;
}
.ie-ds-card-body {
    padding: 14px;
}

/* Format badges */
.ie-ds-format-badge {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    color: #333;
}

/* Source selector & onglets horizontaux dans la modale */
.ie-ds-source-tabs {
    display: flex;
    gap: 6px;
}
.ie-ds-source-tab {
    padding: 7px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 12px;
    transition: background .15s, border-color .15s;
}
.ie-ds-source-tab:hover { background: #f0f0f0; }
.ie-ds-source-tab.active {
    border-color: #edd43a;
    background: #fdf8e3;
    font-weight: 600;
}

/* Tree */
.ie-ds-tree {
    font-size: 13px;
    user-select: none;
}
.ie-ds-tree-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.ie-ds-tree-stats {
    margin-left: auto;
    font-size: 11px;
    color: #888;
}

/* Node */
.ie-ds-node {
    position: relative;
}
.ie-ds-node--open {
    border: 1px solid #edd43a;
    border-radius: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.ie-ds-node-row {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 4px;
    border-radius: 3px;
    cursor: pointer;
}
.ie-ds-node-row:hover {
    background: #f5f5f5;
}
.ie-ds-node-row.selected {
    background: #fdf8e3;
}
.ie-ds-node--open > .ie-ds-node-row.selected {
    border-radius: 3px 3px 0 0;
}
.ie-ds-node-toggle {
    width: 16px;
    text-align: center;
    color: #999;
    font-size: 10px;
    flex-shrink: 0;
}
.ie-ds-node-icon {
    width: 18px;
    text-align: center;
    font-size: 12px;
    flex-shrink: 0;
    color: #888;
}
.ie-ds-node-label {
    flex: 1;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ie-ds-node-label.no-name {
    color: #bbb;
    font-style: italic;
}
.ie-ds-node-badges {
    display: flex;
    gap: 3px;
    flex-shrink: 0;
}
.ie-ds-badge {
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 600;
}
.ie-ds-badge-repeat  { background: #e8f4fd; color: #1a6fa8; }
.ie-ds-badge-req     { background: #fde8e8; color: #a81a1a; }
.ie-ds-badge-attr    { background: #e8fde8; color: #1a8a1a; }

.ie-ds-node-options {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ie-ds-node-options label { cursor: pointer; }

.ie-ds-cardinality-btns {
    display: flex;
    gap: 4px;
}
.ie-ds-card-btn {
    padding: 3px 11px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 11px;
    font-family: monospace;
    line-height: 1.6;
    transition: background .12s, border-color .12s;
}
.ie-ds-card-btn:hover { background: #eee; border-color: #bbb; }
.ie-ds-card-btn.active {
    background: #edd43a;
    border-color: #c8b020;
    font-weight: 700;
    color: #333;
}

.ie-ds-node-children {
    padding-left: 20px;
    border-left: 1px dashed #e0e0e0;
    margin-left: 8px;
}

/* Node edit panel inline dans la tuile du noeud */
.ie-ds-node-panel {
    border-top: 1px solid #edd43a;
    padding: 10px 12px 10px 42px;
    background: #fdfaf0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.ie-ds-node-panel .ie-row {
    margin-bottom: 8px;
}
.ie-ds-node-panel input[type="text"],
.ie-ds-node-panel textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.ie-ds-node-panel textarea {
    resize: vertical;
}
.ie-ds-node-actions {
    display: flex;
    gap: 2px;
    margin-left: 4px;
}

/* Empty tree placeholder */
.ie-ds-tree-empty {
    padding: 24px;
    text-align: center;
    color: #999;
    border: 2px dashed #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
}

/* Template list */
.ie-ds-template-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ie-ds-template-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: background .15s;
}
.ie-ds-template-item:hover {
    background: #f5f5f5;
}
.ie-ds-template-item.selected {
    border-color: #edd43a;
    background: #fdf8e3;
}
.ie-ds-template-name {
    font-weight: 500;
    font-size: 13px;
    flex: 1;
}

.ie-ds-import-btn-bar {
    text-align: right;
    margin-bottom: 8px;
}
.ie-ds-expert-label {
    font-size: 12px;
    cursor: pointer;
    margin-left: auto;
}
.ie-ds-btn-right {
    float: right;
}
.ie-ds-format-form-inline {
    margin-left: 8px;
}
.ie-ds-row-end {
    display: flex;
    justify-content: flex-end;
}
.ie-ds-template-apply-bar {
    margin-top: 10px;
}
.ie-ds-label-pointer {
    cursor: pointer;
}

/* ---------------------------------------------------------------------------*/
/*                               Pagination                                   */
/* ---------------------------------------------------------------------------*/

.pagination-per-page {
    position: absolute;
    right: 8px;
}

/* ---------------------------------------------------------------------------*/
/*                        Planches d'�tiquettes                               */
/* ---------------------------------------------------------------------------*/
#sticks_sheet_form .interface-element-display-flat label {
	all: unset;
}


/* ---------------------------------------------------------------------------*/
/*                 Groupement dans les s�lecteurs HTML                        */
/* ---------------------------------------------------------------------------*/


.fields-optgroup,
.proc-optgroup,
.relations-optgroup,
.serialcirc-optgroup
 {
/* 	color: #f00; */
	font-weight: bold;
	font-size: 16px;
}

/* ========================================================================	*/
/* SEO																	    */
/* ======================================================================== */

.seo .grid-2-col {
    display: grid;
	grid-template-columns: 20% 78%;
	gap: 2px
}

.seo .grid-2-col > div {
	border: 1px solid #c6c2c2;
	padding: 8px;
}

.seo .page-types {
	padding: 8px !important;
	/* max-height: calc(100vh - 400px);
	overflow-y: auto; */
}

.seo .page-types > ul {
	margin: 0 !important;
	padding: 0 !important;
}

.seo .page-types > ul > li {
	cursor: pointer;
	padding: 8px !important;
}

.seo .settings .settings-page-sub-types {
	border: 1px solid #c6c2c2;
	padding: 8px;
	margin-bottom: 8px;
	/* max-height: calc(100vh - 400px);
	overflow-y: auto; */
}

.seo .settings .settings-page-type {
	display: flex;
	align-items: center;
	gap: 16px;
	/* justify-content: space-between; */
	padding-bottom: 16px;
}

.seo .settings .settings-page-type .settings-page-type-indexable,
.seo .settings .settings-page-type .settings-page-type-followable {
	display: flex;
	align-items: center;
	width: 20%;
	gap: 16px;
}

.seo .settings .settings-page-type .settings-page-type-indexable input[type="checkbox"],
.seo .settings .settings-page-type .settings-page-type-followable input[type="checkbox"] {
	display: none;
}

.seo .sub-types-table {
	border-collapse: collapse;
}

.seo .sub-types-table tr {
	border-bottom: 1px solid #ccc;
}

.seo .sub-types-table .sub-types-th {
    text-align: center;
}

.seo .sub-types-table .sub-types-td-label {
    vertical-align: middle;
}

.seo .sub-types-table .sub-types-td {
    text-align: center;
    vertical-align: middle;
}

.seo .sub-types-table .sub-types-switch-wrapper {
    display: inline-block;
}

.seo .sub-types-table .sub-types-switch {
    display: none;
}

.seo input.switch:disabled~label {
	cursor: not-allowed;
	opacity: 0.5;
}

.seo input.switch:disabled~label:before {
	background-color: #999;
}

.seo-section-container {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seo-section-header {
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
	font-size: 1.2em;
}

.seo-section-title {
    flex-grow: 1;
}

.seo-expand-icon {
    font-size: 20px;
}

.seo-section-content {
    padding: 15px;
	margin-top:0 !important;
}

.seo-child-sections {
	margin: 5px;
}

.seo-entry-add {
	margin-top: 10px;
	margin-bottom: 10px;
}

.seo-priority {
	display: flex;
	align-items: center;
}


/* ========================================================================	*/
/* 				   TABLEAU D'EXEMPLAIRES FONCTION #expl();	                */
/* ======================================================================== */
.aff_expl_table {
}

.aff_expl_td {
}

.aff_expl_tr {

}

/* ============================================================
   ImportExport - Conversions (sous-menu Conversions)
   Styles du formulaire de definition de conversion et de
   l'editeur recursif d'expressions (meta-langage).
   ============================================================ */

.ie-conv-edit {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ie-conv-card {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 16px;
    background: #fff;
}

.ie-conv-card.ie-flex {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.ie-conv-card.ie-conv-card-data {
    margin: 20px 0;
}

.ie-conv-btn-add {
    display: block !important;
    margin-left: auto !important;
}

/* Barre d'actions des donnees calculees (Ajouter + Importer), groupes a droite */
.ie-conv-data-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

/* Dans la barre d'actions, "Ajouter" ne pousse plus seul a droite : les deux
   boutons sont groupes a droite via justify-content sur le conteneur. */
.ie-conv-data-actions .ie-conv-btn-add {
    margin-left: 0 !important;
}

/* Bouton d'export d'une donnee autonome (discret, dans la ligne) */
.ie-conv-btn-export {
    color: #337ab7;
}

/* Input fichier d'import : masque, declenche par le bouton "Importer" */
.ie-conv-import-file {
    display: none;
}

.ie-conv-subtitle {
    font-size: 1.1em;
    margin: 0 0 12px 0;
}

.ie-conv-collapsible {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.ie-conv-collapsible:hover {
    color: #444;
}

/* Caret de depliage/repliage : couleur du module import/export. */
.ie-conv-caret {
    color: #edd43a;
}

/* Editeur de table de correspondance (kind "table") : lignes clef/valeur,
   chaque cote etant un value-editor recursif. */
.ie-conv-table-editor {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ie-conv-table-entry {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ie-conv-table-cell {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ie-conv-table-celllabel {
    font-size: 0.8em;
    color: #888;
}

.ie-conv-table-remove {
    flex: none;
    align-self: center;
}

/* Apercu / test d'expressions sur echantillon */
.ie-conv-preview-panel .ie-conv-hint {
    margin: 0 0 8px;
}

.ie-conv-preview-actions {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}

/* Navigateur d'enregistrements d'echantillon (couleur du module) */
.ie-conv-sample-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    padding: 6px 10px;
    background: #fcf7d8;
    border: 1px solid #edd43a;
    border-radius: 4px;
}

.ie-conv-sample-pos {
    font-weight: bold;
    white-space: nowrap;
}

.ie-conv-sample-label {
    color: #666;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ie-conv-sample-viewer-btn {
    margin-left: auto;
    flex-shrink: 0;
}

/* Modale de visualisation des donnees d'echantillon */
.ie-conv-sample-viewer {
    max-height: 68vh;
    overflow-y: auto;
    padding: 4px 0;
}

.ie-conv-sample-viewer-mapping + .ie-conv-sample-viewer-mapping {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
}

/* Arbre de donnees source (sampleDataTree) */
.ie-conv-sdtree {
}

.ie-conv-sdtree-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 3px 0;
    border-bottom: 1px dotted #eee;
}

.ie-conv-sdtree-key {
    font-weight: 600;
    color: #444;
    min-width: 120px;
    max-width: 200px;
    word-break: break-all;
    flex-shrink: 0;
}

.ie-conv-sdtree-val {
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.ie-conv-sdtree-scalar {
    display: block;
    white-space: pre-wrap;
}

.ie-conv-sdtree-children {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ie-conv-sdtree-occ {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    border-left: 2px solid #d8e8f8;
    padding-left: 8px;
}

.ie-conv-sdtree-occ-num {
    font-size: 0.8em;
    color: #888;
    flex-shrink: 0;
    padding-top: 2px;
}

.ie-conv-sdtree-key--self {
    font-style: italic;
    color: #666;
}

/* Test a la demande d'UNE expression (dans chaque value-editor). Le bloc reste a
   droite du corps ; align-self flex-start + min-height alignent le bouton sur la
   1re ligne de controle de l'expression (selecteur de kind / champ). */
.ie-conv-preview {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: none;
    align-self: flex-start;
    min-height: 30px;
}

.ie-conv-preview-btn {
    flex: none;
    padding: 2px 8px;
}

.ie-conv-preview-result {
    font-family: monospace;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* Borne la largeur du chip : un resultat long est tronque (texte complet en
       tooltip) plutot que d'etirer la ligne. */
    max-width: 320px;
}

.ie-conv-preview-empty {
    color: #999;
    font-style: italic;
}

.ie-conv-preview-error {
    color: #b00020;
    font-size: 0.9em;
}

/* Correspondances d'entites : barre d'onglets */
.ie-conv-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

.ie-conv-tab {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    padding: 6px 14px;
    background: #f4f4f4;
    cursor: pointer;
    margin-bottom: -1px;
}

.ie-conv-tab.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.ie-conv-tab-add {
    background: transparent;
    border: 1px dashed #c0c0c0;
}

/* En-tete d'une correspondance : entite source -> entite cible */
.ie-conv-entitybar {
    align-items: last baseline;
}

.ie-conv-entityarrow {
    font-size: 1.4em;
    color: #888;
    padding-bottom: 8px;
}

.ie-conv-mapping-editor {
    margin-top: 8px;
}

.ie-conv-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
    min-width: 240px;
}

/* Champ "en ligne" (label + controle) garde cote a cote, ex: paires source/cible.
   Style PMB (label par defaut + controle natif), uniforme avec le formulaire DS. */
.ie-conv-inline-field {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.ie-conv-field > label {
    font-weight: bold;
    font-size: 0.9em;
}

/* Editeur de valeur / iteration + bouton "Vider" sur la meme ligne */
.ie-conv-field-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* L'editeur occupe l'espace disponible, le bouton reste a sa taille a droite */
.ie-conv-field-control > .ie-conv-expr {
    flex: 1;
}

.ie-conv-input {
    padding: 6px 8px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    font-size: 0.95em;
}

.ie-conv-empty {
    color: #888;
    font-style: italic;
    padding: 8px 0;
}

/* Donnees calculees */
.ie-conv-data-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.ie-conv-data-name {
    min-width: 180px;
}

/* Donnee calculee : conteneur (ligne + sous-section parametres) */
.ie-conv-data-def {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

/* Sous-section "Parametres" (placeholders) d'une donnee parametrable */
.ie-conv-data-params {
    padding-left: 12px;
    margin-top: 4px;
}

.ie-conv-param-title {
    font-size: 0.8em;
    color: #555;
    font-weight: bold;
    margin-bottom: 4px;
}

.ie-conv-param-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.ie-conv-param-name {
    min-width: 200px;
}

.ie-conv-param-add {
    font-size: 0.85em;
}

/* Bloc "Arguments" : surcharges des parametres au point d'usage d'une donnee */
.ie-conv-data-args {
    margin-top: 6px;
    padding: 6px 8px;
    background: #edd53a1d;
    border: 1px solid #edd53a98;
    border-radius: 4px;
}

.ie-conv-arg-title {
    font-size: 0.8em;
    font-weight: bold;
    color: #edd43a;
    margin-bottom: 4px;
}

/* Argument obligatoire non renseigne : signalement non bloquant */
.ie-conv-arg-missing {
    outline: 1px dashed #d9822b;
    outline-offset: 2px;
    border-radius: 3px;
}

.ie-conv-arg-missing-hint {
    color: #d9822b;
    margin-left: 4px;
}

/* Mapping des champs cible */
.ie-conv-map-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ie-conv-map-row.ie-conv-branch {
    font-weight: bold;
    background: #fafafa;
}

.ie-conv-map-label {
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ie-conv-map-expr {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.ie-conv-map-kind {
    font-size: 0.8em;
    color: #666;
    padding-top: 6px;
}

.ie-conv-badge {
    font-size: 0.7em;
    background: #eef;
    color: #336;
    border-radius: 3px;
    padding: 1px 5px;
}

.ie-conv-badge-req {
    background: #fee;
    color: #933;
}

/* Badge d'un noeud "range" (portee d'une propriete a portees multiples) */
.ie-conv-badge-range {
    background: #efe;
    color: #363;
}

/* Badge d'une propriete heritee d'une super-classe (rdfs:subClassOf) */
.ie-conv-badge-inherited {
    background: #f3eefe;
    color: #634;
}

/* Badge : le noeud porte au moins une donnee calculee locale */
.ie-conv-badge-localdata {
    background: #fff3da;
    color: #8a5a00;
}

/* Badge : le noeud est un attribut XML (tag, code, ind1...) */
.ie-conv-badge-attr {
    background: #e6f4ff;
    color: #1c5a8a;
}

/* Panneau "Conditions" : filtres d'attribut sur les segments du chemin choisi */
.ie-conv-conditions {
    margin: 4px 0;
    padding: 6px 8px;
    background: #f6faff;
    border: 1px solid #d6e6f5;
    border-radius: 4px;
    font-size: 0.85em;
}

.ie-conv-conditions-title {
    color: #1c5a8a;
    font-weight: bold;
    margin-bottom: 4px;
}

.ie-conv-condition-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2px 0;
}

.ie-conv-condition-seg {
    min-width: 7em;
    font-weight: bold;
}

.ie-conv-condition-attr {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ie-conv-condition-attr-label {
    color: #555;
}

.ie-conv-condition-input {
    width: 7em;
}

/* Bouton "Conditions" (entonnoir) a droite du champ source : surligne quand au
   moins une condition d'attribut est active. */
.ie-conv-srcpicker-conditions.ie-conv-has-conditions {
}

/* Barre de progression d'execution d'un scenario : une par etape */
.ie-exec-progress {
    margin: 10px 0;
}

.ie-exec-step {
    margin: 6px 0;
}

.ie-exec-step-head {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    margin-bottom: 2px;
}

.ie-exec-step-count {
    color: #555;
}

.ie-exec-bar {
    height: 14px;
    background: #eee;
    border-radius: 7px;
    overflow: hidden;
}

.ie-exec-bar-fill {
    height: 100%;
    width: 0;
    background: #4a90d9;
    border-radius: 7px;
    transition: width 0.3s ease;
}

.ie-exec-done .ie-exec-bar-fill {
    background: #5cb85c;
}

.ie-exec-error .ie-exec-bar-fill {
    background: #d9534f;
    width: 100% !important;
}

/* Etape en cours sans total connu : barre animee indeterminee */
.ie-exec-bar-indeterminate {
    width: 40% !important;
    animation: ie-exec-indeterminate 1.2s infinite linear;
}

@keyframes ie-exec-indeterminate {
    0%   { margin-left: -40%; }
    100% { margin-left: 100%; }
}

/* Indentation par profondeur du noeud cible */
.ie-conv-d0 { padding-left: 0; }
.ie-conv-d1 { padding-left: 18px; }
.ie-conv-d2 { padding-left: 36px; }
.ie-conv-d3 { padding-left: 54px; }
.ie-conv-d4 { padding-left: 72px; }
.ie-conv-d5 { padding-left: 90px; }
.ie-conv-d6 { padding-left: 108px; }

/* Editeur recursif d'expression */
.ie-conv-expr {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 4px 6px;
    border-left: 3px solid transparent;
    flex-wrap: nowrap;
}

/* Corps de l'editeur (input / picker / fonction / table). Largeur de CONTENU (ne
   grandit pas) afin que le bloc d'apercu reste COLLE juste apres le champ, et non
   deporte a l'extreme droite ; peut retrecir (min-width:0) pour eviter un
   debordement. Le nowrap du parent garde l'apercu sur la meme ligne. */
.ie-conv-expr-body {
    flex: 0 1 auto;
    min-width: 0;
}

/* Teintes de profondeur (lisibilite de l'imbrication des fonctions) */
.ie-conv-depth-0 { border-left-color: #4e79a7; }
.ie-conv-depth-1 { border-left-color: #59a14f; }
.ie-conv-depth-2 { border-left-color: #e15759; }
.ie-conv-depth-3 { border-left-color: #b07aa1; }
.ie-conv-depth-4 { border-left-color: #edc948; }
.ie-conv-depth-5 { border-left-color: #ff9da7; }

.ie-conv-kind,
.ie-conv-fn {
    padding: 5px 6px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: #fff;
}

.ie-conv-function {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Ligne selecteur de fonction + icone d'aide : l'icone reste a droite du select. */
.ie-conv-fn-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ie-conv-args {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 12px;
}

.ie-conv-arg {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ie-conv-arg-label {
    font-size: 0.8em;
    color: #555;
}

/* Barre d'actions */
.ie-conv-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.ie-conv-primary {
    font-weight: bold;
}

/* Mapping master-detail : arbre repliable (gauche) + detail (droite) */
.ie-conv-master-detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

/* Colonne gauche du master-detail : filtre fixe + arbre scrollable */
.ie-conv-tree-panel {
    width: 340px;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ie-conv-tree-toolbar {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ie-conv-tree-filter {
    width: 100%;
    box-sizing: border-box;
}

/* Dans la barre d'outils : le filtre occupe l'espace restant, les boutons
   gardent leur taille. min-width:0 autorise le filtre a retrecir au besoin. */
.ie-conv-tree-toolbar .ie-conv-tree-filter {
    flex: 1 1 auto;
    min-width: 0;
}

.ie-conv-tree-controls {
    display: flex;
    gap: 6px;
}

.ie-conv-tree-toolbar .ie-conv-tree-controls {
    flex: none;
}

/* Boutons icone seule (tout deplier / tout replier) : compacts, icone centree.
   Le libelle reste accessible via title / aria-label. */
.ie-conv-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Loader du filtre : feedback pendant le debounce / recalcul de l'index. */
.ie-conv-filter-spinner {
    flex: none;
    color: #888;
}

/* Icone d'aide (description fonction / parametre) : tooltip via title. */
.ie-conv-help {
    margin-left: 4px;
    color: #6a9bc3;
    cursor: help;
}

.ie-conv-help:hover {
    color: #356a96;
}

/* Liste PLATE des correspondances (vue filtree) : DOM borne (cf. Option A). */
.ie-conv-tree-flat {
    display: flex;
    flex-direction: column;
}

.ie-conv-flat-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.ie-conv-flat-row:hover {
    background: #eef3f8;
}

.ie-conv-flat-row.ie-conv-selected {
    background: #dcebfa;
}

.ie-conv-flat-breadcrumb {
    font-size: 0.8em;
    color: #888;
}

.ie-conv-flat-more {
    padding: 6px;
    font-style: italic;
    color: #888;
}

.ie-conv-tree {
    flex: 1;
    min-height: 600px;
    max-height: calc(100vh - 300px);
    overflow: auto;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px;
    background: #fafafa;
}

.ie-conv-detail {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    min-height: 600px;
    overflow-x: auto;
}

.ie-conv-detail-title {
    margin: 0 0 2px 0;
    font-size: 1em;
}

.ie-conv-detail-comment {
    font-size: 0.85em;
    color: #666;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* Donnees locales (portees par un noeud parent) */
.ie-conv-localdata {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px dashed #d0d0d0;
}

.ie-conv-hint {
    margin: 0 0 8px 0;
    font-size: 0.8em;
    color: #888;
    font-style: italic;
}

/* Arbre repliable */
.ie-conv-treenode-children {
    padding-left: 16px;
}

.ie-conv-treenode-row {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 1px 0;
}

.ie-conv-toggle {
    cursor: pointer;
    width: 14px;
    display: inline-block;
    text-align: center;
    color: #666;
    user-select: none;
}

.ie-conv-toggle::before {
    content: "\25BE"; /* triangle bas (deplie) */
}

.ie-conv-toggle.ie-conv-collapsed::before {
    content: "\25B8"; /* triangle droit (replie) */
}

.ie-conv-toggle-spacer {
    display: inline-block;
    width: 14px;
}

.ie-conv-treenode-label {
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 3px;
}

.ie-conv-treenode-label:hover {
    background: #eef;
}

.ie-conv-treenode-row.ie-conv-selected .ie-conv-treenode-label {
    background: #cfe0f7;
    font-weight: bold;
}

/* Indicateur "noeud mappe" */
.ie-conv-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3a9d6a;
    margin-left: 6px;
    vertical-align: middle;
    box-sizing: border-box;
}

/* Point CREUX : un (ou plusieurs) descendant porte un mapping, mais pas le noeud
   lui-meme. Permet de reperer ou se trouvent des mappings sans tout deplier. */
.ie-conv-dot-descendant {
    background: transparent;
    border: 1px solid #3a9d6a;
}

/* Selecteur de champ source : autocompletion + bouton "parcourir l'arbre" */
.ie-conv-srcpicker {
    flex: 1 1 auto;
    min-width: 0;
}

.ie-conv-srcpicker-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ie-conv-srcpicker-input {
    flex: 1 1 auto;
    min-width: 0;
}

.ie-conv-srcpicker-browse {
    flex: 0 0 auto;
}

/* Liste de suggestions (rendue uniquement au focus, plafonnee) */
.ie-conv-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.ie-conv-suggestion {
    display: flex;
    flex-direction: column;
    padding: 4px 8px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.ie-conv-suggestion:last-child {
    border-bottom: 0;
}

.ie-conv-suggestion-active,
.ie-conv-suggestion:hover {
    background: #eef;
}

.ie-conv-suggestion-key {
    font-weight: bold;
}

.ie-conv-suggestion-path {
    font-size: 0.8em;
    color: #888;
}

.ie-conv-suggestion-more {
    padding: 4px 8px;
    font-size: 0.8em;
    font-style: italic;
    color: #888;
    background: #fafafa;
}

/* Modale "parcourir l'arborescence" du champ source */
.ie-conv-treemodal-tree {
    max-height: 50vh;
    overflow: auto;
    margin-top: 8px;
}

.ie-conv-treenode-label.ie-conv-selected-label {
    background: #cfe0f7;
    font-weight: bold;
}

.ie-background {
	background: #edd43a !important;
	color: #000 !important;
}

/* Menu Historique (import_export.php?categ=history) : onglets horizontaux
   geres en Vue (historyTabs.vue) et liste paginee (historyList.vue). */
.ie-history-tabs .hmenu span a {
    /* Pas de href sur les onglets (evite l'etat :visited qui casse le style
       bouton de .hmenu span au clic) : le curseur pointer doit etre restaure
       explicitement, un <a> sans href n'a pas le curseur lien par defaut. */
    cursor: pointer;
}

.ie-history-pager {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 32px;
}

.ie-history-pager-nav {
    grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ie-history-pager-clear {
    grid-column: 3;
    justify-self: end;
}

/* Interrupteur d'historisation par type d'element (E13) - historyList.vue */
.ie-history-logging {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ie-history-logging-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.ie-history-logging-off {
    color: #a15c00;
    font-style: italic;
}

/* Widget de recherche multicriteres (RMC, E9) - rmcForm.vue */
.ie-rmc-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ie-rmc-form-action {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: large;
}