.glide__slide {
  user-select: text !important;
  cursor: default !important;
}

.ggiraph-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
  }

.ggiraph-toolbar-icon svg{
  display: none;
}

.ggiraph-toolbar-icon::before{
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f0c9';
  font-size: 22px;
  margin-right: 5px;
  color: black;
}

.ggiraph-toolbar-icon{
  margin-top: -10px !important;
}

.ggiraph-toolbar {
  left: 15px; /* ou une autre valeur */
}

.ggiraph-toolbar-topright{
  padding-right: 75px;
}

.ggiraph-toolbar-icon::after {
  content: 'Exporter';
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: black;
  margin-left: 5px;
  vertical-align: middle;
}

.notes {
  font-size: smaller;
  font-style: italic;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 5%;
  text-align: justify;
}

.wrapper {
  background-color: white !important;
  overflow: visible;
}

.added_sidebar.collapsed {
  height: 0;
  overflow: hidden;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: 1;
  transition: margin-left 0.3s ease;
  min-height: 0;
  margin-bottom: 25px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.logo-container {
      padding: 0;
      padding-right: 10px;
      width: 330px;
      max-width: 330px;
      min-width: 150px;
      height: 70px;
      background-color: white;
      font-family: Fira Sans, Open Sans, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #472AD6;
      display: flex;
      align-items: center;
      justify-content: left;
      border-right: 1px solid #F4F6F8;
      /*margin-left: 30px;*/
      /*flex: 0 0 auto;*/
    }
    
    .liste-sujets {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  flex: 1 1 auto; /* prend l’espace disponible */
  min-width: 0; /* Empêche le débordement horizontal */
  font-size: .8vw;
}

.liste-sujets a, .liste-sujets {
  padding: 5px;
}

.liste-sujets a {
  border-left: solid #788089;
}

.sujet {
  font-size: 1.3vw;
}

#a-first {
  border-left: none;
}

    .menu-container {
  display: flex;
  flex-direction: column; /* empile verticalement */
  flex: 0 0 auto;
  align-items: center;
  background: transparent;
  width: 24px;
  height: 24px;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1000;
}
    .menu-button {
  width: 24px;
  height: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transition: transform 0.5s ease;
  
}

.menu-button:hover {
  transform: scale(1.1) rotate(180deg); /* effet au survol */
}

.square {
  background-color: #788089;
  /*border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
}

#openbtn-right:hover .square {
  background-color: #472AD6;
}


.close-button {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 30px;
  background: none;
  color: #472AD6;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

#mySidebar {
position: fixed;
margin-top: 0px;
  top: 0px;
  left: 0;
  width: 0px; /* 👈 Caché par défaut */
  height: calc(100vh);
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  transition: width 0.3s ease;
  z-index: 10000;	
 /* padding: 20px; */
}

#mySidebar.open {
  transition: width 0.3s ease;
  /* autres styles si besoin */
}

@media screen and (max-width: 768px) {
  .added_sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
}

/* le contenu */

.grid-container {
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
  gap: 20px; /* espace entre les box */
  padding: 20px;
}

.grid-item {
  background-color: white;
  text-align: center;
  border-radius: 8px;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.grid-item img {
  width: 100%;
  max-width: 100%;
  height: 20vh;
  display: block;
  object-fit: cover;
}

.grid-item .sidebar-text {
  margin: 10px;
  color: #472ad6;
  font-weight: 800;
  padding: 5px 5px;
  background-color: transparent;
}

.grid-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #472ad6;
}

.comment {
	font-size: 12px;
	font-weight: 400;
	line-height: 1rem;
}

.sticky-header {
        position: sticky;
        top: 0;
        z-index: 9999;
        background-color: white;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      }
      
      div.sticky-sidebar {
        position: -webkit-sticky;
        position: absolute;
        top: auto; /* Adjust this to match header height */
        z-index: 9999;
        /*background-color: #f4f4f4;*/
        /*padding: 10px;*/
        border-right: 1px solid #ddd;
      }

