html {
	font-size: 0.95em;
}

a {
	text-decoration: none;
}

body {
	margin: 0 !important;
	font-family: Tahoma, sans-serif;
}

.uge-darkblue-background {
	background-image: url("../images/bg-eiffel-darkblue.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	background-color: #2f2a85;
}

.uge-repeat-background {
	background-image: url("../images/bg-eiffel-repeat.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto auto;
	background-color: #2f2a85;
}

.uge-repeat-small-background {
	background-image: url("../images/bg-eiffel-repeat-small.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	background-size: contain;
	background-color: #2f2a85;
}

.uge-grey-background {
	background-image: url("../images/bg-eiffel-lightkgrey.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

.container {
	max-width: 100%;
}

.pull-right {
	float: right;
}

h1 {
	font-size: 2rem;
}

h4 {
	font-size: 1.2rem;
}

.top-content {
	font-size: 1.05em;
}

.main-content {
	background-color: rgba(255, 255, 255, 0.99);
	border-top: 1px solid #58559c;
	border-bottom: 2px solid #58559c;
	min-height: 20vh;
}

.btn {
	/*font-size: 1em;*/
}

.btn-primary:not(.org-btn-style) {
	background-color: #2f2a85;
	border-color: #FFF;
	/*font-weight: bold;
	font-size: smaller;*/
}

.btn-primary:not(.org-btn-style):hover {
	background-color: #FFF;
	border-color: #2f2a85;
	color: #2f2a85;
}

.btn-link {
	color: #2f2a85;
	font-weight: bold;
}

.btn-link:hover {
	color: #2f2a85;
}

.content {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url("../images/motif.svg");
	background-repeat: repeat-y;
	background-position: top left;
}

.content:has(.welcome-container.reduced) {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.content-reduced {
	padding: 0px;
}

.top-content a {
	color: #fff;
	/*font-weight: bold;*/
	font-size:1.1rem;
}

.container a:hover {
	text-decoration: none;
}

.top-content a:focus,
.top-content a:hover {
	color: #fff;
}

.border-box {
	border: solid 1px #242424;
	margin: 20px 0;
	padding: 0 10px;
}

.table>tbody>tr>td {
	border-color: none;
}

.table-bordered,
table-striped {
	width: 100%;
}

.table-borderless td {
	padding-right: 100px;
	padding-bottom: 10px;
}

.table-bordered td,
.table-bordered th,
.table-striped td,
.table-striped th {
	padding: 10px;
	/*border: solid 1px #242424;*/
}

.table-bordered th,
.table-striped th {
	text-align: center;
}

#structure .table-primary td {
	width: 50%;
	color: #fff;
	background-color: #2f2a85;
	font-weight: bold;
}

/* .form-control {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #ccc;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	border-radius: 0;
	box-shadow: none;
} */
.champ-required:after {
	content: "*";
	color: red;
}

.form-check .champ-required:after {
	content: "";
}

.champ-submit {
	margin-left: 20px;
}

#user_structure .champ-required:after {
	content: "";
}

.table>tbody>tr>td.success {
	background-color: #2f2a85;
	color: #FFF;
}

/* .form-group .d-block { */
/* 	display: none !important; */
/* } */
.form-group label,
.col-form-label {
	/*font-weight: bold;*/
}

.badge-danger {
	display: none;
}

.btn-light {
	background-color: #947B5E;
	border-color: #FFF;
	font-weight: bold;
	color: #FFF;
}

.btn-light:hover {
	background-color: #FFF;
	border-color: #947B5E;
	color: #947B5E;
}

.btn-light:hover a {
	color: #947B5E;
}

.btn-light a {
	color: #FFF;
}

.btn-light a:hover {
	text-decoration: none;
	color: #947B5E;
}

/*
.text-center {
	color: #2f2a85;
}
*/
.custom-file-label::after {
	content: "Parcourir...";
	color: #000;
}

.cross:after {
	content: ' \2716';
}

.triple-arrow-right:after {
	content: ' \27A4\27A4\27A4';
}

.checked-box:after {
	content: ' \2705';
}

.more:after {
	content: ' \2795';
}

.top-content .top-content-item,
.top-content-item-alt,
.top-content-item-file {
	border: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom-width: 0.3em;
	padding-left:10px;
	padding-right:10px;
}

.top-content .top-content-item:hover {
	background-color: #0097d7;
	cursor: pointer;
}

.top-content .top-content-item-alt:hover {
	background-color: #ef7d00;
	cursor: pointer;
}

.top-content .top-content-item-file:hover {
	background-color: #0097d7;
	cursor: pointer;
}

.top-content .top-content-item.active,
.top-content-item-alt.active,
.top-content-item-file.active {
	border: 0;
	border-style: solid;
	border-bottom-width: 0.3em;
}

.top-content .top-content-item.active {
	border-bottom-color: #0097d7;
}

.top-content .top-content-item-alt.active {
	border-bottom-color: #ef7d00;
}

.top-content .top-content-item-file.active {
	border-bottom-color: #0097d7;
}

.loadingMessage {
	font-style: italic;
	color: gray;
}

.accordion {
	width: 100%;
	border: none;
	background-color: transparent;
}

.accordion:after {
	content: '\002B';
	color: #2f2a85;
	font-weight: bold;
}

.accordion:after {
	width: 100%;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.accordion.active:after {
	content: "\2212";
}

@media (min-width: 576px) {
	.admin-content .form-inline .form-group {
		width: fit-content;
	}

	.admin-menu .nav-link {
		width: 100%;
		word-wrap: break-word;
		color: #2f2a85;
	}
}

.admin-menu .nav-link.active {
	background-color: #2f2a85;
	color: white;
}

.admin-menu .nav-link:hover {
	background-color: #0097d7;
	color: white;
}

.admin-menu .nav-link.technical:hover {
	background-color: #ef7d00;
	color: white;
}

.admin-menu .nav-link.files:hover {
	background-color: #0097d7;
	color: white;
}

h4 {
	color: #2f2a85
}

.dynamic-data-table{
	width: 100% !important;
}

/* Taille texte pour datatable + entête */
.table-responsive > .dt-container{
	font-size:0.9rem;
}

/* Taille texte pour datatable uniquement */
.table-responsive .dataTable td,.table-responsive .dataTable th{
	font-size:0.9rem;
	vertical-align:middle;
}

.dt-container .buttons-colvis{
	font-size:0.9rem;
}

.dt-container .dropdown-menu a.dt-button{
	font-size:0.9rem;
}


table.dataTable {
	/*display: inline-table;
	overflow: auto;*/
	background-color: white;
}

.dataTables_wrapper .dataTables_info {
	/*margin-bottom: 20px;*/
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: .5em;
}

table.dataTable thead .no-sort::after,
.no-sort::before {
	display: none !important;
}

table.dataTable thead .no-sort {
	pointer-events: none !important;
	cursor: default !important;
}

table.dataTable thead .no-sort .action-icon {
	pointer-events: auto !important;
	cursor: pointer !important;
}

table.dataTable thead .no-sort .dt-column-order {
	pointer-events: auto !important;
	cursor: pointer !important;
	display: none !important;
}

.nav-pills.no-border-radius .nav-link {
	border-radius: 0;
}

.user-information {
	color: #92c56e;
	font-size: 0.8em;
	font-weight: bold;
}
.user-switch-role,.user-switch-role a{
	color: #acacac;
	font-weight: bold;
	font-size: 1em;
}
.user-switch-role a:visited{
	color: #acacac;
}
.user-switch-role a:hover{
	color: #ef7d00;
}
.user-switch-role.lowest-level-role,.user-switch-role.lowest-level-role a{
 	color:#acacac;
}
.user-switch-role.lowest-level-role a:visited{
	color: #acacac;
}
.user-switch-role.lowest-level-role a:hover{
	color: #ef7d00;
}
.user-logout a {
	font-weight: normal;
	font-size: 0.8em;
}

.user-logout a:hover {
	color: #ef7d00;
}

.user-help {
	color: #fff;
}

.user-help a {
	font-weight: normal;
	font-size: 0.8em;
}

.user-help a:hover {
	color: #0097d7;
}

.application-title {
	color: #1eafd0;
	font-size: 1em;
	font-weight: normal;
	padding-left: 3px;
}

.application-title a,
.application-title a:hover,
.application-title a:visited,
.application-title a:active {
	color: #1eafd0;
	font-weight: normal;
}

.with-filter input {
	font-size: 0.8em;
	font-style: italic;
	display:block;
}

.inner-tab-container .nav-link {
	color: #bbbbbb;
}

.inner-tab-container .nav-link:hover {
	color: #0097d7;
}

.inner-tab-container .nav-link.active {
	color: #2f2a85;
}

.form-group.hidden {
	display: none;
}

.btn-secondary {
	/*font-weight: bold;
	font-size: smaller;*/
}

.btn-secondary:not(.active) {
	opacity: 0.6;
	border-color: #FFF;
}

.btn-secondary:hover {
	background-color: #FFF;
	border-color: #2f2a85;
	color: #2f2a85;
}

.form-section-label-fss {
	width: 100%;
	/* color:#aaaaaa;*/
	color: #007bff;
	font-weight: normal;
	font-size: 1.1em;
	border-bottom: 0.3em solid #007bff;
	/*border-bottom:0.3em solid #dddddd;*/
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}

.form-section-label-fss .fa:before {
	font-size: 1em;
}

.form-section-label-ec {
	width: 100%;
	color: #17a2b8;
	font-weight: normal;
	font-size: 1.1em;
	border-bottom: 0.3em solid #17a2b8;
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}

.form-section-label-ec .fa:before {
	font-size: 1em;
}

.form-section-label-en {
	width: 100%;
	/* color:#aaaaaa;*/
	color: orange;
	font-weight: normal;
	font-size: 1.1em;
	border-bottom: 0.3em solid orange;
	/*border-bottom:0.3em solid #dddddd;*/
	margin-bottom: 0.8em;
	margin-top: 0.5em;
	cursor: pointer;
}

.form-section-label-en .fa:before {
	font-size: 1em;
}

.form-section-label-gen {
	width: 100%;
	/* color:#aaaaaa;*/
	color: forestgreen;
	font-weight: normal;
	font-size: 1.1em;
	border-bottom: 0.3em solid forestgreen;
	/*border-bottom:0.3em solid #dddddd;*/
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}

.form-section-label-gen .fa:before {
	font-size: 1em;
}

.referentiels a.referentiel {
	color: #2f2a85;
}

.referentiels .referentiel:hover {
	color: #0097d7;
}

.rank {
	text-align:center !important;	
}

.badge-priorite {	
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	border-radius: 0.25rem;
}

.badge-priorite-red {
	color: #fff;
	background-color: #dc3545;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.reorder-data-table {
	font-size: 0.9em;
}

.reorder-data-table.full-line-reorder td:not(.no-select):hover {
	cursor: move;
}

.reorder-data-table.dt-rowReorder-moving {
	opacity: 10% !important;
}

.impersonate a {
	color: #ef7d00;
	font-weight: normal;
	font-size: 0.8em;
}

.impersonate a:hover {
	color: #92c56e;
}

.modal-lg .modal-title {
	color: #2f2a85;
}

form.hidden,
.value-manager-rank.hidden,
.value-admin-validation.hidden {
	display: none;
}

input.small-number-input {
	width: 3em;
	height: calc(1.5em + 0.5rem + 2px);
	line-height: 1.5;
	border-radius: 0.2rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.value-manager-rank:hover {
	cursor: pointer;
}

.value-manager-rank {
	color: #2f2a85cf;
}

.form-manager-rank-container .form-inline {
	min-width: max-content;
}

.value-manager-rank>i {
	margin-left: 8px;
}

.validation-all-checkbox.uncheck {
	color: #e35e35d4;
}

.validation-all-checkbox.uncheck:hover {
	color: #e35e358f;
}

.validation-all-checkbox.check {
	color: #55af16;
}

.validation-all-checkbox.check:hover {
	color: #92c56e;
}

.alert-live {
	position: fixed;
	display: none;
	z-index: 100;
	margin-bottom: 30px;
	left: 50%;
	transform: translate(-50%);
	width: 96vw;
	bottom: 0;
	font-size: 1.2em;
}

table.dataTable>tbody>tr.selected a.btn {
	-dt-row-selected-text: 255, 255, 255;
	-dt-row-selected-link: 255, 255, 255;
	color: #fff;
}

table.dataTable>tbody>tr.selected a.btn:hover {
	color: #2f2a85;
}

.value-admin-validation:hover {
	cursor: pointer;
}

.value-admin-validation>i {
	color: #2f2a85cf;
}

.value-admin-validation.hidden {
	display: none;
}

.form-admin-validation-container .form-inline {
	min-width: max-content;
}

.input-mw-12 {
	max-width: 12em;
}

.input-mw-10 {
	max-width: 10em;
}

.input-mw-8 {
	max-width: 8em;
}

.input-mw-6 {
	max-width: 6em;
}

.input-mw-4 {
	max-width: 4em;
}

.welcome-container {
	background-image: linear-gradient(to bottom, #2f2a857d, #ffffff6b),
		url(../images/uge_sky_light.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background-color: #2f2a85;
	color: white;
	min-height: 27em;
	/*height: 70vh;*/
	border-top: 1px solid #ffffffb8;
	border-bottom: 1px solid #ffffffb8;
}

.welcome-container.reduced {
	border-radius: 0px;
}

.welcome-container h1 {
	color: white;
	font-size: 2.3em;
}

.logo-corner {
	float: right;
	width: 40px;
}

.welcome-container h4,
.welcome-container h5 {
	color: white;
}

.welcome-container .control-label {
	color: white;
}

/*
.welcome-container a:not(.btn) {
	color: #fff;
	font-weight: normal;
	color: #fff;
	border-radius: 2px;
	padding: 2px;
	text-shadow: 2px 2px 5px #282828b0;
	padding-left: 4px;
	padding-right: 4px;
}

.welcome-container a:not(.btn):hover {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-radius: 0px;
}
*/
.welcome-container .btn {
	background-color: #1eafd0;
	border-color: #0097d7;
	color: white;
	width: 18rem;
	font-size: 1.1em;
}

.welcome-container .btn:hover {
	background-color: #0097d7;
	border-color: #0097d7;
	color: white;
}

.welcome-container .form-control {
	margin: auto;
	width: 18rem;
}

.container:has(.welcome-container-login) .logo-container {
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

.logo-container-reduced {
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

.flow-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.flow-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;

	@media (max-width: 768px) {
		font-size: 12px;
	}
}

.flow-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: -50%;
	z-index: 2;
}

.flow-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 2;
}

.flow-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc;
	margin-bottom: 6px;
	color: #fff;
}

.flow-item.active {
	font-weight: bold;
}

.flow-item.active .step-counter {
	border: 2px solid green;
}

.flow-item.completed .step-counter {
	background-color: #4bb543;
}

.flow-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #4bb543;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.flow-alt-theme .flow-item.completed .step-counter {
	background-color: #0097d7;
}

.flow-alt-theme .flow-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #0097d7;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.flow-alt-theme .flow-item:last-child::after {
	content: none;
}

.flow-alt-theme .flow-item.active .step-counter {
	border: 2px solid #007bff;
}

.flow-item.negative .step-counter {
	background-color: #dc3545;
}

.flow-item.negative::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.flow-item.active.negative .step-counter {
	border: 2px solid #ab1f2d;
}

.flow-item:first-child::before {
	content: none;
}

.flow-item:last-child::after {
	content: none;
}

.flow-item .step-name {
	font-size: 0.8em;
	text-align: center;
	max-width: 100px;
}

.flow-item .step-counter {
	font-size: 0.9em;
}

.step-name>i {
	/*color:#bbb;**/

}

.step-owner {
	position: absolute;
	/*top: -20px;*/
	color: #bbb;
	top: -7px;
	left: 20px;
	z-index: 100;
}

.step-owner.step-owner-centered {
	top: -22px;
	left: auto;
}

.completed .step-owner {
	/*color:#4bb543;*/

}

.active .step-owner {
	/*color:green;*/
	color: #5e5e5e;
}

.negative .step-owner {
	/*color:#ab1f2d;*/

}

a.view-workflow {
	color: #bbb;
}

a.view-workflow:hover {
	color: #0097d7;
	cursor: pointer;
}

.icon-success {
	color: #2ca52e;
}

.blockquote.comment {
	border-left: 4px solid #f0ad4e;
	padding-left: 10px;
	padding-right: 4px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1rem;
	border-radius: 4px;
	padding-top: 0.2rem;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #eeeeee57;
	border-bottom: 1px solid #ddd;
	color: black;
}

.blockquote.comment>p {
	white-space: pre-line;
}

.blockquote-footer:before{
	content:'\002014' !important;
}

.comment-modal {
	/*max-height: 100vh;*/

}

.info-element {
	cursor: help;
}

.tip-value {
	padding-left: 10px;
	word-wrap: break-word;
}

.tip-container {
	padding: 0;
	margin: 0;
}

#select-all-jobcards,
#select-all-requests {
	pointer-events: visible !important;
}

.demande-correction {
	font-size: 1.2rem;
}

.modal-xl .modal-title {
	color: #2f2a85;
}

.modal-fullscreen .modal-title {
	color: #2f2a85;
}


.top-button {
	position: sticky;
	bottom: 0;
	float: right;
	display: none;
	opacity: 0.9;
}

#aideModal {
	height: 90vh;
}

#aideModal .tab-content {
	padding: 0.4em;
}

#aideModal .modal-body-aide {
	max-height: 300px;
	overflow-y: auto;
}

