:root {
  --blue: #4fa3d3;
  --blue-2: #558ed5;
  --blue-2-light: #c6d9f1;
  --orange: #e46c0a;
  --orange-light: #fcd5b5;
}

html,
body {
  margin: 0;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.bootstrap-select .dropdown-menu .dropdown-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

#logo {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 40px;
  padding: 10px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  width: 80px;
  text-align: center;
  cursor: pointer;
}

/* #profile {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 20px;
  padding: 10px;
  padding-top: 8px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  text-align: center;
  color: #666666;
  cursor: pointer;
} */

#infos {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 20px;
  padding: 4px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  font-size: 1rem;
  text-align: center;
  color: #666666;
  cursor: pointer;
}

.main-nav-btn {
  position: absolute;
  z-index: 10;
  padding: 10px;
  padding-top: 8px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}

.main-nav-btn:hover {
  transform: scale(1.25);
}

#btn-map {
  left: 55px;
  top: 150px;
  color: #f2cc8f;
}

#btn-filtres {
  left: 10px;
  top: 200px;
  color: #3d405b;
}

#btn-search {
  left: 100px;
  top: 200px;
  color: #e07a5f;
}

#btn-downloads {
  left: 55px;
  top: 250px;
  color: #81b29a;
}

#welcome_message h5 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #49ac31;
}

#welcome_message p {
  font-size: 14px;
  margin-bottom: 50px;
}

#welcome_message .welcome-item h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

#welcome_message .welcome-item p {
  font-size: 12px;
}

#welcome_message .welcome-ico {
  z-index: 10;
  padding: 10px;
  padding-top: 8px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0px auto;
}

#welcome_message .welcome-ico i {
  margin-top: 5px;
}

#welcome_message .ico-map {
  color: #f2cc8f;
}

#welcome_message .ico-filtres {
  color: #3d405b;
}

#welcome_message .ico-search {
  color: #e07a5f;
}

#welcome_message .ico-downloads {
  color: #81b29a;
}

.main-nav-btn.inactive {
  opacity: 0.7;
  transform: scale(0.5);
}

.main-nav-btn.inactive:hover {
  transform: scale(0.75);
}

#myd_map {
  /* position: absolute;
  top: 0;
  bottom: 0;*/
  width: 100%;
  height: 100%;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -240px;
  min-width: 480px;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 240px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 240px;
  margin-left: -11px;
}

.ol-popup-closer {
  display: none;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

#popup-header {
  background-color: #54a1e5;
  font-size: 1.45rem;
  font-weight: 700;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px;
  color: #fff;
}

#popup-content {
  padding: 0px 15px;
}

#popup-content .card-body {
  padding: 30px 10px 20px 10px;
}

#popup-content .card-body:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#popup-footer {
  padding: 10px;
}

.draggable-panel {
  position: absolute;
  z-index: 100;
}

.control-panel {
  height: 470px;
  width: 660px;
  transition: width 0.5s;
}

.control-panel-reduced {
  overflow: hidden;
  width: 164px;
  border-radius: 10px;
}

.control-panel-body {
  width: 660px;
  height: 470px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: absolute;
  z-index: 100;
  margin-left: 0;
}

.left-control-panel {
  height: 100%;
  border-right: 1px solid #333;
  padding: 0;
}

.left-control-panel .title-icon-container {
  text-align: center;
  padding: 25px 0;
}

.left-control-panel .title-icon {
  display: inline-block;
  padding: 10px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  cursor: move;
}

.left-control-panel .title-icon i {
  font-size: 1.5rem !important;
}

.left-control-panel h3 {
  color: #fff;
  text-align: center;
  font-size: 1rem !important;
}

.left-control-panel p {
  color: #333333;
  font-size: 0.75rem;
  padding: 0 15px;
}

