/* LESS Document */
/*************************/
/* Imports */
/*************************/
@import "/css/google-fonts.css";
@import "/css/all.min.css";
@import "/css/bootstrap.min.css";
/*************************/
/* LISTE DES VARIABLES STANDARDS */
/*************************/
/*@btn-inset: inset 0 3px 5px rgba(255, 255, 255, 0.5);
@btn-inset-shadow: @btn-inset, 0 5px 10px rgba(0, 0, 0, 0.5);*/
/*************************/
/* CLASSES GÉNÉRALES */
/*************************/
.text-color {
  color: #212529 !important;
}
.text-first-letter-capitalize::first-letter {
  text-transform: uppercase;
}
label[for]::first-letter {
  text-transform: uppercase;
}
.fs-7 {
  font-size: 0.875rem !important;
}
.fs-8 {
  font-size: 0.75rem !important;
}
.bg-color {
  background-color: #191919;
}
.bg-content-color {
  background-color: #F5F5F5;
}
.bg-notfound {
  background-color: #b1bec6;
}
.bg-image-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-color {
  background-color: #F5F5F5;
  color: #212529;
}
.bg-dark-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-dark-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-dark-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-gray1 {
  background-color: #191919;
}
.bg-gray2 {
  background-color: #3D3D3D;
}
.bg-red1 {
  background-color: #c52e23;
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.aspect-ration-1-1 {
  aspect-ratio: 1;
}
.aspect-ration-4-3 {
  aspect-ratio: 1.33333333;
}
.aspect-ration-3-4 {
  aspect-ratio: 0.75;
}
.aspect-ration-16-9 {
  aspect-ratio: 1.77777778;
}
.aspect-ration-21-9 {
  aspect-ratio: 2.33333333;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-1rem,
.rounded-1rem {
  border-radius: 1rem;
}
.btn-primary {
  border: 0px;
  border-radius: 1rem;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  background-color: #007BFF;
}
.btn-primary:hover {
  background: #0069D9;
}
.btn-primary:disabled {
  background: #58AAFF;
}
.btn-secondary {
  border: 0px;
  border-radius: 1rem;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #6C757D;
}
.btn-secondary:hover {
  background: #5A6268;
}
.btn-secondary:disabled {
  background: #B0B6BA;
}
.btn-success {
  border: 0px;
  border-radius: 1rem;
}
.btn-success,
.btn-success:active,
.btn-success:focus {
  background-color: #28A745;
}
.btn-success:hover {
  background: #12692D;
}
.btn-success:disabled {
  background: #74C686;
}
.btn-warning {
  border: 0px;
  border-radius: 1rem;
}
.btn-warning,
.btn-warning:active,
.btn-warning:focus {
  background-color: #FFC107;
}
.btn-warning:hover {
  background: #E0A800;
}
.btn-warning:disabled {
  background: #FFD75E;
}
.btn-danger {
  border: 0px;
  border-radius: 1rem;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus {
  background-color: #DC3545;
}
.btn-danger:hover {
  background: #C82333;
}
.btn-danger:disabled {
  background: #E97B86;
}
.btn-xs {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.form-control {
  background-color: #dbdbdb;
  border: solid #dbdbdb 1px;
}
.form-control.readonly {
  pointer-events: none;
  color: #666 !important;
}
.form-control-dark {
  color: #fff;
  background-color: #3D3D3D;
  /*solid rgba(255,255,255,0.2) 1px;*/
  border: #3D3D3D;
  /*solid rgba(255,255,255,0.2) 1px;*/
}
.form-control-dark::-webkit-input-placeholder,
.form-control-dark::-webkit-input-placeholder,
.form-control-dark::-webkit-input-placeholder {
  color: #999999 !important;
}
.form-control-dark::-moz-placeholder,
.form-control-dark::-moz-placeholder,
.form-control-dark::-moz-placeholder {
  color: #999999 !important;
}
.form-control-dark:-ms-input-placeholder,
.form-control-dark:-ms-input-placeholder,
.form-control-dark:-ms-input-placeholder {
  color: #999999 !important;
}
.form-control-dark:-moz-placeholder,
.form-control-dark:-moz-placeholder,
.form-control-dark:-moz-placeholder {
  color: #999999 !important;
}
.items-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.items-list .item {
  border-radius: 1rem;
  overflow: hidden;
}
.items-list .item .bt-full {
  border-top: 0px;
  border-bottom: 0px;
  cursor: pointer;
  text-decoration: none;
  -ms-flex-line-pack: center;
      align-content: center;
}
.items-list .item .bt-msg {
  position: relative;
  border-right: 0px !important;
}
.items-list .item .bt-msg .icon {
  font-size: 1.5rem;
}
.items-list .item .bt-msg .number {
  border-radius: 50rem;
  padding: 0.1rem 0.2rem;
  background-color: #c52e23;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: -3px;
  margin-right: -6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 28px;
}
.items-list .item .bt-msg .dot {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: -3px;
  margin-right: -6px;
  font-size: 0.75rem;
}
.items-list .item .bt-modif {
  border-right: 0px !important;
}
.items-list .item .bt-modif .icon {
  font-size: 1.5rem;
}
.items-list .item .bt-bid {
  border-left: 0px;
  text-align: center;
}
.items-list .item + .item {
  margin-top: 1rem;
}
.items-list .item {
  color: #212529;
  background-color: #F5F5F5;
}
.items-list .item .bt-full {
  border-left: solid rgba(0, 0, 0, 0.2) 1px;
  border-right: solid rgba(0, 0, 0, 0.2) 1px;
}
.items-list .item .bt-full:not(.btn) {
  background-color: transparent;
  color: #212529;
}
.items-list .item .bt-full:not(.btn):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.items-list button.item:hover {
  background-color: #dcdcdc;
}
.notice-box {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  border-width: 1px !important;
  border-style: solid;
}
.notice-box .icon {
  font-size: 1.5rem;
  line-height: 1rem;
}
.notice-box.notice-info {
  background-color: #cff4fc;
  border-color: #9eeaf9;
  color: #055160;
}
.notice-box.notice-danger {
  background-color: #f8d7da;
  border-color: #f1aeb5;
  color: #58151c;
}
.notice-box.notice-warning {
  background-color: #fff3cd;
  border-color: #ffe69c;
  color: #664d03;
}
.file-upload {
  width: 120px;
  height: 120px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.file-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.file-upload .icon {
  font-size: 32px;
  color: #ccc;
  pointer-events: none;
}
.file-upload:hover {
  border-color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.05);
}
.file-upload:hover .icon {
  color: #0d6efd;
}
textarea,
input,
.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  /*retirer resize*/
  resize: none;
  /*retirer fleches, semble ne pas marcher*/
}
textarea::-webkit-scrollbar,
input::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}
textarea::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}
textarea::-webkit-scrollbar-thumb:hover,
input::-webkit-scrollbar-thumb:hover,
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
textarea[class$="-dark"],
input[class$="-dark"],
.custom-scroll[class$="-dark"],
textarea.custom-scroll-dark,
input.custom-scroll-dark,
.custom-scroll.custom-scroll-dark {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
textarea[class$="-dark"]::-webkit-scrollbar-thumb,
input[class$="-dark"]::-webkit-scrollbar-thumb,
.custom-scroll[class$="-dark"]::-webkit-scrollbar-thumb,
textarea.custom-scroll-dark::-webkit-scrollbar-thumb,
input.custom-scroll-dark::-webkit-scrollbar-thumb,
.custom-scroll.custom-scroll-dark::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
}
textarea[class$="-dark"]::-webkit-scrollbar-thumb:hover,
input[class$="-dark"]::-webkit-scrollbar-thumb:hover,
.custom-scroll[class$="-dark"]::-webkit-scrollbar-thumb:hover,
textarea.custom-scroll-dark::-webkit-scrollbar-thumb:hover,
input.custom-scroll-dark::-webkit-scrollbar-thumb:hover,
.custom-scroll.custom-scroll-dark::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.45);
}
textarea::-webkit-scrollbar-button,
input::-webkit-scrollbar-button,
.custom-scroll::-webkit-scrollbar-button,
textarea::-webkit-scrollbar-button:single-button,
input::-webkit-scrollbar-button:single-button,
.custom-scroll::-webkit-scrollbar-button:single-button {
  display: none;
  width: 0;
  height: 0;
}
.section-title {
  display: block;
  background-color: rgba(25, 25, 25, 0.8);
  color: #fff;
  text-decoration: none;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  min-height: 50px;
  border: 0px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  border-radius: 50rem;
}
.section-title .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .section-title-btn {
  font-size: 1.5rem;
  line-height: 1;
}
.section-title .section-title-text {
  font-size: 1.125rem;
  font-weight: bold;
}
button.section-title:hover,
a.section-title:hover {
  background-color: rgba(12, 12, 12, 0.8);
}
.modal .modal-header {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px;
}
.modal .modal-content {
  overflow: hidden;
  max-height: calc(100vh - var(--bs-modal-margin) * 2);
}
.modal .modal-body {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.modal .modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}
.modal .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.modal .modal-title {
  font-weight: bold;
  font-size: 2rem;
}
.modal .modal-footer.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  text-align: center;
  font-weight: bold;
}
.modal div.modal-footer {
  padding: 0px;
}
.modal div.modal-footer .btn {
  margin: 0px;
  border-radius: 0px;
  padding: 0.75rem;
  font-weight: bold;
}
.modal div.modal-footer.same-width .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.modal-backdrop {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  /* delay hiding */
}
.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0s;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
  /* no delay when showing */
}
/*loading spinner*/
.loading-spinner {
  width: 64px;
  height: 64px;
  position: relative;
}
.loading-spinner::before,
.loading-spinner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 3.5px solid transparent;
}
.loading-spinner::before {
  inset: 0;
  border-top-color: #c52e23;
  border-bottom-color: #c52e23;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loading-spinner::after {
  inset: 9px;
  border-left-color: #fff;
  border-right-color: #fff;
  animation: spin 0.7s linear infinite reverse;
}
/*btn version*/
.loading-spinner-btn {
  width: 20px;
  height: 20px;
  position: relative;
}
.loading-spinner-btn::before,
.loading-spinner-btn::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
}
.loading-spinner-btn::before {
  inset: 0;
  border-top-color: #c52e23;
  border-bottom-color: #c52e23;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loading-spinner-btn::after {
  inset: 4px;
  border-left-color: #fff;
  border-right-color: #fff;
  animation: spin 0.7s linear infinite reverse;
}
.loading-spinner-btn-lg {
  width: 24px;
  height: 24px;
  position: relative;
}
.loading-spinner-btn-lg::before,
.loading-spinner-btn-lg::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
}
.loading-spinner-btn-lg::before {
  inset: 0;
  border-top-color: #c52e23;
  border-bottom-color: #c52e23;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loading-spinner-btn-lg::after {
  inset: 4px;
  border-left-color: #fff;
  border-right-color: #fff;
  animation: spin 0.7s linear infinite reverse;
}
.loading-spinner-btn-sm {
  width: 16px;
  height: 16px;
  position: relative;
}
.loading-spinner-btn-sm::before,
.loading-spinner-btn-sm::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
}
.loading-spinner-btn-sm::before {
  inset: 0;
  border-top-color: #c52e23;
  border-bottom-color: #c52e23;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loading-spinner-btn-sm::after {
  inset: 4px;
  border-left-color: #fff;
  border-right-color: #fff;
  animation: spin 0.7s linear infinite reverse;
}
/*alternative color*/
.spinner-red-gray::before {
  border-top-color: #c52e23 !important;
  border-bottom-color: #c52e23 !important;
}
.spinner-red-gray::after {
  border-left-color: #191919 !important;
  border-right-color: #191919 !important;
}
.spinner-white-white::before {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.spinner-white-white::after {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}
.spinner-text-color::before {
  border-top-color: #212529 !important;
  border-bottom-color: #212529 !important;
}
.spinner-text-color::after {
  border-left-color: #212529 !important;
  border-right-color: #212529 !important;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.forfait-bloc {
  border: solid #191919 2px;
  border-radius: 10px;
  background-color: #F5F5F5;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* aligns text to top */
  width: 100%;
  overflow: hidden;
}
.forfait-bloc > div {
  width: 100%;
}
.forfait-bloc .title {
  background-color: #3D3D3D;
  padding: 0.75rem 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.forfait-bloc .price {
  background-color: #fff;
  padding: 0.75rem 1rem;
  font-weight: bold;
  font-size: 1.75rem;
  height: 64px;
}
.forfait-bloc .price table {
  padding: 0px;
  margin: auto;
}
.forfait-bloc .price table td {
  padding: 0px;
  margin: 0px;
}
.forfait-bloc .price .dollar {
  font-size: 2.5rem;
  line-height: 1;
  text-align: right;
  vertical-align: middle;
  color: #212529;
}
.forfait-bloc .price .cent {
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  vertical-align: bottom;
  color: #212529;
}
.forfait-bloc .price .timeframe {
  font-size: 0.75rem;
  line-height: 1;
  text-align: left;
  vertical-align: top;
  color: #666;
}
.forfait-bloc .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
}
.forfait-bloc .bt {
  padding: 1rem 1rem;
}
.forfait-bloc .bt .fake-bt {
  border-radius: 50rem;
  background-color: #3D3D3D;
  border: solid #3D3D3D 2px;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
}
.forfait-bloc:hover .bt .fake-bt {
  background-color: transparent !important;
  border: solid #c52e23 2px;
  color: #c52e23 !important;
}
.forfait-bloc.selected {
  border: solid #c52e23 2px;
}
.forfait-bloc.selected .title {
  background-color: #c52e23;
}
.forfait-bloc.selected .bt .fake-bt {
  background-color: #c52e23 !important;
  border: solid #c52e23 2px !important;
  color: #fff !important;
}
.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
}
.carousel .carousel-inner .carousel-item .carousel-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 100% !important;
}
.carousel .carousel-inner .carousel-item .carousel-img img {
  margin: auto;
  max-width: 100%;
}
.btOverMapTop {
  position: relative;
}
.btOverMapTop .bts {
  z-index: 500;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  pointer-events: none;
}
.btOverMapTop .bts a,
.btOverMapTop .bts button {
  pointer-events: all;
}
.btOverMap {
  position: relative;
}
.btOverMap .bts {
  z-index: 500;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  pointer-events: none;
}
.btOverMap .bts a,
.btOverMap .bts button {
  pointer-events: all;
}
.messengerbox .userbox,
.messengerbox .otherbox {
  margin-top: 0.5rem;
}
.messengerbox .userbox .msg,
.messengerbox .otherbox .msg {
  font-size: 0.875rem;
  max-width: 90%;
  display: inline-block;
  border-radius: 1rem;
  padding: 0.5rem;
  text-align: left;
}
.messengerbox .userbox {
  text-align: right;
}
.messengerbox .timesend {
  font-size: 0.75rem;
  font-weight: 600;
}
.messengerbox .timesend.user {
  text-align: right;
  margin-right: 1rem;
}
.messengerbox .timesend.other {
  text-align: left;
  margin-left: 1rem;
}
.messengerbox .datesend {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.star-rating .star {
  color: #f7b632;
  font-size: 1.5rem;
}
.star-rating .star .filled {
  display: none;
}
.star-rating .star .empty {
  display: inline-block;
}
.star-rating.star-rating-1 .star:nth-child(-n+1) .filled,
.star-rating.star-rating-2 .star:nth-child(-n+2) .filled,
.star-rating.star-rating-3 .star:nth-child(-n+3) .filled,
.star-rating.star-rating-4 .star:nth-child(-n+4) .filled,
.star-rating.star-rating-5 .star:nth-child(-n+5) .filled {
  display: inline-block !important;
}
.star-rating.star-rating-1 .star:nth-child(-n+1) .empty,
.star-rating.star-rating-2 .star:nth-child(-n+2) .empty,
.star-rating.star-rating-3 .star:nth-child(-n+3) .empty,
.star-rating.star-rating-4 .star:nth-child(-n+4) .empty,
.star-rating.star-rating-5 .star:nth-child(-n+5) .empty {
  display: none !important;
}
.star-rating.edit-rating:hover .star .filled {
  display: inline-block !important;
}
.star-rating.edit-rating:hover .star .empty {
  display: none !important;
}
.star-rating.edit-rating button {
  color: #f7b632;
  border: 0px !important;
  background-color: transparent !important;
}
.star-rating.edit-rating .star:hover .filled {
  display: inline-block !important;
}
.star-rating.edit-rating .star:hover .empty {
  display: none !important;
}
.star-rating.edit-rating .star:hover ~ .star .filled {
  display: none !important;
}
.star-rating.edit-rating .star:hover ~ .star .empty {
  display: inline-block !important;
}
.pourcent-text-color-red-yellow-green {
  color: hsl(calc(var(--pct) * 1.2), 100%, 35%);
}
.nav-tab-scraper .nav-item .nav-link {
  color: #fff;
}
.nav-tab-scraper .nav-item .nav-link.active {
  background: #F5F5F5 !important;
  color: #212529 !important;
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: 2;
  position: relative;
}
.map-block .map-pin {
  color: #c52e23;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.map-block .map-bulle .leaflet-popup-content-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0;
  font-size: 0.85rem;
}
.map-block .map-bulle .leaflet-popup-content {
  margin: 8px 12px;
}
.map-block .map-bulle .leaflet-popup-tip {
  background: #fff;
}
.msg-toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%) translateY(100px) scale(0.9);
          transform: translateX(-50%) translateY(100px) scale(0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: rgba(30, 30, 30, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: 9999;
}
div.msg-toast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
div.msg-toast .toast-close {
  background: none;
  border: none;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
div.msg-toast .toast-close:hover {
  opacity: 1;
}
.msg-toast i {
  color: #28a745;
  font-size: 1.1rem;
}
.msg-toast.show {
  -webkit-animation: toastIn 0.45s cubic-bezier(0.22, 1.2, 0.36, 1) forwards;
          animation: toastIn 0.45s cubic-bezier(0.22, 1.2, 0.36, 1) forwards;
}
.msg-toast.hide {
  -webkit-animation: toastOut 0.3s ease forwards;
          animation: toastOut 0.3s ease forwards;
}
@-webkit-keyframes toastIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100px) scale(0.9);
            transform: translateX(-50%) translateY(100px) scale(0.9);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-5px) scale(1.02);
            transform: translateX(-50%) translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
            transform: translateX(-50%) translateY(0) scale(1);
  }
}
@keyframes toastIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100px) scale(0.9);
            transform: translateX(-50%) translateY(100px) scale(0.9);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-5px) scale(1.02);
            transform: translateX(-50%) translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
            transform: translateX(-50%) translateY(0) scale(1);
  }
}
@-webkit-keyframes toastOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
            transform: translateX(-50%) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(30px) scale(0.95);
            transform: translateX(-50%) translateY(30px) scale(0.95);
  }
}
@keyframes toastOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
            transform: translateX(-50%) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(30px) scale(0.95);
            transform: translateX(-50%) translateY(30px) scale(0.95);
  }
}
/*************************/
/* CLASSES MASTER */
/*************************/
body,
html {
  background-color: #191919;
  font-family: 'Open Sans';
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
  /* Hide scrollbar for IE/old Edge */
  -ms-overflow-style: none;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .no-scrollbar-mobile {
    -webkit-overflow-scrolling: touch !important;
    /* Hide scrollbar for Firefox */
    scrollbar-width: none !important;
    /* Hide scrollbar for IE/old Edge */
    -ms-overflow-style: none !important;
  }
  .no-scrollbar-mobile::-webkit-scrollbar {
    display: none !important;
  }
}
.app {
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  .app {
    padding: 30px 0px;
  }
}
.app.member {
  margin-top: 56px;
  height: calc(100vh - 56px);
}
.app.public main {
  padding-bottom: 30px;
}
main {
  /*///////
        BG carbon fiber
        https://projects.verou.me/css3patterns/
    */
  background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: #282828;
  background-size: 16px 16px;
  /*/////*/
  -webkit-box-shadow: 0 0 50px #000;
          box-shadow: 0 0 50px #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: auto;
  /* patch Iphone X*/
  padding-top: constant(safe-area-inset-top);
  /* iOS 11.0 */
  padding-top: env(safe-area-inset-top);
  /* iOS 11.2 */
  /* /patch Iphone X*/
}
@media (min-width: 769px) {
  main {
    border-radius: 1rem;
  }
}
main > * {
  width: 100%;
}
@media (max-width: 768px) {
  .app,
  main {
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for IE/old Edge */
    -ms-overflow-style: none;
  }
  .app::-webkit-scrollbar,
  main::-webkit-scrollbar {
    display: none;
  }
}
/*.navbar + .menu-backdrop + main {
    margin-top: @navbar-height;
    height: calc(100vh - @navbar-height);
}*/
.mt-navbar {
  margin-top: 56px;
}
.pt-navbar {
  padding-top: 56px;
}
.navbar {
  padding: 0px;
  z-index: 1050;
}
@media (min-width: 769px) {
  .navbar {
    margin-top: 15px;
  }
}
.navbar .container-md {
  padding: 0px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 769px) {
  .navbar .container-md {
    border-radius: 1rem;
    overflow-x: hidden;
  }
}
.navbar.navbar-dark {
  color: #fff;
}
.navbar .navbar-toggler {
  background-color: #3D3D3D;
  text-align: left;
  height: 56px;
  border-left: solid #636363 1px;
  border-right: solid #171717 1px;
  border-top: solid #575757 1px;
  border-bottom: solid #242424 1px;
  padding: 0px;
  color: #fff !important;
  border-radius: 0px;
}
@media (min-width: 769px) {
  .navbar .navbar-toggler:first-child {
    border-left: 0px !important;
  }
}
.navbar .navbar-toggler:hover {
  background-color: #242424;
}
.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler[aria-expanded="true"] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar a.navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .navbar-notice {
  position: relative;
}
.navbar .navbar-notice .notice-number {
  border-radius: 50rem;
  padding: 0.1rem 0.2rem;
  background-color: #c52e23;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: -6px;
  margin-right: -6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 28px;
}
.navbar .navbar-bars {
  font-size: 2rem;
}
.navbar .navbar-title {
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  /*background: linear-gradient( to bottom, #f0f0f0 0%, #c0c0c0 20%, #e8e8e8 35%, #7a7a7a 50%, #d0d0d0 65%, #a0a0a0 80%, #f0f0f0 100% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;*/
  color: #fff;
}
.navbar .navbar-user {
  font-size: 2rem;
}
.navbar .navbar-collapse .btn-menu {
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
}
.navbar .navbar-collapse .btn-menu:hover {
  color: #fff;
}
.navbar .navbar-collapse .btn-menu .icon {
  width: 30px;
  text-align: center;
}
.navbar .navbar-collapse .btn-menu.active {
  background-color: #fff;
  color: #191919;
  pointer-events: none;
}
.navbar .navbar-collapse .menu-link.active .btn-menu {
  background-color: #fff;
  color: #191919;
  pointer-events: none;
}
.navbar .navbar-collapse .menu-link.active + .menu-section {
  display: block;
}
.navbar .navbar-collapse .menu-section {
  display: none;
  padding: 0.5rem;
  margin-left: 12px;
}
.navbar .navbar-collapse .menu-section .navbar-nav {
  border-left: solid rgba(255, 255, 255, 0.1) 2px;
}
.navbar .navbar-collapse .menu-section .navbar-nav .nav-item .nav-link {
  text-align: left;
  width: 100%;
  padding: 0.5rem;
}
.navbar #navbar-menu {
  width: 300px;
  /* Half the viewport width */
  position: fixed;
  top: 0;
  left: 0;
  /* or left: 0 for left side */
  height: 100vh;
  background-color: #191919;
  z-index: 1045;
  overflow-y: auto;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  /* hidden off-screen */
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.navbar #navbar-menu.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* slide in when open */
}
.navbar #navbar-profil {
  width: 300px;
  /* Half the viewport width */
  position: fixed;
  top: 0;
  right: 0;
  /* or left: 0 for left side */
  height: 100vh;
  background-color: #191919;
  z-index: 1045;
  overflow-y: auto;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  /* hidden off-screen */
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.navbar #navbar-profil.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* slide in when open */
}
.navbar .menu-profil-bloc {
  background: rgba(0, 0, 0, 0.5);
}
.navbar .menu-profil-bloc .img-profil {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.navbar .menu-profil-bloc .fa-circle-user {
  font-size: 70px;
}
.menu-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  inset: 0;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  /* delay hiding */
  z-index: 1040;
}
.menu-backdrop.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0s;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
  /* no delay when showing */
}
/*************************/
/* CLASSES PROG */
/*************************/
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
body {
  /*opacity: 1;
    transition: opacity 0.3s ease;*/
}
body.fade-out {
  opacity: 0;
}
body.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}
.leaflet-control-attribution a,
.leaflet-control-attribution span {
  display: none;
}
.validation-summary-valid {
  display: none !important;
}