#aideModal p {
	margin-top: 1rem;
}

#aideModal h3,
#aideModal h5,
#aideModal h6 {
	margin-top: 1rem;
}

#aideModal h6 {
	text-decoration: underline;
	font-weight: bold;
}

.previous-campaign {
	font-style: italic;
}

.previous-campaign i {
	color: #2f2a85;
}

#mentionsLegalesModal .modal-body {
	font-size: 1rem;
}

.rank-edit-span i {
	color: #bbbbbb;
}

.news-card {
	width: 28rem;
	background: transparent;
	color: white;
	backdrop-filter: blur(10px);
	text-align: left;
	max-height: 14rem;
	border-radius: 9px;
	border: 2px solid white;
	/*position: absolute;
    top: 9.3rem;
    right: 1rem;
    */
}

.news-card.hidden {
	display: none;
}

.news-card>.card-body {
	overflow-y: auto;
	padding: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.del-criteria{
  cursor:pointer;
  font-size: 1rem;
  opacity:0.6;
}
.del-criteria:hover{
  opacity:1;
}

.custom-clickable{
	cursor:pointer;
	opacity:0.8;
}
.custom-clickable:hover{
  opacity:1;
}

/* Menu gauche responsive */
.ce-navbar.navbar .container-fluid, .ce-navbar.navbar-expand-lg .navbar-collapse,
	.ce-navbar.navbar-expand-lg .navbar-nav {
	flex-direction: column;
}

.ce-navbar.navbar {
	align-items: flex-start;
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

@media ( max-width : 992px) {
	.ce-navbar .navbar-collapse.show, .ce-navbar .navbar-collapse.collapsing{
		position: absolute;
		z-index: 100;
		background-color: white;
		top: 40px;
		border: 1px solid #bbb;
	}
	.ce-navbar .navbar-nav {
		width: 100%;
	}
	.ce-navbar .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-toggler:focus {
		box-shadow: 0 0 0 0;
	}
}

/* Menu haut responsive */
@media (max-width: 992px){
	.top-ce-navbar .navbar-collapse.show,
	.top-ce-navbar .navbar-collapse.collapsing{
		border-top: 1px solid rgba(204, 204, 204, 0.2);
	}	
	
	.top-ce-navbar .navbar-collapse.show .user-information-container>div,
	.top-ce-navbar .navbar-collapse.collapsing .user-information-container>div{
		display: inline-block;
	}
	
	.top-ce-navbar .navbar-collapse.show .top-content-button,
	.top-ce-navbar .navbar-collapse.collapsing .top-content-button{
		margin-left: initial !important;
		text-align:center;
	}	

	.top-ce-navbar .navbar-collapse.show .top-content-item.active,
	.top-ce-navbar .navbar-collapse.collapsing .top-content-item.active{
		border-style: solid;
		border-bottom-width: 0.3em;
		background-color: rgba(0, 151, 215, 1);
	}
	.top-ce-navbar .navbar-collapse.show .top-content-item-alt.active,
	.top-ce-navbar .navbar-collapse.collapsing .top-content-item-alt.active{
		border-style: solid;
		border-bottom-width: 0.3em;
		background-color: rgba(239, 125, 0, 1);
	}
}
/* Fix Select2 */
.select2 {
	width:100%!important;
}

.actions-list li>a{
	color:rgba(47,42,133,0.8);
	/*font-size:0.9rem;*/
}
.actions-list li>a:hover{
	color:rgba(47,42,133,1);
	cursor:pointer;
}


.top-button-general {
	position: sticky;
	bottom: 40px;
	right: 10px;
	float: right;
	display: none;
	opacity: 0.9!important;
	margin-right: 14px;
}

.end-button-general {
	position: sticky;
	bottom: 40px;
	right: 10px;
	float: right;
	display: none;
	opacity: 0.9!important;
}

/* Override icon Datatable selected a */
table.table.dataTable > tbody > tr.selected a {
  color: white !important;
} 

.ce-pie-chart{
	max-width: 400px;
}


.row .col .bg-org {
	background-color: #c3dfd2 !important;
}

.footer-logo-corner{
	cursor: pointer;
}

.footer-content{	
	margin-top:0.2rem;
	margin-left:0.8rem;
	margin-right:0.8rem;
}

.card-encart-homologation{
	font-size: 0.9rem;
	color:rgba(49,117,168,1);
	background-color: rgba(219,236,241,1);
	border:0;
}
.card-encart-homologation h4{
	color:#0c5c98;
	font-weight: bold;
}
.card-encart-homologation .homologation-footer{
	background-color: #ffffff;
}

.card-encart-homologation .homologation-mss-logo{
	width:120px;
	cursor: pointer;
}
.card-encart-homologation .homologation-mss-tampon,.pre-login-homologation-tampon-only{
	rotate: 20deg;
}
.card-encart-homologation .homologation-item{
	background-color: #ffffff;
}

.card-encart-homologation .homologation-item-header{
	display: inline-block;
}

.card-encart-homologation .homologation-item-value{
	display: inline-block;
	color:#ffffff;
	background-color: rgba(12,92,152,1);
	width:16rem;
	border-top-right-radius: 50px 50px ;
	border-bottom-right-radius: 50px 50px ;
}
/* Menu haut responsive */
@media (min-width: 576px) {
	.pre-login-conditions,.pre-login-homologation{
		max-width:900px;
		min-width:740px;
		border-color: #eeeeee;
	}
	
	.pre-login-conditions{
		max-height:380px; 
	}
	
	.pre-login-homologation{
		max-height:420px; 
	}
	.pre-login-homologation-tampon-only{
		display:none; 
	}
}
@media (max-width: 576px) {
	.pre-login-conditions,.pre-login-homologation{
		font-size:small;
	}
	.pre-login-homologation{
		display:none; 
	}
	.pre-login-homologation-tampon-only{
		display:block; 
	}
}


/* Style entête champ à exporter (= "Tout sélectionner") */
input.form-check-input[value^="__"]+label.form-check-label{
	/*color: #696969;*/
	font-style:italic;
	opacity:0.6;
}

.quickboard-card {
	width: 23rem;
	background: transparent;
	color: white;
	backdrop-filter: blur(10px);
	text-align: left;
	border-radius: 9px;
	border: 2px solid white;
}

.quickboard-card .btn {
	background-color: #1eafd0;
	border-color: #0097d7;
	color: white;
	width: 17rem;
	font-size: 1em;
}

.quickboard-card .btn:hover {
	background-color: #0097d7;
	border-color: #0097d7;
	color: white;
}

/* Popup de reconnexion toujours au dessus */
#connexion-modal{
	z-index: 2000!important;
}

.cancel-rank-button,.save-rank-button,.save-admin-validation-button,.cancel-admin-validation-button{
	width:30px;
}

.btn.btn-secondary-alt{
	background-color: #008fcc;
	border-color: #008fcc;	
	color: white;
}

.btn.btn-secondary-alt:hover {
	color: white;
	background-color: #007db3;
	border-color: #007db3;
}

.show-hide-console{
	font-size:0.9rem;
}

.show-hide-console input[type="checkbox"]{
	cursor:pointer;
}

tr.selected .text-secondary{
	color:#ddd!important;
}

tr.selected .btn-outline-primary{
	color: #fff;
	border-color: #fff;
}

tr.selected .btn-outline-primary:hover{
	background-color:#2f2a85;
}

tr.selected .btn-outline-secondary{
	color: #ddd;
	border-color: #ddd;
}

.ce-etat-demande{
	width:fit-content;
	margin:auto;
}

div.ce-etat-demande input:checked+label{
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65);
}