.content-wrapper, .skin-blue .main-header .navbar {
  background-color: white !important;
}

.content-wrapper {
  /*min-height: 1800px !important;*/
  background: white !important;
  /*padding-left: 10%;
  padding-right: 10%;*/
  padding-top: 20px;
  margin-left: 400px;
  
}

.readme_text {
  /*padding-left: 15%;
    padding-right: 15%;*/
    font-size: 16px;
}

.boxreactivetext {
  background-color: #ffffff;
  color: black;
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 1px 5px black;
  margin-bottom: 20px;
  margin-right: 8%;
  margin-left: 8%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.plot_areas {
  background-color: #ffffff;
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 1px 5px black;
  margin-bottom: 20px;
  margin-right: 10%;
  margin-left: 10%;
  padding: 10px;
}

.reactivevalue_text {
  color: #149214;
  font-weight: bold;
  font-size: 100%;
  display: inline;
}

 .title_graphe {
  font-size: 1.5vw;
  font-weight: 400;
  color: #67000d;
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 2%;
  
}

.title_slide {
  padding-top: 2%;
  font-size: 1.5vw;
  font-weight: 400;
  color: #67000d;
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 2%;
  padding-left: 1%;
  padding-right: 1%;
}

#titre_map1, #titre_map2 {
  padding-right: 2%;
  padding-left: 2%;
}

/*Header général, en haut de la page, contenant le menu général avec les liens vers les différentes applis*/
    .bandeau {
    height:200px; 
    position:relative;
    overflow:hidden;
    border:0px;
    background-position: center center;
    background-image:url("_IGP5807_crop.JPEG");
    background-size: cover;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 400px;


}

.border-black {
color: white;
font-size: 2.5vw;
font-weight: bold;
justify-content: center;
text-align: center;
align-items: center;
display: flex;
color: white;
padding-left: 15%;
padding-right: 15%;
}


/* Menu général */
.added_sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 25px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  margin-top: 70px;
  border-right: solid;
  border-color: #F4F6F8;
  border-width: 0px;
}

/* Liens du menu général */
.added_sidebar a {
  padding: 25px 30px 25px 30px;
  text-decoration: none;
  font-size: 15px;
  color: #788089;
  display: block;
  transition: 0.3s;
  line-height: 20px;
  font-weight: 600;
  font-style: "Fira Sans";
  vertical-align: middle;

}

/* When you mouse over the navigation links, change their color */
.added_sidebar a:hover {
  color: #091625;
  border-right: solid;
  border-width: 5px;
  border-color: #B8BCC1;
  background-color:  #F4F6F8;
  
}

.added_sidebar a:active {
  color: #472AD6;
  font-weight: 800;
  background-color:  #E3DFF8;
  border-right: solid;
  border-width: 5px;
  border-color: #472AD6;
}

/* Position and style the close button (top right corner) */
.added_sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
#openbtn {
  background-color: #472AD6 !important; 
  color: white !important; 
  border: none; 
  font-size: 30px;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 0px;
  
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

/* classe sticky NE FONCTIONNE PAS */
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 200px; /* required */
 /*  color: #FFF;
    position: fixed;
    width: 220px;
    white-space: nowrap;
    overflow: visible;
    top: 200; */
}

/*
.sidebar-menu {
  border-right: 1px solid #dddddd !important;
}
*/

/* Les styles de la sidebar propre à l'appli */

.sidebar-menu, .sidebar-menu li, .sidebar-menu treeview, .sidebar-menu treeview a, .skin-blue .sidebar-menu > li, li.treeview, .skin-blue .sidebar-menu > li > a, .skin-blue .sidebar-menu > li > .treeview-menu {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  /*font-size: 13px;*/
  color: #788089;
  background: white;
}

