body {
  line-height: 1.6 !important;
}
#index-back{
  background-image: url('../img/bandeau.jpg');
}
.logo-50 { max-height: 50%; max-width: 100%; border: 1px solid #dee2e6;}
.text-sm > .form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    padding: 5px;
}
.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-color: #fff;
    background-image: none  !important;
}
.navbar-vertical .navbar-nav .nav-link.subactive {
    box-shadow: none !important;
}
.navbar-vertical .navbar-nav>.nav-item .nav-link:hover {
  background: rgba(199,199,199,.2);
  border-radius: 0.5rem;
}
.navbar-vertical .navbar-nav>.nav-item .nav-link[aria-expanded="true"]{
  border-left: 4px solid #8392AB;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.navbar-vertical .navbar-nav>.nav-item .nav-link.active[aria-expanded="true"]{
  border-left: none;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.navbar-nav .nav-sub-item {
  list-style-type: none;
}
.navbar-nav .nav-sub-item .nav-link {
  margin: 0;
  padding-left: 0;
}
.bg-gradient-dark-custom{
  background-image: linear-gradient( 45deg, #ed7117 0%, #ed7117 100%) !important;
  color: #FFFFFF;
}
.bg-gradient-dark-custom:hover{
  color: #FFFFFF !important;
}
.page-link {
    position: relative;
    display: block;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /*border-radius: 1.25rem !important;
    margin-right: 0.2em !important;*/
}
.page-link:focus {
    z-index: 3;
    color: #495057;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(37 47 64 / 25%);
}
.page-link:hover {
    z-index: 2;
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #8392AB ;
    border-color: #8392AB ;
}

/* --- dataTable overwrite --- */
.dataTables_info,
.dataTables_paginate {
    font-size: 0.75rem;
}
.dataTables_filter .form-control:focus {
    box-shadow: none !important;
}
table tbody tr {
  cursor: default;
}
table tbody tr:hover {
  background-color: rgba(131,146,171,0.2);
}
.dt-button:hover{
  color: unset !important;
}

/* dataTable overwrite --- END --- */

.disabled {
    font-style: italic;
}
.error-messages, .notice-messages{
  display: none;
}
/* --- SPINNER LOADING --- */
.spanner, .spinner{
  position:fixed;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display:block;
  text-align:center;
  height: 100%;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 320px auto 90px auto; /*80px auto;*/
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .spinner{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .spinner.show{
    opacity: 1
}

.spanner p, .spinner p {
    line-height: inherit;
    font-size: 2rem;
}
/* --- SPINNER LOADING --- END ---  */

/* --- IMAGE / PLAN --- */
@media screen and (forced-colors: active),
(forced-colors: none) {
  #myImgId {
    position: relative !important;
    display: inline-block;
    padding: 0;
  }

  #myImgId img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    position: relative !important;
  }

  #myImgId svg {
    position: absolute !important;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #legend {
    padding: 0;
  }
}

@supports (-ms-ime-align: auto) {
  #myImgId img {
    width: 100%;
    height: auto;
    padding-right: 30px;
  }
}

#myImgId svg {
  max-width: 100%;
  /*height: auto;*/
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  /*padding-left: 15px;
  padding-right: 15px;*/
}

#myImgId img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* --- IMAGE / PLAN --- END --- */

/* SESSION EXPIRED */
#sessExpirDiv {
  border: none;
  background-position-y: 50%;
  background-color: #252627;
  color: #FFF;
  /*font-family: 'Lato', Arial;*/
  margin: 0px !important;
  font-size: 18px;
  line-height: 18px;
  position: fixed;
  width: 100%;
  height: 25%;
  text-align: center;
  z-index: -999999;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#sessExpirText,
#sessExpirText2{
  margin-bottom: 0;
  font-weight: 900;
  font-size: 20px;
  /*-webkit-text-stroke: 1px #252f40;*/ /* width and color */
}
#sessExpirPP,
#sessExpirP {
  color: white;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  -webkit-text-stroke: 2px #252f40; /* width and color */
}

@media (min-width: 500px) {
  .iconImage{
    font-size: 2rem;
  }
  .iconText{
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) {
  .iconImage{
    font-size: 2rem;
  }
  .iconText{
    font-size: 0.7rem;
  }
}

@media (min-width: 992px) {
  .iconImage{
    font-size: 2rem;
  }
  .iconText{
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .iconImage{
    font-size: 3rem;
  }
  .iconText{
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .iconImage{
    font-size: 3rem;
  }
  .iconText{
    font-size: 1.5rem;
  }
}

#treeModule.is-invalid {
  border: 1px solid #fd5c70;
  border-radius: 0.5rem;
}

#author_web label{
  margin-bottom: 0 !important;
}

#author_web .form-group {
  margin-bottom: 0;
}

