.nv_p_10 {
	padding: 10px;
}

.nv_p_20 {
	padding: 20px;
}

.nv_p_30 {
	padding: 30px;
}

.nv_p_40 {
	padding: 40px;
}

.nv_m_10 {
	margin: 10px;
}

.nv_m_20 {
	margin: 20px;
}

.nv_m_30 {
	margin: 30px;
}

.nv_m_40 {
	margin: 40px;
}

.nvs-is_ia{
    color:#904F7D;
    font-weight: 600;
    font-size: 1.2em;
}

.nvs-ia-progression-calcul{
    color:#904F7D;
    font-weight: 300;
    font-size: 3.2em;

}

h3.nvs-alert-environnement{
    color: #e9a720;
    font-size: 1.2em;
    font-weight: 600;
}

.vignette_configurateur {
	padding-left:0px;
	background-color: #f6f6f6;
	display: flex;
	height: 85px;
	position: relative;
	border-radius: 6px;
	cursor: pointer;
	border:solid 1px #a2a2a2;
}

.vignette_configurateur_left-side {
	font-size: 35px;
	width: 30%;
	height: 83px;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	overflow: hidden;
}

.vignette_configurateur_right-side {
	width: 70%;
	height: 83px;
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: space-between;
	white-space: nowrap;
}

.vignette_configurateur_right-side-label {
	margin-left:15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
	font-size:18px;
}

.vignette_configurateur_right-side-icone {
	font-size:18px;
}

/* .vignette_configurateur {
	border-radius: 10px;
	border: 1px solid black;
	font-size: 25px;
	height: 120px;
} */