.left-control-panel .control-panel-buttons,
.control-panel-under .control-panel-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.left-control-panel .control-panel-buttons button {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  text-align: left;
  padding: 5px;
  color: #fff;
  font-size: 0.95rem;
  opacity: 0.75;
  transition: opacity 0.5s;
}

.left-control-panel .control-panel-buttons button:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.left-control-panel .control-panel-buttons button.active {
  opacity: 1;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

.left-control-panel .control-panel-buttons button:hover {
  opacity: 1;
}

.left-control-panel .control-panel-buttons button i {
  font-size: 1rem;
  margin: 7px 0;
  margin-right: 7px;
}

.left-control-panel .control-panel-buttons .buttons-spacer {
  margin-top: 45px;
}

.left-control-panel .control-panel-buttons h3 {
  text-align: left;
  margin-left: 15px;
  font-size: 0.9rem !important;
}

.control-panel.control-panel-reduced .control-panel-buttons {
  display: none;
}

.control-panel .control-panel-buttons-reduced {
  display: none;
}

.control-panel.control-panel-reduced .control-panel-buttons-reduced {
  display: block;
}

.center-control-panel {
  padding: 15px;
  color: #333333;
}

.center-control-panel h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.center-control-panel form legend {
  font-size: 0.9rem;
}

.center-control-panel form .form-group {
  margin-bottom: 0.5rem;
}

.center-control-panel form button.submit {
  border: 0;
  background: none;
  padding: 5px;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.center-control-panel form button.submit i {
  margin-left: 5px;
  font-size: 2rem;
  vertical-align: middle;
}

.center-control-panel form button.delete-btn {
  opacity: 0.25;
  transition: opacity 0.5s;
}

.center-control-panel form button.delete-btn:hover {
  opacity: 1;
}

.control-panel-under {
  width: 200px;
  height: 470px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  margin-left: 630px;
  z-index: 90;
  color: #666666;
  transition: all 0.5s;
}

.control-panel-under.hidden-under {
  margin-left: 420px;
}

.control-panel-under-title {
  padding: 15px;
  padding-left: 40px;
}

.control-panel-under .title-icon {
  font-size: 2.5rem !important;
  margin-top: 20px;
}

.control-panel-under h5 {
  margin-top: 45px;
  font-weight: 500;
  font-size: 0.9rem;
}

.control-panel-under h4 {
  margin-top: 10px;
  font-size: 0.9rem;
}

.control-panel-under p {
  font-size: 0.75rem;
}

.control-panel-under .control-panel-buttons {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  background: #666666;
}

.control-panel-under .control-panel-buttons button {
  flex: 1 0 50%;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 0.75rem;
  opacity: 0.25;
  transition: opacity 0.5s;
}

.control-panel-under .control-panel-buttons button:first-child {
  border-right: 1px solid #ccc;
}

.control-panel-under .control-panel-buttons button:hover {
  opacity: 0.55;
}

#panel-cartes .center-control-panel h2 {
  color: #f2cc8f;
}

#panel-cartes .left-control-panel {
  background-color: #f2cc8f;
}

#panel-cartes .title-icon {
  color: #f2cc8f;
}

#panel-cartes .left-control-panel .control-panel-buttons button.active {
  background-color: #81b29a;
}

#panel-cartes .center-control-panel form legend {
  color: #f2cc8f;
}

#panel-cartes .center-control-panel form .form-control {
  color: #999999;
}

#panel-cartes .center-control-panel form button.submit {
  color: #f2cc8f;
}

#panel-cartes .control-panel-under h4 {
  color: #f2cc8f;
  margin-bottom: 25px;
}

#panel-cartes span.name-container {
  color: #f2cc8f;
}

#panel-filtres .center-control-panel h2 {
  color: #a48ff2;
}

#panel-filtres .left-control-panel {
  background-color: #a48ff2;
}

#panel-filtres .title-icon {
  color: #a48ff2;
}

#panel-filtres .left-control-panel .control-panel-buttons button.active {
  background-color: #81b29a;
}

