html,
body {
  height: 100%;
}
body {
  /*Chargement de Roboto webfont */
  /* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      CONTENT STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      DETAILS
  ----------------------------------------------------- */
  /*Options*/
  /* ---------------------------------------------------
     TCHAT
  ----------------------------------------------------- */
  /*sidebar right*/
  /*sidebar right tchat*/
  /* sidebar right footer*/
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
  font-family: "robotolight", Arial, sans-serif;
  background: #fafafa;
  overflow-x: hidden;
  /* Positionnement étoiles côte à côte */
  /*********************************************************
  *                                                        *
  *                Quality Form (w/ Thumbs)                *
  *                                                        *
  **********************************************************/
  /* Pop-up */
  /*
   * Utilitaires
   */
  /* DTMF */
  /* Tchat CSS */
}
@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack_italic';
  src: url('../fonts/roboto-blackitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold_italic';
  src: url('../fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('../fonts/roboto-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoitalic';
  src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'), url('../fonts/roboto-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight_italic';
  src: url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium_italic';
  src: url('../fonts/roboto-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin_italic';
  src: url('../fonts/roboto-thinitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* sur Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* sur Safari et Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* sur Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
body .h1 {
  font-weight: 300;
}
body .h2 {
  font-weight: 300;
}
body .h3 {
  font-weight: 300;
}
body .h4 {
  font-weight: 300;
}
body .h5 {
  font-weight: 300;
}
body .h6 {
  font-weight: 300;
}
body h1 {
  font-weight: 300;
}
body h2 {
  font-weight: 300;
}
body h3 {
  font-weight: 300;
}
body h4 {
  font-weight: 300;
}
body h5 {
  font-weight: 300;
}
body h6 {
  font-weight: 300;
}
body p {
  font-family: "robotolight", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}
body a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
body a:hover {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
body a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
body a .help-link {
  color: #422D4C;
}
body a .help-link:hover {
  color: #3172B6;
}
body .navbar {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  margin-top: -40px;
  box-shadow: 0px;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
  padding: 0 !important;
  z-index: 9;
}
body .navbar:hover {
  opacity: 1;
  transition: 0.5s;
}
body .navbar .btn-info {
  color: #FFFFFF !important;
  display: contents;
}
body .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
body .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
body i {
  display: inline-block;
}
body span {
  display: inline-block;
}
body .wrapper {
  display: flex;
  align-items: stretch;
}
body .options {
  background: #D8DBE7;
  width: 100%;
  text-align: right;
}
body .options button {
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #000000;
}
body .options p {
  color: #000000;
  line-height: 2.5625rem;
  margin: 0 6px 0 0;
}
body.aphasie #transferOverlay,
body.aphasie #connectionOverlay {
  height: calc(100% - 448px);
}
body.aphasie .circle-label {
  top: 200px;
}
body.aphasie .aphasie-container {
  width: 100%;
  height: 450px;
}
body.aphasie .img-responsive {
  height: calc(100% - 400px - 48px);
}
body.aphasie .aphasie-keyboard {
  width: 100%;
  height: 100%;
}
body.aphasie .aphasie-keyboard.disabled {
  pointer-events: none;
  opacity: 0.3;
}
body.aphasie #sidebar {
  pointer-events: none;
}
body.aphasie #sidebar a:not([href="#"]),
body.aphasie #sidebar button {
  pointer-events: auto;
}
body.aphasie .hide-on-aphasie {
  display: none;
}
body:not(.aphasie) .show-on-aphasie {
  display: none;
}
body #sidebar {
  min-width: 300px;
  max-width: 300px;
  background: #F3F5FB;
  border-right: 1px solid #D6DAE6;
  border-left: 1px solid #D6DAE6;
  color: #422D4C;
  transition: all 0.3s;
  cursor: pointer;
}
body #sidebar.help .list-unstyled {
  position: fixed;
}
body #sidebar h4,
body #sidebar h1 {
  text-align: center;
  display: block;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
body #sidebar h6 {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  display: inline;
  padding: 0 10px 0 10px;
}
body #sidebar h1 {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
}
body #sidebar h2 {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  display: inline;
  padding: 0 0 0 10px;
  font-size: 1rem;
}
body #sidebar ul li a {
  text-align: left;
  padding: 15px 10px;
  font-size: 0.9em;
  display: flex;
}
body #sidebar ul li a:hover {
  color: #3172B6;
}
body #sidebar ul li a i {
  font-size: 20px;
  margin-right: 10px;
}
body #sidebar ul li.active > a {
  color: #FFFFFF;
  background: #6d7fcc;
}
body #sidebar .sidebar-header {
  padding: 20px;
  min-height: 90px;
  background: #FFFFFF;
  border-bottom: 1px solid #D6DAE6;
  cursor: initial;
}
body #sidebar .sidebar-header .icon {
  display: none;
  font-size: 1.8em;
}
body #sidebar .sidebar-header.help h4 {
  text-transform: uppercase;
}
body #sidebar ul.components {
  padding: 20px 20px;
  display: inline;
}
body #sidebar .svg-inline--fa {
  font-size: 1.75em;
}
body #sidebar-right {
  min-width: 300px;
  max-width: 300px;
  background: #F3F5FB;
  border-right: 1px solid #D6DAE6;
  border-left: 1px solid #D6DAE6;
  color: #422D4C;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #sidebar-right h7,
body #sidebar-right h2 {
  text-align: center;
  display: block;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
body #sidebar-right h7 .help-link,
body #sidebar-right h2 .help-link {
  text-decoration: underline;
}
body #sidebar-right #collapseRightButton i {
  position: relative;
}
body #sidebar-right #collapseRightButton i::after {
  content: " ";
  position: absolute;
  width: 15px;
  right: 13px;
  top: 3px;
  height: 15px;
  background-color: transparent;
  border-radius: 10px;
  transition: background-color 0.3s ease-in;
}
body #sidebar-right #sidebarCollapseRight2.new-message {
  animation: bounce 2s ease infinite;
}
body #sidebar-right #sidebarCollapseRight2.new-message #collapseRightButton i {
  position: relative;
}
body #sidebar-right #sidebarCollapseRight2.new-message #collapseRightButton i::after {
  background-color: red;
}
body #sidebar-right h6 {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
body #sidebar-right ul li a {
  padding: 20px 10px;
  text-align: left;
  font-size: 0.85em;
  padding: 15px 10px;
  font-size: 0.9em;
  display: flex;
}
body #sidebar-right ul li.active > a {
  color: #FFFFFF;
  background: #6d7fcc;
}
body #sidebar-right .sidebar-header {
  padding: 20px;
  min-height: 90px;
  background: #FFFFFF;
  border-bottom: 1px solid #D6DAE6;
}
body #sidebar-right .sidebar-header label {
  display: none;
}
body #sidebar-right .sidebar-header h2 {
  text-align: center;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 1rem;
  font-weight: 400 ;
  font-family: "robotolight", Arial, sans-serif;
  line-height: 1.5;
}
body #sidebar-right .sidebar-header h2:not(#communicationState) {
  color: #DA4984 !important;
  font-weight: 800 !important;
  font-family: "robotobold", Arial, sans-serif;
}
body #sidebar-right.help .sidebar-header {
  background: #F3F5FB;
  border: none;
}
body #sidebar-right.help .modal__content {
  background: #FFFFFF;
}
body #sidebar-right.help .modal__content .main-section {
  position: relative;
  padding: 0 40px 0 40px;
}
body #sidebar-right.help .bloc-aide {
  margin: 25px 0;
}
body #sidebar-right.help .bloc-aide .boxed-red {
  color: #DA4984;
  margin: 10px auto 20px;
}
body #sidebar-right.help .bloc-aide ul.nlHelpList li {
  list-style: inherit;
}
body #sidebar-right.help .bloc-aide ul.nlHelpList li a {
  color: inherit;
  border: none;
  display: initial;
  color: #DA4984;
  border-bottom: 1px dotted #DA4984;
  padding: 0;
}
body #sidebar-right.help .bloc-aide p {
  font-family: 'robotolight', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #422D4C;
}
body #sidebar-right.help .bloc-aide a {
  color: #DA4984;
  border-bottom: 1px dotted #DA4984;
}
body #sidebar-right.help .bloc-aide a.btn-line-orange {
  border: none;
}
body #sidebar-right.help .bloc-aide h3 {
  color: #422D4C;
  margin-bottom: 7px !important;
  font-family: 'robotobold';
  font-weight: 300;
}
body #sidebar-right.help .bloc-aide li {
  list-style: none;
}
body #sidebar-right.help .btn {
  background: #DA4984;
  color: #fff;
  font-size: 1em;
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-block;
}
body #sidebar-right.help .btn:hover {
  background-color: #DA4984;
  opacity: 0.7;
}
body #sidebar-right ul.components {
  padding: 20px 20px;
  display: inline;
}
body #sidebar-right .btn-phone.btn-disabled {
  background-color: #D6DAE6;
}
body #sidebar-right .btn-phone.btn-disabled:hover {
  background-color: #d8dbe7;
}
body #sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}
body #sidebar.active .sidebar-header h4,
body #sidebar.active .sidebar-header h1,
body #sidebar.active .sidebar-header h2 {
  display: none;
}
body #sidebar.active .sidebar-header .icon {
  display: block;
  margin: auto;
}
body #sidebar.active h6,
body #sidebar.active h2 {
  display: none;
}
body #sidebar.active ul li a {
  padding: 20px 10px;
  text-align: left;
  font-size: 0.85em;
}
body #sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}
body #sidebar.active ul ul a {
  padding: 10px !important;
}
body #sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
body #sidebar.active #logo {
  max-width: 38px !important;
  display: block;
}
body #sidebarCollapseRight2 {
  display: none;
}
body #sidebar-right.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}
body #sidebar-right.active .btn-phone,
body #sidebar-right.active .btn-phone-out {
  width: 45px;
}
body #sidebar-right.active .sidebar-header {
  padding: 17px;
}
body #sidebar-right.active .sidebar-header h7,
body #sidebar-right.active .sidebar-header h2 {
  display: none;
}
body #sidebar-right.active .sidebar-header .btn_call_inactive + label.show-on-aphasie,
body #sidebar-right.active .sidebar-header .btn_hangup_inactive + label.show-on-aphasie {
  display: none;
}
body #sidebar-right.active h6 {
  display: none;
}
body #sidebar-right.active #sidebarCollapseRight2 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 78px;
  cursor: pointer;
}
body #sidebar-right.active #sidebarCollapseRight2 button {
  margin: unset;
}
body #sidebar-right.active .main-section {
  display: none;
}
body #sidebar-right.active .modal__footer {
  display: none;
}
body #sidebar-right.active .modal__content {
  display: none;
}
body #sidebar-right.active .txt-phone {
  display: none;
}
body #sidebar-right.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}
body #sidebar-right.active ul ul a {
  padding: 10px !important;
}
body #sidebar-right.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
body #sidebar-right.active .btn-info .fa-comments {
  display: inline-block;
  font-size: 1.2em;
  height: 70%;
  bottom: 0;
  padding: 15px;
  width: 100%;
  opacity: 1;
  color: #422D4C;
}
body #sidebar-right.active .btn-phone:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  width: 26px;
  height: 26px;
  left: 9px;
  top: 14px;
  background-size: 26px 26px;
  float: left;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
