#dl-menu .chat-fil .send .bloc .message::after {
  border-left: 7px solid #37C1CC !important;
}
#dl-menu .chat-fil .send .bloc .message {
  background-color: #37C1CC !important;
}
#dl-menu .chat-contact li.alert-conv {
  border-left: 4px solid #37C1CC !important;
  border-right: 4px solid #37C1CC !important;
  color: #37C1CC !important;
  background-color: rgba(55, 193, 204, 0.05) !important;
}
#dl-menu .nav.nav-tabs > li.chat-alert > a {
  box-shadow: 0px 0px 10px #37C1CC inset;
  -webkit-box-shadow: 0px 0px 10px #37C1CC inset;
  -moz-box-shadow: 0px 0px 10px #37C1CC inset;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounce;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  animation-name: bounce;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0% {
    box-shadow: 0px 0px 10px #37C1CC inset;
  }
  50% {
    box-shadow: 0px 0px 0px #37C1CC inset;
  }
  100% {
    box-shadow: 0px 0px 10px #37C1CC inset;
  }
}
@-moz-keyframes bounce {
  0% {
    box-shadow: 0px 0px 10px #37C1CC inset;
  }
  50% {
    box-shadow: 0px 0px 0px #37C1CC inset;
  }
  100% {
    box-shadow: 0px 0px 10px #37C1CC inset;
  }
}
@keyframes bounce {
  0% {
    box-shadow: 0px 0px 10px #37C1CC inset;
  }
  50% {
    box-shadow: 0px 0px 0px #37C1CC inset;
  }
  100% {
    box-shadow: 0px 0px 10px #37C1CC inset;
  }
}