.sidebar-menu:hover, .sidebar-menu li:hover, .sidebar-menu treeview:hover, .sidebar-menu treeview a:hover .skin-blue .sidebar:hover, .skin-blue .sidebar-menu > li:hover, li.treeview:hover, .skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li:hover > div, .skin-blue .treeview-menu > li > a:hover {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  color: #091625;
  background: #F4F6F8;
  font-weight: 500;
}

.sidebar-menu:active, .sidebar-menu li div:active, .sidebar-menu li:active, .sidebar-menu treeview:active, .sidebar-menu treeview a:active .skin-blue .sidebar:active, .skin-blue .sidebar-menu > li:active, li.treeview:active, .skin-blue .sidebar-menu > li:active > a, .skin-blue .sidebar-menu > li:active > div, .skin-blue .sidebar-menu > li.active > a, .skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li.active > a > div {
  color: #472AD6;
  font-weight: 500;
  background-color:  #E3DFF8;
}


.skin-blue .sidebar-menu > li:hover > a, .skin-blue .treeview-menu > li:hover > a {
  border-right: solid;
  border-left: none;
  border-width: 5px;
  border-color: #B8BCC1;
  
}

.skin-blue .treeview-menu > li.active > a, .skin-blue .sidebar-menu > li.active > a {
  border-right: solid;
  border-left: none;
  border-width: 5px;
  border-color: #472AD6;
  
}

/* Change l'orientation de la flèche indiquant plusieurs niveaux d'onglets */
.fa-angle-left:before{
  content:"\f105"
  
}

.sidebar-menu li.active>a>.fa-angle-left, .sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
    transform: rotate(90deg);
}

.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper {
    background-color: transparent !important;
}

/* Styles propres à la partie footer */

.footer-title {
  font-size: 24px;
	text-align: left;
	vertical-align: middle;
  font-weight: 800;
  line-height: 1.2;
  font-family: Sans-Serif !important;
}

.footer-part {
  padding-left: 1.5rem; 
  padding-right: 1.5rem; 
  font-size: 16px; 
  margin-bottom: 1rem;
  line-height: 2;
}



.footer-list {
  margin-bottom: 2rem;
  font-family: Fira Sans, Open Sans, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-weight: 500;
  padding-left: 1.5rem; 
  padding-right: 1.5rem; 
  font-size: 16px; 
  line-height: 2;
  
}

.footer-list-item {
    padding: 1rem 0;
}

.footer-list-item--hasIcon {
    margin-left: 3rem;

    > a {
        position: relative;
    }
}

.footer-list-item__icon {
    position: absolute;
    top: 0;
    left: -3rem;

    font-size: 16px;
    line-height: 1;
    color: $white;
}

.footer-list-custom {
  padding-left: 0px;
  list-style: none;
}


.footer-list a, .footer-part a {
    text-decoration: none;
    transition: color .25s ease;
    padding-bottom: .3rem;
    border-bottom: none;
    color: #788089;
}

.footer-list a:hover, .footer-list a:active, .footer-list a:focus, .footer-part a:hover, .footer-part a:active, .footer-part a:focus {
  border-bottom: .2rem solid;
  border-bottom-color: #788089;
}

.footer-credits {
  
  font-size: 15px;
    text-decoration: none;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-bottom: none;
    color: #788089 !important;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    border-top: solid 1px #788089 !important;
}

.footer-credits p {
    padding-left: 20px;
}

/* les attributs de body et html sont importants pour bien positionner le footer en bas de page*/
body {
  /*margin-bottom: calc(300px + 12rem);*/ /*Doit correspondre à la hauteur du footer*/
  font-family: Sans-Serif !important;
  overflow: clip;
}

html {
  overflow: auto;
}

html, body {
  height: 100%;
  margin: 0;
}

footer {
  /*position: absolute;*/
  position: relative;
  line-height: 1;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	/*height: 300px+6rem;*/ /* Height of the footer */
	color: white;
	padding-top: 75px;
	padding-left: 150px;
	padding-right: 150px;
	margin-right: 10px;
	background-color: #091625;
	/*max-width: 1300px;*/
  font-family: Sans-Serif !important;
  clear: both;
  overflow: hidden;
}