div.ce-etat-demande input[type="text"]{
	border:0;
	background-color: transparent;
	min-width:18rem;
	text-align: center;
}

#ce-visitor-link{
	font-weight: normal;
	color: #fff;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent;
	backdrop-filter: blur(10px);
	text-shadow: 2px 2px 5px #282828b0;
	border: 1px solid rgba(255,255,255,0.1);
}

#ce-visitor-link:hover {
	border: 2px solid #ffffff;
}


/* TinyMCE */
.tox-tinymce .tox-promotion, .tox-tinymce .tox-statusbar__branding{
	display:none;
	pointer-events: none;
	cursor: default;
}

#searchResultExportModal legend{
	text-decoration:underline;
}

.btn.btn-outline-info-alt{
	background-color: #fff;
	border-color: #17a2b8;	
	color: #17a2b8;
}

.btn.btn-outline-info-alt:hover {
	color: white;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn.btn-outline-info-alt:active {
	color: white;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn.btn-outline-info-alt.active {
	color: white;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.ce-text-truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:18rem;
}

.demande-preview-button {
	position: fixed;
	opacity: 0.8;
	width: 38px;
	height: 38px;
	padding: 0;
	right: 10px;
	top: 100px;
	z-index:10;
}

.previewDemandeiFrame {
	background: white;
	width: 21cm;
	min-height: 29.7cm;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

.footer-container{
	width: fit-content;
	display: inline-block;
	margin:0;
	padding:0;	
}
.footer-version{
	font-size:0.7rem;
	color:#eeeeee;
	text-align: center;
	width:	fit-content;
	margin-top:0;
	padding-top:0;
	margin-bottom: 2px;	
}
.comment-widget{
	font-size: 0.5rem;
	font-weight: normal;
}