html {
  height: 100vh;
}

body {
  min-height: 100vh;
  font-family: "Nunito";
}

pre {
  overflow: inherit;
}

a:hover {
  color: #0d9370;
}

.bg {
  background: url("../../assets/img/accueil_bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-secondary {
  background-color: #b5b5b5 !important;
}

.custom-key {
  border-bottom: solid 1px #aaa;
  color: #f5f5f5;
  width: 100%;
  padding-bottom: 5px;
  margin: 0 auto;
}

.custom-value {
  color: white;
  margin: 0 auto;
}

.flex-fill {
  flex: 1 1 auto;
}

/* GENERIC CLASS */
.alert {
  margin-bottom: 0;
}

.alert-error {
  background-color: #e74c3c;
}

.badge {
  padding: 0.45em 0.8em;
}

.bg-unset {
  background-color: unset;
}

.blurred {
  filter: blur(7px);
  -webkit-filter: blur(7px);
}

.btn-black {
  background: #333 !important;
  border: solid 1px #333 !important;
  border-radius: 15px;
  transition: .2s all;
  /* color: black;
  background: #fff; */
}

.btn-black:hover {
  opacity: 0.92;
}

.btn-perso {
  padding: 0.74rem 1.34rem;
  border-radius: 0.125rem;
  border: none;
  font-size: 0.71rem;
}

.btn-blue {
  background-color: #007bff;
  border-color: #0062cc;
  transition: 0.3s all;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-rounded {
  border-radius: 10rem;
}

.btn-link {
  box-shadow: none;
  text-decoration: none;
  color: #007eff;
  font-weight: bold;
}

.btn-link:hover {
  box-shadow: none;
  background-color: transparent;
  color: #046bd2;
  text-decoration: none;
}

.btn-sm {
  padding: 0.375rem 1rem 0.3125rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.card-default-accueil {
  border: 0px;
  border: none;
  background-color: rgba(55, 90, 127, 0.3);
  box-shadow: -4px 4px 2px -3px black;
}

.color-theme {
  color: #00bc8c;
}

.custom-filtre {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.custom-filtre label {
  font-size: 14px;
  font-weight: 700;
}

.custom-select {
  cursor: default !important;
  background: white !important;
  color: #444 !important;
}

.custom-table th,
.custom-table td {
  text-align: left;
}

.custom-table th {
  font-size: 14px;
  font-weight: normal;
  padding: 15px;
  padding-left: 20px;
  color: white;
  border-right: 1px solid #444;
}

.custom-table tbody td {
  font-size: 13px;
  color: #111;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px;
  font-weight: 600;
}

.custom-badge {
  width: 70px;
}

.custom-badge-dpu {
  width: 70px;
  color: white;
  background-color: #333;
  padding: 0.55em 0.8em;
}

.demande-details {
  font-size: 18px;
  margin-right: -15px;
}

.etat {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0;
  color: #b7b7b7;
}

.en-attente {
  color: #b7b7b7;
}

.en-cours {
  color: #ff8d00;
}

.fadedfx {
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

.filtre-annee {
  position: absolute;
  left: 0;
  top: 0;
}

.font-1 {
  font-size: 12px !important;
  color: #111 !important;
  font-family: "Roboto", sans-serif;
}

.font-2 {
  font-size: 13px !important;
  color: #111 !important;
  font-family: "Roboto", sans-serif;
}

.font-3 {
  font-size: 11.5px !important;
  color: #333 !important;
  font-family: "Roboto", sans-serif;
}

.form-control:read-only {
  background-color: #c7c7c7;
  color: #777;
  cursor: not-allowed;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #b9bfc5;
}

#modal-global .modal-dialog.modal-60 {
  width: 60%;
  max-width: 60%;
}

.icone-nouveau {
  float: left;
  position: relative;
  top: -3px;
  left: 5px;
}

.imprime,
.actualiser {
  cursor: pointer;
}

.modal-content {
  border-radius: 0.5rem;
}

.modal-custom {
  border-radius: 0;
  background: url(../../assets/img/accueil_bg.jpg);
  background-size: cover;
  border: 1px solid #fff;
}

.modal-custom .modal-header,
.modal-custom .modal-body {
  background-color: rgba(55, 90, 127, 0.85);
  border: unset;
}

.modal-custom .modal-header .close {
  opacity: 0.9;
}

.msgbox-area {
  width: 480px;
  max-height: 100%;
  height: 0;
  position: fixed;
  top: 80%;
  transform: translateY(-50%);
  left: auto;
  right: 15px;
  font-size: 16px;
  z-index: 1111;
}

.msgbox-box {
  font-size: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 65%);
  backdrop-filter: blur(4px);
  transition: opacity 256ms ease-in;
}

.msgbox-box-hide {
  opacity: 0;
}

.msgbox-box:last-child {
  margin: 0;
}


.msgbox-content {
  font-size: inherit;
  padding: 1.5rem;
  padding-bottom: 0.75rem;
  flex-shrink: 1;
}

.msgbox-command {
  padding: 1.5rem;
  padding-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}

.msgbox-command a {
  text-decoration: none !important;
  font-weight: bold;
}

.msgbox-close {
  color: #fff !important;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
  margin: 0 10px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  transition: all .2s;
}

.msgbox-command a:hover {
  opacity: 0.85;
}

.select-etat,
.select-etat-lot,
.select-dpu {
  cursor: default;
  width: 20px;
  border-color: transparent;
  background: transparent !important;
  position: absolute;
}

.select-etat {
  /* Dégeulasse mais pas le choix à cause du datatable + filtre checkbox... */
  position: relative;
  /* float: left;
  margin-left: -33px; */
  margin-right: -20px;
  float: right;
  right: 0px;
}

.select-etude,
.select-annee,
.select-utilisteur {
  font-size: 14px;
  width: 180px;
  border-radius: 5px;
  border: 1px solid #222
}

.termine {
  color: #00bc8c;
}

.text-underline {
  text-decoration: underline;
}

.toggle-password-login {
  float: right;
  margin-top: -25px;
  margin-right: 10px;
  color: #000;
  position: relative;
}

.visualiser:hover {
  text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* AUTOCOMPLETE */
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  /* on met une hauteur maximum et on set overflow pour afficher un scroll*/
  max-height: 400px;
  overflow: auto;
  margin: 0 6px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: black;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* Bon de commande */
.custom-fieldset {
  /* background: radial-gradient(rgba(55, 90, 127, 0.5), transparent); */
  background: radial-gradient(rgba(55, 90, 127, 0.5), transparent);
  background-color: rgba(55, 90, 127, 0.5);
}

.bg-blurred {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0px 5px;
  filter: blur(1px);
  background: radial-gradient(rgba(55, 90, 127, 0.5), transparent);
  background-color: rgba(55, 90, 127, 0.5);
}

.bg-not-blurred {
  position: relative;
}

.table-references-cadastrales th,
.table-references-cadastrales td {
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #dee2e6;
}

.table-references-cadastrales th {
  font-size: 14px;
  font-weight: 600;
}

.table-references-cadastrales tr {
  background-color: white !important;
  transition: .2s all;
}

.table-references-cadastrales tr.shown {
  background-color: #ededed !important;
}

.table-references-cadastrales td {
  vertical-align: middle;
  color: #111;
  padding: 8px 12px;
}

.table-references-cadastrales tr.selection,
.table-references-cadastrales tr.nouveau td {
  background-color: #fdd6a7 !important;
}

.table-references-cadastrales input {
  background-color: rgb(235, 235, 235);
}

.table-details-factures th,
.table-details-factures td {
  border: unset;
  border-bottom: 1px solid #dee2e6 !important;
  padding: 18px 12px;
}

.table-details-factures tr:last-child td {
  border-bottom: unset !important;
}

.table-details-factures tr td:first-child,
.table-details-factures tr td:last-child {
  border-bottom: unset !important;
}



.table .tfoot-dark td {
  color: #fff;
  background-color: #303030;
  border-color: #434343;
  padding: 12px;
}

.btn-delete {
  padding: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.btn-delete:hover,
.btn-delete:focus {
  outline: 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-details {
  transition: 0.3s;
}

/* CHECKBOXE */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-bottom: 12.2px;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 17px;
}

.form-check-input[type="checkbox"]+label,
label.btn input[type="checkbox"]+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input[type="checkbox"]+label:before,
.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]+label:before,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #eeeeee;
  border-radius: 1px;
  margin-top: 4px;
  transition: 0.2s;
}

/* Checkbox spécifique pour la liste des demandes administrateurs */
.table-references-cadastrales .form-check-input[type="checkbox"]+label:before {
  margin-right: auto;
  margin-left: auto;
  top: 3px;
  right: 0;
}

.table-references-cadastrales .form-check-input[type="checkbox"]:checked+label:before {
  top: 0px;
  left: -10px;
}

.form-check-input[type="checkbox"]:checked+label:before,
label.btn input[type="checkbox"]:checked+label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4ddbff;
  border-bottom: 2px solid #4ddbff;
  border-right: 2px solid #00bc8c;
  border-bottom: 2px solid #00bc8c;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
  border: 0;
  transform: scale(0);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/*___________________ */
/*__ Success Modal __*/
/*___________________ */
.success-modal,
.erreur-modal {
  max-width: 480px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/**
* Loading Screen 
*/
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1100;
}

.loader-inside {
  position: absolute;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
  Set the color of the icon
*/
.loader-inside svg path,
.loader-inside svg rect {
  fill: #ff6700;
  fill: #4a84c2;
}

.loader-inside p {
  color: #fff;
}

/****************************************
* SYSTEME AJOUT DOCUMENT/UPLOAD DOCUMENT
*****************************************/
.bg-color-A {
  background-color: #add8e6;
  /* Light Blue */
}

.bg-color-B {
  background-color: #87cefa;
  /* Light Sky Blue */
}

.bg-color-C {
  background-color: #87ceeb;
  /* Sky Blue */
}

.bg-color-D {
  background-color: #b0e0e6;
  /* Powder Blue */
}

.bg-color-E {
  background-color: #afeeee;
  /* Pale Turquoise */
}

.bg-color-F {
  background-color: #e0ffff;
  /* Light Cyan */
}

.bg-color-G {
  background-color: #f0fff0;
  /* Honeydew */
}

.bg-color-H {
  background-color: #f5f5dc;
  /* Beige */
}

.bg-color-I {
  background-color: #fffacd;
  /* Lemon Chiffon */
}

.bg-color-J {
  background-color: #fafad2;
  /* Light Goldenrod Yellow */
}

.bg-color-K {
  background-color: #ffffe0;
  /* Light Yellow */
}

.bg-color-L {
  background-color: #fff0f5;
  /* Lavender Blush */
}

.bg-color-M {
  background-color: #ffe4e1;
  /* Misty Rose */
}

.bg-color-N {
  background-color: #ffe4b5;
  /* Moccasin */
}

.bg-color-S {
  background-color: #ffd700;
  /* Gold */
}

.bg-color-T {
  background-color: #ffdab9;
  /* Peach Puff */
}

.bg-color-U {
  background-color: #ffdead;
  /* Navajo White */
}

.bg-color-V {
  background-color: #ffebcd;
  /* Blanched Almond */
}

.bg-color-W {
  background-color: #ffe4c4;
  /* Bisque */
}

.bg-color-X {
  background-color: #ffe4e1;
  /* Misty Rose */
}

.bg-color-Y {
  background-color: #ffcccb;
  /* Light Coral */
}

.bg-color-Z {
  background-color: #ffb6c1;
  /* Light Pink */
}

#box_apercu {
  position: fixed;
  left: 0;
  right: 0;
  height: 550px;
  width: 40%;
  top: 50%;
  transform: translateY(-45%);
  outline: 0;
  opacity: 0;
  z-index: -1;
}

#box_apercu .box-content {
  margin-left: 10px;
  border-radius: 0.5rem;
  pointer-events: auto;
  background-color: #303030;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: .3rem;
}

#box_apercu.show-apercu {
  z-index: 1020;
  opacity: 1;
  transition: opacity 1s ease-out;
}

#box_apercu .box-apercu-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #444;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  padding: 1rem 1rem;
  display: none;
}