body #sidebar-right.active .btn-phone-out:before {
  content: "\f3dd";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  width: 26px;
  height: 26px;
  left: 9px;
  top: 14px;
  background-size: 26px 26px;
  float: left;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
body #sidebar-right.active .btn-phone.btn-disabled {
  background-color: #D6DAE6;
}
body #sidebar-right.active .btn-phone.btn-disabled:hover {
  background-color: #d8dbe7;
}
body #sidebar-right.active .temps:not(.minutes-passed) .chrono_heures,
body #sidebar-right.active .temps:not(.minutes-passed) .separator-heures-minutes {
  display: none;
}
body #sidebar-right.active .temps:not(.minutes-passed) .inline {
  margin: auto 1px;
}
body #sidebar-right.active .temps.minutes-passed .chrono_secondes,
body #sidebar-right.active .temps.minutes-passed .separator-minutes-secondes {
  display: none;
}
body #sidebar-right.active .chrono_icon {
  clear: both;
  width: 100%;
  margin-bottom: 5px;
}
body #sidebar-right.active .temps i,
body #sidebar-right.active .temps span {
  float: left;
}
body #sidebar-right.active .temps span {
  font-size: 15px;
}
body #sidebar-right.active #mute_audio {
  padding: 0;
}
body #sidebar-right.active #VuMeter {
  display: none;
}
body.aphasie #sidebar-right.active {
  min-width: 115px;
}
body.aphasie #sidebar-right.active label.show-on-aphasie {
  display: inline-block;
}
body #mute_audio {
  display: inline-block;
  font-size: 15px;
}
body .icon {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
body a[aria-expanded="true"] {
  color: #FFFFFF;
  background: #6d7fcc;
}
body a[data-toggle="collapse"] {
  position: relative;
}
body .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
body ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}
body ul.CTAs {
  padding: 20px;
  display: block;
  bottom: 0px;
  position: absolute;
}
body ul.CTAs a {
  text-align: center;
  font-size: 0.7em !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
}
body #content {
  width: 100%;
  position: relative;
  background: #F3F5FB;
  padding: 0px;
  min-height: 100vh;
  height: 100vh;
  transition: all 0.3s;
}
body .img-responsive {
  max-width: 100%;
  height: calc(100% - 48px);
  display: block;
  z-index: 1;
}
body #sidebarCollapseFull2 {
  cursor: pointer;
}
body .bottom-bar {
  background-color: #d8dbe7;
  height: 48px;
  width: 100%;
}
body .bottom-bar button[class$="_inactive"] {
  cursor: initial !important;
  opacity: 0.5;
}
body .bottom-bar button i {
  width: 32px;
  text-align: center;
}
body .btn {
  color: #422D4C;
  background-color: transparent;
  border-color: transparent;
  margin: auto;
  display: contents;
  font-size: 1.5em;
  border: none;
}
body .btn:hover {
  color: #422D4C;
  background-color: transparent;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn:focus {
  color: #422D4C;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn:active {
  color: #422D4C;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn:link {
  color: #422D4C;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn-info {
  color: #422D4C;
  background-color: transparent;
  border-color: transparent;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  border: none;
}
body .btn-info:hover {
  color: #422D4C;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn-info:focus {
  color: #422D4C;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn-info:active {
  color: #422D4C;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn-info:link {
  color: #422D4C;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body .btn-info .fa-comments {
  display: none;
  font-size: 1.2em;
  height: 70%;
  bottom: 0;
  padding: 15px;
  width: 100%;
  opacity: 0.001;
  cursor: pointer;
  border: none;
}
body .fa-clock {
  color: #422D4C;
}
body #logo {
  max-width: 150px;
  max-height: 150px;
  margin: 33px auto 10px;
  display: block;
  border-radius: 15px;
}
body .btn-phone {
  border: 0;
  width: 100%;
  padding: 10px 15px 10px 15px;
  border-radius: 100px;
  text-align: center;
  min-height: 44px;
  color: #FFFFFF;
  margin: 20px auto 20px;
  cursor: pointer;
  display: block;
  position: relative;
  background: #36AD45;
}
body .btn-phone:before {
  content: "";
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
  float: left;
  position: absolute;
  top: 24%;
  left: 40px;
}
body .btn-phone:hover {
  opacity: 0.75;
  color: #FFFFFF;
}
body .btn-phone-out {
  border: 0;
  width: 100%;
  display: none;
  padding: 10px 15px 10px 15px;
  border-radius: 100px;
  text-align: center;
  height: 44px;
  color: #FFFFFF;
  margin: 20px auto 20px;
  cursor: pointer;
  display: block;
  position: relative;
  background: #E94E3C;
}
body .btn-phone-out:hover {
  opacity: 0.75;
  color: #FFFFFF;
}
body .btn_call,
body .btn_hangup {
  display: block;
}
body .btn_call_inactive,
body .btn_hangup_inactive {
  display: none;
}
body .temps-wrapper {
  text-align: center;
}
body .temps-wrapper .temps {
  display: inline-block;
}
body .temps .inline {
  margin: auto 1px;
}
body span.phone-on,
body span.phone-off {
  width: 14px;
  height: 14px;
  background-color: #36AD45;
  border-radius: 50%;
  margin-left: 5px;
}
body span.phone-off {
  background-color: #e72d4f;
}
body b.contraste-blanc {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
body b.contraste-noir {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #151515;
  border-radius: 50%;
}
body #video-audio {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: none;
  border: 0;
  font-size: 1.2em;
}
body .modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
body .modal.open {
  display: block;
}
body .modal__header {
  bottom: 0;
  background: grey;
}
body .modal__content {
  position: relative;
  overflow-y: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #F3F5FB;
}
body .modal__footer {
  position: absolute;
  bottom: 0;
  background: #F3F5FB;
  border-top: 1px solid #E6E6E6;
  z-index: 40;
}
body .main-section {
  position: absolute;
  width: 100%;
  margin: auto;
}
body .main-section small {
  font-size: 11px;
  margin-top: 6px;
}
body .main-section h3 {
  margin: 0px;
}
body .main-section h5 {
  margin: 0px;
}
body .overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #qualityFormPopup {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
body .form-thanks {
  display: none;
  text-align: center;
  font-size: 16px;
}
body #qualityFormPopup .container {
  width: 510px;
  color: #422D4C;
}
body #qualityFormPopup .container .error-required label {
  color: #e72d4f;
}
body #qualityFormPopup .container form {
  background-color: #F3F5FB;
  border-radius: none;
  height: unset;
  max-height: unset;
  border: none;
  margin: unset;
  padding: 0 20px;
}
body #qualityFormPopup .container label {
  margin-top: 13px;
}
body #qualityFormPopup .container .header {
  padding: 20px 0 5px 0;
  font-weight: bold;
}
body section {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 14px;
  background-color: #F3F5FB;
}
body section .header {
  color: #422D4C;
  text-align: center;
  padding: 10px;
  margin: 0px;
  text-transform: uppercase;
  background-color: #F3F5FB;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
}
body section form {
  background-color: #F3F5FB;
  border-radius: 0px 0px 10px 10px;
  height: 553px;
  max-height: 553px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .fa-star {
  padding: 0.15rem;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #422D4C;
  cursor: pointer;
  /* Si elle porte en plus la classe '.gold', elle restera violette (JS) */
}
body .fa-star.active {
  -webkit-text-fill-color: #422D4C;
}
body .stars {
  display: flex;
  font-size: 22px;
  /* :hover => violet */
  /* Si :hover une étoile en particulier, on sélectionne toutes les étoiles > celle-ci
  grâce à l'opérateur '~' et on peint en white */
}
body .stars:hover .fa-star,
body .stars:focus-within .fa-star {
  -webkit-text-fill-color: #422D4C;
}
body .stars .fa-star:hover ~ .fa-star,
body .stars .fa-star:focus ~ .fa-star {
  -webkit-text-fill-color: white;
}
body .starQuestion {
  margin-bottom: 15px;
}
body .select-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 70%;
  align-items: center;
}
body .select-wrapper::after {
  content: "▼";
  font-size: 12px;
  height: 100%;
  right: 10px;
  display: flex;
  position: absolute;
  align-items: center;
}
body .tagGroup {
  padding: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
}
body .tagGroup div {
  border-radius: 20px;
  background-color: #422D4C;
  opacity: 0.6;
  padding: 6px 10px;
  font-weight: 400;
  margin: 4px 2px;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
body .tagGroup div:hover {
  opacity: 1;
  cursor: pointer;
}
body .tagGroup div.active {
  opacity: 1;
}
body .form-container {
  padding: 20px 20px 0px 20px;
}
body form textarea {
  padding: 6px 8px;
  margin-top: 4px;
  border-radius: 10px;
  border: 1px solid #422D4C;
  width: 100%;
  height: 100px;
  overflow-wrap: break-word;
  font-size: 14px;
  resize: none;
  color: black;
  background-color: white;
}
body form textarea:focus {
  border: 2px solid #422D4C;
}
body .form-footer-row {
  display: flex;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}
body .form-footer-row div {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .form-footer-row div a {
  cursor: pointer;
}
body .form-footer-row button.btn {
  height: 44px;
  background-color: #422D4C !important;
  color: #FFFFFF;
  border-radius: 40px;
  padding: 0px 35px;
  font-size: 15px;
  line-height: 44px;
  display: inline-block;
}
body .form-footer-row button.btn:hover,
body .form-footer-row button.btn:focus {
  background: #422D4C;
  color: #FFFFFF;
  opacity: 0.75;
}
body .thumbs {
  display: flex;
}
body .thumbs i {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: #422D4C;
  margin: 2px 5px;
  font-size: 23px;
  cursor: pointer;
}
body .thumbs i:first-child:hover,
body .thumbs i:first-child:focus {
  -webkit-text-fill-color: #36AD45;
  -webkit-text-stroke-color: #36AD45;
}
body .thumbs i:first-child.active {
  -webkit-text-fill-color: #36AD45;
  -webkit-text-stroke-color: #36AD45;
}
body .thumbs i:last-child:hover,
body .thumbs i:last-child:focus {
  -webkit-text-fill-color: #E94E3C;
  -webkit-text-stroke-color: #E94E3C;
}
body .thumbs i:last-child.active {
  -webkit-text-fill-color: #E94E3C;
  -webkit-text-stroke-color: #E94E3C;
}
body .VuMeterContainer {
  width: 5px;
  background: transparent;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  z-index: 50;
}
body .VuMeterBarContainer {
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body .localVuMeterBar,
body .remoteVuMeterBar {
  height: calc(50% - 7px);
  display: block;
  clear: both;
}
body .remoteVuMeterBar {
  margin-bottom: 15px;
}
body .VuMeterBar {
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(to bottom, #e72d4f 0%, #ffa84c 100%);
  background: -webkit-linear-gradient(to bottom, #e72d4f 0%, #ffa84c 100%);
  background: linear-gradient(to bottom, #e72d4f 0%, #ffa84c 100%);
  border-radius: 10px;
}
body .localVuMeterBar .VuMeterFooter,
body .remoteVuMeterBar .VuMeterFooter {
  height: 25px;
  color: #F3F5FB;
  padding-top: 6px;
  font-size: 13px;
}
body .VuMeterBarShrinker {
  background-color: #F3F5FB;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.1s linear !important;
  -moz-transition: height 0.1s linear !important;
  -ms-transition: height 0.1s linear !important;
  -o-transition: height 0.1s linear !important;
  transition: height 0.1s linear !important;
}
body .section {
  width: 100%;
}
body .flex-chat,
body .ddchat,
body .section,
body .main-section {
  height: 100%;
}
body .historique_T140_wrapper,
body .historique_T140 {
  background-color: #F3F5FB !important;
}
body #historique_T140.historique_T140 {
  position: absolute;
  height: 100%;
  font-family: "robotolight", Arial, sans-serif;
  padding: 0px;
  list-style: none;
  margin: 0px auto;
  width: 100%;
  padding: 0 5% 0 5%;
  font-size: 0px;
}
body #historique_T140.historique_T140 p {
  position: relative;
  width: 100%;
  padding: 7px 0px;
  clear: both;
}
body #historique_T140.historique_T140 p.tchat_ligne_distant {
  float: left;
}
body #historique_T140.historique_T140 p.tchat_ligne_distant img {
  position: absolute;
  width: 28px;
  bottom: 36px;
}
body #historique_T140.historique_T140 p.tchat_ligne_distant span:not(#tchat_header) {
  margin-left: 40px;
  background: #422D4C !important;
  color: #FFFFFF !important;
  position: relative;
  width: calc(100% - 40px);
}
body #historique_T140.historique_T140 p.tchat_ligne_distant span:not(#tchat_header):before {
  /*
          content: " ";
          background-image: url(../images/commun/texte.svg);
        */
  position: absolute;
  left: -40px;
  bottom: -2px;
  width: 30px;
}
body #historique_T140.historique_T140 p.tchat_ligne_distant span#tchat_header {
  right: 0;
  padding-left: 5px;
  width: calc(100% - 40px);
}
body #historique_T140.historique_T140 p.tchat_ligne_distant:not([id=""]) span#tchat_header {
  display: none;
}
body #historique_T140.historique_T140 p.tchat_ligne_distant small {
  float: left;
  color: #422D4C;
  margin-left: 45px;
}
body #historique_T140.historique_T140 p.tchat_ligne_local {
  float: right;
  text-align: right;
}
body #historique_T140.historique_T140 p.tchat_ligne_local span:not(#tchat_header) {
  margin-right: 1px;
  background: #FFFFFF !important;
  color: #422D4C !important;
  position: relative;
}
body #historique_T140.historique_T140 p.tchat_ligne_local span#tchat_header {
  left: 0;
  text-align: right;
  padding-right: 5px;
}
body #historique_T140.historique_T140 p.tchat_ligne_local small {
  float: right;
  color: #422D4C;
  margin-right: 9px;
}
body #historique_T140.historique_T140 span:not(#tchat_header) {
  font-weight: 300;
  padding: 9px 14px;
  line-height: 1.3em;
  border-radius: 7px;
  width: 100%;
  z-index: 20;
  word-wrap: break-word;
  font-family: sans-serif !important;
  cursor: initial;
}
body #historique_T140.historique_T140 span#tchat_header {
  position: absolute;
  bottom: -10px;
  color: #000000 !important;
  z-index: 99;
  display: block;
  width: 100%;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
}
body .btn-dtmf {
  background-color: #422D4C;
  -webkit-mask: url(../images/commun/clavier-number.svg) no-repeat center;
  mask: url(../images/commun/clavier-number.svg) no-repeat center;
  width: 40px;
  position: absolute;
  height: 130px;
  padding: 4px 0;
  right: 16px;
  bottom: 64px;
  border: none;
  color: #D8DBE7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .btn-dtmf:enabled:focus {
  outline: none;
}
body .btn-dtmf:enabled:hover {
  color: #422D4C;
}
body .btn-dtmf:not(:enabled) {
  cursor: initial;
  background: transparent;
}
body .btn-dtmf img {
  width: 40px;
}
body .section-bottom {
  width: 299px;
  padding-left: 7px;
}
body .section-bottom input {
  border: 0px;
  font-size: 1em;
  padding: 16px 13px;
  width: 80%;
  background: none;
}
body .section-bottom .A-little {
  font-size: 12px;
  line-height: 18px;
}
body form {
  border: 1px solid #D8DBE7;
  background: #FFF;
  border-radius: 15px;
  margin: 15px;
}
body form textarea:disabled {
  opacity: 0.5;
}
body #localVideo,
body #remoteVideo {
  background: #000000;
}
body #remoteVideo {
  visibility: hidden;
}
body .modal {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  transition: opacity 0.25s ease;
  background-color: rgba(61, 60, 64, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfbbe65', endColorstr='#cce04786', GradientType=0);
  /* IE6-9 */
  z-index: 101;
}
body .modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
body .modal-state {
  display: none;
}
body .modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}
body .modal-state:checked + .modal .modal__inner {
  top: 0;
}
body .modal__inner h2 {
  font-size: 2em;
  color: #422D4C;
}
body .modal__inner {
  transition: top 0.25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 735px;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 400px;
  text-align: center;
  -moz-box-shadow: 0px 0px 25px -5px #151515;
  -webkit-box-shadow: 0px 0px 25px -5px #151515;
  -o-box-shadow: 0px 0px 25px -5px #151515;
  box-shadow: 0px 0px 25px -5px #151515;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#151515, Direction=NaN, Strength=25);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body .modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
body .modal__close:after,
body .modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
body .modal__close:hover:after,
body .modal__close:hover:before {
  background: #aaa;
}
body .modal__close:before {
  transform: rotate(-45deg);
}
body .width100 {
  width: 100%;
}
body .height100 {
  height: 100%;
}
body .font-12 {
  font-size: 12px;
}
body .font-13 {
  font-size: 13px;
}
body .no-padding {
  padding: 0;
}
body #plugin,
body #pluginObject,
body #over {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body #saisie_T140 {
  border-radius: 15px;
  width: calc(100% - 50px);
  height: 130px;
}
body .lds-ring {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 5px;
}
body .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 4px solid #422D4C;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #422D4C transparent transparent transparent;
}
body .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
body .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
body .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
body .dtmf {
  background: #FFF;
  height: 174px;
  z-index: 90;
  position: absolute;
  bottom: 48px;
  max-width: 300px !important;
  width: 100%;
  border-top: solid 1px #d8dbe7;
  display: none;
}
body .dtmf-container {
  width: 185px;
  margin: 0px auto;
  padding: 9px 0;
}
body .close_dtmf {
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  float: right;
  padding: 4px;
  border: 1px solid #d8dbe7;
  border-radius: 50px;
  margin: 10px;
  cursor: pointer;
  line-height: 20px;
  color: #422D4C;
}
body span.clv {
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  margin: 1% 4%;
  font-size: 20px;
  text-decoration: none;
  color: #422D4C;
  background: #d8dbe7;
  transition: all 0.3s ease-in-out;
  padding: unset;
  cursor: pointer;
}
body span.clv:active,
body span.clv:hover {
  background: #422D4C;
  color: #F3F5FB;
}
body .row {
  margin-left: 20px;
}
body .commheader,
body #tchatToolbar {
  display: none;
}
body #resizableHistory {
  flex: 1;
  overflow-y: auto;
  cursor: pointer;
}
body #resizableChat {
  border-top: 1px solid #D8DBE7;
  background-color: #F3F5FB !important;
  margin-bottom: 48px;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  body #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: 0px !important;
    margin-left: 0;
  }
  body #sidebar #logo {
    max-width: 50px !important;
    height: auto;
    display: block;
  }
  body #sidebar .sidebar-header h4,
  body #sidebar .sidebar-header h1 {
    display: none;
  }
  body #sidebar .sidebar-header .icon {
    display: block;
    margin: auto;
  }
  body #sidebar h6,
  body #sidebar h2 {
    display: none;
  }
  body #sidebar ul li a {
    padding: 20px 10px;
  }
  body #sidebar ul li a span {
    font-size: 0.85em;
  }
  body #sidebar ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.3em;
  }
  body #sidebar ul ul a {
    padding: 10px !important;
  }
  body #sidebar.active {
    margin-left: 0 !important;
  }
  body #sidebar-right .sidebar-header h7,
  body #sidebar-right .sidebar-header h2 {
    display: none;
  }
  body #sidebar-right.active h6 {
    display: none;
  }
  body #sidebar-right.active .main-section {
    display: none;
  }
  body #sidebar-right.active .modal__footer {
    display: none;
  }
  body #sidebar-right.active .txt-phone {
    display: none;
  }
  body #sidebarCollapse span {
    display: none;
  }
}
body .switch-btn-cont {
  margin-right: -8%;
}
body .increase {
  margin-right: auto;
}
body.textonly {
  background: #d8dbe7;
  /* DTMF */
}
body.textonly .switch-btn-cont {
  margin-right: -2%;
}
body.textonly .increase {
  margin-right: 4%;
}
body.textonly #content {
  width: 0%;
}
body.textonly .modal__footer {
  width: 100%;
}
body.textonly .modal__footer .section-bottom {
  width: 100%;
}
body.textonly #localVideo,
body.textonly #remoteVideo,
body.textonly #mute_loopBackVideo,
body.textonly #mute_video,
body.textonly #mute_speakers {
  display: none;
}
body.textonly #sidebar-right {
  position: relative;
  min-width: 300px;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