/* Pour avoir une marge de footer fixe au delà d'une certaine taille d'écran, sinon pas de marge */

@media (max-width: 1300px) {
	footer {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

/* Design du bouton de téléchargement, avec le logo fourni par l'IGN DSFR */

img.icon-dwld {
  /*display: inline-block;
  line-height: 1;
  vertical-align: -.125em;*/
    /*position: absolute;
    top: 0;
    left: -3rem;*/
    margin-left: -3rem;
  /*content: url(./download.svg);*/
}

img.icon-dwld:hover {
  fill: #8774E4 !important;
  
}


/* Listes déroulantes de sélection */
.select, .selectize-input, .bootstrap-select {
 z-index: 1001; 
}

#zonage_global_test, #zonage_global_test_compar {
  position: absolute;
  z-index: 1002 !important;
}

.dropdown-item, .filter-option-inner-inner, div.item, .selectize-dropdown {
         color: black !important;
         font-weight: 500;
  font-style: "Fira Sans";
  font-size: 16px;
         }

.dropdown-item:hover {
         color: black;
         background-color: #F4F6F8 !important;
         }
         
.selectize-dropdown {
  z-index: 1003;
  
}
         
.option.selected {
  background-color: white !important;
  color: black !important;
  
}

.option.selected.active {
  background-color: #F4F6F8 !important;
  color: #472AD6 !important;
  
}

.dropdown-menu > .active > a {
  background-color: #F4F6F8 !important;
  color: #472AD6 !important;
}

.bootstrap-select-focused, .bootstrap-select .dropdown-toggle:focus, .selectize-input.focus {
  -webkit-box-shadow: none;
  border-color: #CCCCCC;
  border-bottom: solid 2px #472AD6 !important;
  box-shadow: none;
  outline: none;
}

.selectize-input {
  border-radius: 0px !important;
  background-color: #F4F6F8 !important;
}


.btn-default, .btn-primary, .selectize-input {
  color: black;
    border-color: #ddd0 !important;
    border-bottom-color: black !important;
    border-radius: 0px !important;
    background-color: #f4f4f4 !important;
    color: black !important;
}

/* Bouton de téléchargement */

.btn {
  padding: 10px;
  background: white !important;
  color: black !important;
  
}

.btn-default.dwld-btn {
  margin-left: 3rem;
  padding-left: 3rem;
  font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #091625;
    letter-spacing: normal;
    font-stretch: normal;
    border: none;
    border-bottom: solid 2px #472AD6 !important;
    background-color: transparent;
    border-radius: 0px !important;
    z-index: 999999;
    position: relative;
    
}

.btn-default.dwld-btn:hover {
  
    color: #8774E4 !important;
    
}

/* Labels des listes déroulantes de sélections*/

.control-label {
  font-weight: 500;
  font-style: "Fira Sans";
  font-size: 16px;
  
}

/* Formattage de la partie haute du corps de l'appli */

.main-header {
  z-index: 998 !important;
  background: white;
  display:none;
}

.skin-blue .main-header .logo {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
  width: 350px;
  background-color: #472AD6; 
  
}

.skin-blue .main-header .navbar .sidebar-toggle {
  background-color: #472AD6;
  color: white;
  width: 50px;
}

.skin-blue .main-header .navbar {
  background-color: white;
  z-index: -1000;
  background-color: #fff0;
  
}

.skin-blue .main-header .navbar {
  background-color: #ECF0F5;
}

.skin-blue .main-sidebar {
  background-color: transparent !important;
}

.main-sidebar {
  position: absolute;
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*transition: top 0.4s ease;*/
}

/* Styles pour checkboxgroupInput --> changments pour les versions "pretty" prettyCheckboxGroup du package shinyWidgets car je n'arrivais pas à formatter la version de base */

.pretty.p-default.p-round input:checked ~ .state label:before {
  opacity: 1;
  color: #472AD6;
  border-color: #472AD6;
  background-color: #E3DFF8 !important;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
  color: #472AD6;
  border-color: #472AD6;
  background-color: #E3DFF8 !important;
}

.pretty.p-default.p-round input:checked ~ .state label:before.pretty, .p-default input:checked ~ .state label::before {
  opacity: 1;
  color: #472AD6;
  border-color: #472AD6;
  background-color: #E3DFF8 !important;
}

.pretty.p-default.p-round input:checked ~ .state label:after, .pretty.p-default input:checked ~ .state label::after {
  opacity: 1;
  color: #472AD6;
  border-color: #472AD6;
  background-color: #472AD6 !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid #472AD6;
  opacity: 0;
  border-radius: .4rem;
}

.pretty .state label::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  box-sizing: border-box;
  border: 1px solid #788089;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  
  border-radius: .4rem;
}