#box_apercu .box-apercu-header h5 {
  margin: 0;
}

#box_apercu .box-content,
#box_apercu .box-apercu-body,
#box_apercu .box-apercu-body iframe {
  width: 100%;
  height: 100%;
}

.btn-renouvelle-fic {
  cursor: pointer;
  text-decoration: underline;
}

.btn-tri-fic {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.upload-files header {
  padding: 25px 0px;
}

.upload-files header p {
  margin: 0 auto;
  font-size: 15px;
}

.upload-files header p.sous-titre {
  font-size: 13px;
  color: #b1bddf;
  font-weight: 600;
}

.upload-files .drop-section {
  min-height: 250px;
  border: 1px dashed #A8B3E3;
  /* background-image: linear-gradient(180deg, white, #F1F6FF); */
  background-color: #353d4b;
  margin: 5px 0;
  border-radius: 12px;
  position: relative;
}

.upload-files .drop-section div.col:first-child {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  transform: scale(1);
  width: 250px;
  margin: auto;
}

.upload-files .drop-section div.col:last-child {
  font-size: 40px;
  font-weight: 700;
  color: #c0cae1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 200px;
  height: 55px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition-duration: 0.2s;
}

/* we will use "drag-over-effect" class in js */
.upload-files .drag-over-effect div.col:first-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.1);
}