body.textonly .btn-phone,
body.textonly .btn-phone-out {
  border: 0;
  width: 100%;
  max-width: 350px;
  margin: 10px auto 10px;
}
body.textonly #resizableHistory {
  cursor: auto;
}
body.textonly .dtmf {
  position: absolute;
  bottom: 48px;
  max-width: 990px !important;
  width: 100%;
  border-top: solid 1px #d8dbe7;
  display: none;
}
body.textonly .dtmf-container {
  width: 185px;
  margin: 0px auto;
  padding: 9px 0;
}
@media (max-width: 768px) {
  body.textonly .modal__footer {
    width: 100%;
  }
}
body .onoffswitch {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  position: relative;
  width: 68%;
}
body .onoffswitch-checkbox {
  display: none;
}
body .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
body .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
body .onoffswitch-label {
  border-radius: 35px;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
body .onoffswitch-inner {
  display: block;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  width: 200%;
}
body .onoffswitch-inner:before {
  background-color: #422D4C;
  box-sizing: border-box;
  color: white;
  display: block;
  float: left;
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 35px;
  padding: 0 35px 0 0;
  width: 50%;
}
body .onoffswitch-inner:after {
  background-color: #444444;
  box-sizing: border-box;
  color: white;
  display: block;
  float: left;
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 35px;
  padding: 0 10px 0 0;
  text-align: right;
  width: 50%;
}
body .onoffswitch-switch {
  background: #ffffff;
  border-radius: 35px;
  border: 2px solid #999999;
  bottom: 0;
  display: block;
  margin: 10%;
  position: absolute;
  right: 60%;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 17px;
  height: 17px;
}
body.rtl .switch-btn-cont {
  margin-right: unset;
}
body.rtl #sidebar h2 {
  padding: 0 10px 0 0;
}
body.accessible {
  /*Chargement de Roboto webfont */
  /* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      CONTENT STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      DETAILS
  ----------------------------------------------------- */
  /*Options*/
  /* ---------------------------------------------------
     TCHAT
  ----------------------------------------------------- */
  /*sidebar right*/
  /*sidebar right tchat*/
  /* sidebar right footer*/
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
  font-family: "robotolight", Arial, sans-serif;
  background: #fafafa;
  overflow-x: hidden;
  /* Positionnement étoiles côte à côte */
  /*********************************************************
  *                                                        *
  *                Quality Form (w/ Thumbs)                *
  *                                                        *
  **********************************************************/
  /* Pop-up */
  /*
   * Utilitaires
   */
  /* DTMF */
  /* Tchat CSS */
}
@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack_italic';
  src: url('../fonts/roboto-blackitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold_italic';
  src: url('../fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('../fonts/roboto-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoitalic';
  src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'), url('../fonts/roboto-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight_italic';
  src: url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium_italic';
  src: url('../fonts/roboto-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin_italic';
  src: url('../fonts/roboto-thinitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* sur Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* sur Safari et Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* sur Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
body.accessible .h1 {
  font-weight: 300;
}
body.accessible .h2 {
  font-weight: 300;
}
body.accessible .h3 {
  font-weight: 300;
}
body.accessible .h4 {
  font-weight: 300;
}
body.accessible .h5 {
  font-weight: 300;
}
body.accessible .h6 {
  font-weight: 300;
}
body.accessible h1 {
  font-weight: 300;
}
body.accessible h2 {
  font-weight: 300;
}
body.accessible h3 {
  font-weight: 300;
}
body.accessible h4 {
  font-weight: 300;
}
body.accessible h5 {
  font-weight: 300;
}
body.accessible h6 {
  font-weight: 300;
}
body.accessible p {
  font-family: "robotolight", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}
body.accessible a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
body.accessible a:hover {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
body.accessible a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
body.accessible a .help-link {
  color: #FFFFFF;
}
body.accessible a .help-link:hover {
  color: #3172B6;
}
body.accessible .navbar {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  margin-top: -40px;
  box-shadow: 0px;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
  padding: 0 !important;
  z-index: 9;
}
body.accessible .navbar:hover {
  opacity: 1;
  transition: 0.5s;
}
body.accessible .navbar .btn-info {
  color: #FFFFFF !important;
  display: contents;
}
body.accessible .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
body.accessible .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
body.accessible i {
  display: inline-block;
}
body.accessible span {
  display: inline-block;
}
body.accessible .wrapper {
  display: flex;
  align-items: stretch;
}
body.accessible .options {
  background: #000000;
  width: 100%;
  text-align: right;
}
body.accessible .options button {
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
}
body.accessible .options p {
  color: #FFFFFF;
  line-height: 2.5625rem;
  margin: 0 6px 0 0;
}
body.accessible.aphasie #transferOverlay,
body.accessible.aphasie #connectionOverlay {
  height: calc(100% - 448px);
}
body.accessible.aphasie .circle-label {
  top: 200px;
}
body.accessible.aphasie .aphasie-container {
  width: 100%;
  height: 450px;
}
body.accessible.aphasie .img-responsive {
  height: calc(100% - 400px - 48px);
}
body.accessible.aphasie .aphasie-keyboard {
  width: 100%;
  height: 100%;
}
body.accessible.aphasie .aphasie-keyboard.disabled {
  pointer-events: none;
  opacity: 0.3;
}
body.accessible.aphasie #sidebar {
  pointer-events: none;
}
body.accessible.aphasie #sidebar a:not([href="#"]),
body.accessible.aphasie #sidebar button {
  pointer-events: auto;
}
body.accessible.aphasie .hide-on-aphasie {
  display: none;
}
body.accessible:not(.aphasie) .show-on-aphasie {
  display: none;
}
body.accessible #sidebar {
  min-width: 300px;
  max-width: 300px;
  background: #000000;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s;
  cursor: pointer;
}
body.accessible #sidebar.help .list-unstyled {
  position: fixed;
}
body.accessible #sidebar h4,
body.accessible #sidebar h1 {
  text-align: center;
  display: block;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