.pretty .state label::after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .4rem;
}

.pretty .state label {
  font-weight: 600;
  padding-top: .1em;
  text-indent: 3em;
  font-family: Sans-Serif !important;
  color: #788089;
  font-size: 1.5rem;
  vertical-align: middle;
}

div.pretty.p-icon, div.pretty.p-default.p-round {
  margin-bottom: 1.5rem;
  
}

.control-label {
  margin-bottom: 1rem;
  font-family: Fira Sans, Open Sans, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 500;
    color: #788089;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal;
  
}

p>a {
color: #788089; 
background-color: transparent;
text-decoration: none;
}

p>a:hover {
    color: #788089;
    background-color: transparent;
    text-decoration: none;
    border-bottom: .2rem solid;
    border-bottom-color: #788089;
}

.skin-blue .main-header .logo:hover,
.skin-blue .main-header .navbar .sidebar-toggle:hover
{
  background: #472AD6;
}

html {
  scroll-behavior: smooth;
}

div.jumpto {
 position: fixed;
    bottom: 0;
    left: 0%;
    z-index: 1200;
    background-color: #fff !important;
}

div.jumpto:hover, div.jumpto:hover i.fas.fa-arrow-up {
   color: #472ad6 !important;
   background-color: #e3dff8 !important;
}

#toTop {
  background-color: transparent !important;
}

i.fas.fa-arrow-up {
  position: absolute;
  top: -50%;
  right: 40%;
  color: black;
  background-color: #fff;
  border-radius: 50%;
  width: 2.50rem;
  height: 2.50rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

i.fas.fa-arrow-up:hover {
  color: #472ad6 !important;
  background-color: #e3dff8 !important;
  transform: translateY(-4px);
}

#toTop:active {
  box-shadow: none;
}

.main-header .sidebar-toggle {
  padding: 15px 15px;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  background: transparent;
}

.text-box-glide {
  padding-top: 5%;
}

.title-box-glide {
  font-size: 24px;
  padding: 2%;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #472ad6;
  text-align: center;
}

.highcharts-background {
  visibility: hidden;
}

.shinyglide {
  background: #e3dff829;
  padding-right: 2%;
  padding-left: 2%;
  border: solid #472ad6;
  border-radius: 10px;
}

.zoom_out_fr a span {
  color: black !important;
  font-size: 1.1em;
  font-weight: bold;
  border: solid transparent;
  border-radius: 10px;
  background: #f4f4f4;
  padding: .5%;
}

.zoom_out_fr {
  margin-top: -10%;
  position: relative;
  z-index: 999999;
}

#fr_scale {
  z-index: 1001;
  position: relative;
}

.tab-content {
  padding-left: 10%;
  padding-right: 10%;
}

.fas {
  line-height: 1 !important;
}

/* styles spéciaux pour certaines listes */

#var div.shiny-options-group, 
#var2 div.shiny-options-group,
#abs div.shiny-options-group,
#abs2 div.shiny-options-group {
  display: grid;
}