#author_web .tab-content {
  border-bottom: 1px solid rgb(222, 226, 230);
  border-right: 1px solid rgb(222, 226, 230);
  border-left: 1px solid rgb(222, 226, 230);
  padding: 1rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.modal label, .modal .form-label {
  display: inline-block;
  margin-left: 0;
}
.btn-link-simple:hover, .btn-link-simple:focus, .btn-link-simple{
  text-decoration: none !important;
  color: unset;
  font-size: unset !important;
  text-transform: none !important;
  transform: unset !important;
  margin-bottom: 0px;
}
/* SELECTABLE CARDS */
.equal-height-cards .cell { display: flex; align-items: stretch;}
#radio-cards-container {
  margin-top: 5rem;
  width: 75vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.radio-card {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s;
  display: flex;
  align-items: top;
  justify-content: center;
  position: relative;
  min-height: 100%;
}
.radio-card:hover {
  border-color: #444444;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
}
.radio-card-check {
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
}
.radio-card-check i {
  font-size: 1rem;
  color: var(--button-bg-color);
}
.radio-card-label {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1em;
}
.radio-card-label-2 {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1rem;
}
.radio-card-label-description {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
  min-height: 350px;
}
.radio-card.selected {
  border-color: #444444;
  border-width: 2px;
  border-style: solid;
}
.radio-card.selected .radio-card-check { display: inline-flex;}
.cursor-pointer{cursor: pointer;}
.cursor-arrow{cursor: context-menu;}
.hidden { visibility: hidden;}
.visible { visibility: visible;}
.no-display { display: none !important;}
.center { text-align: center;}
.flex-space-between{display: flex; justify-content: space-between;}
.flex-align-item-center{display: flex; align-items: center;}
.flex-column{display: flex; flex-direction: column; justify-content: flex-start;}
.italic {font-style: italic;}
.bold-italic{ font-weight: bold; font-style: italic;}
.text-upper{ text-transform: uppercase;}
.text-underline{ text-decoration: underline;}
.align-item-unset {align-items: unset;}
.no-margin-b{
  margin-bottom: 0px !important;
}
.flex-end{
  justify-content: flex-end;
}
.rowCardSameHeight {
  flex-direction: row;
  align-items: stretch;
}
.rowCardSameHeight .cell { display: flex; align-items: stretch;}
.h-85-vh {
  min-height: 85vh !important;
  height: unset;;
}
.h-80-vh {
  min-height: 80vh !important;
  height: unset;;
}
.center-div{
  display: flex;
  justify-content: center;
   align-items: stretch;
}
.dt-center{ text-align: center !important;}
.dt-left { text-align: left !important; text-wrap-mode: wrap; text-wrap-style: pretty;}
table thead tr th.dt-center{ text-align: center; vertical-align: bottom; text-wrap-mode: wrap; text-wrap-style: pretty;}
table tbody tr td.dt-center { text-align: center; vertical-align: middle; text-wrap-mode: wrap; text-wrap-style: pretty;}
table thead tr th.dt-left { text-align: left; vertical-align: bottom; text-wrap-mode: wrap; text-wrap-style: pretty;}
table tbody tr td.dt-left { text-align: left;  vertical-align: middle; text-wrap-mode: wrap; text-wrap-style: pretty;}
.table-row-even{ background-color: #FFFFFF !important;}
.table-row-odd{ background-color: #F2F2F2 !important;}
table a {
    color: unset;
    text-decoration: none;
}
table thead tr th{
  vertical-align: top !important;
}
table.tableObjets thead tr th{
  vertical-align: top !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
}
.tippy-box[data-theme~='popTheme'] {
  color: #FFFFFF;
  text-align: left;
  font-size: 0.8em;
}
.tippy-box[data-theme~='popTheme'] span.attention {
  color: #f77878;
}
/* ACCORDION */
#accordionExample table tbody tr:hover {
  background-color: unset !important;
}
.accordion {
  width: 100%;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid #c3c7cb;
}.accordion-item-swagger {
  border: 1px solid #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, .19);
  margin: 0 0 15px;
}
.accordion-item-body-content-swagger {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
}
.swagger #accordion button{
  box-shadow: none;
}
.swagger-get-border{
  border-color: #61affe;
}
.swagger-get{
  background-color: #EBF3FB;
}
.swagger-get-btn{
  background-color: #61affe;
  padding: 0.5em;
  margin: 0.5em;
  color: #FFFFFF;
}
.swagger-post-border{
  border-color: #49cc90;
}
.swagger-post{
  background-color: #E8F6F0;
}
.swagger-post-btn{
  background-color: #49cc90;
  padding: 0.5em;
  margin: 0.5em;
  color: #FFFFFF;
}
.swagger-put-border{
  border-color: #fca130;
}
.swagger-put{
  background-color: #FBF1E6;
}
.swagger-put-btn{
  background-color: #fca130;
  padding: 0.5em;
  margin: 0.5em;
  color: #FFFFFF;
}
.swagger-delete-border{
  border-color: #f93e3e;
}
.swagger-delete{
  background-color: #FAE7E7;
}
.swagger-delete-btn{
  background-color: #f93e3e;
  padding: 0.5em;
  margin: 0.5em;
  color: #FFFFFF;
}
.swagger-ui table thead tr th {
  border-bottom: 1px solid rgba(59, 65, 81, .2);
  color: #3b4151;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 0;
  text-align: left;
}
.swagger-ui table tbody tr td {
  padding: 10px 0 0;
  vertical-align: top;
}
.swagger-ui table tbody tr td:first-of-type {
  min-width: 6em;
  /*padding: 10px 0;*/
}
.swagger-ui .parameter__name {
  color: #3b4151;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-right: .75em;
}
.swagger-ui .parameter__type {
  color: gray;
  font-family: monospace;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  padding: 5px 0;
}
.swagger-ui .parameter__name.required:after {
  color: rgba(255, 0, 0, .6);
  content: "required";
  font-size: 10px;
  padding: 5px;
  position: relative;
  top: -6px;
}
.swagger-ui .parameter__name.conditional:after {
  color: rgba(255, 166, 0, 0.842);
  content: "conditional";
  font-size: 10px;
  padding: 5px;
  position: relative;
  top: -6px;
}
.swagger-ui .parameter__name.required span {
  color: rgba(255, 0, 0, .6);
}
.swagger-ui .parameter__name.conditional span {
  color: rgba(255, 166, 0, 0.842);
}
.swagger-ui .response-col_description {
  width: 99%;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    color: white;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */
}
.inputfile + label * {
	pointer-events: none;
}
.error {
  color: #d54c4c;
}
.input-error { border-color: #d54c4c !important; }
.style .example {
  /* flex-shrink: 0; */
  margin-bottom: 3px;
  text-align: center;
  display: flex;
}
.style .example label {
  width: 100%;
  text-align: left;
}
.style .square .clr-field button {
  width: 22px;
  height: 22px;
  left: 10px;
  right: auto;
  border-radius: 5px;
  border: solid 1px #575962;
}
.style .square .clr-field input {
  padding-left: 36px;
  width: 100%;
}
.ul_mfa{
  list-style-type: none;
}
.li_mfaR, .li_mfaW {
  text-align: left;
}
.li_mfaR{
  color: #008b00 !important;
}
.li_mfaW{
  color: #d54c4c !important;
}
.f1-zpl-cab,
.f1-zpl-label {
  resize: vertical;
  min-height: 500px !important;
}
.no-resize{
  resize: none !important;
}
.sweet-custom-error .swal2-html-container{
  background-color: #ffd7d8;
  padding: 17px;
  border: 1px solid #f9bac7;
  display: block;
  margin: 22px;
  text-align: center;
  font-size: 14px;
}
.sweet-custom-warning .swal2-html-container{
  background-color: #FFF6EA;
  padding: 17px;
  border: 1px solid #f8c076;
  display: block;
  margin: 22px;
  text-align: center;
  font-size: 14px;
}
.sweet-custom-success .swal2-html-container{
  background-color: #D5FFCA;
  padding: 17px;
  border: 1px solid #cadba7;
  display: block;
  margin: 22px;
  text-align: center;
  font-size: 14px;
}
.sweet-custom-info .swal2-html-container{
  background-color: #cff4fc;
  padding: 17px;
  border: 1px solid #b6effb;
  display: block;
  margin: 22px;
  text-align: center;
  font-size: 14px;
}
.swal2-html-container input[type="text"],
.swal2-html-container select{
  margin-bottom: 2%;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
.swal2-html-container input[type="number"]{
  padding-right: unset;
}
.swal2-html-container.format{
  display: grid !important;
  /*justify-content: left !important;*/
  justify-items: start;
  padding-left: 3%;
  overflow: hidden;
}
.swal2-container button.swal2-confirm,
.swal2-container button.swal2-confirm:focus,
.swal2-container button.swal2-cancel,
.swal2-container button.swal2-cancel:focus{
  border-radius: 10px !important;
  box-shadow: 0 5px 12px rgba(26, 115, 232, 0.3)!important;
}
.swal2-close {
  box-shadow: none !important;
}
#customisation .radio-card-label-description {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
  min-height: 430px;
}
#customisation .f1.select-athos {
  min-height: 488px;
  padding: 2%;
}
/* IMPORT TEI/PDI */
.model-import {
  border: unset;
  margin-bottom: 2%;
  padding: 0;
  width: 100%;
}
.bloque{
  color: #A5A6A6;
  cursor:not-allowed;
}
.weight-normal {
  font-weight: normal !important;
}
.flex-non-wrap{
  flex-wrap: nowrap !important;
}
.designer-template{
  border-radius: 0.375rem;
  margin: 0 !important;
}
.wh-list-recap{
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 30px;
  color: #888;
}
.webhook-textarea {
  resize: none;
  background: none;
  border: none;
}
.centered-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.square-38{
  height: 38px;
  width: 38px;
}