body.accessible #sidebar h6 {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  display: inline;
  padding: 0 10px 0 10px;
}
body.accessible #sidebar h1 {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
}
body.accessible #sidebar h2 {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  display: inline;
  padding: 0 0 0 10px;
  font-size: 1rem;
}
body.accessible #sidebar ul li a {
  text-align: left;
  padding: 15px 10px;
  font-size: 0.9em;
  display: flex;
}
body.accessible #sidebar ul li a:hover {
  color: #3172B6;
}
body.accessible #sidebar ul li a i {
  font-size: 20px;
  margin-right: 10px;
}
body.accessible #sidebar ul li.active > a {
  color: #FFFFFF;
  background: #6d7fcc;
}
body.accessible #sidebar .sidebar-header {
  padding: 20px;
  min-height: 90px;
  background: #000000;
  border-bottom: 1px solid #FFFFFF;
  cursor: initial;
}
body.accessible #sidebar .sidebar-header .icon {
  display: none;
  font-size: 1.8em;
}
body.accessible #sidebar .sidebar-header.help h4 {
  text-transform: uppercase;
}
body.accessible #sidebar ul.components {
  padding: 20px 20px;
  display: inline;
}
body.accessible #sidebar .svg-inline--fa {
  font-size: 1.75em;
}
body.accessible #sidebar-right {
  min-width: 300px;
  max-width: 300px;
  background: #000000;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.accessible #sidebar-right h7,