#panel-filtres .center-control-panel form legend {
  color: #a48ff2;
}

#panel-filtres .center-control-panel form .form-control {
  color: #999999;
}

#panel-filtres .center-control-panel form button.submit {
  color: #a48ff2;
}

#panel-filtres .control-panel-under h4 {
  color: #a48ff2;
  margin-bottom: 25px;
}

#panel-filtres span.name-container {
  color: #a48ff2;
}

#panel-search .center-control-panel h2 {
  color: #f28f8f;
}

#panel-search .left-control-panel {
  background-color: #f28f8f;
}

#panel-search .title-icon {
  color: #f28f8f;
}

#panel-search .left-control-panel .control-panel-buttons button.active {
  background-color: #81b29a;
}

#panel-search .center-control-panel form legend {
  color: #f28f8f;
}

#panel-search .center-control-panel form .form-control {
  color: #999999;
}

#panel-search .center-control-panel form button.submit {
  color: #f28f8f;
}

#panel-search .control-panel-under h4 {
  color: #f28f8f;
  margin-bottom: 25px;
}

ul.map-summary {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.75rem;
  padding-right: 15px;
  padding-left: 40px;
}

ul.map-summary li.resume a.suprreq {
  opacity: 0.5;
}

ul.map-summary li.resume a.suprreq:hover {
  opacity: 1;
}

#panel-cartes .map-list-item {
  color: #c18300;
  background-color: #fff8e9;
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  border: 1px solid #ffcd65;
  border-radius: 4px;
  cursor: pointer;
}

#panel-cartes .map-list-item:hover {
  color: #686868;
  background-color: #f1f1f1;
  border-color: #d5d5d5;
}

#panel-filtres .filter-list-item {
  color: #7400c1;
  background-color: #f6e9ff;
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  border: 1px solid #ba65ff;
  border-radius: 4px;
  cursor: pointer;
}

#panel-filtres .filter-list-item:hover {
  color: #686868;
  background-color: #f1f1f1;
  border-color: #d5d5d5;
}

#panel-search .filter-list-item {
  color: #686868;
  background-color: #f1f1f1;
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 0.25rem;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#panel-search .show-on-map-filter-list-container {
  border: 1px dotted #d5d5d5;
  padding: 0.25rem;
}

#panel-search .filter-list-item .colorpicker-element {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 10px;
}

#sidebar-zones-filters .layer-invisible {
  opacity: 0.5;
}

.colorpicker-input-addon {
  padding: 0;
}

label.required:not(.form-check-label):after {
  content: "\2000*";
  color: red;
}

/* SIDEBARS */
#sidebar-left-sticky,
#sidebar-right-sticky {
  position: absolute;
  z-index: 1;
  top: 10px;
  transition: all 0.3s ease;
  top: 150px;
}

#sidebar-left-sticky {
  left: 0;
  padding-left: 0;
}

#sidebar-right-sticky {
  padding-right: 0;
  right: 0;
}

#sidebar-left-sticky button.sticky {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

#sidebar-right-sticky button.sticky {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

#sidebar-left-sticky button.sticky,
#sidebar-right-sticky button.sticky {
  width: 100px;
  height: 70px;
  border: 0;
  padding: 5px 0px 5px 0px;
  color: #666666;
  font-weight: 400;
}

#sidebar-left-sticky button.sticky.bg-light.active,
#sidebar-right-sticky button.sticky.bg-light.active {
  background-color: var(--theme-primary-400) !important;
  color: var(--theme-light) !important;
}

#sidebar-left-sticky button.sticky:hover,
#sidebar-right-sticky button.sticky:hover {
  background-color: var(--theme-primary-200) !important;
  color: var(--theme-light) !important;
}

#sidebar-left-sticky button.sticky i,
#sidebar-right-sticky button.sticky i {
  font-size: 1.4rem;
}