.upload-files .drop-section.drag-over-effect:hover {
  animation: tilt-shaking 0.25s infinite;
}

.upload-files .drag-over-effect div.col:last-child {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.upload-files .drop-section .cloud-icon {
  margin-top: 25px;
  margin-bottom: 20px;
}

.upload-files .drop-section span,
.upload-files .drop-section button {
  display: block;
  margin: auto;
  color: #b3c2e7;
  margin-bottom: 10px;
}

.upload-files .drop-section button {
  color: white;
  background-color: #5874C6;
  border: none;
  outline: none;
  padding: 7px 20px;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.upload-files .drop-section input {
  display: none;
}

.upload-files .list-section {
  text-align: left;
  margin: 0px;
  padding-bottom: 20px;
}

.upload-files .list-section .list-title {
  font-size: 14px;
  color: #edf0f9;
}

.upload-files .list-section li {
  display: flex;
  margin: 5px 0px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 8px;
  transition-duration: 0.2s;
}

.upload-files .list-section li:hover {
  /* box-shadow: #E3EAF9 0px 0px 4px 0px, #E3EAF9 0px 12px 16px 0px; */
}

.upload-files .list-section li .col {
  flex: .1;
  padding: 5px;
  text-align: center;
}

.upload-files .list-section li .col:nth-child(1) {
  flex: .05;
  text-align: center;
}

.upload-files .list-section li .col:nth-child(2) {
  flex: .85;
  text-align: left;
  font-size: 0.9rem;
  padding: 8px 10px;
}

.upload-files .list-section li .col:nth-child(2) div.name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 285px;
  display: inline-block;
  font-size: 14px;
}

.upload-files .list-section li .col:nth-child(2) div.progress-perso {
  font-size: 14px;
}

.upload-files .list-section li .col .file-name span {
  color: #707EA0;
  float: right;
}

.upload-files .list-section li .file-progress {
  width: 100%;
  height: 5px;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #dee6fd;
}

.upload-files .list-section li .file-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 8px;
  /* background-image: linear-gradient(120deg, #6b99fd, #9385ff); */
  background-color: rgb(229, 238, 255);
  transition-duration: 0.4s;
}