body.accessible #sidebar-right h2 {
  text-align: center;
  display: block;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
body.accessible #sidebar-right h7 .help-link,
body.accessible #sidebar-right h2 .help-link {
  text-decoration: underline;
}
body.accessible #sidebar-right #collapseRightButton i {
  position: relative;
}
body.accessible #sidebar-right #collapseRightButton i::after {
  content: " ";
  position: absolute;
  width: 15px;
  right: 13px;
  top: 3px;
  height: 15px;
  background-color: transparent;
  border-radius: 10px;
  transition: background-color 0.3s ease-in;
}
body.accessible #sidebar-right #sidebarCollapseRight2.new-message {
  animation: bounce 2s ease infinite;
}
body.accessible #sidebar-right #sidebarCollapseRight2.new-message #collapseRightButton i {
  position: relative;
}
body.accessible #sidebar-right #sidebarCollapseRight2.new-message #collapseRightButton i::after {
  background-color: red;
}
body.accessible #sidebar-right h6 {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
body.accessible #sidebar-right ul li a {
  padding: 20px 10px;
  text-align: left;
  font-size: 0.85em;
  padding: 15px 10px;
  font-size: 0.9em;
  display: flex;
}
body.accessible #sidebar-right ul li.active > a {
  color: #FFFFFF;
  background: #6d7fcc;
}
body.accessible #sidebar-right .sidebar-header {
  padding: 20px;
  min-height: 90px;
  background: #000000;
  border-bottom: 1px solid #D6DAE6;
}
body.accessible #sidebar-right .sidebar-header label {
  display: none;
}
body.accessible #sidebar-right .sidebar-header h2 {
  text-align: center;
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 1rem;
  font-weight: 400 ;
  font-family: "robotolight", Arial, sans-serif;
  line-height: 1.5;
}
body.accessible #sidebar-right .sidebar-header h2:not(#communicationState) {
  color: #DA4984 !important;
  font-weight: 800 !important;
  font-family: "robotobold", Arial, sans-serif;
}
body.accessible #sidebar-right.help .sidebar-header {
  background: #000000;
  border: none;
}
body.accessible #sidebar-right.help .modal__content {
  background: #000000;
}
body.accessible #sidebar-right.help .modal__content .main-section {
  position: relative;
  padding: 0 40px 0 40px;
}
body.accessible #sidebar-right.help .bloc-aide {
  margin: 25px 0;
}
body.accessible #sidebar-right.help .bloc-aide .boxed-red {
  color: #DA4984;
  margin: 10px auto 20px;
}
body.accessible #sidebar-right.help .bloc-aide ul.nlHelpList li {
  list-style: inherit;
}
body.accessible #sidebar-right.help .bloc-aide ul.nlHelpList li a {
  color: inherit;
  border: none;
  display: initial;
  color: #DA4984;
  border-bottom: 1px dotted #DA4984;
  padding: 0;
}
body.accessible #sidebar-right.help .bloc-aide p {
  font-family: 'robotolight', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #FFFFFF;
}
body.accessible #sidebar-right.help .bloc-aide a {
  color: #DA4984;
  border-bottom: 1px dotted #DA4984;
}
body.accessible #sidebar-right.help .bloc-aide a.btn-line-orange {
  border: none;
}
body.accessible #sidebar-right.help .bloc-aide h3 {
  color: #FFFFFF;
  margin-bottom: 7px !important;
  font-family: 'robotobold';
  font-weight: 300;
}
body.accessible #sidebar-right.help .bloc-aide li {
  list-style: none;
}
body.accessible #sidebar-right.help .btn {
  background: #DA4984;
  color: #fff;
  font-size: 1em;
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-block;
}
body.accessible #sidebar-right.help .btn:hover {
  background-color: #DA4984;
  opacity: 0.7;
}
body.accessible #sidebar-right ul.components {
  padding: 20px 20px;
  display: inline;
}
body.accessible #sidebar-right .btn-phone.btn-disabled {
  background-color: #FFFFFF;
}
body.accessible #sidebar-right .btn-phone.btn-disabled:hover {
  background-color: #3d3c40;
}
body.accessible #sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}
body.accessible #sidebar.active .sidebar-header h4,
body.accessible #sidebar.active .sidebar-header h1,
body.accessible #sidebar.active .sidebar-header h2 {
  display: none;
}
body.accessible #sidebar.active .sidebar-header .icon {
  display: block;
  margin: auto;
}
body.accessible #sidebar.active h6,
body.accessible #sidebar.active h2 {
  display: none;
}
body.accessible #sidebar.active ul li a {
  padding: 20px 10px;
  text-align: left;
  font-size: 0.85em;
}
body.accessible #sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}
body.accessible #sidebar.active ul ul a {
  padding: 10px !important;
}
body.accessible #sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
body.accessible #sidebar.active #logo {
  max-width: 38px !important;
  display: block;
}
body.accessible #sidebarCollapseRight2 {
  display: none;
}
body.accessible #sidebar-right.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}
body.accessible #sidebar-right.active .btn-phone,
body.accessible #sidebar-right.active .btn-phone-out {
  width: 45px;
}
body.accessible #sidebar-right.active .sidebar-header {
  padding: 17px;
}
body.accessible #sidebar-right.active .sidebar-header h7,
body.accessible #sidebar-right.active .sidebar-header h2 {
  display: none;
}
body.accessible #sidebar-right.active .sidebar-header .btn_call_inactive + label.show-on-aphasie,
body.accessible #sidebar-right.active .sidebar-header .btn_hangup_inactive + label.show-on-aphasie {
  display: none;
}
body.accessible #sidebar-right.active h6 {
  display: none;
}
body.accessible #sidebar-right.active #sidebarCollapseRight2 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 78px;
  cursor: pointer;
}
body.accessible #sidebar-right.active #sidebarCollapseRight2 button {
  margin: unset;
}
body.accessible #sidebar-right.active .main-section {
  display: none;
}
body.accessible #sidebar-right.active .modal__footer {
  display: none;
}
body.accessible #sidebar-right.active .modal__content {
  display: none;
}
body.accessible #sidebar-right.active .txt-phone {
  display: none;
}
body.accessible #sidebar-right.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}
body.accessible #sidebar-right.active ul ul a {
  padding: 10px !important;
}
body.accessible #sidebar-right.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
body.accessible #sidebar-right.active .btn-info .fa-comments {
  display: inline-block;
  font-size: 1.2em;
  height: 70%;
  bottom: 0;
  padding: 15px;
  width: 100%;
  opacity: 1;
  color: #FFFFFF;
}
body.accessible #sidebar-right.active .btn-phone:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  width: 26px;
  height: 26px;
  left: 9px;
  top: 14px;
  background-size: 26px 26px;
  float: left;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