#sidebar-left-sticky button.sticky div,
#sidebar-right-sticky button.sticky div {
  font-size: 14px;
}

#sidebar-left .nav li a {
  border-radius: 8px 8px 0px 0px;
}

#main-page {
  position: absolute;
  height: 100vh;
  width: calc((100vw - 120px) - 500px);
  transition: all 0.3s ease;
  z-index: 14;
  right: calc((100vw - 150px) * -1);
  top: 66px;
  height: calc(100vh - 66px);
}

#main-page.moved {
  right: 500px;
}

#sidebar-left,
#sidebar-right {
  position: absolute;
  width: 500px;
  transition: all 0.3s ease;
  z-index: 2;
  height: calc(100vh - 50px);
}

#sidebar-left {
  left: -500px;
}

#sidebar-right {
  right: -500px;
}

#sidebar-left.moved {
  left: 0;
}

#sidebar-left-sticky.moved {
  left: 500px;
}

#sidebar-right-sticky.moved {
  right: 500px;
}

#sidebar-right.moved {
  right: 0;
}

#main-nav {
  box-shadow: 0 0 14px 0 rgba(86, 61, 124, .13);
}

i[id^="zone-icon-available"],
i[id^="activite-icon-available"] {
  font-size: 1.1em;
}


@media (max-width: 500px) {
  /* … */

  #sidebar-left,
  #sidebar-right {
    max-width: 100%;
  }
}

.no-border {
  border: 0;
}

#zone_boxes .collapsing {
  transition: none !important;
}

.autocomp-address-container {
  position: absolute;
}

.autocomp-address-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.3125rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
  box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
}

.zone_libelle_save_btn {
  z-index: 100;
  margin-left: -30px;
  background: #fff;
  margin-top: 7px;
  position: absolute;
}

.ui-widget-content {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

/* volet population */
/* css circles */

.merged-circles {
  height: 200px;
}

.merged-circles h5 {
  padding: 0;
}

.merged-circles .back-circle h5,
.merged-circles .front-circle h5 {
  padding: 0;
  /* padding-top: 0.5cm; */
}

.merged-circles .back-circle p:last-child,
.merged-circles .front-circle p:last-child {
  margin-top: 0.2cm;
}

.front-circle {
  width: 110px;
  height: 110px;
  border-radius: 60px;
  position: relative;
  bottom: 110px;
  /* left: 45px; */
  margin: 0 auto;
}

.back-circle {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin: 0 auto;
}

.bg-blue {
  background-color: var(--blue);
}

.bg-blue-2 {
  background-color: var(--blue-2);
}

.bg-blue-2-light {
  background-color: var(--blue-2-light);
}

.bg-orange-light {
  background-color: var(--orange-light);
}

.bg-orange {
  background-color: var(--orange);
}

#accordion_zones,
#accordion_filters {
  border-radius: 20px;
}

form#registration label.radio-inline {
  margin-right: 1em;
}

.ui-widget {
  font-family: inherit;
  font-size: 0.95rem;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.ui-menu-item-wrapper {
  border: 1px solid transparent !important;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #3c6f4d !important;
  background: #3c6f4d !important;
  color: #ffffff !important;
  margin: 0 !important;
}

label.required::after {
  content: "\2000*" !important;
  color: red !important;
}

#sidebar-results {
  z-index: 100;
}

#sidebar-results>.card-body {
  padding-bottom: 50px;
}

#sidebar-results .placeholder-bar {
  background-color: var(--theme-info-400);
  height: 15px;
}

#sidebar-results .placeholder-circle {
  background-color: var(--theme-info-400);
  height: 30px;
  width: 30px;
}

#sidebar-results .placeholder-icon {
  background-color: var(--theme-info-400);
  height: 25px;
  width: 20px;
}

#sidebar-results .disparition-bas {
  position: relative;
  border-bottom: 0;
}

#sidebar-results .disparition-bas::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Hauteur du dégradé à ajuster selon vos besoins */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  /* Dégradé transparent à blanc */
}