.upload-files .list-section li .col .file-size,
.upload-files .list-section li .col .file-etude {
  font-size: 0.75rem;
  margin-top: 3px;
  color: #adbbd9;
  /* color: #707EA0; */
  padding-bottom: 6px;
  border-bottom: solid 1px;
  font-weight: bold;
}

.upload-files .list-section li .col .etude-non-autorise {
  /* display: none; */
  font-size: 0.75rem;
  margin-top: 3px;
  padding-bottom: 6px;
  border-bottom: solid 1px #adbbd9;
  color: indianred;
  cursor: pointer;
  transition: all .2s;
}

.upload-files .list-section li .col .select-client {
  /* display: none; */
  font-size: 0.80rem;
  margin-top: 3px;
  padding-bottom: 6px;
  border-bottom: solid 1px #adbbd9;
  color: #eba336;
  cursor: pointer;
  transition: all .2s;
}

.upload-files .list-section li .col .select-client:hover {
  opacity: 0.9;
}

.upload-files .list-section li .col .select-client i {
  color: #eba336 !important;
}

.upload-files .list-section li .col .file-observation {
  font-weight: 400;
  font-size: 13px;
  color: #eee;
  padding-top: 5px;
}

.upload-files .list-section li .col img.cross,
.upload-files .list-section li .col svg.tick {
  fill: #8694d2;
  background-color: #C1D5FF;
  position: relative;
  left: 30%;
  border-radius: 50%;
}