body.accessible #sidebar-right.active .btn-phone-out:before {
  content: "\f3dd";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  width: 26px;
  height: 26px;
  left: 9px;
  top: 14px;
  background-size: 26px 26px;
  float: left;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
body.accessible #sidebar-right.active .btn-phone.btn-disabled {
  background-color: #FFFFFF;
}
body.accessible #sidebar-right.active .btn-phone.btn-disabled:hover {
  background-color: #3d3c40;
}
body.accessible #sidebar-right.active .temps:not(.minutes-passed) .chrono_heures,
body.accessible #sidebar-right.active .temps:not(.minutes-passed) .separator-heures-minutes {
  display: none;
}
body.accessible #sidebar-right.active .temps:not(.minutes-passed) .inline {
  margin: auto 1px;
}
body.accessible #sidebar-right.active .temps.minutes-passed .chrono_secondes,
body.accessible #sidebar-right.active .temps.minutes-passed .separator-minutes-secondes {
  display: none;
}
body.accessible #sidebar-right.active .chrono_icon {
  clear: both;
  width: 100%;
  margin-bottom: 5px;
}
body.accessible #sidebar-right.active .temps i,
body.accessible #sidebar-right.active .temps span {
  float: left;
}
body.accessible #sidebar-right.active .temps span {
  font-size: 15px;
}
body.accessible #sidebar-right.active #mute_audio {
  padding: 0;
}
body.accessible #sidebar-right.active #VuMeter {
  display: none;
}
body.accessible.aphasie #sidebar-right.active {
  min-width: 115px;
}
body.accessible.aphasie #sidebar-right.active label.show-on-aphasie {
  display: inline-block;
}
body.accessible #mute_audio {
  display: inline-block;
  font-size: 15px;
}
body.accessible .icon {
  position: relative;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}