.swal-wide {
  width: 600px;
}

.header-icon:not(.btn)[data-toggle="dropdown"][data-toggle="dropdown"]::after {
  top: 0.85rem;
  left: -0.25rem;
}

.noUi-horizontal {
  height: 9px;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  right: -15px;
  top: -12px;
  border-radius: 50%;
}

.noUi-handle::before,
.noUi-handle::after {
  width: 0;
}


/* >>>>> TOOLTIPTEXT */
.tooltip-link {
  cursor: help;
  position: relative;
  text-decoration: underline;
}

.tooltip-link:hover::after {
  position: absolute;
  opacity: 0;
  content: attr(data-tooltip);
  bottom: 0%;
  animation: fadeIn 100ms cubic-bezier(0.42, 0, 0.62, 1.32) forwards;
  left: 50%;
  animation-delay: 100ms;
  /* color: #707070; */
  background: #ffffff;
  border-radius: 20px;
  min-width: 200px;
  max-width: 100%;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  text-align: center;
  /* font-size: 12px; */
  padding: 7px;
  box-shadow: 0px 10px 33px #3333332e;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 50px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -30px);
  }
}

/* <<<<< TOOLTIPTEXT */

.sidebar-zones-container {
  overflow: auto;
}

#sidebar-zones-filters .card-footer:nth-last-of-type(1) {
  box-shadow: 0px 0px 13px 0px rgba(47, 93, 47, 0.08);
}

#sidebar-zones-filters .map-types-switch img {
  width: 100%;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0px 0px 15px 15px rgba(47, 93, 47, 0.05);
  opacity: 0.25;
  transition: all 0.5s;
}

#sidebar-zones-filters .map-types-switch img.active {
  opacity: 1;
}

#sidebar-zones-filters .map-types-switch img:not(.active):hover {
  opacity: 0.7;
}


#legendeCarteStat {
  background: #ecf9df;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 10px;
  /*position: absolute;*/
  bottom: 0;
  opacity: 0.7;
  width: 100%;
  transition: all 0.5s ease;
}

#legendeCarteStat:hover {
  opacity: 1;
}

#legendeCarteStat.legendemobile {
  width: 350px;
  z-index: 200;
  position: absolute;
}

#legendeCarteStat h4 {
  font-size: 14px;
  font-weight: 300;
}

#legendeCarteStat h3 {
  margin: 10px 0;
}

#legendeCarteStat.legendemobile h3 {
  color: #515151;
}

#legendeCarteStat .legendBloc {
  display: block;
  margin: 5px auto;
  width: 40px;
  height: 15px;
  border: 1px solid #515151;
}

#legendeCarteStat .content>div {
  margin-bottom: 5px;
}

#legendeCarteStat div.texte {
  line-height: 0.9;
}


.bootstrap-tagsinput {
  width: 100%;
}

#sidebar-left .tutorial-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 500px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 16;
  pointer-events: auto;
}

main .tutorial-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 16;
  pointer-events: auto;
}

/* L’élément ciblé passe au-dessus et se détache visuellement */
.tutorial-highlight {
  position: relative;
  z-index: 17 !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9), 0 0 15px 5px #fff;
  border-radius: 6px;
  /* transition: box-shadow 0.3s ease; */
}

.tutorial-tooltip-popup {
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
}

#sidebar-right-sticky .tutorial-tooltip-popup {
  position: relative;
}

.tutorial-tooltip-popup img {
  margin-right: 10px;
}

.tutorial-tooltip-popup .tooltip-content {
  color: #555;
  background-color: #fff;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: auto;
}

.tutorial-tooltip-popup .tooltip-content {
  margin: 0;
  font-size: 14px;
}

/* Contenu texte */
.tutorial-tooltip-popup .tooltip-content h3 {
  margin: 0 0 6px 0;
  font-size: 16px;
}