.pickr .pcr-button {
	width:100%;
	position: relative;
    height: 2em;
    padding: .5em;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    border-radius: .15em;
    background: url(data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>) no-repeat 50%;
    background-size: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.etiquette_selectionnee {
	background-color:#72ab16!important;
}
.bouton_etiquette {
    color: #000;
    text-shadow: 0 1px 0 #fff;
	opacity: .5;
	float: right;
    padding-left: 8px;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.etiquette_preference {
	background-color:#78909c;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bandeau_preferences_rapport_utilisateur {
	white-space: nowrap;
    width: 100%!important;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
    background-color: #f6f6f6;
    border: solid #ced4da 1px;
    border-radius: 5px;
    height: 60px;
	margin-bottom: 20px;
}

/* Backgrounds de l'application */
.nvs-background {
	padding: 0!important;
	/* background-color: #455861; */
	background-color: white;
}

.nvs-background-menu-dark {
	background-color: #455861;
}

/* Couleur de la fenêtre */
.nvs-window-bright {
	margin-right: -15px;
	margin-left: -15px;
	background-color: white;
}

/* Header de l'application */
.nvs-header {
	background-color: white;
}

.nvs-ombre {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	border: 0;
}

li.mega-dropdown {
	border-radius: 5px;
	border-bottom: 6px solid transparent;
}

.nvs-couleur_marge_bas.show {
	border-bottom: 5px solid #8bc34a;
	border-radius: 5px;
	background-color: #455861;
}

.nvs-footer {
	display: grid;
	color: black;
}

.nvs-hidden, .hidden {
	display: none;
}

.nvs-text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nvs-border-accordion {
	border: 1px solid #f4f4f4;
}

.nvs-rounded-5 {
	border-radius: 5px;
}

.nvs-rounded-top-5 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nvs-rounded-bottom-5 {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nvs-titre-page-alt {
    border-bottom: 2px solid #e0e8e6;
    border-radius: 1px;
    color: #343e3b;
    margin-top: 20px;
    margin-bottom: 10px;
	padding: 10px;
}

.nvs-titre-page {
	background: #F6F6F6 none repeat scroll 0 0;
	border-left: 6px solid #7ec50a;
	border-radius: 5px;
	color: #7ec50a;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.nvs-audit_info_rapport_label{
	color:inherit;
	font-weight:300;
}


/* Evolution du risque */
.nvs-evolution-supprime{
    color: #904F7D;
}

.nvs-evolution-baisse {
    color: #01CC01;
}

.nvs-evolution-identique {
    color: #e9a720;
}

.nvs-evolution-hausse {
    color: #cc0000;
}

.nvs-evolution-ajout {
    color: #ffd100;
}

.nvs-input-invalid{
    border-color:  #cc0000!important;
}

.nvs-input-valid{
    border-color:  #7ec50a!important;
}

.nvs-cout{
    font-size: 2em;
}

.nvs_ia_refuse{ color: #cc0000;}
.nvs_ia_en_attente{color: #3e63c7;}
.nvs_ia_accepte{color: #7ec50a;}
.nvs_ia_modifie{color: #e9a720;}
.nvs-big-picon{font-size : 1.2em;color:#6f42c1;font-weight: bold;}

.nvs-aucun{background-color: #fff;text-align: center;border-radius:3px 3px;}
.nvs-faible{background-color: #7ec50a;text-align: center;border-radius:3px 3px;}
.nvs-moyen{background-color: #e9a720;text-align: center;border-radius:3px 3px;}
.nvs-eleve{background-color:  #cc0000;text-align: center;border-radius:3px 3px;color:#fff;}
.nvs-critique{background-color: #343a40;text-align: center;border-radius:3px 3px;color:#fff;}


.event_calendrier {
	
}

.header.nvs-li-header,
.item.nvs-li-header,
.footer.nvs-li-header {
	cursor: default;
	width: 350px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #ffffff;
	padding: 3px 10px;
	border-bottom: 1px solid #f4f4f4;
	color: #888888;
	font-size: 14px;
	text-align: center;
}

[id^="ligne_notif_"].item.nvs-li-header:hover,
.header.nvs-li-header:hover {
	color: #9ED24A;
	transition-duration: 0.5s;
	cursor: pointer;
}

.header.nvs-li-header {
	background-color: #f3f3f3;
}

.text-overflow-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

/* Permet d'ouvrir la combo sous l'input */
.modal .select-dropdown {
	position: static !important;
}
.select-dropdown {
	max-height: 300px !important;
}

.nvs-scrollbar-x::-webkit-scrollbar {
	height: 6px;
	background-color: #F5F5F5;
}

.nvs-scrollbar-x::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #90a4ae;
	border-radius: 0 !important;
	height: 6px;
}

.nvs-scrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.nvs-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #90a4ae;
	border-radius: 0 !important;
	width: 6px;
}

.nvs-overflow {
	overflow-y: auto !important;
}

.nvs-whitespace {
	white-space: pre-wrap;
}

.nvs-non-disponible {
	background: #ec4e4e;
	font-size: 2rem;
	color: white;
	padding: 10px;
}

.nvs-titre-modal-small {
	font-size: 1rem;
	display: block;
	text-align: center;
	font-weight: 300;
	color: #000;
	margin-top: 20px;

}

.nvs-bb{
    border-bottom:1px solid #333;
}

.nvs-bt{
    border-top:1px solid #333;
}

.nvs-bl{
    border-left:1px solid #333;
}

.nvs-br{
    border-right:1px solid #333;
}


.nvs-audit_info_rapport {
	background: #6c757d;
}

.nvs-drapeaux{
    padding:0px;
    box-shadow:none;

}

.nvs-titre-bloc {
    /* background:#f7f7f7 none repeat scroll 0 0; */
    /* border-left: 4px solid #36423f; */
    border-bottom: 2px solid #e0e8e6;

    border-radius: 1px;
    color: #7ec50a;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
}

.nvs-titre-bloc-h4{
     /* background:#f7f7f7 none repeat scroll 0 0; */
    /* border-left: 4px solid #36423f; */
    border-bottom: 1px solid #e0e8e6;

    border-radius: 1px;
    color: #7ec50a;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size:1.1rem;

}

.nvs-bloc-aide{
    font-size: 90%;
    color:#6c757d;
}

.nvs-titre-bloc-h4{
    /* A surcharger */
}

.nvs-card-body-radar,
.nvs-card-body-matrice,
.nvs-card-body-histocourbe,
.nvs-card-body-camembert
{
    /* A surcharger */
}

a {
	color: inherit;
}

a:hover {
	color: #7ec50a;
}

.dl-horizontal dl {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0
}

.dl-horizontal dt {
	float: left;
	text-align: right;
	width: 30%;
	padding: 0;
	margin: 0
}

.dl-horizontal dd {
	float: left;
	text-align: left;
	width: 70%;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

span[id*='exp_'] {
	text-decoration: none;
	cursor: pointer;
	background-color: #006b93;
	color: #fff;
	display: inline-block;
	padding: 4px 7px;
	margin: 2px 0px;
	border-radius: 5px 5px;
}

.progress-bar-transition {
	width: 0;
	transition: all 1s ease-out;
}

.progress-bar-animation {
	width: 0;
	animation: progress 1.25s ease-in-out forwards;
}

@keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.tableau-btn-export {
	font-size: 0.6em;
}

/* Pour figer les champs combo-dépendance dans les modal à la taille 14px */
/* div.combo_dependance_parents label, 
div.combo_dependance_parents span, 
div.combo_dependance_parents input, 
div.combo_dependance_parents li {
	font-size: 14px !important;
} */

.board {
	position: relative;
	/* margin-left: 1%; */
}

.board-column {
	position: absolute;
	/* width: 18.5%; */
	margin: 0 0.70%;
	background: #f0f0f0;
	border-radius: 3px;
	z-index: 1;
}
/* .board-column {
	position: absolute;
	left: 0;
	right: 0;
	width: 30%;
	margin: 0 1.5%;
	background: #f0f0f0;
	border-radius: 3px;
	z-index: 1;
} */
			
.kanban_width_1 {
	width: 98.5%!important;
}

.kanban_width_2 {
	width: 48.5%!important;
}

.kanban_width_3 {
	width: 31.83%!important;
}

.kanban_width_4 {
	width: 23.5%!important;
}

.kanban_width_5 {
	width: 18.5%!important;
}

.kanban_width_6 {
	width: 15.15%!important;
}

.board-column.muuri-item-releasing {
	z-index: 2;
}

.board-column.muuri-item-dragging {
	z-index: 3;
	cursor: move;
}

.board-column-header {
	cursor:move;
	position: relative;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 3px 3px 0 0;
}

@media (max-width: 600px) {
	.board-column-header {
		text-indent: -1000px;
	}
}

.board-column-content {
	position: relative;
	border: 10px solid transparent;
	min-height: 95px;
}

.board-item {
	position: absolute;
	width: 100%;
	margin: 5px 0;
}

.board-item.muuri-item-releasing {
	z-index: 9998;
}

.board-item.muuri-item-dragging {
	z-index: 9999;
	cursor: move;
}

.board-item.muuri-item-hidden {
	z-index: 0;
}

.board-item-content {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	font-size: 17px;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
	.board-item-content {
		text-align: center;
	}
	.board-item-content span {
		display: none;
	}
}

.nvs-light-green-color {
	color: #8bc34a!important;
}

/* ------------------------------------------------------ */
/* ---------------   Surchage Datatables  --------------- */
/* ------------------------------------------------------ */

tbody {
	width: 100%;
}


.table-container {
	/* overflow-x: scroll; */
	overflow-x: auto; /* 25/05/2020 - GBE : Permet de masquer la scrollbar parfois présente sans raison sous un datatable */
}


/* ------------------------------------------------------ */
/* ----------------   Surchage CSS MDB   ---------------- */
/* ------------------------------------------------------ */
.btn-tern-green {
	color: white !important;
	background-color:#89a964 !important;
}



/* Switch info */
.nvs-switch label input[type=checkbox]:checked+.lever {
	background-color: #bad888;
}

.nvs-switch label input[type=checkbox]:checked+.lever:after {
	background-color: #d1e6ae;
}

.container_class {
	max-width: 95%;
}

.colonne_action_mobilite {
	display: none;
}

.colonne_action {
	display: table-cell;
}

.nvs-vh-modal {
	height: 75vh;
}

/* Règles CSS en mobilité */
@media only screen and (max-width : 991px) {
	.nvs-vh-modal {
		height: 100%;
	}

	.colonne_action_mobilite {
		display: table-cell !important;
	}

	.colonne_action {
		display: none !important;
	}

	.modal-xl {
		width: 100% !important;
		margin:0px !important;
	}

	/* Permet de déployer en direct le menu en mobilité */	
	.navbar .dropdown-menu {
		position: relative !important;
	}

	.col-sm.matrix-value{
		font-size: medium!important;
	}

	.nvs-window-bright {
		margin: 0px;
		background-color: white;
	}

	.nvs-contenu-onglet-mobilite {
		max-height:none!important;
		width:100%;
	}

	.nvs-header {
		margin:0!important;
		padding:0!important;
		background-color: white;
	}

	.nvs-footer {
		margin:0!important;
		padding:0!important;
	}

	.container {
		margin:0!important;
		padding:0!important;
		width:100%!important;
		max-width:100%!important;
		min-width:100%!important;
	}

    .masquer_en_mobilite {
		display:none;
    }
}

.modal-xxl {
	min-width: 90%;
	height: 90%;
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
		max-width: 1200px;
	}
}

.custom-file-label::after {
	left: 0;
	right: auto;
	border-left-width: 0;
	border-right: inherit;
}

/* Couleur de la vérification */
.nvs-is-invalid {
	border-color: #dc3545;
}

/* Couleur items dropdown */
.dropdown .dropdown-menu .dropdown-item.active,
.dropdown-item:hover {
	background-color: #78909cad !important;
}

/* Couleur de la coche verte */
.form-check-input[type=checkbox]:checked+label:before,
label.btn input[type=checkbox]:checked+label:before {
	border-right-color: #8bc34a !important;
	border-bottom-color: #8bc34a !important;
}

/* Couleur des composants */
.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=url]:not(.browser-default):focus:not([readonly]),
.md-form input[type=time]:not(.browser-default):focus:not([readonly]),
.md-form input[type=date]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
	-webkit-box-shadow: 0 1px 0 0 #8bc34a !important;
	box-shadow: 0 1px 0 0 #8bc34a !important;
	border-bottom: 1px solid #8bc34a !important;
}

.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=url]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=time]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=date]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=search]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=search-md]:focus:not([readonly])+label,
.md-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
	color: #8bc34a !important;
}

.select-wrapper:not(.md-outline) .select-dropdown:focus {
	-webkit-box-shadow: 0 1px 0 0 #8bc34a !important;
	box-shadow: 0 1px 0 0 #8bc34a !important;
	border-bottom: 1px solid #8bc34a !important;
}

.md-form .prefix.active,
.md-form textarea~label.active {
	color: #757575;
}

/* Force l'alignement à gauche */
/* .needs-validation .md-form label {
	left: 0;
} */

/* Force la taille de la typo  */ 
/* 19/05/2020 - GBE : enlever le translate suite à la correction faite pour la navbar en bureau à distance */
.md-form label.active {
	font-size: larger;
	left: 0!important;
	/*font-size: inherit;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);*/
}
/* Positionne correctement le label pour un élément tinymce */
.nvs-label-tinymce {
	/* position: relative !important; */
	position: inherit !important;
	top: -10px !important;
	left: 0!important;
	/* 19/05/2020 - GBE : ajustement suite à la correction faite pour la navbar en bureau à distance */
	/* position: relative !important; 
	top: -5px !important;*/
}
.nvs-label-tinymce.active {
	/* Permet l'affichage correct du label si la classe active est présente */
	position: absolute !important;
}

.contenu_tinymce_disabled {
	margin-top:20px;
}

/* Force la taille de la typo  */
.select-wrapper+label {
	position: absolute;
	top: 7px;
	font-size: inherit;
}

.select-wrapper.active+label {
	color: #7ec50a;
}

/* dropdown select */
.dropdown-content li>a,
.dropdown-content li>span {
	color: #7ec50a;
}

/* pagination datatables */
.pagination .page-item.active .page-link {
	background-color: #7ec50a !important;
}

/* Permet d'enlever le background-color jaune des browsers */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill+.md-form .prefix {
	color: #8bc34a;
}

input:-webkit-autofill+label {
	font-size: .8rem;
	-webkit-transform: translateY(-140%);
	-ms-transform: translateY(-140%);
	transform: translateY(-140%);
}

.dt-rowReorder-float {
	position: absolute !important;
	z-index: 100000;
	opacity: 0.5;
	background: #eee;
}

.dt-rowReorder-moving {
	border: solid 1px #ccc;
	background: #eee;

}

table.rowReorder tr td:not(.no-rowOrder) {
	cursor: move;
}

table.dataTable {
	transition: 0.4s;
}

ul#liste_pages li {
	color: inherit;
}

ul#liste_pages li.page_ok {
	color: #a7ec4e;
}

ul#liste_pages li.page_disabled {
	display:none!important;
}