/* Hide the inner submenus */
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
/* Dynamically added submenu outside of the menu context */
/* Animation classes for moving out and in */
@-webkit-keyframes "MenuAnimOut1" {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes "MenuAnimOut2" {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes "MenuAnimOut3" {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes "MenuAnimOut4" {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes "MenuAnimOut5" {
  100% {
    -webkit-transform: translateY(-40%);
    opacity: 0;
  }
}
@keyframes "MenuAnimOut1" {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes "MenuAnimOut2" {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes "MenuAnimOut3" {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes "MenuAnimOut4" {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes "MenuAnimOut5" {
  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0;
  }
}
@-webkit-keyframes "MenuAnimIn1" {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes "MenuAnimIn2" {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes "MenuAnimIn3" {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes "MenuAnimIn4" {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes "MenuAnimIn5" {
  0% {
    -webkit-transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes "MenuAnimIn1" {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes "MenuAnimIn2" {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes "MenuAnimIn3" {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes "MenuAnimIn4" {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes "MenuAnimIn5" {
  0% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes "SubMenuAnimIn1" {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes "SubMenuAnimIn2" {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes "SubMenuAnimIn3" {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes "SubMenuAnimIn4" {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes "SubMenuAnimIn5" {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes "SubMenuAnimIn1" {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes "SubMenuAnimIn2" {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes "SubMenuAnimIn3" {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes "SubMenuAnimIn4" {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes "SubMenuAnimIn5" {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes "SubMenuAnimOut1" {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes "SubMenuAnimOut2" {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes "SubMenuAnimOut3" {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes "SubMenuAnimOut4" {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes "SubMenuAnimOut5" {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes "SubMenuAnimOut1" {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes "SubMenuAnimOut2" {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes "SubMenuAnimOut3" {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes "SubMenuAnimOut4" {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes "SubMenuAnimOut5" {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
/* Colors for demos */
/* Demo 1 */
/* Demo 2 */
/* Demo 3 */
/* Demo 4 */
/* Demo 5 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.container > header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
ul.dl-menu {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 1;
  bottom: 0px;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root{--vh}
.dl-menu{height: calc(var(--vh, 1vh) * 100) !important;}

ul.dl-menu .intro-sentence {
  padding: 15px;
  font-weight: 500;
  color: #a5a5a5;
}
ul.dl-menu .chat-profil {
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
  margin-left: 15px;
  z-index: 5;
}
ul.dl-menu .chat-profil img {
  display: block;
  float: left;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  object-fit: contain;
  margin-right: 15px;
  margin-left: 0;
}
ul.dl-menu .chat-profil span {
  display: flex;
}
ul.dl-menu .chat-profil span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #444444;
}
ul.dl-menu .chat-profil a.profil:link {
  color: #37C1CC !important;
  display: inline-block;
  padding: 0 .5rem;
}
ul.dl-menu .chat-profil a.profil:hover {
  color: #333 !important;
}
ul.dl-menu .chat-profil a.profil div.stand_visit {
	font-size: 14px;
}
ul.dl-menu .chat-profil .btn-group {
  margin-left: auto;
  display: flex;
}
ul.dl-menu .panel-heading {
  padding: 20px 15px;
  background-color: #fff !important;
  position: relative;
  z-index: 1;
}
ul.dl-menu .panel-heading .color-primary {
  color: #37C1CC;
}
ul.dl-menu .panel-heading a,
ul.dl-menu .panel-heading i {
  display: block;
  font-size: 24px;
}
ul.dl-menu .panel-heading a:focus,
ul.dl-menu .panel-heading a:active {
  color: #37C1CC;
}
ul.dl-menu .panel-heading .arrow {
  stroke: #37C1CC;
}
ul.dl-menu .panel-heading .arrow:hover {
  stroke: #333;
}
ul.dl-menu .panel-heading .visio {
  fill: #37C1CC;
}
ul.dl-menu .panel-heading .visio:hover {
  fill: #333;
}
ul.dl-menu .panel-heading h3#chat-title {
  font-weight: 900;
  font-size: 24px;
  color: #37C1CC;
}
ul.dl-menu .panel-heading h3#chat-title i {
  display: inline;
}
ul.dl-menu .form-group {
  margin: 0;
  padding: 5px 15px;
}
ul.dl-menu .form-group label.control-label {
  color: #bdbdbd;
  font-weight: 400;
  line-height: 0;
  margin: 0;
}
ul.dl-menu .form-group .form-control {
  margin-bottom: 0px;
  background: none;
}
ul.dl-menu .form-group .input-group-addon {
  position: relative;
}
ul.dl-menu .chat-archives {
  font-size: 13px;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
}
ul.dl-menu .chat-contact {
  position: absolute;
  bottom: 0;
  top: 305px;
  width: 100%;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 15px;
}
ul.dl-menu .chat-contact li.alert-conv {
  background-color: rgba(55, 193, 204, 0.1);
  color: #e63312;
}
ul.dl-menu .chat-contact .clicklefil {
  display: flex;
  align-items: center;
}
ul.dl-menu .chat-contact .clicklefil img {
  margin: 0;
}
ul.dl-menu .chat-contact .clicklefil:hover {
  background-color: rgba(55, 193, 204, 0.1);
}
ul.dl-menu .chat-contact .clicklefil .part-text {
  margin-left: 10px;
  width: 100%;
}
ul.dl-menu .chat-contact .clicklefil .name-stand-profil {
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  margin-bottom: 5px;
}
ul.dl-menu .chat-contact .clicklefil span.phrase {
  position: relative;
  width: 20ch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.dl-menu .chat-contact .clicklefil span.phrase:before {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
ul.dl-menu .chat-contact .clicklefil .message-hour {
  display: flex;
  justify-content: space-between;
}
ul.dl-menu #discussions .form-group {
  border-radius: 40px;
  background-color: #eeeeee;
  margin: 0 15px;
}
ul.dl-menu .list-stands {
  display: flex;
  overflow: auto;
  overflow-x: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
  flex-wrap: nowrap;
  max-height: 100px;
}
ul.dl-menu .list-stands li {
	margin-bottom: 15px;
}
ul.dl-menu .list-stands::-webkit-scrollbar {
  display: none;
}
ul.dl-menu .list-stands .clicklefil {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  text-align: center;
}
ul.dl-menu .list-stands .clicklefil:hover .name {
  color: #37C1CC;
}
ul.dl-menu .list-stands .clicklefil .name,
ul.dl-menu .list-stands .clicklefil .phrase {
  margin-left: 0;
}
ul.dl-menu .list-stands .clicklefil span.name {
  padding-top: 10px;
  font-size: 11px;
  font-weight: 400;
  width: auto;
}
ul.dl-menu #fildiscussions {
  height: calc(100vh - 90px);
}
ul.dl-menu .chat-fil {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  position: absolute;
  top: 90px;
  bottom: 120px;
}
ul.dl-menu .chat-fil li.send {
  clear: both;
  width: 100%;
  margin-top: 15px;
}
ul.dl-menu .chat-fil li.received {
  clear: both;
  width: 100%;
  margin-top: 15px;
}
ul.dl-menu .chat-fil li.logout {
  clear: both;
  display: table;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  width: 100%;
}
ul.dl-menu .chat-fil li a {
  line-height: 22px;
}
ul.dl-menu .chat-fil .send .heure {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
ul.dl-menu .chat-fil .send img {
  display: none;
}
html[dir="rtl"] ul.dl-menu .chat-fil .send .bloc {
  text-align: left;
}
ul.dl-menu .chat-fil .send .bloc {
  text-align: right;
}
ul.dl-menu .chat-fil .send .bloc .message {
  max-width: 320px;
  background-color: #e63312;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 7px 16px;
  text-align: left !important;
  word-break: break-word;
}
ul.dl-menu .chat-fil .received .heure {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
ul.dl-menu .chat-fil .received .bloc {
  display: flex;
}
ul.dl-menu .chat-fil .received .bloc img {
  display: table-cell;
  margin-right: 15px;
  margin-left: 0;
  margin-top: auto;
  margin-bottom: 4px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
ul.dl-menu .chat-fil .received .bloc .message {
  max-width: 320px;
  background-color: #e1e1e1;
  color: #000;
  border-radius: 10px;
  display: inline-block;
  padding: 7px 16px;
  word-break: break-word;
}
ul.dl-menu .chat-fil .logout img {
  display: none !important;
}
ul.dl-menu .chat-fil .logout .bloc .message {
  background-color: #ffffff;
  color: #757575;
  display: block;
  padding: 5px;
  text-align: center;
  float: left;
}
ul.dl-menu .chat-fil .logout .bloc .heure {
  float: right;
}
ul.dl-menu .chat-action {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
}
ul.dl-menu .chat-action .input-group {
  display: flex;
}
ul.dl-menu .chat-action .input-group .btn {
  border-radius: 0;
  box-shadow: none;
  line-height: 84px;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.dl-menu .chat-action .input-group .btn:hover {
  color: #333;
}
ul.dl-menu .chat-action .input-group .btn i {
  padding: 0;
  margin: 0;
}
ul.dl-menu .chat-action .input-group .pj {
  align-self: end;
  padding-right: 10px;
}
ul.dl-menu .chat-action .input-group .pj:hover {
  background-color: transparent !important;
}
html[dir="rtl"] ul.dl-menu .chat-action .input-group .envoyer {
  border-radius: 10px 0 0 10px;
}
ul.dl-menu .chat-action .input-group .envoyer {
  border-radius: 0 10px 10px 0;
  padding: 0 10px;
  color: #37C1CC;
}
ul.dl-menu .chat-action .input-group .envoyer:hover {
  background-color: #eeeeee !important;
}
ul.dl-menu .chat-action .form-group {
  margin-top: 20px;
  padding-bottom: 20px;
}
html[dir="rtl"] ul.dl-menu .chat-action .form-group textarea.form-control {
  border-radius: 0 10px 10px 0;
}
ul.dl-menu .chat-action .form-group textarea.form-control {
  min-height: 84px;
  padding: 7px 30px 7px 10px;
  width: 100%;
  background-color: #eeeeee;
  border-radius: 10px 0 0 10px;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
ul.dl-menu .chat-action .form-group textarea.form-control::-webkit-scrollbar {
  display: none;
}
ul.dl-menu li {
  position: relative;
}
ul.dl-menu li a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 15px;
  line-height: 14px;
  font-weight: 400;
  outline: none;
  color: #757575;
}
ul.dl-menu li a .colimg {
  display: table-cell;
  vertical-align: top;
  width: 50px;
}
ul.dl-menu li a .coltext {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  width: auto !important;
}
ul.dl-menu li a img {
  display: block;
  float: left;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  object-fit: contain;
}
ul.dl-menu li a span {
  display: block;
}
ul.dl-menu li a span.name {
  font-size: 14px;
  font-weight: 800;
  color: #444444;
}
ul.dl-menu li a span.phrase {
  color: #444444;
  font-size: 14px;
  font-weight: 800;
}
ul.dl-menu li a span.last_message {
  width: 30ch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}
ul.dl-menu li a span.last_message p {
  background-color: #f5f5f5;
  padding: 2px 5px;
  display: inline-block;
  margin: 0 !important;
}
ul.dl-menu li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
}
ul.dl-menu li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
ul.dl-menu li .dl-submenu {
  display: none;
}
ul.dl-menu:first-child {
  margin-right: 0;
}
ul.dl-menu .chat-fil {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
ul.dl-menu .chat-fil::-webkit-scrollbar {
  display: none;
}
ul.dl-menu .chat-fil .received .bloc .message a {
  display: block;
  padding: 8px;
  color: #ff2340;
  border-bottom: 0;
  text-decoration: underline;
}
ul.dl-menu .chat-fil .send .bloc .message a {
  display: block;
  padding: 8px;
  color: #fff;
  border-bottom: 0;
  text-decoration: underline;
}
ul.dl-menu .chat-fil .send .bloc .message a:hover {
  color: #000;
}
ul.dl-menu li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
ul.dl-menu li.dl-back:after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
ul.dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease;
}
ul.dl-menu > .dl-submenu {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  margin: 0;
}
ul.dl-menu > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
ul.dl-menu > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
ul.dl-menu > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
ul.dl-menu > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
ul.dl-menu > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
ul.dl-menu > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
ul.dl-menu > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
ul.dl-menu > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
ul.dl-menu > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
ul.dl-menu > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
ul.dl-menu .dl-menuwrapper {
  position: absolute;
  right: 0;
  z-index: 1;
  left: 0;
  transform: translateX(-90px);
  width: min-content;
  cursor: pointer;
}
.dl-menu.dl-subview li {
  display: none;
}
.dl-menu.dl-subview li.dl-subviewopen {
  display: block;
}
.dl-menu.dl-subview li.dl-subviewopen > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu {
  display: block;
}
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
.dl-menu.dl-subview li.dl-subview {
  display: block;
}
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview .dl-submenu {
  display: block;
}
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
.no-js .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js li .dl-submenu {
  display: block;
}
.no-js li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js li > a:not(:only-child):after {
  content: '';
}
.no-js li.dl-back {
  display: none;
}
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}
.demo-1 .dl-menuwrapper button:hover {
  background: #9e1847;
}
.demo-1 .dl-menuwrapper button.dl-active {
  background: #9e1847;
}
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}
.demo-2 .dl-menuwrapper button:hover {
  background: #D35400;
}
.demo-2 .dl-menuwrapper button.dl-active {
  background: #D35400;
}
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}
.demo-3 .dl-menuwrapper button:hover {
  background: #00b4ae;
}
.demo-3 .dl-menuwrapper button.dl-active {
  background: #00b4ae;
}
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}
.demo-4 .dl-menuwrapper button:hover {
  background: #79a002;
}
.demo-4 .dl-menuwrapper button.dl-active {
  background: #79a002;
}
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}
.demo-5 .dl-menuwrapper button {
  background: #744783;
}
.demo-5 .dl-menuwrapper button:hover {
  background: #643771;
}
.demo-5 .dl-menuwrapper button.dl-active {
  background: #643771;
}
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}
@media screen and (max-width: 550px) {
  ul.dl-menu li a span.last_message {
    width: 13ch;
  }
}
@media screen and (max-width: 780px) {
  ul.dl-menu .text-group {
    margin-bottom: 10px;
  }
  ul.dl-menu .btn-group {
    margin: 0;
  }
  ul.dl-menu .dl-menuwrapper {
    margin: 0 20px 0 0;
    transform: translateX(-75px);
    bottom: 10px;
  }
  ul.dl-menu .dl-menuwrapper .dl-active {
    pointer-events: none;
  }
}
@media screen and (min-width: 781px) {
  .dl-menuwrapper {
    position: absolute !important;
    right: 0;
    bottom: 52px;
    z-index: 1;
    left: 0;
    transform: translateX(-90px);
    margin: 0 30px 0 0;
    cursor: pointer;
    width: min-content !important;
  }
  .dl-menu {
    margin: 0;
    width: 100%;
    max-width: 458px;
    opacity: 0;
    bottom: 0px;
    top: auto !important;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
#chat-notification {
  display: flex;
  width: 458px;
  height: auto;
  padding: 9px 15px 9px 15px;
  border-radius: 8px;
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  background-color: #ffffff;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#chat-notification a {
  color: #333;
}
#chat-notification a:hover {
  color: #37C1CC;
}
#chat-notification .clicklefil {
  width: 100%;
}
#chat-notification .chat-notification-current {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}
#chat-notification .action {
  color: #37C1CC;
  background-color: transparent!important;
  border-style: none!important;
}
#chat-notification .action .zmdi.zmdi-close {
  pointer-events: none;
}
#chat-notification .action .zmdi:hover {
  color: black;
}
#chat-notification .online-spot {
  position: relative;
  margin-right: 20px;
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f5f5f5;
}
#chat-notification .online-spot svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -41%);
}
#chat-notification .part-text {
  line-height: 1.33;
}
#chat-notification .part-text span {
  display: block;
}
#chat-notification .part-text .name-stand-profil {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#chat-notification .part-text .name {
  font-weight: 800;
}
#chat-notification .part-text .phrase {
  width: 23ch;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 800;
}
#chat-notification .part-text .phrase:before {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
#chat-notification .part-text .last_message {
  pointer-events: none;
  width: 30ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#chat-button {
	position: fixed;
	z-index: 9998;
	cursor: pointer;
	bottom: 62px;
	right: 30px;
}

@media (max-width: 480px) {
	#chat-button {
		bottom: 20px;
		right: 16px;
	}
}


@media screen and (max-width: 550px) {
  #chat-notification {
    max-width: 90%;
    height: auto;
    top: 55px;
    right: 5px;
  }
  #chat-notification .part-text .name {
    width: 18ch;
  }
  #chat-notification .part-text .phrase {
    width: 18ch;
  }
  #chat-notification .part-text .phrase:before {
    content: none;
  }
  #chat-notification .part-text .last_message {
    width: 12ch;
  }
}
#chat-notification.appear {
  transform: translateX(0);
  opacity: 1;
}
#chat-notification-link {
  display: none;
}

#scrollBox{
  display: flex;
}

.browse-stand{
  background-color: #fff;
}

.browse-stand svg{
  cursor: pointer;
  position: relative;
  top: 50%;
  left: 50%;
}

.browse-stand.up {
  padding: 0 15px;
  box-shadow: -6px 0 7px 3px #fff;
  z-index: 1;
}

.browse-stand.up svg{
  transform:rotate(180deg) translate(50%, 75%);
}

.browse-stand.down{
  padding: 0 15px;
  box-shadow: 6px 0 7px 3px #fff;
  z-index: 1;
}

.browse-stand.down svg {
  transform: translate(-50%, -75%);
}

.browse-stand .arrow {
  stroke: #37C1CC;
}