.upload-files .list-section li .col a.btn-cart-remove-document {
  position: relative;
  left: 30%;
}

.upload-files .list-section li .col svg.tick {
  fill: #50a156;
  color: #50a156;
  background-color: transparent;
}

.upload-files .list-section li.complete span,
.upload-files .list-section li.complete .file-progress,
.upload-files .list-section li.complete img.cross {
  display: none;
}

.upload-files .list-section li.in-prog .file-size,
.upload-files .list-section li.in-prog svg.tick {
  /* display: none; */
}

/************************
* SYSTEME AJOUT FACTURE
*************************/
.btn-add-document,
.btn-remove-document,
.btn-regle-document {
  position: relative;
  font-size: 10px;
  padding: 8px 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-add-document:hover,
.btn-add-document:focus,
.btn-remove-document:hover,
.btn-remove-document:focus,
.btn-regle-document:hover,
.btn-regle-document:focus {
  text-decoration: none;
  outline: none;
  box-shadow: unset;
}

.btn-add-document .count {
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-flex;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  background-color: #00bc8c;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  border-radius: 400px;
  transition: all ease 1s;
  z-index: 1;
}

.btn-remove-document {
  background-color: #d34343 !important;
  border-color: #d34343 !important;
}

.btn-effacer-tout,
.btn-effacer-tout i {
  color: indianred !important;
  transition: all ease .2s;
  cursor: pointer;
}

.btn-effacer-tout:hover,
.btn-effacer-tout:focus {
  opacity: 0.95;
  text-decoration: none;
  outline: none;
}

.btn-cart-remove-document {
  cursor: pointer;
}

.cart {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: auto;
  border-radius: 8px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  font-size: 20px;
  background-color: #00bc8c;
  background-color: #212121;
  color: #efefef;
  cursor: pointer;
}

.cart .count {
  position: absolute;
  height: 28px;
  width: 28px;
  background-color: #fb4138;
  background-color: #00bc8c;
  border-radius: 500px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 3px;
  right: 3px;
  cursor: pointer;
  color: #fff;
  opacity: 1;
  transition: 0.2s all;
  font-weight: bold;
  transform: translate(50%, -50%);
  z-index: 1;
}

.effacer-tout {
  font-family: 'Nunito';
  font-weight: bold;
  font-size: 13px;
  border-bottom: solid 1px #555;
  padding-bottom: 9px;
}

.total-a-regler {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

/******
*** CUSTOM BADGE
*******/

.badge-custom {
  position: relative;
  padding: 2px 4px;
  width: 48px;
  height: 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 9px;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
}

.badge-nouveau {
  width: 75px;
  background-color: rgb(74, 132, 194);
  color: white;
  font-size: 9px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.pink {
  background: linear-gradient(to bottom right, #f48fb1 0%, #d81b60 100%);
  color: #dc306f;
}

.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.teal {
  background: linear-gradient(to bottom right, #4db6ac 0%, #00796b 100%);
  color: #34a297;
}

.blue {
  background: linear-gradient(to bottom right, #4fc3f7 0%, #2196f3 100%);
  color: #259af3;
}

.blue-dark {
  background: linear-gradient(to bottom right, #1976d2 0%, #283593 100%);
  color: #1c68c5;
}

.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.green-dark {
  background: linear-gradient(to bottom right, #4caf50 0%, #1b5e20 100%);
  color: #00944a;
}

.silver {
  background: linear-gradient(to bottom right, #e0e0e0 0%, #bdbdbd 100%);
  color: #9e9e9e;
}

.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/**************
*** TOOLTIP **
************** /
/* Tooltip container */
.custom-tooltip {
  position: relative;
  display: inline-block;
  overflow: visible !important;
}

/* Tooltip text */
.custom-tooltip .tooltiptext {
  visibility: hidden;

  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  /* left: 50%;
  width: 180px;
  margin-left: -90px; */
  left: 0%;
  margin-left: 10px;
  width: auto;
}

/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}