body.accessible a[aria-expanded="true"] {
  color: #FFFFFF;
  background: #6d7fcc;
}
body.accessible a[data-toggle="collapse"] {
  position: relative;
}
body.accessible .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
body.accessible ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}
body.accessible ul.CTAs {
  padding: 20px;
  display: block;
  bottom: 0px;
  position: absolute;
}
body.accessible ul.CTAs a {
  text-align: center;
  font-size: 0.7em !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
}
body.accessible #content {
  width: 100%;
  position: relative;
  background: #000000;
  padding: 0px;
  min-height: 100vh;
  height: 100vh;
  transition: all 0.3s;
}
body.accessible .img-responsive {
  max-width: 100%;
  height: calc(100% - 48px);
  display: block;
  z-index: 1;
}
body.accessible #sidebarCollapseFull2 {
  cursor: pointer;
}
body.accessible .bottom-bar {
  background-color: #3d3c40;
  height: 48px;
  width: 100%;
}
body.accessible .bottom-bar button[class$="_inactive"] {
  cursor: initial !important;
  opacity: 0.5;
}
body.accessible .bottom-bar button i {
  width: 32px;
  text-align: center;
}
body.accessible .btn {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  margin: auto;
  display: contents;
  font-size: 1.5em;
  border: none;
}
body.accessible .btn:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn:focus {
  color: #FFFFFF;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn:active {
  color: #FFFFFF;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn:link {
  color: #FFFFFF;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn-info {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  border: none;
}
body.accessible .btn-info:hover {
  color: #FFFFFF;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn-info:focus {
  color: #FFFFFF;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn-info:active {
  color: #FFFFFF;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn-info:link {
  color: #FFFFFF;
  background-color: transparent !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body.accessible .btn-info .fa-comments {
  display: none;
  font-size: 1.2em;
  height: 70%;
  bottom: 0;
  padding: 15px;
  width: 100%;
  opacity: 0.001;
  cursor: pointer;
  border: none;
}
body.accessible .fa-clock {
  color: #FFFFFF;
}
body.accessible #logo {
  max-width: 150px;
  max-height: 150px;
  margin: 33px auto 10px;
  display: block;
  border-radius: 15px;
}
body.accessible .btn-phone {
  border: 0;
  width: 100%;
  padding: 10px 15px 10px 15px;
  border-radius: 100px;
  text-align: center;
  min-height: 44px;
  color: #FFFFFF;
  margin: 20px auto 20px;
  cursor: pointer;
  display: block;
  position: relative;
  background: #36AD45;
}
body.accessible .btn-phone:before {
  content: "";
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
  float: left;
  position: absolute;
  top: 24%;
  left: 40px;
}
body.accessible .btn-phone:hover {
  opacity: 0.75;
  color: #FFFFFF;
}
body.accessible .btn-phone-out {
  border: 0;
  width: 100%;
  display: none;
  padding: 10px 15px 10px 15px;
  border-radius: 100px;
  text-align: center;
  height: 44px;
  color: #FFFFFF;
  margin: 20px auto 20px;
  cursor: pointer;
  display: block;
  position: relative;
  background: #E94E3C;
}
body.accessible .btn-phone-out:hover {
  opacity: 0.75;
  color: #FFFFFF;
}
body.accessible .btn_call,
body.accessible .btn_hangup {
  display: block;
}
body.accessible .btn_call_inactive,
body.accessible .btn_hangup_inactive {
  display: none;
}
body.accessible .temps-wrapper {
  text-align: center;
}
body.accessible .temps-wrapper .temps {
  display: inline-block;
}
body.accessible .temps .inline {
  margin: auto 1px;
}
body.accessible span.phone-on,
body.accessible span.phone-off {
  width: 14px;
  height: 14px;
  background-color: #36AD45;
  border-radius: 50%;
  margin-left: 5px;
}
body.accessible span.phone-off {
  background-color: #e72d4f;
}
body.accessible b.contraste-blanc {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
body.accessible b.contraste-noir {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #000000;
  border-radius: 50%;
}
body.accessible #video-audio {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: none;
  border: 0;
  font-size: 1.2em;
}
body.accessible .modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
body.accessible .modal.open {
  display: block;
}
body.accessible .modal__header {
  bottom: 0;
  background: grey;
}
body.accessible .modal__content {
  position: relative;
  overflow-y: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #000000;
}
body.accessible .modal__footer {
  position: absolute;
  bottom: 0;
  background: #000000;
  border-top: 1px solid #E6E6E6;
  z-index: 40;
}
body.accessible .main-section {
  position: absolute;
  width: 100%;
  margin: auto;
}
body.accessible .main-section small {
  font-size: 11px;
  margin-top: 6px;
}
body.accessible .main-section h3 {
  margin: 0px;
}
body.accessible .main-section h5 {
  margin: 0px;
}
body.accessible .overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.accessible #qualityFormPopup {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
body.accessible .form-thanks {
  display: none;
  text-align: center;
  font-size: 16px;
}
body.accessible #qualityFormPopup .container {
  width: 510px;
  color: #FFFFFF;
}
body.accessible #qualityFormPopup .container .error-required label {
  color: #e72d4f;
}
body.accessible #qualityFormPopup .container form {
  background-color: #000000;
  border-radius: none;
  height: unset;
  max-height: unset;
  border: none;
  margin: unset;
  padding: 0 20px;
}
body.accessible #qualityFormPopup .container label {
  margin-top: 13px;
}
body.accessible #qualityFormPopup .container .header {
  padding: 20px 0 5px 0;
  font-weight: bold;
}
body.accessible section {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 14px;
  background-color: #000000;
}
body.accessible section .header {
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  margin: 0px;
  text-transform: uppercase;
  background-color: #000000;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
}
body.accessible section form {
  background-color: #000000;
  border-radius: 0px 0px 10px 10px;
  height: 553px;
  max-height: 553px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.accessible .fa-star {
  padding: 0.15rem;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #FFFFFF;
  cursor: pointer;
  /* Si elle porte en plus la classe '.gold', elle restera violette (JS) */
}
body.accessible .fa-star.active {
  -webkit-text-fill-color: #FFFFFF;
}
body.accessible .stars {
  display: flex;
  font-size: 22px;
  /* :hover => violet */
  /* Si :hover une étoile en particulier, on sélectionne toutes les étoiles > celle-ci
  grâce à l'opérateur '~' et on peint en white */
}
body.accessible .stars:hover .fa-star,
body.accessible .stars:focus-within .fa-star {
  -webkit-text-fill-color: #FFFFFF;
}
body.accessible .stars .fa-star:hover ~ .fa-star,
body.accessible .stars .fa-star:focus ~ .fa-star {
  -webkit-text-fill-color: white;
}
body.accessible .starQuestion {
  margin-bottom: 15px;
}
body.accessible .select-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 70%;
  align-items: center;
}
body.accessible .select-wrapper::after {
  content: "▼";
  font-size: 12px;
  height: 100%;
  right: 10px;
  display: flex;
  position: absolute;
  align-items: center;
}
body.accessible .tagGroup {
  padding: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
}
body.accessible .tagGroup div {
  border-radius: 20px;
  background-color: #FFFFFF;
  opacity: 0.6;
  padding: 6px 10px;
  font-weight: 400;
  margin: 4px 2px;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
body.accessible .tagGroup div:hover {
  opacity: 1;
  cursor: pointer;
}
body.accessible .tagGroup div.active {
  opacity: 1;
}
body.accessible .form-container {
  padding: 20px 20px 0px 20px;
}
body.accessible form textarea {
  padding: 6px 8px;
  margin-top: 4px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 100px;
  overflow-wrap: break-word;
  font-size: 14px;
  resize: none;
  color: black;
  background-color: white;
}
body.accessible form textarea:focus {
  border: 2px solid #FFFFFF;
}
body.accessible .form-footer-row {
  display: flex;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}
body.accessible .form-footer-row div {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.accessible .form-footer-row div a {
  cursor: pointer;
}
body.accessible .form-footer-row button.btn {
  height: 44px;
  background-color: #FFFFFF !important;
  color: #000000;
  border-radius: 40px;
  padding: 0px 35px;
  font-size: 15px;
  line-height: 44px;
  display: inline-block;
}
body.accessible .form-footer-row button.btn:hover,
body.accessible .form-footer-row button.btn:focus {
  background: #FFFFFF;
  color: #000000;
  opacity: 0.75;
}
body.accessible .thumbs {
  display: flex;
}
body.accessible .thumbs i {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: #FFFFFF;
  margin: 2px 5px;
  font-size: 23px;
  cursor: pointer;
}
body.accessible .thumbs i:first-child:hover,
body.accessible .thumbs i:first-child:focus {
  -webkit-text-fill-color: #36AD45;
  -webkit-text-stroke-color: #36AD45;
}
body.accessible .thumbs i:first-child.active {
  -webkit-text-fill-color: #36AD45;
  -webkit-text-stroke-color: #36AD45;
}
body.accessible .thumbs i:last-child:hover,
body.accessible .thumbs i:last-child:focus {
  -webkit-text-fill-color: #E94E3C;
  -webkit-text-stroke-color: #E94E3C;
}
body.accessible .thumbs i:last-child.active {
  -webkit-text-fill-color: #E94E3C;
  -webkit-text-stroke-color: #E94E3C;
}
body.accessible .VuMeterContainer {
  width: 5px;
  background: transparent;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  z-index: 50;
}
body.accessible .VuMeterBarContainer {
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.accessible .localVuMeterBar,
body.accessible .remoteVuMeterBar {
  height: calc(50% - 7px);
  display: block;
  clear: both;
}
body.accessible .remoteVuMeterBar {
  margin-bottom: 15px;
}
body.accessible .VuMeterBar {
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(to bottom, #e72d4f 0%, #ffa84c 100%);
  background: -webkit-linear-gradient(to bottom, #e72d4f 0%, #ffa84c 100%);
  background: linear-gradient(to bottom, #e72d4f 0%, #ffa84c 100%);
  border-radius: 10px;
}
body.accessible .localVuMeterBar .VuMeterFooter,
body.accessible .remoteVuMeterBar .VuMeterFooter {
  height: 25px;
  color: #000000;
  padding-top: 6px;
  font-size: 13px;
}
body.accessible .VuMeterBarShrinker {
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.1s linear !important;
  -moz-transition: height 0.1s linear !important;
  -ms-transition: height 0.1s linear !important;
  -o-transition: height 0.1s linear !important;
  transition: height 0.1s linear !important;
}
body.accessible .section {
  width: 100%;
}
body.accessible .flex-chat,
body.accessible .ddchat,
body.accessible .section,
body.accessible .main-section {
  height: 100%;
}
body.accessible .historique_T140_wrapper,
body.accessible .historique_T140 {
  background-color: #000000 !important;
}
body.accessible #historique_T140.historique_T140 {
  position: absolute;
  height: 100%;
  font-family: "robotolight", Arial, sans-serif;
  padding: 0px;
  list-style: none;
  margin: 0px auto;
  width: 100%;
  padding: 0 5% 0 5%;
  font-size: 0px;
}
body.accessible #historique_T140.historique_T140 p {
  position: relative;
  width: 100%;
  padding: 7px 0px;
  clear: both;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_distant {
  float: left;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_distant img {
  position: absolute;
  width: 28px;
  bottom: 36px;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_distant span:not(#tchat_header) {
  margin-left: 40px;
  background: #000000 !important;
  color: #FFFFFF !important;
  position: relative;
  width: calc(100% - 40px);
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_distant span:not(#tchat_header):before {
  /*
          content: " ";
          background-image: url(../images/commun/texte.svg);
        */
  position: absolute;
  left: -40px;
  bottom: -2px;
  width: 30px;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_distant span#tchat_header {
  right: 0;
  padding-left: 5px;
  width: calc(100% - 40px);
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_distant:not([id=""]) span#tchat_header {
  display: none;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_distant small {
  float: left;
  color: #FFFFFF;
  margin-left: 45px;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_local {
  float: right;
  text-align: right;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_local span:not(#tchat_header) {
  margin-right: 1px;
  background: #FFFFFF !important;
  color: #000000 !important;
  position: relative;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_local span#tchat_header {
  left: 0;
  text-align: right;
  padding-right: 5px;
}
body.accessible #historique_T140.historique_T140 p.tchat_ligne_local small {
  float: right;
  color: #FFFFFF;
  margin-right: 9px;
}
body.accessible #historique_T140.historique_T140 span:not(#tchat_header) {
  font-weight: 300;
  padding: 9px 14px;
  line-height: 1.3em;
  border-radius: 7px;
  width: 100%;
  z-index: 20;
  word-wrap: break-word;
  font-family: sans-serif !important;
  cursor: initial;
}
body.accessible #historique_T140.historique_T140 span#tchat_header {
  position: absolute;
  bottom: -10px;
  color: #FFFFFF !important;
  z-index: 99;
  display: block;
  width: 100%;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
}
body.accessible .btn-dtmf {
  background-color: #000000;
  -webkit-mask: url(../images/commun/clavier-number.svg) no-repeat center;
  mask: url(../images/commun/clavier-number.svg) no-repeat center;
  width: 40px;
  position: absolute;
  height: 130px;
  padding: 4px 0;
  right: 16px;
  bottom: 64px;
  border: none;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.accessible .btn-dtmf:enabled:focus {
  outline: none;
}
body.accessible .btn-dtmf:enabled:hover {
  color: #FFFFFF;
}
body.accessible .btn-dtmf:not(:enabled) {
  cursor: initial;
  background: transparent;
}
body.accessible .btn-dtmf img {
  width: 40px;
}
body.accessible .section-bottom {
  width: 299px;
  padding-left: 7px;
}
body.accessible .section-bottom input {
  border: 0px;
  font-size: 1em;
  padding: 16px 13px;
  width: 80%;
  background: none;
}
body.accessible .section-bottom .A-little {
  font-size: 12px;
  line-height: 18px;
}
body.accessible form {
  border: 1px solid #000000;
  background: #FFF;
  border-radius: 15px;
  margin: 15px;
}
body.accessible form textarea:disabled {
  opacity: 0.5;
}
body.accessible #localVideo,
body.accessible #remoteVideo {
  background: #000000;
}
body.accessible #remoteVideo {
  visibility: hidden;
}
body.accessible .modal {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  transition: opacity 0.25s ease;
  background-color: rgba(61, 60, 64, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccfbbe65', endColorstr='#cce04786', GradientType=0);
  /* IE6-9 */
  z-index: 101;
}
body.accessible .modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
body.accessible .modal-state {
  display: none;
}
body.accessible .modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}
body.accessible .modal-state:checked + .modal .modal__inner {
  top: 0;
}
body.accessible .modal__inner h2 {
  font-size: 2em;
  color: #FFFFFF;
}
body.accessible .modal__inner {
  transition: top 0.25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 735px;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 400px;
  text-align: center;
  -moz-box-shadow: 0px 0px 25px -5px #000000;
  -webkit-box-shadow: 0px 0px 25px -5px #000000;
  -o-box-shadow: 0px 0px 25px -5px #000000;
  box-shadow: 0px 0px 25px -5px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=25);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body.accessible .modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
body.accessible .modal__close:after,
body.accessible .modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
body.accessible .modal__close:hover:after,
body.accessible .modal__close:hover:before {
  background: #aaa;
}
body.accessible .modal__close:before {
  transform: rotate(-45deg);
}
body.accessible .width100 {
  width: 100%;
}
body.accessible .height100 {
  height: 100%;
}
body.accessible .font-12 {
  font-size: 12px;
}
body.accessible .font-13 {
  font-size: 13px;
}
body.accessible .no-padding {
  padding: 0;
}
body.accessible #plugin,
body.accessible #pluginObject,
body.accessible #over {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.accessible #saisie_T140 {
  border-radius: 15px;
  width: calc(100% - 50px);
  height: 130px;
}
body.accessible .lds-ring {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 5px;
}
body.accessible .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFFFFF transparent transparent transparent;
}
body.accessible .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
body.accessible .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
body.accessible .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
body.accessible .dtmf {
  background: #FFF;
  height: 174px;
  z-index: 90;
  position: absolute;
  bottom: 48px;
  max-width: 300px !important;
  width: 100%;
  border-top: solid 1px #000000;
  display: none;
}
body.accessible .dtmf-container {
  width: 185px;
  margin: 0px auto;
  padding: 9px 0;
}
body.accessible .close_dtmf {
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  float: right;
  padding: 4px;
  border: 1px solid #000000;
  border-radius: 50px;
  margin: 10px;
  cursor: pointer;
  line-height: 20px;
  color: #000000;
}
body.accessible span.clv {
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  margin: 1% 4%;
  font-size: 20px;
  text-decoration: none;
  color: #FFFFFF;
  background: #000000;
  transition: all 0.3s ease-in-out;
  padding: unset;
  cursor: pointer;
}
body.accessible span.clv:active,
body.accessible span.clv:hover {
  background: #FFFFFF;
  color: #000000;
}
body.accessible .row {
  margin-left: 20px;
}
body.accessible .commheader,
body.accessible #tchatToolbar {
  display: none;
}
body.accessible #resizableHistory {
  flex: 1;
  overflow-y: auto;
  cursor: pointer;
}
body.accessible #resizableChat {
  border-top: 1px solid #000000;
  background-color: #000000 !important;
  margin-bottom: 48px;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  body.accessible #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: 0px !important;
    margin-left: 0;
  }
  body.accessible #sidebar #logo {
    max-width: 50px !important;
    height: auto;
    display: block;
  }
  body.accessible #sidebar .sidebar-header h4,
  body.accessible #sidebar .sidebar-header h1 {
    display: none;
  }
  body.accessible #sidebar .sidebar-header .icon {
    display: block;
    margin: auto;
  }
  body.accessible #sidebar h6,
  body.accessible #sidebar h2 {
    display: none;
  }
  body.accessible #sidebar ul li a {
    padding: 20px 10px;
  }
  body.accessible #sidebar ul li a span {
    font-size: 0.85em;
  }
  body.accessible #sidebar ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.3em;
  }
  body.accessible #sidebar ul ul a {
    padding: 10px !important;
  }
  body.accessible #sidebar.active {
    margin-left: 0 !important;
  }
  body.accessible #sidebar-right .sidebar-header h7,
  body.accessible #sidebar-right .sidebar-header h2 {
    display: none;
  }
  body.accessible #sidebar-right.active h6 {
    display: none;
  }
  body.accessible #sidebar-right.active .main-section {
    display: none;
  }
  body.accessible #sidebar-right.active .modal__footer {
    display: none;
  }
  body.accessible #sidebar-right.active .txt-phone {
    display: none;
  }
  body.accessible #sidebarCollapse span {
    display: none;
  }
}
body.accessible .switch-btn-cont {
  margin-right: -8%;
}
body.accessible .increase {
  margin-right: auto;
}
body.accessible.textonly {
  background: #000000;
  /* DTMF */
}
body.accessible.textonly .switch-btn-cont {
  margin-right: -2%;
}
body.accessible.textonly .increase {
  margin-right: 4%;
}
body.accessible.textonly #content {
  width: 0%;
}
body.accessible.textonly .modal__footer {
  width: 100%;
}
body.accessible.textonly .modal__footer .section-bottom {
  width: 100%;
}
body.accessible.textonly #localVideo,
body.accessible.textonly #remoteVideo,
body.accessible.textonly #mute_loopBackVideo,
body.accessible.textonly #mute_video,
body.accessible.textonly #mute_speakers {
  display: none;
}
body.accessible.textonly #sidebar-right {
  position: relative;
  min-width: 300px;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
