/* Fonts */
/* Guides Colors */
/* Focus Timer */
/* Colors */
/* Text Colors */
/* Text Sizes */
/* Buttons text sizes */
/* Buttons Colors */
/* Background Colors */
/* Border Colors */
/* Breakpoints */
/* Box shadow */
/* Max width */
/* Onboarding */
/* LKfontfamily */
/* Strategy min height of dragable */
/* Dark mode */
/* CLIENTS - CMS */
:root {
  /* Couleurs de base */
  --color-bg: #f2f1f0;
  --color-bg-secondary: #f7f7f7;
  --color-bg-sidebar: #fff;
  --color-bg-sidebar-active: #eaeaea;
  --color-bg-chat: #fff;
  --color-bg-chat-user: #5C5C5C;
  --color-bg-chat-code-header: #fff;
  --color-bg-chat-code-content: #5C5C5C;
  --color-text-chat-code-content: #fff;
  --color-text-chat-user: #fff;
  --color-text-sidebar-active: #272727;
  --color-text: #272727;
  --color-text-secondary: #5C5C5C;
  --color-text-muted: #bdbdbd;
  --color-text-inverse: #fff;
  --color-accent: #31d2f7;
  --color-accent-hover: #054f9e;
  --color-accent-active: #31d2f7;
  --color-border: #eaeaea;
  --color-border-secondary: #eaeaea;
  /* Couleurs d'état */
  --color-success: #20692b;
  --color-error: #e05050;
  --color-warning: #F7AF1A;
  --color-info: #31d2f7;
  /* Espacement */
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 30px;
  /* Tailles de police */
  --font-size-small: 0.8rem;
  --font-size-base: 1rem;
  --font-size-large: 1.5rem;
  --font-size-xl: 2rem;
  /* Taille des éléments d'interface */
  --size-button-height: 40px;
  --size-input-height: 40px;
  /* Taille des blocs au sein des pages */
  --size-max-width-limited: max-width: 1200px;
  /* Ombres */
  --shadow-sm: 0 3px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 6px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 10px rgba(0, 0, 0, 0.2);
  /* Rayons des coins */
  --radius-sm: 5px;
  --radius-md: 10px;
  --radius-lg: 15px;
}
/*body {
    background-color: @color-beige;
    color: @color-black;

    &.body-custom {
        background-color: white;
    }
}
*/
/** Changing background & color */
.bgtc {
  background-color: #f2f1f0;
  color: #272727;
}
.rtl {
  direction: rtl;
}
.blue-border {
  border-color: #31d2f7;
}
.bg-white {
  background-color: white;
}
/** Used for "Propose Improvement */
.propose-improvement {
  border-top-left-radius: 9px;
  padding: 0.5em;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  background: #fff;
  color: #494949;
}
.propose-improvement.fixed-bottom-right {
  position: fixed;
  right: 0;
  bottom: 0;
}
.propose-improvement.propose-improvement-inside-footer {
  float: right;
  background-color: #fff;
}
.propose-improvement .text-fixed {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 5px;
  margin-bottom: 0px;
  color: #005482;
}
.propose-improvement-inside-footer-container {
  background-color: #fff;
  width: 100%;
  text-align: right;
  float: left;
}
.c-editable h1,
.c-editable h2,
.c-editable h3,
.c-editable h4,
.c-editable p,
.c-editable div,
.c-editable ul {
  margin-top: 10px;
}
.made-by-max {
  position: fixed;
  right: 0;
  bottom: 0;
  border-top-left-radius: 9px;
  padding: 0.5em;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  background: #fff;
  color: #494949;
  font-weight: 800;
}
.made-by-max .text-inside {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 5px;
  margin-bottom: 0px;
  color: #005482;
}
.made-by-max img {
  display: inline-block;
  border-radius: 100%;
  width: 40px;
}
.made-by-max img.unrounded {
  border-radius: 0;
}
/** COMMON MODIFICATIONS */
.a-cleaned {
  color: var(--color-text);
}
.a-cleaned:hover,
.a-cleaned:focus {
  text-decoration: none;
  color: black;
}
.a-black {
  color: black;
}
.a-black:hover,
.a-black:focus {
  text-decoration: none;
  color: black;
}
.a-blue {
  color: #31d2f7;
}
.a-blue:hover,
.a-blue:focus {
  text-decoration: none;
  color: #31d2f7;
}
.a-underline {
  text-decoration: underline !important;
}
.a-dotted {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.c-no-border {
  border: none !important;
}
.c-old-price {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: white;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid.max-width {
  max-width: 1590px;
}
.container-fluid-no-max-width {
  padding-left: 0px;
  padding-right: 0px;
}
.handwritten {
  font-family: 'Dancing Script', 'Segoe Script', cursive;
}
.hover-darker:hover img,
.hover-darker:focus img,
.hover-darker:active img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
/** COMMON MARGINS (to uniformize margins in the project) */
.c-margin-none {
  margin: 0 !important;
}
.c-margin-s {
  margin: 0.6rem !important;
}
.c-margin {
  margin: 1.2rem !important;
}
.c-margin-l {
  margin: 2.4rem !important;
}
.c-margin-xl {
  margin: 3.6rem !important;
}
.c-margin-xxl {
  margin: 6rem !important;
}
.c-margin-top-none {
  margin-top: 0 !important;
}
.c-margin-top-s {
  margin-top: 0.6rem !important;
}
.c-margin-top {
  margin-top: 1.2rem !important;
}
.c-margin-top-l {
  margin-top: 2.4rem !important;
}
.c-margin-top-xl {
  margin-top: 3.6rem !important;
}
.c-margin-top-xxl {
  margin-top: 6rem !important;
}
.c-margin-right-none {
  margin-top: 0 !important;
}
.c-margin-right-s {
  margin-right: 0.6rem !important;
}
.c-margin-right {
  margin-right: 1.2rem !important;
}
.c-margin-right-l {
  margin-right: 2.4rem !important;
}
.c-margin-right-xl {
  margin-right: 3.6rem !important;
}
.c-margin-right-xxl {
  margin-right: 6rem !important;
}
.c-margin-bottom-none {
  margin-bottom: 0 !important;
}
.c-margin-bottom-s {
  margin-bottom: 0.6rem !important;
}
.c-margin-bottom {
  margin-bottom: 1.2rem !important;
}
.c-margin-bottom-l {
  margin-bottom: 2.4rem !important;
}
.c-margin-bottom-xl {
  margin-bottom: 3.6rem !important;
}
.c-margin-bottom-xxl {
  margin-bottom: 6rem !important;
}
.c-margin-left-none {
  margin-left: 0 !important;
}
.c-margin-left-s {
  margin-left: 0.6rem !important;
}
@media (max-width: 767px) {
  .c-margin-left-s {
    margin-left: 0.2rem !important;
  }
}
.c-margin-left {
  margin-left: 1.2rem !important;
}
.c-margin-left-l {
  margin-left: 2.4rem !important;
}
.c-margin-left-xl {
  margin-left: 3.6rem !important;
}
.c-margin-left-xxl {
  margin-left: 6rem !important;
}
.c-margin-0-auto {
  margin: 0 auto;
}
/** COMMON WIDTHS */
.width-100p {
  width: 100%;
}
@media (max-width: 767px) {
  .width-100p-until-sm-only {
    width: 100%;
  }
}
.width-75p {
  width: 75%;
}
@media (min-width: 992px) {
  .width-md-75p {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .max-width-md-100p {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .max-width-small-331pixels {
    max-width: 331px !important;
  }
}
.height-100p {
  height: 100% !important;
}
/** COMMON PADDINGS (to uniformize paddings in the project) */
.c-padding-none {
  padding: 0px;
}
.c-padding-right-none {
  padding-right: 0px;
}
.c-padding-container {
  padding: 80px 0;
}
.padding-15px {
  padding: 15px;
}
.c-padding-sides {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .c-padding-sides {
    padding: 0 10px;
  }
}
/** OTHER ELEMENTS */
.display-none-not-important {
  display: none;
}
.display-block-not-important {
  display: block;
}
.text-underline {
  text-decoration: underline;
}
.breadcrumb {
  background: none;
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item::before {
  color: #bdbdbd;
}
.breadcrumb .breadcrumb-item a {
  color: #bdbdbd;
}
.breadcrumb .breadcrumb-item .active {
  color: #868b8f;
}
.c-border-radius {
  border-radius: 0.25rem;
}
.span-centered {
  display: table;
}
.span-centered span {
  display: table-cell;
  vertical-align: middle;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.display-flex-manual {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.text-grey {
  color: #5C5C5C;
}
.text-grey-light {
  color: #bdbdbd;
}
.c-bg-lightblue {
  background-color: #e7f6f6 !important;
}
.c-bg-lightgreen {
  background-color: #dceedb !important;
}
.c-border-lightgreen {
  border: 1px solid #dceedb !important;
}
#mce_1_ifr {
  background-color: #e3e3e3 !important;
}
.c-pointer {
  cursor: pointer;
}
.c-d-none {
  display: none !important;
}
.flags .bg-ar {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -2px;
}
.flags .bg-bg {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -30px;
}
.flags .bg-bh {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -58px;
}
.flags .bg-bn {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -86px;
}
.flags .bg-ca {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -114px;
}
.flags .bg-cs {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -142px;
}
.flags .bg-da {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -170px;
}
.flags .bg-de {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -198px;
}
.flags .bg-el {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -226px;
}
.flags .bg-en {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -254px;
}
.flags .bg-eo {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -282px;
}
.flags .bg-es {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -310px;
}
.flags .bg-eu {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -338px;
}
.flags .bg-fa {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -366px;
}
.flags .bg-fi {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -394px;
}
.flags .bg-fr {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -422px;
}
.flags .bg-gu {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -450px;
}
.flags .bg-ha {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -478px;
}
.flags .bg-hi {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -506px;
}
.flags .bg-hr {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -534px;
}
.flags .bg-id {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -562px;
}
.flags .bg-it {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -590px;
}
.flags .bg-ja {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -618px;
}
.flags .bg-jv {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -646px;
}
.flags .bg-ko {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -674px;
}
.flags .bg-mr {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -702px;
}
.flags .bg-ms {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -730px;
}
.flags .bg-my {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -758px;
}
.flags .bg-nl {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -786px;
}
.flags .bg-no {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -814px;
}
.flags .bg-pa {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -842px;
}
.flags .bg-pl {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -870px;
}
.flags .bg-ps {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -898px;
}
.flags .bg-pt {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -926px;
}
.flags .bg-ro {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -954px;
}
.flags .bg-ru {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -982px;
}
.flags .bg-sq {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1010px;
}
.flags .bg-sr {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1038px;
}
.flags .bg-sv {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1066px;
}
.flags .bg-ta {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1094px;
}
.flags .bg-te {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1122px;
}
.flags .bg-th {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1150px;
}
.flags .bg-tl {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1178px;
}
.flags .bg-tr {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1206px;
}
.flags .bg-uk {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1234px;
}
.flags .bg-ur {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1262px;
}
.flags .bg-uz {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1290px;
}
.flags .bg-vi {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1318px;
}
.flags .bg-yo {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1346px;
}
.flags .bg-zh {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1374px;
}
.flags .bg-en-uk {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1402px;
}
.flags .bg-en-au {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1430px;
}
.flags .bg-en-ca {
  width: 32px;
  height: 24px;
  background: url("/images/flags/flagsv2.png") -2px -1458px;
}
.c-color-white {
  color: white !important;
}
.c-color-grey-light {
  color: #bdbdbd;
}
.c-bg-white {
  background-color: #fff !important;
}
.c-bg-grey-light {
  background-color: #bdbdbd !important;
}
.c-icons-height {
  height: 20px;
}
.c-position-absolute-right-10 {
  position: absolute;
  right: 10px;
}
.c-alert-flex {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
}
.c-cancel-or-validate {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
}
.c-img-channel-queue {
  display: flex;
  display: -ms-flexbox;
  background-color: #e7f6f6;
  width: 50px;
  height: 80px;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  margin-left: 12px;
}
.c-img-channel-queue img {
  max-height: 40px;
  max-width: 100%;
}
.c-nice-input {
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  border: 1px solid #bdbdbd;
  padding: 1px 8px;
}
#numberToGenerate {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
}
#numberToGenerate::-webkit-slider-runnable-track {
  height: 15px;
  background: #eaeaea;
  border-radius: 16px;
}
#numberToGenerate::-moz-range-track {
  height: 15px;
  background: #eaeaea;
  border-radius: 16px;
}
#numberToGenerate::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #31d2f7;
  box-shadow: -407px 0 0 400px #31d2f7;
}
#numberToGenerate::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #31d2f7;
  box-shadow: -407px 0 0 400px #31d2f7;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container .chosen-choices {
  background-color: #fff;
  background-clip: padding-box;
  background-image: none !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0.375rem 0.75rem !important;
}
.chosen-container .chosen-choices li.search-choice {
  padding: 5px 25px 5px 10px !important;
  background-color: #32b4d724 !important;
  background-image: none !important;
}
.c-justify-content-left {
  justify-content: left !important;
}
/* Ajustez le padding du contenu principal pour ne pas être caché par le navbar */
.body-content {
  padding-top: 56px;
  /* Ajustez cette valeur si nécessaire */
}
.main-grid {
  background-color: var(--color-bg);
  color: var(--color-text);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: 0fr 0fr 1fr 0fr;
  margin: 0 auto;
  min-height: 100vh;
  transition: background-color 0.15s ease-in-out;
}
.main-grid .main-grid-menu-top {
  background-color: var(--TlUudQ);
  grid-column: 1/3;
  grid-row: 1/2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
  font-family: 'Noto Sans', 'Segoe UI', 'Arial', sans-serif;
}
.main-grid .main-grid-menu-left {
  background-color: var(--color-bg-sidebar);
  grid-column: 1/2;
  grid-row: 2/5;
  width: 265px;
  z-index: 2;
  font-family: 'Noto Sans', 'Segoe UI', 'Arial', sans-serif;
  font-weight: 500;
}
.main-grid .main-grid-main-content {
  background-color: var(--color-bg);
  grid-row: 3/4;
  z-index: 1;
  grid-column: 2/3;
  position: relative;
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.main-grid.sidebar-hidden {
  grid-template-columns: 1fr;
}
.main-grid.sidebar-hidden .main-grid-menu-left {
  display: none;
  /* Masque le menu latéral */
}
.main-grid.sidebar-hidden .main-grid-main-content {
  width: calc(100vw - 20px);
  /* J'enlève 20% pour qu'il ne dépasse pas la largeur de l'écran */
}
.sidebar-wrapper {
  width: 100%;
}
.sidebar-wrapper .list-group-item-with-droptoggle {
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: var(--color-bg-sidebar);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.sidebar-wrapper .list-group-item {
  background-color: var(--color-bg-sidebar);
  color: var(--color-text);
  padding: 0.75rem 0.75rem;
}
.sidebar-wrapper .list-group-item.active {
  background-color: var(--color-bg-sidebar-active);
  color: var(--color-text-sidebar-active);
  border: none;
  border-radius: 10px;
}
.sidebar-wrapper .dropdown-toggle:hover,
.sidebar-wrapper .dropdown-toggle:focus {
  text-decoration: none;
}
.sidebar-wrapper .dropdown-menu-custom {
  top: 15px !important;
  left: 0px !important;
  right: auto;
}
.sidebar-transition-container {
  position: relative;
}
.sidebar-transition-container .sidebar-transition-block {
  position: absolute;
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
  /* Améliore les performances de la transition */
}
.sidebar-transition-container #main-menu-side-bar {
  transform: translateX(0);
}
.sidebar-transition-container .menusOnTheRight {
  transform: translateX(-100%);
  overflow: hidden;
}
.sidebar-wrapper .list-group {
  width: 100%;
}
.sidebarMenu.collapsing {
  transition: none;
  display: none;
}
.sidebarMenu.show {
  display: block;
}
.dropdown-toggle-bottom::after {
  vertical-align: 0.12em !important;
  border-top: 0.4em solid !important;
  border-right: 0.4em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.4em solid transparent !important;
}
.dropdown-toggle-right::after {
  vertical-align: 0.12em !important;
  border-top: 0.4em solid transparent !important;
  /* Flèche vers le haut invisible */
  border-right: 0 !important;
  /* Flèche vers la droite visible */
  border-bottom: 0.4em solid transparent !important;
  /* Flèche vers le bas invisible */
  border-left: 0.4em solid !important;
  /* Flèche vers la gauche qui crée la pointe vers la droite */
}
.c-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 700px;
  max-height: 80vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.55);
}
.c-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#content-dessus {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}
.c-degrade-text-1 {
  background: linear-gradient(120deg, #4fb1f6 5%, #ff699a 46%, #e9825b 86%);
  -webkit-text-fill-color: transparent;
  /* Pour les navigateurs Webkit */
  -webkit-background-clip: text;
  background-clip: text;
  /* Standard, mais peut ne pas être reconnu */
  display: inline-block;
  /* Nécessaire pour appliquer correctement le clip */
}
.c-degrade-1 {
  background: linear-gradient(120deg, #4fb1f6 5%, #ff699a 46%, #e9825b 86%);
}
/** Title for sections */
.c-section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 2.4rem;
  margin-bottom: 1.4rem;
  text-align: center;
}
.c-section-header .c-section-header-title {
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
.c-section-header .c-section-header-hr {
  width: 30%;
  max-width: 70rem;
  height: 0.1rem;
  background-color: #bdbdbd;
}
.c-section-header .c-section-header-subtitle {
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: normal;
}
/** Sliders */
.carousel-item {
  height: 70vh;
  max-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel-item .carousel-custom-caption {
  position: absolute;
  right: 15%;
  top: 150px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-item .carousel-custom-caption .carousel-title {
  font-size: 2.6rem;
}
.carousel-item .carousel-custom-caption .carousel-description {
  font-size: 1.2rem;
}
/** 3 Cards with image, title, description, and call to action (with hover) */
.c-three-cards {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
}
.c-three-cards .c-card-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  max-width: 30%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e9e6e6;
  border-radius: 0.25rem;
}
.c-three-cards .c-card-container .c-card_image {
  max-width: 100%;
}
.c-three-cards .c-card-container .c-card_title {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  min-height: 70px;
  padding: 10px;
}
.c-three-cards .c-card-container .c-card_description {
  height: 4.5rem;
  width: 100%;
  overflow: hidden;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .c-three-cards .c-card-container .c-card_description {
    height: 3rem;
  }
}
.c-three-cards .c-card-container .c-card_more {
  font-size: 1rem;
}
.c-three-cards .c-card-container:hover {
  box-shadow: 0 2px 5px 0 rgba(74, 74, 74, 0.2);
}
@media (max-width: 1200px) {
  .c-three-cards .c-card-container {
    max-width: 100%;
    margin-top: 30px;
  }
}
/** 4 Cards with image, title, description, and call to action (with hover) */
.c-four-cards {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
}
.c-four-cards .c-card-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 23%;
  max-width: 490px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
}
.c-four-cards .c-card-container .c-card_image {
  max-width: 100%;
}
.c-four-cards .c-card-container .c-card_tag {
  display: flex;
  display: -ms-flexbox;
  font-size: 0.8rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  align-self: flex-start;
  margin-left: 15px;
  color: #31d2f7;
}
.c-four-cards .c-card-container .c-card_title {
  display: flex;
  display: -ms-flexbox;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  height: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-four-cards .c-card-container .c-card_title {
    height: 75px;
  }
}
.c-four-cards .c-card-container .c-card_description {
  height: 4.5rem;
  width: 100%;
  overflow: hidden;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .c-four-cards .c-card-container .c-card_description {
    height: 5rem;
  }
}
.c-four-cards .c-card-container:hover {
  box-shadow: 0px 2px 6px 2px #fff;
  -moz-box-shadow: 0px 2px 6px 2px #fff;
  -webkit-box-shadow: 0px 2px 6px 2px #fff;
}
@media (max-width: 1200px) {
  .c-four-cards .c-card-container {
    width: 45%;
    margin-top: 30px;
  }
}
.c-nice-inputs {
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  padding: 1px 8px;
}
/** Vote Cards with image, title, description, and call to action (with NO hover) */
.c-vote-cards {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
}
.c-vote-cards .c-votecard-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 23%;
  max-width: 490px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
}
.c-vote-cards .c-votecard-container .c-votecard_image {
  max-width: 100%;
}
.c-vote-cards .c-votecard-container .c-votecard_tag {
  display: flex;
  display: -ms-flexbox;
  font-size: 0.8rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  align-self: flex-start;
  margin-left: 15px;
  color: #31d2f7;
}
.c-vote-cards .c-votecard-container .c-votecard_title {
  display: flex;
  display: -ms-flexbox;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  height: 50px;
  overflow: hidden;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .c-vote-cards .c-votecard-container .c-votecard_title {
    height: 80px;
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
.c-vote-cards .c-votecard-container .c-votecard_description {
  height: 215px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 10px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .c-vote-cards .c-votecard-container .c-votecard_description {
    height: 150px;
  }
}
.c-vote-cards .c-votecard-container .c-votecard_votes {
  display: flex;
  padding: 0 10px;
}
.c-vote-cards .c-votecard-container .c-votecard_votes span {
  color: #e05050;
}
@media (max-width: 1200px) {
  .c-vote-cards .c-votecard-container {
    width: 45%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-vote-cards .c-votecard-container {
    width: 95%;
    margin-top: 30px;
  }
  .c-vote-cards .c-votecard-container .c-votecard_votes span {
    font-size: 1.2rem;
  }
}
.c-mypage-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 0 30px;
  max-width: 1800px;
  margin: 0 auto;
}
.c-mypage-container h1 {
  font-size: 1.5rem;
}
.c-mypage-container h2 {
  font-size: 1.1rem;
}
.c-mypage-container h3 {
  font-size: 1rem;
}
.c-mypage-container h4 {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .c-mypage-container {
    padding: 0 10px;
  }
}
/** IDEA CARDS */
.c-idea-cards {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.c-idea-cards .c-idea-switch-not-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.c-idea-cards .c-idea-switch-not-editable .c-idea-not-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.c-idea-cards .c-idea-switch-not-editable .c-idea-editable {
  display: none;
}
.c-idea-cards .c-idea-switch-not-editable .c-idea-create-contents {
  display: none;
}
.c-idea-cards .c-idea-switch-editable {
  background: #32b4d724;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  width: 100%;
  max-width: 800px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-self: center;
}
.c-idea-cards .c-idea-switch-editable .c-idea-not-editable {
  display: none;
}
.c-idea-cards .c-idea-switch-editable .c-idea-create-contents {
  display: none;
}
.c-idea-cards .c-idea-switch-editable .c-idea-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.c-idea-cards .c-idea-switch-editable .c-idea-editable .c-idea-editable-form {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  max-width: 800px;
}
.c-idea-cards .c-idea-switch-editable .c-idea-editable .c-idea-editable-form .c-idea-editable-show-detail {
  color: #5C5C5C;
  display: flex;
  display: -ms-flexbox;
}
.c-idea-cards .c-idea-switch-editable .c-idea-editable .c-idea-editable-form .form-group {
  width: 100%;
}
.c-idea-cards .c-idea-switch-editable .c-idea-editable .c-idea-editable-form .c-idea-editable-saveornot {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.c-idea-cards .c-idea-switch-create-contents {
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  max-width: 800px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-self: center;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-not-editable {
  display: none;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-editable {
  display: none;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 800px;
  max-width: 100%;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-create-contents-title {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  align-self: center;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-create-contents-show-detail {
  color: #5C5C5C;
  display: flex;
  display: -ms-flexbox;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .form-group {
  width: 100%;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-channel-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-channel-container .c-channel-option {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  width: 30%;
  min-height: 140px;
  border-radius: 0.25rem;
  border: 1px solid #bdbdbd;
  margin-right: 5px;
  cursor: pointer;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-channel-container .c-channel-option.checked {
  border: 2px solid #32b4d7;
  background-color: #f7f7f7;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-channel-container .c-channel-option .channel-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #5C5C5C;
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-channel-container .c-channel-option .channel-subtitle {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #bdbdbd;
}
@media (max-width: 992px) {
  .c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-channel-container {
    flex-wrap: wrap;
  }
}
.c-idea-cards .c-idea-switch-create-contents .c-idea-create-contents .c-idea-create-contents-form .c-idea-create-contents-saveornot {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.c-idea-cards .c-ideacard-container {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin-bottom: 15px;
  font-weight: 500;
}
.c-idea-cards .c-ideacard-container .c-ideacard-content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid #eaeaea;
  background: #32b4d724;
  border-radius: 5px;
  position: relative;
  margin-left: 1px;
  padding: 10px 35px;
}
.c-idea-cards .c-ideacard-container .c-ideacard-content .multiselect-idea {
  height: 30px;
  display: flex;
  align-self: center;
  cursor: pointer;
}
.c-idea-cards .c-ideacard-container .c-ideacard-content .multiselect-idea:hover {
  filter: brightness(105%);
}
.c-idea-cards .c-ideacard-container .c-ideacard-content .c-idea-edit-icon {
  display: flex;
  align-self: center;
  min-height: 30px;
  cursor: pointer;
}
.c-idea-cards .c-ideacard-container .c-ideacard-content .c-idea-edit-icon:hover {
  filter: brightness(105%);
}
.c-idea-cards .c-ideacard-container .c-ideacard-content .c-idea-post-review {
  position: absolute;
  right: 35px;
  color: #5C5C5C;
  font-size: 12px;
  font-weight: 500;
}
.c-idea-cards .c-ideas-actions-container {
  display: flex;
  display: -ms-flexbox;
  align-self: flex-end;
}
.c-idea-cards .c-ideas-actions-container .filter-by {
  display: flex;
  display: -ms-flexbox;
  align-self: center;
}
.c-idea-cards .c-idea-list-of-posts {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  padding: 0 20px;
}
.c-idea-cards .c-idea-list-of-posts .c-ideacard-container .c-ideacard-content {
  background: #eaeaea;
}
@media (max-width: 1200px) {
  .c-idea-cards .c-ideacard-container {
    max-width: 95%;
    flex-direction: column;
  }
  .c-idea-cards .c-ideacard-container .c-ideacard-content {
    padding: 5px 5px;
  }
  .c-idea-cards .c-ideacard-container .c-ideacard-content .c-idea-post-review {
    display: none;
  }
}
.c-ideas-nextactions {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}
.c-ideas-nextactions.c-ideas-nextactions-large {
  min-width: 190px;
}
@media (max-width: 1200px) {
  .c-ideas-nextactions {
    margin-top: 10px;
  }
}
.spinner-loading {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  cursor: default;
}
.c-ideas-navOpenClose {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 0.25rem;
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
}
.c-ideas-navOpenClose:focus,
.c-ideas-navOpenClose:hover,
.c-ideas-navOpenClose:active {
  color: inherit;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-firstline {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  text-align: center;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-firstline .c-ideas-navOpenClose-span-right {
  position: absolute;
  right: 10px;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-firstline .c-ideas-navOpenClose-span-left {
  position: absolute;
  left: 10px;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-secondline {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  text-align: center;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-toggle1 {
  display: flex;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-toggle1.hidden {
  display: none;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-toggle2 {
  display: flex;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-toggle2.hidden {
  display: none;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-toggle3 {
  display: flex;
}
.c-ideas-navOpenClose .c-ideas-navOpenClose-toggle3.hidden {
  display: none;
}
.c-idea-generator {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.c-idea-generator .c-idea-generator-subcontainer {
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  max-width: 800px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-self: center;
}
.c-idea-generator .c-idea-generator-subcontainer .c-idea-generator-form {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 800px;
  max-width: 100%;
}
.c-idea-generator .c-idea-generator-subcontainer .c-idea-generator-form label {
  font-weight: bold;
}
/** LinkedIn Cards with image, title, description, and call to action (with NO hover) */
.c-lk-cards {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.c-lk-cards .c-lk-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  min-height: 500px;
  max-width: 490px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
}
.c-lk-cards .c-lk-container.c-lk-three-per-line {
  width: 30%;
}
.c-lk-cards .c-lk-container.c-lk-container-large {
  width: 100%;
  max-width: 100%;
}
.c-lk-cards .c-lk-container .c-lk_plancontainer {
  background-color: #e7f6f6;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 0px 0 20px 0;
}
.c-lk-cards .c-lk-container .c-lk_plancontainer .c-lk_plantime {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
}
.c-lk-cards .c-lk-container .c-lk_plancontainer .c-lk_timezone {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  text-align: center;
  max-width: 90%;
}
.c-lk-cards .c-lk-container .adaptive-action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-lk-cards .c-lk-container .adaptive-action-buttons .adaptive-action-button {
  flex: 1 1 100px;
  /* Minimum 200px, les éléments s'adaptent sinon */
  text-align: center;
  box-sizing: border-box;
}
.c-lk-cards .c-lk-container .adaptive-action-buttons .adaptive-action-button.adaptive-mini {
  flex: 1 1 40px;
  justify-content: center;
}
.c-lk-cards .c-lk_usercontainer {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  align-self: flex-start;
  padding-left: 16px;
}
.c-lk-cards .c-lk_usercontainer img {
  width: 48px;
  height: 48px;
}
.c-lk-cards .c-lk_usercontainer .c-lk_username {
  font-size: 14px;
  font-weight: 600;
}
.c-lk-cards .c-lk_aboveformcontainer {
  padding: 2px;
}
.c-lk-cards .c-lk_aboveformcontainer .c-lk_formcontainer {
  padding: 0px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}
.c-lk-cards .c-lk_aboveformcontainer .c-lk_formcontainer .c-lk_editable {
  height: 100%;
  min-height: 150px;
  width: 100%;
  font-size: 14px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
  padding: 0 16px;
}
.c-lk-cards .c-lk_aboveformcontainer .c-lk_formcontainer .c-lk_editable:focus,
.c-lk-cards .c-lk_aboveformcontainer .c-lk_formcontainer .c-lk_editable:hover,
.c-lk-cards .c-lk_aboveformcontainer .c-lk_formcontainer .c-lk_editable:active {
  color: inherit;
  outline: none;
  box-shadow: none;
}
.c-lk-cards .c-lk_title {
  display: flex;
  display: -ms-flexbox;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  height: 90px;
  overflow: auto;
  padding: 0 10px;
  align-items: center;
}
@media (max-width: 1200px) {
  .c-lk-cards .c-lk_title {
    height: 80px;
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
.c-lk-cards .c-lk_description {
  width: 100%;
  font-size: 14px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
  padding: 0 10px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .c-lk-cards .c-lk_description {
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .c-lk-container.c-lk-three-per-line {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-lk-container.c-lk-three-per-line {
    margin-top: 30px;
  }
  .c-lk-container .c-lk_votes span {
    font-size: 1.2rem;
  }
}
/** LinkedIn Cards in Queue when scheduled */
.c-lk-not-editable-container {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
}
.c-lk-not-editable-container .c-lk-warning {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 0px !important;
}
.c-lk-not-editable-container .c-lk-row {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
  height: 80px;
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  background-color: #e7f6f6;
}
.c-lk-not-editable-container .c-lk-row .c-lk-postqueuedate {
  display: flex;
  display: -ms-flexbox;
  background-color: #e7f6f6;
  color: black;
  width: 150px;
  height: 80px;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
}
.c-lk-not-editable-container .c-lk-row .c-lk-postqueuecontent {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: white;
  padding: 5px 15px;
}
.c-lk-not-editable-container .c-lk-row .c-lk-viewpost {
  display: flex;
  display: -ms-flexbox;
  width: 50px;
  height: 80px;
  background-color: #e7f6f6;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  padding: 30px;
}
.c-lk-not-editable-container .c-lk-row .c-lk-viewpost img {
  width: 30px;
  height: 30px;
}
/** 3 columns starting with an icon and 3 texts below */
.c-three-iconblocks {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 767px) {
  .c-three-iconblocks {
    margin: 2rem 0 3rem 0;
  }
}
.c-three-iconblocks .c-iconblock-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 33%;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .c-three-iconblocks .c-iconblock-container {
    width: 100%;
    margin-top: 30px;
  }
}
.c-three-iconblocks .c-iconblock-container .c-iconblock_icon {
  color: #31d2f7;
  width: 100%;
}
.c-three-iconblocks .c-iconblock-container .c-iconblock_before_title {
  margin: 10px 0 0 0;
  font-style: italic;
  font-weight: 400;
  color: #999;
}
.c-three-iconblocks .c-iconblock-container .c-iconblock_title {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
}
.c-three-iconblocks .c-iconblock-container .c-iconblock_description {
  height: 4.5rem;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-three-iconblocks .c-iconblock-container .c-iconblock_description {
    height: 5rem;
  }
}
/** One message over image */
.c-section-message-container {
  padding: 120px 0;
}
.c-section-message-container .c-section-message {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.c-section-message-container .c-section-message .c-section-message-text {
  line-height: 1.5;
  color: white;
  font-size: 1.5rem;
}
.c-section-message-container .c-section-message .c-section-message-subtext {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1rem;
  margin-top: 10px;
  font-style: italic;
}
.c-add-item-border-color {
  border-color: rgba(24, 75, 139, 0.55) !important;
}
/** Image on left, text on right, top and bottom */
.c-image-left-text-around .apropos-padding-container {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .c-image-left-text-around .apropos-padding-container {
    padding: 20px 0;
  }
}
.c-image-left-text-around .left-column img {
  width: 430px;
  max-width: 100%;
}
/** Contact form & zone */
.c-contact-zone {
  /*label {
        font-weight: bold;
    }*/
}
.c-contact-zone .right-column-contact {
  background-color: #eaeaea;
  padding: 30px 20px;
  border-radius: 0.25rem;
}
.c-contact-zone ul {
  padding-inline-start: 0px;
}
.c-contact-zone ul li {
  list-style: none;
  float: left;
  margin-right: 25px;
}
.c-contact-zone ul li img {
  width: 25px;
  max-height: 25px;
}
/** Share page or content */
.c-share .c-share-title {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.c-share .c-share-subtitle {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 30px;
}
.c-share .c-share-container {
  display: flex;
  margin: 0 auto;
}
.c-share .c-share-container .c-share-counter-container {
  border-right: 2px solid #5C5C5C;
  padding-right: 50px;
}
.c-share .c-share-container .c-share-counter-container .c-share-count {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #5C5C5C;
  text-align: center;
  margin-top: 20px;
}
.c-share .c-share-container .c-share-counter-container .c-share-subcount {
  font-size: 1rem;
  color: #5C5C5C;
}
.c-share .c-share-container .c-share-social-container ul {
  display: flex;
  margin-top: 20px;
}
.c-share .c-share-container .c-share-social-container li {
  list-style: none;
  width: 140px;
  float: left;
  margin-right: 20px;
}
.c-share .c-share-container .c-share-social-container .share-button {
  background-color: #3b5998;
  color: white;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  float: left;
}
.c-share .c-share-container .c-share-social-container .share-button.share-button-twitter {
  background-color: #1da1f2;
}
.c-share .c-share-container .c-share-social-container .share-button.share-button-linkedin {
  background-color: #0077b5;
}
.c-share .c-share-container .c-share-social-container .share-button.share-button-mail {
  background-color: #bdbdbd;
}
.c-share .c-share-container .c-share-social-container .share-button svg {
  height: 25px;
  width: 25px;
}
.c-share .c-share-container .c-share-social-container .share-button svg.margin-left-svg-bigger {
  margin-left: 8px;
}
.c-share .c-share-container .c-share-social-container .share-button .share-icon-text {
  margin-left: 10px;
}
.c-share .c-share-container .c-share-social-container .share-button .share-icon-text.margin-left-text-bigger {
  margin-left: 16px;
}
.c-share .c-share-container .c-share-social-container .share-button:hover,
.c-share .c-share-container .c-share-social-container .share-button:active {
  text-decoration: none;
}
@media (max-width: 992px) {
  .c-share .c-share-container .c-share-counter-container {
    padding: 0 30px;
  }
  .c-share .c-share-container .c-share-social-container li {
    width: 40px;
  }
  .c-share .c-share-container .c-share-social-container .share-button svg {
    height: 20px;
    width: 20px;
  }
  .c-share .c-share-container .c-share-social-container .share-button svg.margin-left-svg-bigger {
    margin-left: 0px;
  }
  .c-share .c-share-container .c-share-social-container .share-icon-text {
    display: none;
  }
}
/** Image on top of other pages */
.c-top-page-header {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/party.jpg);
  background-attachment: fixed;
}
.c-top-page-header.crazybooster {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/cover-butterfly.jpg);
}
.c-top-page-header.conf {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/cover-b2b.jpg);
}
.c-top-page-header .c-top-page-header-text-container {
  text-align: center;
  color: white;
  top: 40%;
  position: relative;
  padding: 0 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.c-top-page-header .c-top-page-header-text-container .c-top-page-h1-container {
  display: flex;
  justify-content: center;
}
.c-top-page-header .c-top-page-header-text-container .c-top-page-h1-container .c-top-page-quoted::before {
  content: "‟";
}
.c-top-page-header .c-top-page-header-text-container .c-top-page-h1-container .c-top-page-quoted::after {
  content: "”";
}
.c-top-page-header .c-top-page-header-text-container .c-top-page-header-subtitle {
  font-size: 1.1rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-top-page-header {
    height: 325px;
  }
  .c-top-page-header .c-top-page-header-text-container {
    top: 115px;
    max-width: 390px;
  }
  .c-top-page-header .c-top-page-header-text-container h1 {
    max-width: 290px;
    margin: 0 auto;
  }
}
/** Quote */
blockquote {
  font-size: 20px;
  font-family: Georgia, Times, serif;
  font-style: italic;
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 25px;
  text-align: center;
  border-left: 3px solid #d8b91f;
}
blockquote .quote-container {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
blockquote .quote-line {
  display: flex;
  flex-direction: row;
  align-self: center;
}
blockquote .quote-line .quote-social {
  font-size: 72px;
  display: flex;
  color: #31d2f7;
}
blockquote cite {
  color: #666;
  display: block;
  margin-left: 30px;
  font-size: 14px;
  align-self: center;
}
/** Ratings with stars */
.ratings-container {
  display: flex;
  flex-direction: row;
  display: inline-flex;
}
.ratings-container .ratings {
  display: flex;
  flex-direction: row;
}
.ratings-container .ratings img {
  width: 30px;
}
.ratings-container .comments-link {
  display: flex;
  align-items: flex-end;
}
/** Funny GIF */
.c-funnygifreward {
  text-align: center;
}
.translation-status-message {
  background-color: #eaeaea;
  border: none;
}
.translation-status-message .close {
  padding: 0.7rem 1.25rem !important;
}
.c-read-modify {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.c-read-modify .nice-and-bordered {
  background: #f2f1f0;
  padding: 5px 10px;
  border: 2px solid #eaeaea;
  margin-bottom: -2px;
  position: relative;
}
.c-read-modify .nice-and-bordered.active {
  background: #fff;
  border-bottom: 2px solid #fff;
}
.c-read-modify .nice-and-bordered:hover {
  text-decoration: underline;
}
.c-read-modify .read-content {
  font-size: 1rem;
  border-top-left-radius: 0.25rem;
}
.c-read-modify .modify-content {
  font-size: 1rem;
  border-left: none;
}
.c-subcontent-container {
  background-color: white;
  color: black;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  border-top-right-radius: 0px;
}
.users-images .userimg {
  width: 50px;
  height: 50px;
  background-size: cover;
  display: inline-block;
  margin-right: -10px;
  border-radius: 100%;
  border: 2px solid #d8b91f;
}
.upvote-container {
  color: #d8b91f;
  text-align: center;
  margin-bottom: 20px;
}
.upvote-container .upvote-images img {
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-right: -10px;
  border-radius: 100%;
  border: 2px solid #fff;
  cursor: pointer;
}
.upvote-container .upvote-images .end-pictures {
  margin-left: 10px;
}
.upvote-container .upvote-images #numberVotes {
  margin-left: 20px;
}
.upvote-container .upvote-images .currentuserimg.hidden {
  display: none;
}
.upvote-container .btn-vote {
  margin-top: 10px;
  cursor: pointer;
}
.upvote-container img {
  margin: 0 auto;
}
.emoji {
  width: 16px;
  margin-bottom: 3px;
}
.emoji-l {
  width: 22px;
}
.guidecontentimg {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.c-toggler-icon {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 25px;
}
.c-right-dropdown {
  display: flex;
  display: -ms-flexbox;
  align-self: flex-end;
  border-radius: 3rem;
  margin: 5px 5px 0 0;
}
.c-projectmedia {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.c-projectmedia .c-projectmedia-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.c-projectmedia .c-projectmedia-list .c-projectmedia-element {
  display: -ms-flexbox;
  display: flex;
}
.c-projectmedia .c-projectmedia-add-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.c-projectmedia .c-projectmedia-add-form .c-projectmedia-add {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.c-projectmedia .c-projectmedia-add-form .c-projectmedia-add .c-projectmedia-element {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}
.c-projectmedia .c-projectmedia-add-form .c-projectmedia-add .c-projectmedia-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.c-alert-position {
  position: fixed;
  right: 20px;
  margin-top: 20px;
  z-index: 2;
}
/* CMS */
.c-cms-date {
  background-color: #90c9a6;
  color: #272727;
  margin-bottom: 10px;
  width: auto;
  font-size: 1rem;
  padding: 8px 16px;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.c-cms-googlereview-grid {
  display: grid;
  justify-content: stretch;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.c-cms-googlereview-grid .c-cms-googlereview {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
}
.c-cms-googlereview-grid .c-cms-googlereview .inside-box {
  position: relative;
  transition: background-color 0.1s ease 0s;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 24px;
  background-color: rgba(17, 17, 17, 0.05);
}
.c-cms-googlereview-grid .c-cms-googlereview .inside-box .title {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}
.c-cms-googlereview-grid .c-cms-googlereview .inside-box .title .image-comment {
  color: inherit;
  max-width: 100%;
  text-decoration: none;
  position: static !important;
  border: none !important;
  align-self: flex-start;
  margin-right: 12px;
}
.c-cms-googlereview-grid .c-cms-googlereview .inside-box .title .title-commenter {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 0px;
  max-width: 100%;
}
.c-cms-googlereview-grid .c-cms-googlereview .inside-box .comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.progress-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}
.progress-container .title-summary {
  text-align: center;
  margin-top: 20px;
}
.progress-container .title-summary img {
  width: 50%;
  max-width: 200px;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.progress-container .progress-bar-max {
  color: #90c9a6;
  border: 1px solid #90c9a6;
  border-radius: 0.25rem;
  width: 90%;
  margin: 0px auto 10px auto;
  display: flex;
  flex-direction: row;
}
.progress-container .progress-bar-max .progress {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 21px;
}
.progress-container .progress-bar-max .progress .progress-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.progress-container .progress-bar-max .progress-text {
  margin-left: 5px;
}
.c-bgcolor-isabelle {
  background-color: #90c9a6 !important;
}
.c-small-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #5C5C5C;
}
.c-breadcrumb {
  display: flex;
  display: -ms-flexbox;
  align-self: start;
}
.atcb .atcb-button {
  box-shadow: none;
}
.atcb .atcb-button .atcb-text {
  font-weight: normal;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}
.atcb .atcb-saved .atcb-checkmark {
  color: #d8b91f;
}
.c-chat-container {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.c-chat-container .c-chat-box {
  width: 100%;
  min-height: 80vh;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}
.c-chat-container .c-chat-box .c-chat-messages {
  overflow-y: auto;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.c-chat-container .c-chat-box .c-chat-messages h1,
.c-chat-container .c-chat-box .c-chat-messages h2,
.c-chat-container .c-chat-box .c-chat-messages h3 {
  font-size: 1.25rem;
  margin-top: 10px;
}
.c-chat-container .c-chat-box .c-chat-messages h4 {
  font-size: 1.1rem;
  margin-top: 10px;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message {
  padding: 10px 20px;
  border-radius: 1rem;
  margin-bottom: 10px;
  max-width: 75%;
  min-width: 30%;
  list-style-type: none;
  background-color: var(--color-bg-chat);
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.user {
  align-self: flex-end;
  background-color: var(--color-bg-chat-user);
  color: var(--color-text-chat-user);
  white-space: pre-line;
  overflow-x: auto;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.user pre {
  width: 100%;
  color: var(--color-text-chat-user);
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant {
  align-self: flex-start;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant table thead {
  background-color: #f2f2f2;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant table thead th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant table tbody tr:hover {
  background-color: #ddd;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant table tbody tr td {
  border: 1px solid #ddd;
  padding: 8px;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant pre {
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-chat-code-content);
  border: 1px solid var(--color-border);
  padding: 10px;
  margin-top: 10px;
  color: var(--color-text-chat-code-content);
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 0.25rem;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant pre code {
  display: flex;
  flex-direction: column;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant pre .copy-code-btn {
  display: flex;
  cursor: pointer;
  align-self: flex-end;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: var(--color-bg-chat-code-header);
  border-radius: 0.25rem;
}
.c-chat-container .c-chat-box .c-chat-messages .c-message.assistant pre .copy-code-btn img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .c-chat-container .c-chat-box .c-chat-messages .c-message {
    max-width: 100%;
  }
}
.c-chat-container .c-chat-box .sticky-form {
  display: flex;
  display: -ms-flexbox;
  padding: 10px;
  flex-direction: column;
}
.c-chat-container .c-chat-box .c-chat-form {
  display: flex;
  display: -ms-flexbox;
  padding: 10px;
}
.c-chat-container .c-chat-box .c-chat-form .input {
  flex-grow: 1;
  margin-right: 10px;
}
.c-chat-container .c-chat-box .c-chat-form .button {
  white-space: nowrap;
}
.c-chat-container .c-chat-box .scroll-to-bottom-btn {
  display: flex;
  display: -ms-flexbox;
  width: 30px;
  align-self: center;
  border-radius: 30px;
  background-color: var(--color-bg);
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .chat-box {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
}
.c-tag {
  padding: 5px 25px 5px 10px !important;
  background-color: #f7f7f7;
  background-image: none !important;
  border-radius: 0.25rem !important;
  color: var(--color-text-secondary);
}
.c-date-tag {
  padding: 5px 10px 5px 10px !important;
  background-color: #f7f7f7;
  background-image: none !important;
  border-radius: 0.25rem !important;
  color: var(--color-text-secondary);
}
.c-date-tag.alert-date {
  background-color: #e05050;
  color: #fff;
}
.c-workflow-wip-info {
  text-align: center;
  border: 1px dotted grey;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%;
  padding: 10px;
}
.c-workflow-wip-info .c-workflow-wip-text {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.scroll-to-bottom-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sticky-form {
  position: sticky;
  bottom: 1px;
  width: 100%;
  z-index: 1000;
}
.sticky-form .c-chat-form {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0.25rem;
  background-color: var(--color-bg);
}
.c-custom-input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-custom-input-container .c-custom-input {
  min-height: 55px;
  /* Ajuste pour contenir 2 lignes de texte basé sur votre hauteur de ligne */
  overflow: auto;
  white-space: pre-wrap;
  /* Garde le comportement des sauts de ligne comme dans un textarea */
  outline: none;
  /* Enlève le contour lors du focus */
  resize: vertical;
  /* Permet à l'utilisateur de redimensionner verticalement le DIV */
  padding: 10px;
  /* Ajuste le padding pour simuler celui d'un textarea */
  border: 1px solid #ddd;
  cursor: text;
  text-align: left;
}
.c-custom-input-container .c-custom-input:placeholder-shown {
  height: 76px;
  /* Hauteur pour 2 lignes avec placeholder */
}
.c-custom-input-container .c-custom-input[placeholder]:empty:before {
  content: attr(placeholder);
  color: #adb5bd;
  /* Couleur du placeholder */
  display: block;
  /* Assure que le placeholder prend de la place */
}
.c-custom-input-container .c-custom-input .elem-tag {
  cursor: pointer;
}
.c-custom-input-container .modal-trigger-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.c-custom-input-container .modal-trigger-container .left-triggers {
  display: flex;
  align-items: center;
}
.c-custom-input-container .modal-trigger-container .openModal {
  align-self: flex-start;
  width: auto;
}
.elem-tag {
  display: inline-block;
  margin: 2px;
  padding: 0 8px;
  background-color: #e9ecef;
  border-radius: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #495057;
}
.elem-tag:hover {
  background-color: #dadfe4;
}
.elem-tag span {
  pointer-events: none;
}
.c-chat-form-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-chat-form-disabled #messageinput,
.c-chat-form-disabled button,
.c-chat-form-disabled .btn {
  cursor: not-allowed;
}
.knowledge-item {
  color: black;
}
.knowledge-item.selected .item-title {
  color: #31d2f7;
}
#hiddenItemsMsg {
  color: #343a40;
}
.c-filtered-icon {
  filter: brightness(85%) saturate(75%);
}
.c-filtered-icon:hover {
  filter: none;
}
.nice-inputs {
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  border: 1px solid #bdbdbd;
  padding: 1px 8px;
}
/*.c-widget-container {
    display: flex;
    position: fixed;
    width: 0%;
    height: 0%;
    right: 1rem;
    top: 50%;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1000;

    .widget-column {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 0px;

        .widget-ai {
            display: flex;
            flex-direction: column;
            color: grey;
            padding: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
            overflow: hidden;

            btn {
                display: inline-flex;
                appearance: none;
                -webkit-box-align: center;
                align-items: center;
                -webkit-box-pack: center;
                justify-content: center;
                user-select: none;
                white-space: nowrap;
                vertical-align: middle;
                outline: transparent solid 2px;
                outline-offset: 2px;
                line-height: 1.2;
                font-weight: 600;
                transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
                transition-duration: 200ms;
                height: 3rem;
                min-width: 2.5rem;
                padding-inline-start: 1rem;
                padding-inline-end: 1rem;
                border-style: solid;
                position: relative;
                color: #2208cc;
                background: rgba(249, 250, 251, 0.867);
                padding: 0,25rem;
                border-width: 1px;
                border-color: grey;
                border-radius: 0.5rem;
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
                margin-bottom: 1rem;
                font-size: var(--chakra-fontSizes-lg);
            }
        }
    }
}*/
.c-flex {
  display: flex;
  display: -ms-flexbox;
}
.c-modal-bg {
  background-color: var(--color-bg);
}
.c-modal-bg .close {
  color: var(--color-text);
}
.dropzone-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: white;
  font-size: 24px;
  text-align: center;
}
.uploaded-files-container-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.uploaded-files-container-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.uploaded-files-container {
  display: flex;
  /* Utilise flex pour un bon alignement horizontal */
  align-items: center;
  white-space: nowrap;
  /* Maintient les éléments sur une seule ligne */
  overflow-x: auto;
  /* Permet le défilement horizontal */
}
.uploaded-files-container .uploaded-file {
  display: flex;
  /* Utilise flex pour aligner correctement l'image et le texte */
  align-items: center;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 5px;
  /* Utilisation d'une valeur fixe à la place de la variable pour la compatibilité */
  white-space: nowrap;
  /* Empêche le retour à la ligne */
  text-overflow: ellipsis;
  cursor: pointer;
  height: 50px;
  /* Assure une hauteur cohérente pour tous les éléments */
}
.uploaded-files-container .uploaded-file img {
  width: 50px;
  height: 50px;
  border-radius: 0.25rem;
  object-fit: cover;
}
.uploaded-files-container .uploaded-file.file-display {
  background-color: #e7f6f6;
  height: 50px;
  /* Hauteur cohérente */
  border-radius: 0.25rem;
  /* Utilisation de la même valeur de bordure pour les deux types d'éléments */
}
.uploaded-files-container .uploaded-file.file-display .file-name {
  margin-left: 10px;
  margin-right: 15px;
}
.uploaded-files-container .uploaded-file.file-display .file-icon {
  width: 30px;
  /* Assure une taille cohérente entre img et .file-icon */
  height: 30px;
  border-radius: 0.25rem;
  object-fit: cover;
}
.uploaded-files-container .delete-file-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #272727;
  color: white;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.uploaded-files-container .delete-file-tooltip {
  position: absolute;
  right: 20px;
  bottom: -20px;
  color: var(--color-text);
  background: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  display: none;
}
.uploaded-files-container .uploaded-file:hover .delete-file-icon {
  display: block;
}
.c-placeholder-card {
  width: 200px;
  height: 200px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}
/** COMMON BUTTONS - OVERWRITING BOOTSTRAP AND CUSTOM BUTTONS */
.btn {
  border-radius: 0;
  font-weight: 600;
  white-space: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: inherit;
  outline: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
  box-shadow: none;
}
.btn-primary {
  background-color: #5C5C5C;
  border: 1px solid #5C5C5C;
  color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary[disabled],
.btn-primary .disabled,
.btn-primary:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: #767676;
  border: 1px solid #5C5C5C;
  color: white;
}
.btn-custom-blue {
  background-color: #31d2f7;
  border-color: #31d2f7;
  color: white !important;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-blue:hover,
.btn-custom-blue:focus,
.btn-custom-blue[disabled],
.btn-custom-blue .disabled,
.btn-custom-blue:not(:disabled):not(.disabled):active {
  background-color: #4ad7f8;
  color: white !important;
  cursor: pointer;
}
.btn-custom-grey-very-light {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: black !important;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-grey-very-light:hover,
.btn-custom-grey-very-light:focus,
.btn-custom-grey-very-light[disabled],
.btn-custom-grey-very-light .disabled,
.btn-custom-grey-very-light:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
}
.btn-custom-grey-light {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: black !important;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-grey-light:hover,
.btn-custom-grey-light:focus,
.btn-custom-grey-light[disabled],
.btn-custom-grey-light .disabled,
.btn-custom-grey-light:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
}
.btn-custom-white {
  background-color: #fff;
  border-color: #fff;
  color: black;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white[disabled],
.btn-custom-white .disabled,
.btn-custom-white:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
}
.btn-custom-white-red-text {
  background-color: #fff;
  border-color: #fff;
  color: #e05050;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-white-red-text:hover,
.btn-custom-white-red-text:focus,
.btn-custom-white-red-text[disabled],
.btn-custom-white-red-text .disabled,
.btn-custom-white-red-text:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #e05050;
  cursor: pointer;
}
.btn-custom-orange {
  background-color: #ec8443;
  border-color: #ec8443;
  color: white !important;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-orange:hover,
.btn-custom-orange:focus,
.btn-custom-orange[disabled],
.btn-custom-orange .disabled,
.btn-custom-orange:not(:disabled):not(.disabled):active {
  background-color: #f1a271;
  color: white;
  cursor: pointer;
}
.btn-custom-green {
  background-color: #54d8bd;
  border-color: #54d8bd;
  color: white;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-green:hover,
.btn-custom-green:focus,
.btn-custom-green[disabled],
.btn-custom-green .disabled,
.btn-custom-green:not(:disabled):not(.disabled):active {
  background-color: #7ee1cd;
  color: white;
  cursor: pointer;
}
.btn-custom-isabelle {
  max-width: 450px;
  background-color: #d18e63;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: white !important;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2), 0 0 3px rgba(255, 255, 255, 0.4);
}
.btn-custom-isabelle:hover,
.btn-custom-isabelle:focus,
.btn-custom-isabelle[disabled],
.btn-custom-isabelle .disabled,
.btn-custom-isabelle:not(:disabled):not(.disabled):active {
  background-color: #ddab8a;
  color: white;
  cursor: pointer;
}
.btn-custom-lightgreen {
  background-color: #dceedb;
  border-color: #dceedb;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-lightgreen:hover,
.btn-custom-lightgreen:focus,
.btn-custom-lightgreen[disabled],
.btn-custom-lightgreen .disabled,
.btn-custom-lightgreen:not(:disabled):not(.disabled):active {
  background-color: #dceedb;
  cursor: pointer;
  color: black;
}
.btn-custom-violet {
  background-color: #be41aa;
  border-color: #be41aa;
  color: white;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-violet:hover,
.btn-custom-violet:focus,
.btn-custom-violet[disabled],
.btn-custom-violet .disabled,
.btn-custom-violet:not(:disabled):not(.disabled):active {
  background-color: #cb67bb;
  color: white;
  cursor: pointer;
}
.btn-custom-red {
  background-color: #ff0062;
  border-color: #ff0062;
  color: white;
  padding: 16px 18px;
  text-transform: none;
  font-size: 1.4rem;
}
.btn-custom-red:hover,
.btn-custom-red:focus,
.btn-custom-red[disabled],
.btn-custom-red .disabled,
.btn-custom-red:not(:disabled):not(.disabled):active {
  background-color: #ff3381;
  color: white;
  cursor: pointer;
}
.btn-outline-light:hover {
  color: black;
  border-color: black;
}
.btn-rounded {
  border-radius: 0.25rem;
}
.btn-color-white {
  color: white !important;
}
.btn-color-white:hover,
.btn-color-white:focus,
.btn-color-white[disabled],
.btn-color-white .disabled,
.btn-color-white:not(:disabled):not(.disabled):active {
  color: white;
  cursor: pointer;
}
.btn-size-s {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  text-transform: inherit;
}
.btn-size-m {
  font-size: 1rem;
  padding: 1rem 2rem;
  text-transform: inherit;
}
.btn-size-l {
  font-size: 1.2rem;
  padding: 1rem 3rem;
}
@media (max-width: 767px) {
  .btn-size-m,
  btn-size-l {
    padding: 1rem 0.7rem;
  }
}
.btn-header {
  font-size: 1rem;
  padding: 0.5rem 3rem;
  text-transform: inherit;
}
.btn-effect {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.btn-vote {
  cursor: pointer;
}
.btn-vote .icon-vote {
  width: 27px;
}
.btn-vote .icon-not-voted {
  display: block;
}
.btn-vote .icon-voted {
  display: none;
}
.btn-vote.voted .icon-not-voted {
  display: none;
}
.btn-vote.voted .icon-voted {
  display: block;
}
.c-slider-switch {
  /* Rounded sliders */
}
.c-slider-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.c-slider-switch .switch input {
  display: none;
}
.c-slider-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 26px;
}
.c-slider-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-slider-switch input:checked + .slider {
  background-color: #32b4d7;
}
.c-slider-switch input:focus + .slider {
  box-shadow: 0 0 1px #32b4d7;
}
.c-slider-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.c-slider-switch .slider.round {
  border-radius: 34px;
}
.c-slider-switch .slider.round:before {
  border-radius: 50%;
}
.btn-close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
}
.btn-close-modal:hover,
.btn-close-modal:active,
.btn-close-modal:focus {
  outline: none;
  border: none;
}
.btn-proposition-container {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.btn-text-proposition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #eaeaea;
  border-radius: 0.25rem;
  border: 1px solid #bdbdbd;
  padding: 2px 10px;
  cursor: pointer;
  margin: 5px 5px 0 0;
}
.heartButton {
  display: flex;
  /* Utilise Flexbox pour aligner le SVG et le texte */
  align-items: center;
  /* Centre les éléments verticalement */
  justify-content: center;
  /* Centre les éléments horizontalement */
}
.button-svg {
  margin-right: 10px;
  /* Espace entre le SVG et le texte */
  transition: fill 0.4s ease-in-out, transform 0.4s ease-in-out;
  /* Animation douce pour le changement de couleur et de position */
}
.heartButton.beat .button-svg {
  transform: translateX(-10px);
  /* Déplace légèrement le SVG vers la gauche */
}
.heartButton.beat .button-svg .st0 {
  fill: #ec8443;
  /* Change la couleur du SVG */
}
@keyframes beat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    /* Agrandit à 125% de la taille originale */
  }
}
.beat {
  animation: beat 1s ease-in-out infinite;
}
.cta-demo {
  display: flex;
  margin-left: 245px;
  margin-bottom: -17px;
}
.cta-demo .cta-back {
  border-radius: 6px;
  display: flex;
  padding: 2px 10px;
}
.cta-demo .cta-demo-icon {
  display: flex;
  align-self: auto;
  margin-top: 12px;
}
.cta-demo .cta-demo-icon img {
  width: 40px;
}
.cta-demo .cta-demo-text {
  margin-left: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .cta-demo {
    text-align: center;
    display: flex;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .cta-demo .cta-back {
    width: 100%;
  }
  .cta-demo .cta-demo-icon {
    display: none;
  }
  .cta-demo .cta-demo-text {
    margin-left: 0px;
    width: 100%;
  }
}
.onboarding {
  background: #ddf1f5;
  border: 1px dashed #31d2f7;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  display: none;
  z-index: 1031;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.heart-beat {
  animation: heart-beat-animation 1.3s cubic-bezier(0, 0, 1, 1) 0s 1 normal both running;
}
@keyframes heart-beat-animation {
  0% {
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  14% {
    transform: scale(1.3);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  28% {
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  42% {
    transform: scale(1.3);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  70% {
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  75% {
    transform: translate(-5%, 0) rotate(-1deg);
  }
}
.back-in-down {
  animation: back-in-down-animation 1s linear 0s 1 normal both running;
}
@keyframes back-in-down-animation {
  0% {
    transform: translate(0px, -1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translate(0px, 0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}
html,
body {
  height: 100%;
}
.index-body {
  background: -webkit-linear-gradient(to top, #fff0f9, #25cbff, #007bb1);
  background: linear-gradient(to top, #fff0f9, #25cbff, #007bb1);
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  font-family: Roboto, sans-serif;
  text-align: center;
  height: 100%;
}
.index-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.index-container .centered {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-container .centered h1 {
  padding: 21px 40px;
  border: 8px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 8px;
  margin-bottom: 40px;
  text-shadow: none;
}
.index-container .centered .title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4em;
}
.index-container .centered .title a {
  color: #F7AF1A;
}
.index-container .centered .more {
  margin-top: 33px;
}
.index-container .centered .more .btn {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  border: 5px solid #fff;
  font-size: 1.4rem;
  font-weight: 700;
  transition: background 0.5s ease, color ease;
  color: #ffffff;
  margin-bottom: 45px;
  text-decoration: none;
}
.index-container .centered .more .btn:focus {
  color: #ffffff;
}
.index-container .centered .more .btn:hover,
.index-container .centered .more .btn:active {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: background 0.5s ease, color ease;
  box-shadow: none;
}
.index-container .centered .prompt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 30px;
}
.index-container .already-user {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .index-container .centered h1 {
    padding: 8px 15px;
    border: 4px solid #fff;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .index-container .centered .title {
    font-size: 2rem;
  }
}
.home-launch-beta {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 95%;
  margin-top: 50px;
}
.home-launch-beta h1 {
  padding: 21px 40px;
  border: 8px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 8px;
  margin-bottom: 40px;
  text-shadow: none;
}
.home-launch-beta .new-title {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4em;
}
.home-launch-beta .new-title a {
  color: #F7AF1A;
}
.home-launch-beta .new-title img {
  width: 75px;
  margin-bottom: 10px;
}
.home-launch-beta .new-prompt {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 700px;
}
.home-launch-beta .demo-video-container {
  width: 100%;
  max-width: 900px;
  border-radius: 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.25) 8px 8px 20px 2px;
}
.home-launch-beta .demo-video-container .demo-video {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 11px;
}
.home-launch-beta .already-user {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .home-launch-beta .new-title {
    font-size: 1.4rem;
  }
  .home-launch-beta .new-prompt {
    font-size: 1rem;
  }
}
.index-image {
  width: 340px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .home-launch-beta {
    margin-top: 90px;
  }
}
@media (min-width: 1500px) {
  .home-launch-beta {
    margin-top: 100px;
  }
}
@media (min-width: 1700px) {
  .home-launch-beta {
    margin-top: 150px;
  }
}
.dashboard-card {
  background-color: white;
  border: 1px solid #e7e5e5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.chart-canvas {
  width: 100%;
  height: 400px;
}
header {
  background: #fff;
  color: #272727;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
}
nav.navbar {
  padding: 0px;
  border-bottom: 1px solid #dee2e647 !important;
}
nav.navbar .dropdown-menu {
  position: absolute;
}
nav.navbar .nav-container {
  padding: 0px 10px;
}
nav.navbar .nav-container .navbar-brand {
  font-family: “Playfair Display”, “Didot”, Times, serif;
  color: #fff !important;
  padding: 0px;
}
nav.navbar .nav-container .navbar-brand .logo {
  width: 160px;
  height: 49px;
}
nav.navbar .nav-container .navbar-collapse {
  margin-top: 15px;
}
@media (max-width: 574px) {
  nav.navbar .nav-container .navbar-collapse {
    padding: 0px 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 575px) {
  nav.navbar .nav-container .navbar-collapse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  nav.navbar .nav-container .navbar-nav {
    height: 55px;
  }
}
nav.navbar .nav-container .navbar-toggler {
  background-color: #fff;
}
nav.navbar .nav-container .nav-item {
  margin: 0 10px;
}
nav.navbar .nav-container .nav-item.dropdown {
  display: flex;
}
nav.navbar .nav-container .nav-item.dropdown.largeonecontainer {
  position: initial;
}
nav.navbar .nav-container .nav-item.dropdown .img-arrow {
  width: 50px;
  height: 25px;
}
nav.navbar .nav-container .nav-item.dropdown .handwritten-header {
  text-align: center;
  font-weight: 600;
  line-height: 17px;
  font-size: 1.2rem;
}
nav.navbar .nav-container .nav-item.dropdown .handwritten-header .img-smile {
  width: 15px;
  height: 15px;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu {
  margin: 0;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone {
  margin: 0;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone.show {
  width: 100%;
  display: flex !important;
  position: absolute;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone.show .dropdown-item {
  display: flex !important;
  flex-wrap: nowrap;
  max-width: 19%;
  height: 30px;
  padding-right: 0;
  margin: 5px 0 0 0;
  padding-left: 0;
  color: black;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone.show .dropdown-item:hover,
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone.show .dropdown-item:active,
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone.show .dropdown-item:focus {
  background-color: white;
  font-weight: bold;
  color: black;
}
@media (max-width: 1200px) {
  nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone.show .dropdown-item {
    max-width: 45% !important;
    margin: 0 10px;
  }
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone .separator-language {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone .lang-source-only {
  margin-left: 50px;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone .lang-source-only a.dropdown-item {
  max-width: 155px !important;
}
nav.navbar .nav-container .nav-item.dropdown .dropdown-menu.largeone .max-size-diff {
  max-width: 33% !important;
}
nav.navbar .nav-container .nav-item .nav-link {
  color: #272727;
}
@media (min-width: 575px) {
  nav.navbar .nav-container .nav-item.active {
    border-bottom: 3px solid #31d2f7;
  }
  nav.navbar .nav-container .nav-item.active .nav-link {
    color: #31d2f7;
  }
}
@media (max-width: 575px) {
  nav.navbar .nav-container .nav-item.active {
    font-weight: bold;
  }
}
.header-img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 2px solid #eaeaea;
  margin-right: 5px;
}
@media (min-width: 575px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .nav-container {
    flex-wrap: nowrap !important;
  }
}
.notice {
  top: 0;
  width: 90%;
  display: block;
  text-align: center;
  z-index: 1000;
  color: #000;
  background: #e7e7e7;
  border-radius: 6px;
  margin: 15px auto;
  padding: 14px;
}
.pre-footer {
  text-align: center;
  width: 100%;
  float: left;
  max-width: 100%;
}
footer {
  color: #272727;
  background-color: #fff;
}
footer.new-footer {
  width: 100%;
  border-top: 1px solid #eaeaea;
}
footer a {
  color: #31d2f7;
}
footer a:hover {
  color: #fff;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.float-left {
  float: left;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.color-red {
  color: #e05050;
}
.color-blue {
  color: #31d2f7 !important;
}
.color-orange {
  color: #D27235 !important;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-tabs .active {
  color: #31d2f7 !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* Global
-------------------------------------------------- */
.width-100 {
  width: 100%;
}
.width-90 {
  width: 90%;
}
hr {
  border-top-color: #ffffff2b;
}
.no-focus:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ced4da;
}
.box-shadow-standard {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.inputs-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.inputs-container .input {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.inputs-container .input .input-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 10px;
}
.login-background {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top, #fff0f9, #25cbff, #007bb1);
  background: linear-gradient(to top, #fff0f9, #25cbff, #007bb1);
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  margin-right: 0px;
  margin-left: 0px;
}
.login-main-container {
  display: flex;
  align-items: center;
  color: #272727;
}
.login-main-container .login-container {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 0.25rem;
  padding: 10px;
}
.login-main-container .login-container.login-container-small {
  max-width: 500px;
}
.login-main-container .login-container.login-double-side {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 50%);
  max-width: 1000px;
}
.login-main-container .login-container.login-double-side .login-side-right {
  background: linear-gradient(135deg, #8c3535, #e05050);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.login-main-container .login-container.login-double-side .login-side-right h2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
}
.login-main-container .login-container.login-double-side .login-side-right h2 .main-title-side {
  background: #fff;
  box-shadow: 11px 11px 0 0 #e05050, -11px -11px 0 0 #8c3535;
  color: #e05050;
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding: 15px 30px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.25rem;
}
.login-main-container .login-container.login-double-side .login-side-right h2 .sided-info {
  font-size: 5rem;
  position: relative;
  width: 100%;
  font-weight: 700;
}
.login-main-container .login-container.login-double-side .login-side-right h2 .sided-info .sided-info-text {
  font-size: 1.1rem;
  left: 50%;
  margin-left: -140px;
  position: absolute;
  top: 15px;
  font-weight: 500;
}
.login-main-container .login-container.login-double-side .login-side-right h2 .sided-info sup {
  font-size: 40%;
  top: -1em;
}
.login-main-container .login-container.login-double-side .login-side-right h2 .sided-info-bottom {
  font-weight: 700;
}
.login-main-container .login-container .login-side {
  padding: 20px;
}
.login-main-container .login-container .forgot-password {
  margin-top: 20px;
}
.login-main-container .login-container .forgot-password a {
  color: #31d2f7;
}
.login-main-container .login-container .register-link {
  border-top: 2px dotted #eaeaea;
}
.login-main-container .login-container .login-title-container .login-title-text {
  margin-top: 5px;
  margin-left: 11px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.login-main-container .login-container .login-title-container .login-title-text a {
  color: #343a40;
}
.login-main-container .login-container .login-title-container .login-title-text.smaller-text-login {
  font-size: 15px;
}
@media (max-width: 767px) {
  .login-double-side {
    grid-template-columns: 100% !important;
  }
  .login-double-side .login-side-right {
    background: linear-gradient(135deg, #8c3535, #ff5353);
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
/** longContentProject CARDS */
.c-longContentProject-new {
  background: #32b4d724;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  width: 100%;
  max-width: 800px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-self: center;
}
.c-longContentProject-new .c-longContentProject-form {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 800px;
  max-width: 100%;
}
.c-longContentProject-switch-not-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 800px;
  max-width: 100%;
}
.register-background {
  min-width: 100%;
  min-height: 100%;
  background: url(/images/party.jpg) center center no-repeat;
  background-size: cover;
  margin-right: 0px;
  margin-left: 0px;
}
.register-custom-main-container {
  display: flex;
  align-items: center;
  color: #272727;
}
.register-custom-main-container .register-container {
  background-color: rgba(255, 255, 255, 0.95);
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
  border-radius: 0.25rem;
}
.register-custom-main-container .register-container #forgot-password {
  float: right;
  margin-top: 10px;
  color: #31d2f7;
}
.register-custom-main-container .register-container .submit-register {
  text-align: center;
}
.register-custom-main-container .register-container .register-link {
  border-top: 2px dotted #fff;
}
.register-custom-main-container .register-container .register-title-container .cta-picture {
  display: flex;
  margin-left: 100px;
}
.register-custom-main-container .register-container .register-title-container .cta-picture .cta-picture-back {
  border-radius: 6px;
  display: flex;
  padding: 2px 10px;
}
.register-custom-main-container .register-container .register-title-container .cta-picture .cta-picture-icon {
  display: flex;
  align-self: auto;
  margin-top: 12px;
}
.register-custom-main-container .register-container .register-title-container .cta-picture .cta-picture-icon img {
  width: 40px;
}
.register-custom-main-container .register-container .register-title-container .cta-picture .cta-picture-text {
  margin-left: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .register-custom-main-container .register-container .register-title-container .cta-picture {
    text-align: center;
    display: flex;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .register-custom-main-container .register-container .register-title-container .cta-picture .cta-picture-back {
    width: 100%;
  }
  .register-custom-main-container .register-container .register-title-container .cta-picture .cta-picture-icon {
    display: none;
  }
  .register-custom-main-container .register-container .register-title-container .cta-picture .cta-picture-text {
    margin-left: 0px;
    width: 100%;
  }
}
.register-custom-main-container .register-container .register-title-container .register-title-text {
  margin-left: 11px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.register-custom-main-container .register-container .register-title-container .register-title-text a {
  color: #343a40;
}
.register-custom-main-container .register-container .register-title-container .register-title-text.smaller-text-register {
  font-size: 15px;
}
.register-custom-main-container .register-container .register-form-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .register-custom-main-container .register-container .register-form-container {
    flex-direction: column;
  }
}
.register-custom-main-container .register-container .register-form-container .profilePictureImagePlaceHolder {
  width: 100%;
  max-width: 200px;
  object-fit: cover;
  cursor: pointer;
}
.register-main-container {
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  color: #272727;
}
.register-main-container .register-container {
  background-color: rgba(255, 255, 255, 0.95);
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0.25rem;
}
.register-main-container .register-container #forgot-password {
  float: right;
  margin-top: 10px;
  color: #31d2f7;
}
.register-main-container .register-container .submit-register {
  text-align: center;
}
.register-main-container .register-container .register-link {
  border-top: 2px dotted #fff;
}
.register-main-container .register-container .register-title-container .register-title-text {
  margin-top: 5px;
  margin-left: 11px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.register-main-container .register-container .register-title-container .register-title-text a {
  color: #343a40;
}
.register-main-container .register-container .register-title-container .register-title-text.smaller-text-register {
  font-size: 15px;
}
@media (min-width: 992px) {
  .register-main-container {
    margin-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .register-main-container {
    margin-top: 6rem;
  }
}
.account-manage-container {
  margin-top: 50px;
}
.account-manage-container .account-manage-title {
  text-align: center;
}
.account-manage-container .account-manage-grid {
  display: flex;
  margin: 0 auto;
}
.account-manage-container .account-manage-grid .row {
  width: 100%;
}
.account-manage-container .account-manage-grid .account-manage-nav {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 5px 0px;
}
.account-manage-container .account-manage-grid .account-manage-nav .nav-item:hover {
  color: #272727;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.account-manage-container .account-manage-grid .account-manage-nav .nav-link {
  color: #272727;
  border-radius: 0px;
}
.account-manage-container .account-manage-grid .account-manage-nav .nav-link.active {
  color: #272727 !important;
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
.account-manage-container .account-manage-grid .account-manage-body {
  padding-left: 30px;
}
.account-manage-container hr {
  border-top-color: #ffffff2b;
}
@media (max-width: 767px) {
  .account-manage-container .account-manage-nav {
    margin-bottom: 20px;
  }
}
html,
body {
  height: 100%;
}
.launch-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-linear-gradient(to top, #fff0f9, #25cbff, #007bb1);
  background: linear-gradient(to top, #fff0f9, #25cbff, #007bb1);
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  font-family: Roboto, sans-serif;
  text-align: center;
  width: 100%;
}
.launch-index-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.launch-index-container .centered {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.launch-index-container .centered h1 {
  padding: 21px 40px;
  border: 8px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 8px;
  margin-bottom: 40px;
  text-shadow: none;
}
.launch-index-container .centered .title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4em;
}
.launch-index-container .centered .title a {
  color: #F7AF1A;
}
.launch-index-container .centered .more {
  margin-top: 33px;
}
.launch-index-container .centered .more .btn {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  border: 5px solid #fff;
  font-size: 1.4rem;
  font-weight: 700;
  transition: background 0.5s ease, color ease;
  color: #ffffff;
  margin-bottom: 45px;
  text-decoration: none;
}
.launch-index-container .centered .more .btn:focus {
  color: #ffffff;
}
.launch-index-container .centered .more .btn:hover,
.launch-index-container .centered .more .btn:active {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: background 0.5s ease, color ease;
  box-shadow: none;
}
.launch-index-container .centered .prompt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 30px;
}
.launch-index-container .already-user {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .launch-index-container .centered h1 {
    padding: 8px 15px;
    border: 4px solid #fff;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .launch-index-container .centered .title {
    font-size: 2rem;
  }
}
.launch-home-beta {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 95%;
  margin-top: 50px;
}
.launch-home-beta h1 {
  padding: 21px 40px;
  border: 8px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 8px;
  margin-bottom: 40px;
  text-shadow: none;
}
.launch-home-beta .new-title {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4em;
}
.launch-home-beta .new-title a {
  color: #F7AF1A;
}
.launch-home-beta .new-title img {
  width: 75px;
  margin-bottom: 10px;
}
.launch-home-beta .new-prompt {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 700px;
}
.launch-home-beta .demo-video-container {
  width: 100%;
  max-width: 900px;
  border-radius: 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.25) 8px 8px 20px 2px;
}
.launch-home-beta .demo-video-container .demo-video {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 11px;
}
.launch-home-beta .already-user {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .launch-home-beta .new-title {
    font-size: 1.4rem;
  }
  .launch-home-beta .new-prompt {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .home-launch-beta {
    margin-top: 90px;
  }
}
@media (min-width: 1500px) {
  .launch-home-beta {
    margin-top: 100px;
  }
}
/* --- HERO --- */
.hero-ai {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url("/images/party.jpg") center / cover no-repeat fixed;
  color: #fff;
}
.hero-ai__inner {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 16px;
  gap: 14px;
}
.hero-ai h1 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800;
  margin: 0;
}
.hero-ai__tagline {
  font-size: clamp(1rem, 2vw, 1.4rem);
  margin: 0;
}
.hero-ai__beta {
  opacity: 0.9;
  margin: 0.25rem 0 0;
}
.hero-ai__bullets {
  margin: 12px 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.hero-ai__bullets li {
  font-weight: 500;
}
/* --- PRESS GRID --- */
.press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.press-grid--featured {
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .press-grid--featured {
    grid-template-columns: 1fr 1fr;
  }
}
.press-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.press-card:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.14) 0 8px 24px;
}
.press-card__media {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f6f7f9;
  display: block;
  overflow: hidden;
}
.press-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.press-card__title {
  padding: 10px 12px 14px;
  color: #0b3a73;
  font-weight: 600;
  text-align: center;
}
/* Featured visuels plein cadre, sans étirement */
.press-card--featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.apropos-section {
  position: relative;
  background: url("https://imagedelivery.net/qQ9AUMcvu0o-g6eEBbXGqw/1be61742-c3fc-4662-75a5-d68db5f4c400/public?format=auto") center / cover no-repeat;
  color: #fff;
}
.apropos-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  z-index: 0;
}
.apropos-section .row {
  position: relative;
  z-index: 1;
}
.no-grid-template-columns {
  grid-template-columns: 0 !important;
}
.open-intro {
  background: #31d2f7;
  color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.open-intro a {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.open-intro a:hover {
  text-decoration: none;
}
.open-milestone-intro {
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.open-progress-bar {
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.open-container {
  float: left;
  padding: 10px;
}
.open-container .open-block {
  background-color: white;
  padding: 20px;
  border: 1px solid #e7e5e5;
  border-radius: 10px;
}
.open-container .open-block .open-title {
  text-align: center;
  font-weight: 500;
}
.open-container .open-block .chart-canvas {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.open-container .open-figure {
  text-align: center;
  padding: 20px 0px 0 0px;
}
.open-container .open-figure .open-figure-icon {
  text-align: center;
}
.open-container .open-figure .open-figure-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #31d2f7;
  text-align: center;
  margin-bottom: 0;
  line-height: 1rem;
}
.open-container .open-figure .open-figure-name {
  font-weight: 500;
  margin-bottom: 0px;
}
.open-container .open-left-right-block {
  float: left;
}
.open-container .open-left-right-block .open-left-block .open-left-title {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .open-container .open-left-right-block .open-left-block {
    text-align: center;
    margin-bottom: 20px;
  }
}
.open-container .open-left-right-block img {
  max-width: 100%;
}
.profile-project {
  background: white;
  width: 100%;
  border-radius: 0.25rem;
  padding: 10px 20px;
  color: var(--text-color);
  background-color: #32b4d724;
}
.profile-credits {
  width: 100%;
  max-width: 600px;
  color: black;
  background: #eaeaea;
  border-radius: 0.25rem;
  border: 1px solid #bdbdbd;
  padding: 20px;
  margin: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.profile-credits .credits-title {
  font-weight: bold;
}
.profile-credits .credits-description {
  font-style: italic;
}
.profile-credits .progress-credit {
  background-color: #ec8443;
}
.text-modifications-container .nav-column {
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #272727;
}
.text-modifications-container .nav-column .textmodif-navigation-container {
  flex: 0 1 auto;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .progress-container {
  display: flex;
  flex-direction: column;
}
.text-modifications-container .nav-column .textmodif-navigation-container .progress-container .title-summary {
  text-align: center;
  margin-top: 20px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .progress-container .title-summary img {
  width: 50%;
  max-width: 200px;
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .progress-container .progress-bar-max {
  color: #31d2f7;
  width: 90%;
  margin: 20px auto 10px auto;
}
.text-modifications-container .nav-column .textmodif-navigation-container .progress-container .progress-bar-max .progress-text {
  margin-left: 5px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters-intro {
  float: left;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters-intro .chapters-intro-icon {
  float: left;
  width: 20%;
  padding: 30px 25px 0px 25px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters-intro .chapters-intro-icon img {
  width: 30px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters-intro .chapters-intro-text {
  float: left;
  width: 80%;
  font-size: 1.2rem;
  font-weight: bold;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul {
  list-style: none;
  padding-inline-start: 0px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li.hidden {
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li a {
  color: #272727;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li a .chapter-title-container {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li a .chapter-title-container img {
  max-width: 30px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li a .chapter-title-container .chapter-title {
  display: flex;
  margin-left: 10px;
  font-size: 0.9rem;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li a .chapter-title-container .chapter-title p {
  align-self: center;
  margin-bottom: 0px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li.active {
  background-color: #eaeaea;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters ul li.active a {
  color: #272727;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose:focus,
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose:hover,
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose:active {
  color: inherit;
  outline: none;
  box-shadow: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose .chapternavtitle {
  font-style: italic;
  font-weight: 400;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup {
  float: right;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup.hidden {
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown {
  float: right;
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown.hidden {
  display: block;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup2 {
  float: right;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup2.hidden {
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown2 {
  float: right;
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown2.hidden {
  display: block;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup3 {
  float: right;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup3.hidden {
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown3 {
  float: right;
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown3.hidden {
  display: block;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup4 {
  float: right;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowup4.hidden {
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown4 {
  float: right;
  display: none;
}
.text-modifications-container .nav-column .textmodif-navigation-container .chapters .navOpenClose #spanarrowdown4.hidden {
  display: block;
}
.text-modifications-container .reference-column {
  border-right: 1px solid #eaeaea;
}
.text-modifications-container .reference-column .text-modif-switch-lang {
  position: relative;
  top: 0;
  color: #5C5C5C;
  text-decoration: underline;
}
.switch-not-editable .display-not-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.switch-not-editable .display-editable {
  display: none;
}
.switch-editable .display-not-editable {
  display: none;
}
.switch-editable .display-editable {
  display: block;
  width: 100%;
  text-align: right;
}
.switch-editable-or-not {
  align-self: flex-end;
  margin-right: 5px;
  margin-top: 2px;
}
.switch-editable-or-not img {
  height: 20px;
}
.switch-editable-or-not img:hover {
  cursor: pointer;
}
.ideageneration-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 0.25rem;
}
.ideageneration-container #spanarrowup {
  display: none;
}
.ideageneration-container #spanarrowup.hidden {
  display: block;
}
.ideageneration-container #spanarrowdown {
  display: block;
}
.ideageneration-container #spanarrowdown.hidden {
  display: none;
}
.ideageneration-container #spanarrowupleft {
  display: none;
}
.ideageneration-container #spanarrowupleft.hidden {
  display: block;
}
.ideageneration-container #spanarrowdownleft {
  display: block;
}
.ideageneration-container #spanarrowdownleft.hidden {
  display: none;
}
.generatorHideOrNot {
  display: block;
  padding-top: 0px;
}
.generatorHideOrNot.hidden {
  display: none;
}
.generatedHideOrNot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0px;
  width: 100%;
  padding: 10px;
}
.generatedHideOrNot.hidden {
  display: none;
}
#generatedspanarrowup {
  display: block;
}
#generatedspanarrowup.hidden {
  display: none;
}
#generatedspanarrowdown {
  display: none;
}
#generatedspanarrowdown.hidden {
  display: block;
}
#generatedspanarrowupleft {
  display: block;
}
#generatedspanarrowupleft.hidden {
  display: none;
}
#generatedspanarrowdownleft {
  display: none;
}
#generatedspanarrowdownleft.hidden {
  display: block;
}
.start-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  background: #fff;
  margin-top: 40px;
  border-radius: 0.25rem;
  padding: 30px;
}
.start-container .start-nav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
}
.start-container .start-nav .round-start-nav {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #bdbdbd;
  margin-right: 5px;
}
.start-container .start-nav .round-start-nav.checked {
  background-color: #31d2f7;
}
.start-container .start-nav .line-start-nav {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #eaeaea;
  margin-right: 5px;
}
.start-container .start-nav .line-start-nav.checked {
  background-color: #31d2f7;
}
.start-container .start-nav .last-start-nav img {
  height: 25px;
}
.start-container .start-content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.start-container .start-content .section {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
}
.start-container .start-content .section .section-title {
  font-weight: bold;
  margin-top: 30px;
}
.start-container .start-content .section .section-subtitle {
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
}
.start-container .start-content .section .flex-container-centered {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
}
.start-container .start-content .section .input-question {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}
.start-container .start-content .section .input-question-large {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}
.start-container .start-content .section .next-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.start-container .start-content .section .ui-autocomplete-input {
  z-index: 1030;
  position: relative;
}
.start-container .tone-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.start-container .tone-container .tone-option {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  width: 30%;
  min-height: 140px;
  border-radius: 0.25rem;
  border: 1px solid #bdbdbd;
  margin-right: 5px;
  cursor: pointer;
  padding: 10px;
}
.start-container .tone-container .tone-option.checked {
  border: 2px solid #32b4d7;
  background-color: #f7f7f7;
}
.start-container .tone-container .tone-option .tone-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #5C5C5C;
}
.start-container .tone-container .tone-option .tone-subtitle {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #bdbdbd;
}
.strat-switch-not-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.strat-switch-not-editable .display-not-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.strat-switch-not-editable .display-editable {
  display: none;
}
.strat-switch-editable {
  background: #32b4d724;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
}
.strat-switch-editable .display-not-editable {
  display: none;
}
.strat-switch-editable .display-editable {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.strat-switch-editable .display-editable .form-strat {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 800px;
  max-width: 100%;
}
.strat-switch-editable .display-editable .form-strat .form-group {
  width: 100%;
}
.strat-switch-editable-or-not {
  align-self: flex-end;
  margin-right: 5px;
  margin-top: 2px;
}
.strat-switch-editable-or-not img {
  height: 20px;
}
.strat-switch-editable-or-not img:hover {
  cursor: pointer;
}
.strat-ideas-drag-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.strat-ideas-drag-container #ideasPlaces {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 44px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 500;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea .date-of-idea {
  display: flex;
  display: -ms-flexbox;
  background-color: #dceedb;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  padding: 5px 15px;
  min-height: 44px;
  border-right: 1px solid #f7f7f7;
  font-style: italic;
  width: 35%;
  min-width: 270px;
  border-radius: 5px;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid #eaeaea;
  background: #32b4d724;
  border-radius: 5px;
  position: relative;
  margin-left: 1px;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-content .edit-delete-icons {
  position: absolute;
  right: 0px;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-next-action {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  border: 1px solid #31d2f7;
  background: #31d2f7;
  border-radius: 5px;
  padding: 5px 15px;
  min-height: 44px;
  margin-left: 3px;
  min-width: 200px;
  color: white;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-next-action:hover,
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-next-action:focus,
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-next-action[disabled],
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-next-action .disabled,
.strat-ideas-drag-container #ideasPlaces .oneIdea .idea-next-action:not(:disabled):not(.disabled):active {
  background-color: #62ddf9;
  color: white;
  cursor: pointer;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea img {
  height: 30px;
}
.strat-ideas-drag-container #ideasPlaces .oneIdea img:hover {
  filter: brightness(105%);
}
.strat-ideas-drag-container #ideasPlaces .oneIdea .t-note {
  height: 15px;
  margin-bottom: 10px;
  margin-left: 2px;
}
.avatarslist-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.avatarslist-container .avatar-option {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  width: 33%;
  min-width: 100px;
  max-width: 200px;
  min-height: 140px;
  border-radius: 0.25rem;
  border: 1px solid #bdbdbd;
  margin-right: 5px;
  cursor: pointer;
  padding: 10px;
}
.avatarslist-container .avatar-option.checked {
  border: 2px solid #32b4d7;
  background-color: #f7f7f7;
}
.avatarslist-container .avatar-option.checked .avatar-image {
  filter: none !important;
}
.avatarslist-container .avatar-option .avatar-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #5C5C5C;
}
.avatarslist-container .avatar-option .avatar-image {
  width: 100%;
  filter: grayscale(100%);
}
.avatarslist-container .avatar-option .avatar-subtitle {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #bdbdbd;
}
.elemXdesigns-container .design-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}
.elemXdesigns-container .design-grid-item {
  width: 250px;
  height: 280px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg-secondary);
  border-radius: 0.25rem;
}
.elemXdesigns-container .design-grid-item .design-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  width: 100%;
  height: 190px;
}
.elemXdesigns-container .design-grid-item .design-wrapper .action-buttons {
  position: absolute;
  bottom: 10px;
  gap: 10px;
  display: none;
}
.elemXdesigns-container .design-grid-item .design-wrapper .action-buttons .btn {
  font-size: 1rem;
}
.elemXdesigns-container .design-grid-item .design-wrapper .editdesign-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  background-color: var(--color-bg);
  border-radius: 5px;
  padding: 5px;
}
.elemXdesigns-container .design-grid-item .design-wrapper .editdesign-icon img {
  width: 20px;
  height: 20px;
}
.elemXdesigns-container .design-grid-item .design-wrapper:hover {
  cursor: pointer;
}
.elemXdesigns-container .design-grid-item .design-wrapper:hover .action-buttons {
  display: flex;
}
.elemXdesigns-container .design-grid-item .design-wrapper:hover .editdesign-icon {
  display: block;
}
.elemXdesigns-container .design-grid-item .design-content {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background-color: #fff;
}
.elemXdesigns-container .design-grid-item.placeholder-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elemXdesigns-container .design-grid-item.placeholder-item .spinner-border {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  width: 3rem !important;
  height: 3rem !important;
  border: 0.25em solid lightgrey;
  border-right-color: transparent;
}
.elemXdesigns-container .design-grid-item .final-design {
  width: -webkit-fill-available;
}
.elemXdesigns-container .design-grid-item:hover .overlay-action-buttons {
  display: flex;
}
.elemXdesigns-container .design-info {
  text-align: center;
  margin-top: 10px;
  padding: 0 10px;
}
.elemXdesigns-container .design-info .design-title {
  font-size: 1rem;
  margin: 0;
}
.elemXdesigns-container .design-info .design-date {
  font-size: 0.8rem;
  color: #6c757d;
}
@media (max-width: 767px) {
  .elemXdesigns-container .design-grid-item {
    width: 200px;
    height: 260px;
  }
  .elemXdesigns-container .design-grid-item .spinner-border {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .elemXdesigns-container .design-grid-item .design-info .design-title {
    font-size: 0.8rem;
  }
  .elemXdesigns-container .design-grid-item .design-info .design-category {
    font-size: 0.8rem;
  }
  .elemXdesigns-container .design-grid-item .design-info .design-date {
    font-size: 0.6rem;
  }
}
.elemXdesigns-container .importinprogress-item {
  position: relative;
}
.elemXdesigns-container .importinprogress-item .design-wrapper {
  position: relative;
}
.elemXdesigns-container .importinprogress-item .thumbnail-design {
  width: 100%;
  height: auto;
}
.elemXdesigns-container .importinprogress-item .progress-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.subcategory-option {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  width: 18%;
  min-width: 150px;
  min-height: 140px;
  border-radius: 0.25rem;
  border: 1px solid #bdbdbd;
  margin-right: 5px;
  cursor: pointer;
  padding: 10px;
}
.subcategory-option.checked {
  border: 2px solid #32b4d7;
  background-color: #f7f7f7;
}
.subcategory-option .tone-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #5C5C5C;
}
.subcategory-option .tone-subtitle {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #bdbdbd;
}
.elemXimages-container .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}
.elemXimages-container .cartoonHeigth300 .image-grid-item {
  height: 300px !important;
}
.elemXimages-container .image-grid-item {
  width: 230px;
  height: 230px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg-secondary);
  border-radius: 0.25rem;
}
.elemXimages-container .image-grid-item.selected-cartoon {
  border: 2px solid #20692b;
}
.elemXimages-container .image-grid-item .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}
.elemXimages-container .image-grid-item .image-wrapper video {
  max-width: 100%;
  max-height: 100%;
}
.elemXimages-container .image-grid-item .image-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.elemXimages-container .image-grid-item .image-wrapper .play-icon img {
  height: 60px;
}
.elemXimages-container .image-grid-item .image-wrapper .play-icon-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.elemXimages-container .image-grid-item .image-wrapper .image-checkbox {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  width: 40px;
  /* Ajustez la taille selon vos besoins */
  height: 40px;
  /* Ajustez la taille selon vos besoins */
  border-radius: 50%;
  /* Pour rendre l'input rond */
  appearance: none;
  /* Supprime le style par défaut de l'input */
  -webkit-appearance: none;
  /* Supprime le style par défaut de l'input pour Safari */
  outline: none;
  /* Supprime le contour par défaut */
  cursor: pointer;
  /* Change le curseur au survol */
  display: none;
  align-items: center;
  justify-content: center;
}
.elemXimages-container .image-grid-item .image-wrapper .image-checkbox.checked {
  display: flex;
}
.elemXimages-container .image-grid-item .image-wrapper .action-buttons {
  position: absolute;
  bottom: 10px;
  gap: 10px;
  display: none;
}
.elemXimages-container .image-grid-item .image-wrapper .action-buttons .btn {
  font-size: 1rem;
}
.elemXimages-container .image-grid-item .image-wrapper .editimage-icon,
.elemXimages-container .image-grid-item .image-wrapper .downloadimage-icon {
  position: absolute;
  top: 10px;
  display: none;
  background-color: var(--color-bg);
  border-radius: 5px;
  padding: 5px;
  z-index: 12;
}
.elemXimages-container .image-grid-item .image-wrapper .editimage-icon img,
.elemXimages-container .image-grid-item .image-wrapper .downloadimage-icon img {
  width: 20px;
  height: 20px;
}
.elemXimages-container .image-grid-item .image-wrapper .editimage-icon {
  right: 50px;
}
.elemXimages-container .image-grid-item .image-wrapper .downloadimage-icon {
  right: 10px;
}
.elemXimages-container .image-grid-item .image-wrapper:hover {
  cursor: pointer;
}
.elemXimages-container .image-grid-item .image-wrapper:hover .image-checkbox {
  display: flex;
}
.elemXimages-container .image-grid-item .image-wrapper:hover .action-buttons {
  display: flex;
}
.elemXimages-container .image-grid-item .image-wrapper:hover .editimage-icon,
.elemXimages-container .image-grid-item .image-wrapper:hover .downloadimage-icon {
  display: block;
}
.elemXimages-container .image-grid-item .image-content {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background-color: #fff;
}
.elemXimages-container .image-grid-item.placeholder-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elemXimages-container .image-grid-item.placeholder-item .spinner-border {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  width: 3rem !important;
  height: 3rem !important;
  border: 0.25em solid lightgrey;
  border-right-color: transparent;
}
.elemXimages-container .image-grid-item .final-image {
  width: -webkit-fill-available;
}
.elemXimages-container .image-grid-item:hover .overlay-action-buttons {
  display: flex;
}
.elemXimages-container .image-info {
  text-align: center;
  margin-top: 10px;
}
.elemXimages-container .image-info .image-title {
  font-size: 1rem;
  margin: 0;
}
.elemXimages-container .image-info .image-date {
  font-size: 0.8rem;
  color: #6c757d;
}
@media (max-width: 767px) {
  .elemXimages-container .image-grid-item {
    width: 200px;
    height: 200px;
  }
  .elemXimages-container .image-grid-item .spinner-border {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .elemXimages-container .image-grid-item .image-info .image-title {
    font-size: 0.8rem;
  }
  .elemXimages-container .image-grid-item .image-info .image-date {
    font-size: 0.6rem;
  }
}
.elemXimages-container .importinprogress-item {
  position: relative;
}
.elemXimages-container .importinprogress-item .image-wrapper {
  position: relative;
}
.elemXimages-container .importinprogress-item .thumbnail-image {
  width: 100%;
  height: auto;
}
.elemXimages-container .importinprogress-item .progress-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  background-color: var(--color-bg);
  color: var(--color-text);
}
body.dark-mode {
  --color-bg: #343541;
  --color-text: #d4d4d4;
  --color-text-secondary: #202123;
  --color-bg-secondary: #202123;
  --color-bg-sidebar: #202123;
  --color-bg-sidebar-active: #5d5d5d;
  --color-border: #d4d4d4;
  --color-bg-chat: #565869;
  --color-bg-chat-user: #202123;
  --color-bg-chat-code-header: #565869;
  --color-bg-chat-code-content: #202123;
}
body.dark-mode header {
  background-color: var(--color-bg-secondary);
  color: var(--color-text);
}
body.dark-mode .account-manage-nav {
  background-color: var(--color-bg-secondary) !important;
  color: var(--color-text) !important;
}
body.dark-mode .darkmode-text-color {
  color: var(--color-text) !important;
}
body.dark-mode .dark-mode-text-color-darker {
  color: var(--color-text) darker !important;
}
body.dark-mode .darkmode-text-color-buthoverblack {
  color: var(--color-text) !important;
}
body.dark-mode .darkmode-text-color-buthoverblack:hover,
body.dark-mode .darkmode-text-color-buthoverblack:active,
body.dark-mode .darkmode-text-color-buthoverblack:focus {
  color: var(--color-text) darker !important;
}
body.dark-mode .darkmode-border-color {
  border-color: #d4d4d4 !important;
}
body.dark-mode .dark-mode-border-color-darker {
  border-color: #202123 !important;
}
body.dark-mode .dark-mode-background-color {
  background-color: var(--color-bg);
}
body.dark-mode .dark-mode-background-color-darker {
  background-color: var(--color-bg-secondary) !important;
}
body.dark-mode .dark-mode-background-color-lighter {
  background-color: #40414f !important;
}
body.dark-mode .form-control {
  background-color: #40414f !important;
  color: var(--color-text) !important;
}
body.dark-mode .chosen-container {
  background-color: #40414f !important;
  color: var(--color-text) !important;
}
body.dark-mode .chosen-container .chosen-results {
  background-color: #40414f !important;
  color: var(--color-text) !important;
}
body.dark-mode .chosen-container .chosen-choices {
  background-color: #40414f !important;
  color: var(--color-text) !important;
}
body.dark-mode .chosen-container .chosen-choices .search-choice {
  color: var(--color-text) !important;
}
body.dark-mode .chosen-container .chosen-drop {
  background-color: #40414f !important;
  color: var(--color-text) !important;
}
body.dark-mode footer {
  background-color: var(--color-bg-secondary);
  color: var(--color-text);
}