.un_controle .une_reponse {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

.un_controle .card-body {
	transition: 0.4s;
}

.nvs-valide {
	background: #F6F6F6 none repeat scroll 0 0;
	border-left: 6px solid #7ec50a;
	border-radius: 5px;
	color: #7ec50a;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	transition: 0.4s;
}

.nvs-non-valide {
	background: #ffc9ce none repeat scroll 0 0;
	border-left: 6px solid #ff0b21;
	border-radius: 5px;
	color: #ff0b21;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	transition: 0.4s;
}

.nvs-li-progress {
	margin-top: -12px;
	margin-left: -20px;
	margin-right: -20px;
	width: auto;
}

.nvs-hidden {
	width: 0 !important;
	overflow: hidden;

}

.btn-center {
	display: block;
	margin: 0 auto;
}

.nvs-unlock {
	color: #007E33;
}

.nvs-lock {
	color: #CC0000;
}

/* ------------------------------------------------------ */
/* -------------------   Matrix css   ------------------- */
/* ------------------------------------------------------ */
.matrix{
    position: relative;
    max-width: 640px;
}
.matrix .row{
    flex-wrap: nowrap;
}
.matrix-wrapper{
    width: 80%;
    margin: 5% auto 5%;

}
.matrix-ordinate-title{
    position: absolute;
    top: calc(50% - 26px);
    left: 10.5%;
    transform: translateX(-92%) rotate(-90deg);
    font-size: 16px;
    font-weight: 600;
    color: #868e96;
    height: auto;
    padding: 10px;
}
.matrix-ordinate-title-ia{
    /* position: absolute; */
    /* top: calc(50% - 26px); */
    /* left: 10.5%; */
    /* transform: translateX(-92%) rotate(-90deg); */
    font-size: 16px;
    font-weight: 600;
    color: #868e96;
    height: auto;
    padding: 10px;
}
.matrix-abscissa-title{
    position: absolute;
   /* bottom: 0%;*/
    right: 50%;
    transform: translateX(50%);
    font-size: 16px;
    font-weight: 600;
    color: #868e96;
    height: -30px;
    padding: 10px;
}
.matrix-abscissa-title-ia{
    /* position: absolute; */
   /* bottom: 0%;*/
    /* right: 50%; */
    /* transform: translateX(50%); */
    font-size: 16px;
    font-weight: 600;
    color: #868e96;
    height: -30px;
    padding: 10px;
}
.col-sm.matrix-value{
    font-size: large;
    background-color:rgba(0,0,0,.03);
    border: 1px solid #ffffff;
	align-items: center;
	justify-content: center!important;
    display: flex;
    /* GBE 16/03/2021 : Empêche le downscaling des grandes matrices, ne pas mettre de padding
    padding: 20px; */
    box-sizing: border-box;
    -webkit-transition:all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 6px;
    max-width: 160px;
}
.col-sm.matrix-value:not(.empty):hover{
    transform: scale(0.98);
    opacity: 0.8;
    cursor: pointer;
}
.matrix-item-info{
    position: absolute;
    opacity: 0;
    border-style: solid;
    white-space: nowrap;
    z-index: 9999999;
    transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    background-color: rgba(50, 50, 50, 0.7);
    border-width: 0px;
    border-color: rgb(51, 51, 51);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font: 14px/21px sans-serif;
    padding: 5px;
    width: auto;
    transform: translateX(-50%);
    pointer-events: none;
    -webkit-transition:all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.matrix-item-info.active{
    opacity: 1;
}

.matrix-x-value {
    padding: 10px;
}

.matrix-y-value {
    padding: 10px;
}

@media (max-width: 500px) {
    .matrix-ordinate{
		padding:0 4px 0 0;
    }
    .col-sm.matrix-abscissa{
		padding: 2px 0 0 0;
		align-items: start;
    }
    .col-sm.matrix-value{
		padding: 2px;
		font-size: 14px;
    }
    .matrix-abscissa-title{
		bottom: 0;
		left: 25%;
		position:relative;
    }
}