body {
    min-width: 320px;
    font-size: 14px;
    --bs-link-color: #1b85dd;
}
label {
    font-size: 1.3rem;
    font-weight: normal;
}

/* GRAPH */
.graph .chart, .graph .chart canvas {
	height: 18em;
}

.form-group label{
	font-weight: 700;
}
.form-group{
    margin-bottom: 15px;
}
.modal h1{
	font-size: 2.4rem;
}
thead {
    background: #f1f1f1;
    font-size: 1.3rem;
}
.table-stats-fdo-antai th, .table-stats-fdo-antai td {
	text-align : center;
}

.stats-form-container{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

.table>tbody>tr>td,
.table>tbody>tr>th, .table>tfoot>tr>td,
.table>tfoot>tr>th, .table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    padding: 8px;
}
.color-blue {
    color: #1b85dd;
}
.color-white {
    color: #fff;
}
.background-blue {
    background: #1b85dd;
    color: #fff;
}
.background-second-blue {
    background-color: rgb(2, 97, 168);
    color: #fff;
}
h2 {
    font-size: 2rem;
    color: #1b85dd;
	margin: 20px 0;
}
.top-align-elem {
    margin-top: 21px;
}
button.btn.btn-primary,
.btn-primary{
    background: #1b85dd;
    box-shadow: none;
    padding: 7px 25px;
}
.btn-danger{
    padding: 7px 25px;
}
.btn-padding {
    padding: 7px 25px;
}
label.btn-primary{
    background: #48aacf;
}
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
	border: 0;
    background: #1b85dd !important;
    box-shadow: none;
    z-index: 1001;
    position: fixed;
    min-height: 51px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-dark .navbar-nav>.nav-link {
    color: #fff;
    text-shadow: none;
}
.nav-link{
    cursor: pointer;
}
.navbar-dark .navbar-nav>.nav-link:focus,
.navbar-dark .navbar-nav>.nav-link:hover,
.navbar-dark .navbar-nav>.active>a,
.navbar-dark .navbar-nav>.open>a,
.navbar-dark .navbar-nav>.open>a,
.navbar-dark .navbar-nav>.open>a:focus,
.navbar-dark .navbar-nav>.open>a:hover{
    color: #fff;
    background: #0479db;
}
.dropdown-menu>.active>a {
    background-image: linear-gradient(to bottom,#1b85dd 0,#0479db 100%)!important;
    color: #fff !important;
}

.sidebar {
	display: none;
}
.sidebar i.bi{
    padding-right: 5px;
    font-size: 1.1rem;
}
.sidebar .nav-link {
    padding: 15px;
    color: #000;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
    background-color: #e5e5e5;
}
.navbar-nav .nav-link{
    position: relative;
    display: block;
    padding: 10px 15px !important;
}
.sidebar .nav-item:first-child>a{
    border-top: 0;
}
.nav-sidebar {
	margin-right: -21px;
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-sidebar>li>a {
	padding-right: 20px;
	padding-left: 20px;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
	color: #fff;
	background-color: #428bca;
}

.menu-navigation-container {
    position: relative !important;
    width: 16.666667%;
}

.main {
	padding: 20px;
    margin-top: 51px;
    margin-left: auto;
}

.main .page-header {
	margin-top: 0;
}
.user-connected {
    font-size: 1.3em;
    padding: 0 0 15px 15px;
    border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.logo {
    padding: 15px 0;
}
header ul.dropdown-menu {
    min-width: 210px;
    padding: 0;
    border: 0;
  /*  max-height:250px;
    overflow:auto; */
}

header ul.dropdown-menu li a{
    padding: 10px 15px;
}
header ul.dropdown-menu li a.active{
    background: #3c9ac8!important;
    color: #fff!important;
}

header ul.dropdown-menu li.header-nav{
    padding: 10px 5px 5px;
    width: 100%;
    display: inline-block;
}

/*.page-size-dropdown*/ .dropdown-menu a{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/*.page-size-dropdown*/ .dropdown-menu a:hover,
/*.page-size-dropdown*/ .dropdown-menu a:focus{
    text-decoration: none;
    background-color: #e8e8e8;
}

/*.page-size-dropdown*/ .dropdown-menu .selected{
    color: #777;
}

/*.page-size-dropdown*/ .dropdown-menu .selected:hover,
/*.page-size-dropdown*/ .dropdown-menu .selected:focus{
    background-color: transparent;
    cursor: not-allowed;
}

.dropdown-menu {
    font-size: 12px;
}

.btn-secondary {
    color: #333;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    padding: 6px 24px;
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
    color: #333 !important;
    background-color: #eee !important;
}

.btn-default {
    border: 1px solid #ccc;
}

.btn-default:focus, .btn-default:hover {
    background-color: #eee;
    border-color: #adadad;
}

.width-max-content{
    width: max-content;
}
/* m first */

.navbar-right {
    float: right!important;
    margin-right: -15px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-nav>nav-item {
    float: left;
}
.nav-item{
    display: block;
    position: relative;
}
.navbar-left {
    float: left!important;
}
.form-inline {
    width: auto;
    text-align:center;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    border: 0;
    box-shadow: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
@media only screen and (max-width: 862px) {
    .form-inline {
    width: auto;
    text-align:center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    border: 0;
    box-shadow: none;
}
}
.nav-tabs .nav-item .nav-link{
    margin-top: 10px;
    color: #1b85dd;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group>.form-control {
    width: 100%;
}
.navbar-right~.navbar-right {
    margin-right: 0;
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
    width: auto;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    align-items: center;
    display: flex;
}
header .navbar-dark button.navbar-toggler,
header .navbar-dark button.navbar-toggler:focus,
header .navbar-dark button.navbar-toggler:hover{
    background: 0;
    border: 0;
}
.navbar-dark .navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-dark .navbar-nav .nav-link{
    color: white;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    background: #0479db;
    color: white;
}

.dropdown-menu-end .nav-item .nav-link{
    color:#333;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
}


.sidebar.collapse.in {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 230px;
    padding-top: 15px;
    box-shadow: 1px 1px 70px 0px rgba(0,0,0,0.3);
    top: 55px;
    background: #f5f5f5;
}
.sidebar.collapse.in .nav-sidebar {
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
}
.search{
    display: flex !important;
}
.search-panel-btn{
    border-color: #ccc;
}
.search-panel-btn:hover{
    border-color: #adadad;
}
.form-inline .input-group.search input.form-control {
    width: 300px;
}
.toggle-search-collapse{
	display: none;
	position: absolute;
    top: 15px;
    right: 15px;
}
.toggle-search-collapse i {
    font-size: 2rem;
    color: #333;
}
p.maj-siv {
    float: left;
    position: relative;
    color: #fff;
    left: 3px;
    top: 6px;
}
span.mobile-maj-siv {
    font-size: 1.4rem;
    color: #0051ac;
    display: block;
    margin-top: 10px;
}
.nav-sidebar ul :not(collapsed) .arrow:before, .nav-sidebar li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 30%;
    right: 10px;
}
.sub-menu {
    background: #fff;
	padding: 0;
}
.sub-menu li{
    border-bottom: 1px solid #f1f1f1;
}
.sub-menu li a {
    padding: 10px 0 10px 34px !important;
    display: inline-block;
    width: 100%;
}
.nav-sidebar .fa{
	padding-right: 5px;
}
a.picto-link {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
	float: right;
    display: inline-block;
    cursor: pointer;
}
.button-group > *{
	float: left;
}
form.form-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding: 15px;
}
ul.list-dl {
    list-style: none;
    padding: 10px 20px;
}
ul.list-dl li{
	line-height: 2;
}
ul.list-dl li span{
	font-weight: bold;
    width: 360px;
    font-size: 1.3rem;
    display: inline-block;
}
section.list{
	background: #f1f1f1;
    padding: 15px;
    margin: 25px 0;
}
ul.no-style {
    padding: 0;
    list-style: none;
}
li.full-width,
button.full-width,
label.full-width {
    width: 100%;
    display: inline-block;
}
a.accordion-toggle {
    display: inline-block;
    width: 100%;
	padding: 10px;
}
.panel-default>.panel-heading {
    padding: 0;
    background: #f5f5f5;
}
.color-block {
	height: 150px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    font-size: 1.5rem;
    padding: 15px;
	margin: 10px 0;
    line-height: 1;
}


.color-block:hover {
	height: 150px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.5rem;
    padding: 15px;
	margin: 10px 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	opacity: 0.7;
    line-height: 1;
}
.dark-green {
    background: #31a966;
}
.green {
    background: #43c77e;
}
.blue {
    background: #27b1da;
}
.yellow {
    background: #eabe1b;
}
.purple {
    background: #a9316e;
}
.orange {
    background: #c67400;
}
.red {
	background: #af2828;
}
.red-important {
	background: #af2828 !important;
}
.color-dark-green {
    color: #31a966;
}
.color-green {
    color: #43c77e;
}
.color-real-green {
    color: green;
}
.color-real-blue {
    color: blue;
}
.color-blue {
    color: #27b1da;
}
.color-mediumblue {
    color: mediumblue;
}
.color-yellow {
    color: #eabe1b;
}
.color-purple {
    color: #a9316e;
}
.color-orange {
    color: #c67400;
}
.color-real-orange {
    color: orange;
}
.color-orange-2 {
    color: #F39C12;
}
.color-red {
    color: #af2828;
}
.color-real-red {
    color: #af2828;
}
.color-tomato {
    color: tomato;
}
.color-brown {
    color: brown;
}
.color-yellowbrown {
    color: #958817;
}
.color-yellowgreen {
    color: yellowgreen;
}
.color-cornflowerblue {
    color: cornflowerblue;
}
.color-forestgreen {
    color: forestgreen;
}
.color-blue-second {
    color: #2565AE;
}
.color-blue-second {
    color: #2565AE;
}
.color-whiteblue {
    color: #b9dfff;
}
.color-white {
    color: white;
}
.color-black {
    color: black;
}
.background-none {
    background: none;
}
.background-white {
    background: white;
}
.background-second-white {
    background: #F1F1F1;
}

.background-whiteblue-2 {
    background-color: #E3E4EC;
}
span.nb {
    font-size: clamp(20px, 1.9vw, 4rem);
    display: ruby;
}
span.title {
    font-weight: 300;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
    font-size: clamp(15px, 1.2vw, 1.9rem);
}
.tab-content {
    padding: 0 15px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    width: 100%;
}
.panel-body {
    background: #f9f9f9;
	border-radius: 4px;
    padding:15px;
}
.panel {
    margin-bottom: 10px;
}
.panel-body p {
    margin: 0;
}
.checkbox label.btn{
	box-shadow: none;
    display: inline-block;
    text-align: left;
}
.margin-top {
    margin-top: 25px;
}
/* spinner */
div#loaderSpinner {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 10000;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #1b85dd;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loaderSpinner p {
    color: #fff;
    text-align: center;
    margin: 45px 0 0 -95px;
    position: absolute;
    top: 50%;
    left: 50%;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#confirm-spinner {
  display: none;
  text-align: center;
}
/* end spinner */
.checkbox-group {
    padding: 5px 0;
}
.modal .page-header {
    margin: 10px 0 20px;
    padding: 20px 10px 10px;
    background: #f1f1f1;
}

.modal-header {
    justify-content: space-between;
}
.close {
    font-size: 1.5em;
    max-height: 1em;
    display: flex;
    align-items: center;
    padding-bottom: 0.25em;
    border: 0;
    border-radius: .375rem;
    background: transparent;
    color: #7e7e7e;
    text-decoration: none;
}
.close:hover {
    color: #3f3f3f;
    background: #e9e9ed;
    text-decoration: none;
}
.datetime-view-month td {
    width: 210px !important;
}
.flex {
    display: flex;
    align-items: center;
}
.statut-ico{
	font-size: 3rem!important;
	margin-right: 15px;
}
.fa-red{
	color: #af2828;
}
.fa-green{
	color: green;
}
.fa-orange {
    color: #c67400;
}
.error {
    color: red;
    margin: 0;
    float: left;
    font-style: italic;
    line-height: 1.4;
    display: block;
    font-size: 1em;
}

.noBullet {
	list-style-type: none;
}

.underline {
	text-decoration: underline;
}
.padding-right-50 {
	padding-right: 50px;
}
.padding-right-25 {
	padding-right: 25px;
}
.padding-top-20 {
	padding-top:20px;
}
.padding-bottom-20 {
	padding-bottom:20px;
}
.padding-top-5 {
	padding-top:5px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-60{
	margin-top:60px;
}
.newAlert{
	padding: 4px;
    color: red;
    background: #f9f1f1;
    font-size: 12px;
}
.padding-15{
	padding: 15px;
}
.new-progress{
	margin-top: 25px;
	width: 48.6%;
	margin:1px;
}

.newErrorClass{
	color:#583737;
}

.hauteurRowBtn{
	height : 34px;
}

.hoverable-disabled {
    cursor: default;
    pointer-events: none;
}

.btn.disabled{
    cursor: not-allowed;
}

.diabled {
    pointer-events: none;
}

.selectionGarantie {
	margin-top: 3px;
}

.activeMenu, .activeMenu a {
    background: #1b85dd;
    color: #fff!important;
}

#lignesCodesDARVA input.codesDARVA {
    text-transform: uppercase;
}
/* Custom sweetalert2 */
.swal2-styled.swal2-confirm, .swal2-cancel, .swal2-styled {
	font-size: 1.6rem!important;
}

.swal2-title {
	font-size: 2rem!important;
	color: #24376E!important;
}

.swal2-content {
	font-size: 1.6rem!important;
	color: #24376E!important;
}

.swal2-content .contenuContactAssureur, .swal2-content .contactAssureurForm{
	text-align: left!important;
}

.swal2-validation-message {
	margin: 0 -2.3em!important;
}

.header_logo {
    font-size: 4rem;
    line-height: 3rem;
    font-weight: 400;
    color: #1b85dd;
    margin: 0;
    text-align: center;
}

.select2-container .select2-selection--single {
    height:35px!important;
}
.popover{
    font-size: 14px;
    min-width: 300px;
    container: 'body';
    text-align: center;
    max-width: 40%; /* Max Width of the popover (depending on the container!) */
}
.popover-header{
    font-size: 16px;
}

.select2-container .select2-selection--single {
    height:40px!important;
}

.suivi-download-icon {
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

.icon-blue {
    color: #337ab7;
}
.icon-blue:hover {
    color: #337ab7;
}

.blue-background-title {
    background: #1b85dd;
    padding: 12px;
    color: white;
    text-transform: uppercase;
}

.password-icon {
    font-size: 20px;
    color: #337ab7;
    cursor: pointer;
    margin-left: 10px;
}

.info-icon > i {
    font-size: 20px;
}

.mx-auto{
    display: block;
}

.select2listIntermediare{
    width: 350px;
    height: 40px;
}

.fileupload{
    display: flex;
    align-items: center;
}

.fileupload>span:first-child{
    margin-right: 1em;
}

.fileupload>span{
    margin-right: 0.5em;
}

html{
    font-size: 10px;
}

.btn {
    font-size: 14px;
}

.btn-danger:hover, .btn-danger:focus, .btn:hover, .btn:focus {
    text-decoration: none;
}

h1 .small, h2 .small, h3 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.form-control {
    height: 34px;
    font-size: 14px;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.pagination {
    margin: 20px 0;
}

.page-link {
    padding: 6px 12px;
    font-size: 14px;
    --bs-pagination-active-bg: #1b85dd;
    --bs-pagination-active-border-color: #1b85dd;
}

#menu-navigation-container > nav > ul > ul li > a:hover, #menu-navigation-container > nav > ul > ul li > a:focus{
    text-decoration: underline;
    background: transparent;
    color: #23527c;
}

#menu-navigation-container > nav > ul > ul li > a {
    color: #337ab7;
}

.activeMenu:hover, .activeMenu a:hover, .activeMenu:focus, .activeMenu a:focus {
    background: #1b85dd !important;
}

.datepicker-cell {
    padding: 5px;
    height: 30px !important;
    width: 30px;
}

.datepicker-view {
    width: 220px !important;
}

.bloc-attestation-content .ts-wrapper {
    display: inline-block;
    width: 242.617px;
}
.bloc-attestation-content .ts-wrapper > .ts-control {
    min-height: 30px;
}

.dashboard-box-tracking-text span:hover, .dashboard-box-tracking-text span:focus{
    text-decoration: underline;
}

#buttonSubmit:hover, #buttonSubmit:focus {
    text-decoration: none;
}

.selectdatefinpostcontrolled .ts-control > input, .datefinSamedaytake .ts-control > input, .datefinprevioustake .ts-control > input,
.datefinvaluepcreux2 .ts-control > input, .select2changementplaque .ts-control > input, .selectdatefinchangementplaque1 .ts-control > input,
.select2motifanulation .ts-control > input, .select2wgarageSituation .ts-control > input, .selectdatefinwgarage1 .ts-control > input,
.select2situationvehiculenondesigne .ts-control > input, .selectdatefinvehiclenondesigne1 .ts-control > input, .select2situationAssuranceSpecifique .ts-control > input,
.selectdatefinassurancespecique1 .ts-control > input{
    display: none !important;
}

input[readonly] {
    background-color: #f0f0f0;
    color: #555;
    cursor: not-allowed;
}

.tooltip{
    font-size: 14px;
}

.buttonsLoginDiv > a:hover {
    text-decoration: none;
}
.buttonsLoginDiv {
    padding-top: 10px;
    padding-bottom: 20px;
}

.modal-step-execution-exit-message {
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.modal-step-execution-exit-message > .modal-dialog {
    width: 800px;
    max-width: 800px;
    margin-top: 200px;
}

erreur-content-popover {
    text-align: left;
    display: inline-block;
    cursor: pointer;
    color: #337ab7;
}

.erreur-content-popover:hover {
    text-decoration: underline;
}

.table-responsive {
    overflow-x: hidden;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #dca7a7;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}
.display-none-i {
    display: none !important;
}

.display-flex {
    display: flex;
}

.display-inline-block {
    display: inline-block;
}

.button-reset {
    padding: 0;
    background: none;
    border: 0;
}

.immatriculation-badge-container {
    display: flex;
    gap: 2px;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

.inputImmatriculationContainer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.fs-16-px {
    font-size: 16px;
}

.text-no-wrap {
    text-wrap: nowrap;
}

.display-inline-block {
    display: inline-block;
}
.display-block {
    display: block;
}
.display-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.align-items-up {
    align-items: flex-start;
}
.align-items-bottom {
    align-items: flex-end;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-direction-column {
    flex-direction: column;
}
.gap-5-px {
    gap: 5px;
}
.gap-10-px {
    gap: 10px;
}
.gap-12-px {
    gap: 12px;
}
.gap-15-px {
    gap: 15px;
}

.gap-18-px {
    gap: 18px;
}
.custom-color {
    color: #612b2d;
}

.messageblock {
    color: #ff0000;
    width: 500px;
    background-color: #FFFFFF;
    border: 1px solid #ff0000;
    padding: 8px;
    margin: 16px;
    text-align: center;
}

.img-logo-agira {
    margin: 0 auto;
    display: block;
}

.login-form-group{
    padding-top: 10px;
    padding-bottom: 20px;
}
.p-none {
    padding: 0;
}
.p-2-em {
    padding: 2em;
}
.p-15-px {
    padding: 15px;
}
.p-12-px {
    padding: 12px;
}
.p-5-px {
    padding: 5px;
}
.p-6-px-12-px {
    padding: 6px 12px;
}
.pt-2-em {
    padding-top: 2em;
}
.pb-2-em {
    padding-bottom: 2em;
}
.pl-0{
    padding-left: 0;
}
.pl-10-px{
    padding-left: 10px;
}
.pl-15-px{
    padding-left: 15px;
}
.pl-20-px{
    padding-left: 20px;
}
.pl-25-px{
    padding-left: 25px;
}
.pl-30-px{
    padding-left: 30px;
}
.pl-40-px{
    padding-left: 40px;
}
.pl-50-px{
    padding-left: 50px;
}
.pb-10-px{
    padding-bottom: 10px;
}
.pb-20-px{
    padding-bottom: 20px;
}
.pb-24-px{
    padding-bottom: 24px;
}
.pr-0{
    padding-right: 0;
}
.pr-20-px{
    padding-right: 20px;
}
.pr-1-em{
    padding-right: 1em;
}
.pt-5px{
    padding-top: 5px;
}
.ml-33{
    margin-left: 33%;
}
.ml-5-px{
    margin-left: 5px;
}
.ml-10-px{
    margin-left: 10px;
}
.ml-15-px{
    margin-left: 15px;
}
.mr-14-px{
    margin-right: 14px;
}
.mr-15-px{
    margin-right: 15px;
}
.mr-20-px{
    margin-right: 20px;
}

.mr-2-rem {
    margin-right: 2rem;
}
.mr-1-rem {
    margin-right: 1rem;
}
.mt-2-rem {
    margin-top: 2rem;
}
.mt-3-px {
    margin-top: 3px;
}
.mt-5-px {
    margin-top: 5px;
}
.mt-20-px {
    margin-top: 20px;
}
.mb-1-rem {
    margin-bottom: 1rem;
}
.mb-10-px {
    margin-bottom: 10px;
}
.mb-20-px {
    margin-bottom: 20px;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.cursor-help {
    cursor: help;
}
.w-auto {
    width: auto;
}
.w-0 {
    width: 0;
}
.w-1 {
    width: 1%;
}
.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}
.w-30 {
    width: 30%;
}
.w-25 {
    width: 25%;
}

.w-75 {
    width: 75%;
}
.w-15 {
    width: 15%;
}
.w-10 {
    width: 10%;
}
.w-5 {
    width: 5%;
}
.w-90 {
    width: 90%;
}
.w-92 {
    width: 92%;
}
.w-95 {
    width: 95%;
}
.w-20-em {
    width: 20em;
}
.w-10-px {
    width: 10px;
}
.w-30-px {
    width: 30px;
}
.w-200-px {
    width: 200px;
}
.w-300-px {
    width: 300px;
}
.w-1200-px {
    width: 1200px;
}
.h-fit-content {
    height: fit-content;
}
.h-auto {
    height: auto;
}
.h-34-px {
    height: 34px;
}
.h-40-px {
    height: 40px;
}
.h-46-px {
    height: 46px;
}
.h-100 {
    height: 100%;
}
.m-0 {
    margin: 0;
}
.m-1-px {
    margin: 1px;
}
.mt-5 {
    margin-top: 5%;
}
.mw-160-px {
    max-width: 160px;
}
.mw-300-px {
    max-width: 300px;
}
.mw-500-px {
    max-width: 500px;
}
.mw-1200-px {
    max-width: 1200px;
}
.min-w-160-px {
    max-width: 160px;
}
.mr-5px{
    margin-right: 5px;
}
.bl-5-px {
    border-left: 5px;
}
.br-5-px {
    border-right: 5px;
}
.b-5-px {
    border: 5px;
}
.b-1-px-solid-black {
    border: 1px solid black;
}
.b-none {
    border: none;
}
.b-style-double {
    border-style: double;
}
.b-w-2-px {
    border-width: 2px;
}
.b-width-thin {
    border-width: thin;
}
.fs-small {
    font-size: small;
}
.fs-medium {
    font-size: medium;
}
.fs-large {
    font-size: large;
}
.fs-larger {
    font-size: larger;
}
.fs-36-px {
    font-size: 36px;
}
.fs-30-px {
    font-size: 30px;
}
.fs-28-px {
    font-size: 28px;
}
.fs-24-px {
    font-size: 24px;
}
.fs-20-px {
    font-size: 20px;
}
.fs-18-px {
    font-size: 18px;
}
.fs-16-px {
    font-size: 16px;
}
.fs-15-px {
    font-size: 15px;
}
.fs-14-px {
    font-size: 14px;
}
.fs-13-px {
    font-size: 13px;
}
.fs-12-px {
    font-size: 12px;
}
.fs-1-3-rem {
    font-size: 1.3rem;
}
.fw-normal {
    font-weight: normal;
}
.fw-bold {
    font-weight: bold;
}
.mon-organisation-line {
    padding: 0rem 1rem;
}
.bouton-indicateur {
    background: none;
    border: none;
}
.border-black{
    border: black;
}
.vertical-align-top {
    vertical-align: top;
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-bottom {
    vertical-align: bottom;
}
.text-align-center {
    text-align: center;
}
.text-align-left-i {
    text-align: left !important;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.autres-informations-textarea {
    width: 638px;
}
.signature-table {
    margin: 2em 0em 2em 0em;
}
.color-contestation-red {
    color: #8B0000;
}
.color-contestation-blue {
    color: #2373b8;
}

.contestations-aucun-siv-div {
    border: solid #A1AAC4 0.1rem;
    background-color: #F3F3F3;
    border-radius: 0.4rem;
    padding: 3rem;
}
.float-none {
    float: none;
}
.float-right {
    float: right;
}
.bouton-indicateur-qualite {
    font-size:medium;
    background: none!important;
    border: none;
    padding: 0!important;
    font-family: arial, sans-serif;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}
.word-wrap-break {
    word-wrap: break-word;
}
.white-space-normal {
    white-space: normal;
}
.resize-none {
    resize: none;
}
.line-height-1 {
    line-height: 1;
}
.resynchro-download-icon {
    padding-left: 10px;
    text-align: center;
    cursor: none;
    pointer-events: none;
    font-size: 24px;
}
.table-layout-fixed {
    table-layout: fixed;
}
.icon-circle {
    background-color: #1b85dd;
    color: white;
    border-radius: 50%;
    font-size: 16px;
    padding: 11px;
    width: auto !important;
}
.edit-buttons-wrapper {
    gap: 15px;
    display: flex;
}
.border-radius-50 {
    border-radius: 50%;
}
li.disabled a {
    pointer-events: none;
}
li.disabled {
    cursor: not-allowed;
}
.color-icon-normalisation-blue {
    color: #1b85dd;
}
.opacity-1 {
    opacity: 1;
}
.table > thead th {
    background-color: inherit;
    color: inherit;
}
.d-table > thead th {
    background-color: rgb(2, 97, 168);
    color: #fff;
}
.d-table > thead a {
    color: #fff;
}
.modal-body {
    overflow-x: auto;
}
.termesANormaliserForm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-h2-console {
    height: calc(100vh - 150px);
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.btn-warning, .btn-success, .btn-danger {
    padding: 7px 25px;
}

.btn-sm {
    padding: 2.5px 5px;
}

.dropdown-box-shadow {
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu-end {
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
}
.ql-color-e60000 { color: #e60000; }
.ql-color-ff9900 { color: #ff9900; }
.ql-color-ffff00 { color: #ffff00; }
.ql-color-008a00 { color: #008a00; }
.ql-color-0066cc { color: #0066cc; }
.ql-color-9933ff { color: #9933ff; }
.ql-color-ffffff { color: #ffffff; }
.ql-color-facccc { color: #facccc; }
.ql-color-ffebcc { color: #ffebcc; }
.ql-color-ffffcc { color: #ffffcc; }
.ql-color-cce8cc { color: #cce8cc; }
.ql-color-cce0f5 { color: #cce0f5; }
.ql-color-ebd6ff { color: #ebd6ff; }
.ql-color-bbbbbb { color: #bbbbbb; }
.ql-color-f06666 { color: #f06666; }
.ql-color-ffc266 { color: #ffc266; }
.ql-color-ffff66 { color: #ffff66; }
.ql-color-66b966 { color: #66b966; }
.ql-color-66a3e0 { color: #66a3e0; }
.ql-color-c285ff { color: #c285ff; }
.ql-color-888888 { color: #888888; }
.ql-color-a10000 { color: #a10000; }
.ql-color-b26b00 { color: #b26b00; }
.ql-color-b2b200 { color: #b2b200; }
.ql-color-006100 { color: #006100; }
.ql-color-0047b2 { color: #0047b2; }
.ql-color-6b24b2 { color: #6b24b2; }
.ql-color-444444 { color: #444444; }
.ql-color-5c0000 { color: #5c0000; }
.ql-color-663d00 { color: #663d00; }
.ql-color-666600 { color: #666600; }
.ql-color-003700 { color: #003700; }
.ql-color-002966 { color: #002966; }

.ql-bg-e60000 { background-color: #e60000; }
.ql-bg-ff9900 { background-color: #ff9900; }
.ql-bg-ffff00 { background-color: #ffff00; }
.ql-bg-008a00 { background-color: #008a00; }
.ql-bg-0066cc { background-color: #0066cc; }
.ql-bg-9933ff { background-color: #9933ff; }
.ql-bg-ffffff { background-color: #ffffff; }
.ql-bg-facccc { background-color: #facccc; }
.ql-bg-ffebcc { background-color: #ffebcc; }
.ql-bg-ffffcc { background-color: #ffffcc; }
.ql-bg-cce8cc { background-color: #cce8cc; }
.ql-bg-cce0f5 { background-color: #cce0f5; }
.ql-bg-ebd6ff { background-color: #ebd6ff; }
.ql-bg-bbbbbb { background-color: #bbbbbb; }
.ql-bg-f06666 { background-color: #f06666; }
.ql-bg-ffc266 { background-color: #ffc266; }
.ql-bg-ffff66 { background-color: #ffff66; }
.ql-bg-66b966 { background-color: #66b966; }
.ql-bg-66a3e0 { background-color: #66a3e0; }
.ql-bg-c285ff { background-color: #c285ff; }
.ql-bg-888888 { background-color: #888888; }
.ql-bg-a10000 { background-color: #a10000; }
.ql-bg-b26b00 { background-color: #b26b00; }
.ql-bg-b2b200 { background-color: #b2b200; }
.ql-bg-006100 { background-color: #006100; }
.ql-bg-0047b2 { background-color: #0047b2; }
.ql-bg-6b24b2 { background-color: #6b24b2; }
.ql-bg-444444 { background-color: #444444; }
.ql-bg-5c0000 { background-color: #5c0000; }
.ql-bg-663d00 { background-color: #663d00; }
.ql-bg-666600 { background-color: #666600; }
.ql-bg-003700 { background-color: #003700; }
.ql-bg-002966 { background-color: #002966; }

.prettyprint.lang-xml {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fas, .fa {
    width: auto;
}

.position-relative {
    position: relative;
}

.justify-content-center {
    justify-content: center;
}

label > input[type="checkbox"] {
    margin-right: 5px;
}

td.cell-center > div,
td.cell-center > div > span,
td.cell-center > div > span > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
}