body.accessible.textonly .btn-phone,
body.accessible.textonly .btn-phone-out {
  border: 0;
  width: 100%;
  max-width: 350px;
  margin: 10px auto 10px;
}
body.accessible.textonly #resizableHistory {
  cursor: auto;
}
body.accessible.textonly .dtmf {
  position: absolute;
  bottom: 48px;
  max-width: 990px !important;
  width: 100%;
  border-top: solid 1px #000000;
  display: none;
}
body.accessible.textonly .dtmf-container {
  width: 185px;
  margin: 0px auto;
  padding: 9px 0;
}
@media (max-width: 768px) {
  body.accessible.textonly .modal__footer {
    width: 100%;
  }
}
body.accessible .onoffswitch {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  position: relative;
  width: 68%;
}
body.accessible .onoffswitch-checkbox {
  display: none;
}
body.accessible .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
body.accessible .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
body.accessible .onoffswitch-label {
  border-radius: 35px;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
body.accessible .onoffswitch-inner {
  display: block;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  width: 200%;
}
body.accessible .onoffswitch-inner:before {
  background-color: #422D4C;
  box-sizing: border-box;
  color: white;
  display: block;
  float: left;
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 35px;
  padding: 0 35px 0 0;
  width: 50%;
}
body.accessible .onoffswitch-inner:after {
  background-color: #444444;
  box-sizing: border-box;
  color: white;
  display: block;
  float: left;
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 35px;
  padding: 0 10px 0 0;
  text-align: right;
  width: 50%;
}
body.accessible .onoffswitch-switch {
  background: #ffffff;
  border-radius: 35px;
  border: 2px solid #999999;
  bottom: 0;
  display: block;
  margin: 10%;
  position: absolute;
  right: 60%;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 17px;
  height: 17px;
}
body.accessible.rtl .switch-btn-cont {
  margin-right: unset;
}
body.accessible.rtl #sidebar h2 {
  padding: 0 10px 0 0;
}
body.accessible p.tchat_ligne_distant > span:not(#tchat_header),
body.accessible .contraste-noir {
  border: 1px solid #FFFFFF;
}
body.accessible .btn-dtmf:enabled:hover {
  opacity: 0.7;
  color: #000000;
}
body.accessible #sidebar-right.active .btn-info .fa-comments {
  opacity: 1;
}
body.accessible .btn-info {
  color: #FFFFFF;
}
body.accessible .stars {
  display: flex;
  font-size: 22px;
  /* :hover => violet */
}
body.accessible .stars:hover .fa-star,
body.accessible .stars:focus-within .fa-star {
  -webkit-text-fill-color: #422D4C;
}
body.accessible .fa-star {
  /* Si elle porte en plus la classe '.gold', elle restera violette (JS) */
}
body.accessible .fa-star.active {
  -webkit-text-fill-color: #422D4C;
}
/* Usher contrasted vision */
#transferOverlay,
#connectionOverlay {
  width: 100%;
  height: calc(100% - 48px);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(0deg, #3273B7, #1E1E1E);
}
.overlay h3 {
  text-transform: capitalize;
}
.overlay .container {
  height: unset;
}
.container {
  width: 600px;
  height: 600px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  max-width: unset;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(to bottom, black, #3273B7);
}
.circles {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.circles#circles-as-video-animation {
  position: absolute;
  left: 0;
  top: 0;
}
.moving-circle {
  margin-top: 50px;
  width: 354.6px;
  height: 354.6px;
  opacity: 0.4;
  transform-origin: 80% center;
  position: absolute;
  animation: rotate 2s linear infinite;
}
.moving-circle.video {
  width: 400px;
  height: 400px;
}
.moving-circle:nth-child(1) {
  margin-left: -88.65px;
  transform-origin: 60% 50%;
  margin-top: 0px;
}
.moving-circle:nth-child(2) {
  transform-origin: center 40%;
  width: 354.6px;
  height: 354.6px;
  animation: rotate-rev 2s linear infinite;
}
.moving-circle:nth-child(2).video {
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.moving-circle:nth-child(3) {
  transform-origin: center 40%;
  width: 591px;
  height: 591px;
  animation: rotate-rev 2s linear -0.8s infinite;
}
.moving-circle:nth-child(3).video {
  width: 300px;
  height: 300px;
}
.moving-circle:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #3273B7;
  border-radius: 500px;
}
.circle-center {
  width: 295.5px;
  height: 295.5px;
  background: #3273B7;
  border-radius: 500px;
  font-size: 40px;
  color: white;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.circle-label {
  color: white;
  font-size: 25px;
  z-index: 12;
  font-weight: 100;
  position: absolute;
  top: 350px;
  font-weight: bold;
}
@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-rev {
  100% {
    transform: rotate(360deg);
  }
}
