:root {
  --white-smoke: #f4f4f4;
  --black: #1e2020;
  --dark-grey: #404141;
  --light-grey: #6e6f6f;
  --purple: #666;
  --yellow: #f2cc8f;
  --accessible-components--dark-grey: #9b9b9b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

label {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  background-color: var(--black);
  height: 100svh;
}

.side-main-menu {
  margin-top: 500px;
  padding-top: 42px;
  padding-bottom: 40px;
}

.text-size-large {
  font-size: 28px;
}

.text-size-large.link-hover.no-wrap {
  color: var(--white-smoke);
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.daschboard-wrapper {
  background-color: var(--black);
  width: 100svw;
  padding-bottom: 40px;
  padding-left: 100px;
}

.daschboard-wrapper.createur {
  padding-bottom: 0;
}

.daschboard-wrapper.script {
  padding-top: 40px;
  padding-bottom: 0;
}

.daschboard-wrapper.globale {
  padding-bottom: 20px;
  display: flex;
}

.daschboard-wrapper.message {
  padding-bottom: 0;
  padding-left: 0;
}

.side-menu-section {
  z-index: 9;
  background-color: #1e2020;
  border-right: 1px solid #404141;
  width: 52%;
  max-width: 340px;
  height: 100vh;
  margin-left: 45px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: auto;
}

.open-menu {
  z-index: 50;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 12px;
  display: flex;
}

.flex-horizontal {
  display: flex;
  overflow: hidden;
}

.flex-horizontal.gap {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
}

.flex-horizontal.gap._1 {
  position: absolute;
  top: 26.7svh;
  left: 3rem;
}

.flex-horizontal.gap._2 {
  position: absolute;
  top: 36.8svh;
  left: 3rem;
}

.overflow-hiden {
  overflow: hidden;
}

.overflow-hiden.hide {
  display: none;
}

.side-menu-content {
  z-index: 10000000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding: 30px 20px 20px;
  display: flex;
}

.side-menu-header {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
}

.block-wrapper {
  width: 100%;
  display: flex;
}

.link-hover:hover {
  text-decoration: underline;
}

.desktop-menu-burger-wraper {
  z-index: 951;
  margin-bottom: auto;
  position: fixed;
  top: 70px;
  left: 15px;
}

.side-menu-burger-wrap {
  border-right: 1px solid #333;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 10%;
  display: flex;
}

.side-menu-burger-wrap.mobile-hiden {
  border-right-style: none;
  justify-content: space-around;
  align-items: center;
  width: 100px;
}

.main-wraper {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.side-menu-wraper {
  width: 90%;
}

.logo-container {
  z-index: 950;
  position: fixed;
  inset: 30px auto auto 17px;
}

.div-block {
  width: 100%;
}

.logo-name.big-size {
  width: 200px;
}

.logo_name-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  margin-top: 6px;
  display: flex;
}

.side-link-number-copy {
  z-index: 10;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 85%;
  display: flex;
  position: fixed;
  bottom: 0;
}

.logo_nav-wrapper {
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 17.5px;
  font-weight: 300;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 25svh;
  left: 15px;
}

.logo_nav-wrapper:hover {
  background-color: #992cb2;
}

.logo_nav-wrapper._1 {
  top: 10svh;
}

.logo_nav-wrapper._2 {
  top: 20svh;
}

.logo_nav-wrapper._3 {
  top: 30svh;
}

.logo_nav-wrapper._4 {
  top: 40svh;
}

.logo_nav-wrapper._5 {
  top: 50svh;
}

.dropdown._1 {
  z-index: auto;
  padding-right: 40px;
  position: absolute;
  top: 46.6vh;
  left: 3rem;
}

.dropdown._2 {
  z-index: auto;
  padding-right: 80px;
  position: absolute;
  top: 56.6vh;
  left: 3rem;
}

.dropdown._3 {
  z-index: auto;
  padding-right: 40px;
  position: absolute;
  top: 66.6vh;
  left: 3rem;
}

.text-block {
  color: #f4f4f4;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.icon {
  color: #f4f4f4;
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-block.dropdown {
  opacity: .5;
  transition: all .4s;
}

.link-block.dropdown:hover {
  opacity: 100;
}

.dropdown-list.w--open {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1e2020;
  border: 1px solid #f4f4f480;
  border-radius: 6px;
  flex-flow: column;
  margin-top: 5px;
  padding: 20px 40px 20px 20px;
  display: flex;
  position: absolute;
}

.dropdown-list._2.w--open {
  padding-right: 60px;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown_text {
  color: #f4f4f4;
  min-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.menu-wrapper {
  z-index: 10000;
  display: block;
}

.menu-wrapper.hide {
  display: none;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-tab.no-padding {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.features-tab-wrapper {
  height: 100%;
  overflow: hidden;
}

.text-size-medium {
  font-size: 1.2rem;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.heading-style-h6 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-direction: column;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 85svh;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.feature-tab-menu.multimodal {
  height: 100%;
  margin-right: 0;
}

.feature-tab-menu.multimodal.grille {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(10%, 1fr) minmax(auto, 30%) minmax(auto, 85%);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.function-content-wrapper.hide {
  display: none;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.bullet-wraper.popup {
  width: 100%;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.feature-tab-content.flex {
  height: 85svh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-grey);
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  transition: all .4s;
  display: flex;
}

.arrow-tab:hover {
  background-color: #4f5050;
}

.arrow-tab.w--current {
  background-color: var(--light-grey);
  background-image: none;
  border-radius: 10px;
}

.arrow-tab.w--current:hover {
  background-color: #4f5050;
}

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-icon.hide {
  display: none;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 20px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: .5rem;
  display: flex;
}

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .6rem;
  display: flex;
}

.banner_small {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.round_tab-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 3.5rem;
  display: flex;
}

.round_tab-menu.column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 150px;
  height: 85svh;
  margin-top: 4.5rem;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.round_tab-menu.createurs {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 89svh;
  margin-top: 4.5rem;
  margin-right: 20px;
  padding: 20px;
}

.round_tab-menu.script {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 70svh;
  margin-top: 20px;
  margin-right: 20px;
  padding: 40px;
}

.round_tab-menu.model {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 150px;
  height: 70svh;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.round_tab-menu.globale.big {
  min-width: 300px;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 30px 20px;
}

.round_tab-menu.globale.big.black {
  background-color: var(--black);
}

.round_tab-menu.globale.small {
  min-width: 150px;
  height: 150px;
  margin-top: 0;
  margin-right: 0;
  padding: 8px;
}

.round_tab-menu.globale.small._2 {
  margin-top: 0;
}

.round_tab-menu.globale {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 75svh;
  margin-top: 4.5rem;
  margin-right: 20px;
  padding: 20px;
}

.round_tab-menu.message {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  height: 75svh;
  margin-top: 2rem;
  margin-right: 20px;
  padding: 20px;
}

.round_tab-menu.setting {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 80svh;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.round_tab-menu.calendar {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px 0 0 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 150px;
  height: 70svh;
  margin-top: 20px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.round_tab-menu.calendar.hide {
  display: none;
}

.round_tab-menu.calendar-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 70svh;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  overflow: hidden;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.feature-left.hide {
  display: none;
}

.feature-left.multimodal {
  height: 70vh;
}

.feature-left.multimodal.hide {
  display: none;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.subheader-wrapper.message {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.subheader-wrapper.createur {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.bullet-wrapper-detail.left {
  margin-right: auto;
}

.bullet-wrapper-detail.right {
  margin-left: auto;
}

.banner_large {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.banner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: 20rem;
  position: relative;
  overflow: hidden;
}

.bullet-img-wrapper.hide {
  display: none;
}

.round-tab {
  background-color: var(--light-grey);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #4f5050;
}

.round-tab.w--current {
  background-color: var(--light-grey);
  color: #000;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.round-tab.column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

.tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.tabs-wrapper.flex {
  display: flex;
}

.tabs-wrapper.flex.hide {
  display: none;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5dbfb;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  display: flex;
  position: relative;
}

.bullet-content.grey {
  background-color: #6e6f6f;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30rem;
}

.grid-six-wrapper.hide {
  display: none;
}

.text-size-small {
  color: var(--purple);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}

.text-size-small.text-color-grey {
  margin-bottom: 0;
}

.text-size-small.white-smoke {
  color: var(--white-smoke);
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  display: flex;
  position: absolute;
}

.header-wrapper.script {
  width: auto;
  position: static;
}

.header-wrapper.globale {
  margin-top: 20px;
  position: static;
}

.header-wrapper.message {
  width: 90%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.member-name {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.member-name.createurs {
  font-size: 14px;
}

.member-name.script {
  font-size: 20px;
}

.member-name.globale {
  font-size: 15px;
}

.member-name.message {
  font-size: 16px;
}

.member-name.opacity {
  opacity: .6;
  font-size: 14px;
  font-weight: 200;
}

.member-fonction {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.member-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.member-content.center {
  justify-content: center;
  align-items: center;
}

.message-title {
  z-index: 1;
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.message-title.info {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: static;
}

.message-title.globale {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  position: static;
}

.image {
  border: 2px solid var(--purple);
  object-fit: cover;
  border-radius: 360px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.image.createurs {
  width: 35px;
  height: 35px;
}

.image.script {
  width: 40px;
  height: 40px;
}

.image.center {
  margin-left: auto;
  margin-right: auto;
}

.message_member-name {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.message_member-name.attachement {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.message_member-name.pricing {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: auto auto 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.message_member-name.white-smoke {
  color: var(--white-smoke);
  position: relative;
}

.message_member-name.plus {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: auto auto 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.message_member-name.light-grey {
  color: var(--light-grey);
}

.timing-message {
  opacity: .5;
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
}

.arrow_block-message {
  width: 6px;
  margin-left: auto;
}

.message_member-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.message_member-wrapper.popup {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: space-between;
  align-items: center;
  width: 114px;
  margin-left: 25px;
  margin-right: auto;
  position: relative;
}

.bullet-point {
  height: 3px;
}

.bullet-point.hide {
  display: none;
}

.refresh {
  height: 24px;
  margin-left: auto;
}

.icons-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin-left: 15px;
  display: flex;
}

.icons-block.absolute {
  z-index: 950;
  position: relative;
}

.icon-messagerie {
  border: 1px solid var(--purple);
  border-radius: 360px;
}

.pink-block {
  z-index: auto;
  background-color: #ecc9f4;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 15px;
  width: 50%;
  position: absolute;
  inset: 0%;
}

.input {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  background-image: url('../images/arrow-message.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 30px;
  transition: all .4s;
  position: relative;
}

.submit-button:hover {
  opacity: .7;
}

.text_field {
  color: var(--white-smoke);
  background-color: #fff0;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding-left: 0;
}

.text_field:active, .text_field:focus {
  border-style: none;
}

.text_field::placeholder {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.text_field-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--white-smoke);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.block-button {
  background-color: #eef0f3;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 3px;
  display: flex;
}

.block-button.emoji {
  background-color: #eef0f300;
  background-image: url('../images/☺.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20px;
  height: 20px;
  padding: 0;
}

.block-button.attachement {
  background-color: #eef0f300;
  background-image: url('../images/attachment.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 2px;
  padding: 0;
  display: none;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.flex-block._1 {
  padding-right: 3px;
}

.flex-block.message {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 5px;
  padding-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.flex-block.message-selection {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.flex-block.attachement {
  justify-content: space-between;
}

.flex-block.montant {
  justify-content: space-between;
  width: 100%;
}

.flex-block.pricing {
  justify-content: flex-end;
  align-items: center;
}

.flex-block.logo {
  opacity: .2;
  width: auto;
  height: auto;
}

.flex-block.multimodal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 83%;
  padding-right: 0;
}

.flex-block.overflow {
  overflow: visible;
}

.flex-block.box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  margin: 20px auto 10px;
  padding-right: 0;
}

.form_block {
  color: var(--white-smoke);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
}

.writing-message {
  color: #afbccd;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  line-height: 1.2;
}

.writing-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.informations_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  display: flex;
}

.informations_wrapper.chatting {
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 85svh;
}

.informations_wrapper.chatting.multimodal {
  height: 100%;
}

.informations_wrapper.globale {
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: none;
  padding: 30px 0;
  overflow: hidden;
}

.info_flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper {
  z-index: 950;
}

.text-field-info {
  color: var(--light-grey);
  border-radius: 8px;
  font-family: Roboto, sans-serif;
}

.text-field-info::placeholder {
  color: var(--dark-grey);
  font-family: Roboto, sans-serif;
}

.form-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-grey);
  flex-flow: column;
  display: flex;
  position: relative;
}

.select-field {
  color: var(--light-grey);
  border-radius: 8px;
  font-family: Roboto, sans-serif;
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: var(--light-grey);
}

.textarea {
  color: var(--dark-grey);
  border-radius: 8px;
  font-family: Roboto, sans-serif;
}

.textarea::placeholder {
  color: var(--dark-grey);
  font-family: Roboto, sans-serif;
}

.textarea.stats {
  min-height: 59px;
  margin-bottom: 0;
}

.textarea.note {
  min-height: 180px;
}

.flex-block_form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-text {
  margin-top: -8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.slider {
  background-color: #ddd0;
  max-width: 300px;
  height: 80svh;
}

.slider.multimodal {
  height: 100%;
}

.right-arrow {
  height: 50px;
  inset: 0% -1.2rem auto auto;
}

.icon-2 {
  background-color: #ad8484;
  margin-top: 0;
  display: none;
}

.hide, .slide-nav {
  display: none;
}

.left-arrow {
  height: 50px;
  margin: 0 0 0 auto;
  top: 0;
  right: -1.2rem;
}

.slider-button {
  margin-top: 1rem;
}

.slider-button.left {
  transform: rotate(180deg);
}

.chatting-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.chatting-wrapper.flex {
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
}

.features-chat-wrapper {
  width: 100%;
  height: 90svh;
  overflow: hidden;
}

.features-chat-wrapper.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
}

.feature_chat_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--dark-grey);
  border-radius: 12.5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 70svh;
  padding: 20px;
  display: flex;
}

.feature_chat_content-detail.dashboard {
  width: 100%;
  height: 85svh;
}

.feature_chat_content-detail.multimodal {
  height: 74svh;
  margin-bottom: auto;
}

.feature_chat_content-detail.multimodal.flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.chat_feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.chat_feature-left.globale {
  width: 100%;
}

.feature-chat-content {
  flex: 0 auto;
  width: 100%;
  height: 100svh;
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-chat-content.multimodal {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-chat-content.globale {
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.chatting-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-right: 20px;
  display: flex;
}

.ui__box {
  overflow: hidden;
}

.ui__card__code {
  background-color: #2b2b2b00;
  width: 100%;
  height: 55svh;
  padding-left: 8px;
  padding-right: 8px;
}

.ui__card__code._2 {
  background-color: #2b2b2b00;
  height: 65svh;
  padding-left: 20px;
  padding-right: 20px;
}

.ui__card__code._2.multimodal {
  height: 68svh;
}

.ui__card__code._2.chatting {
  height: 80svh;
}

.ui__card__code.popup {
  height: 50svh;
}

.ui__card__code.chatteur {
  height: 100%;
}

.ui__card__code.media-setting {
  height: 70svh;
}

.ui__card__code.onglets, .ui__card__code.message {
  height: auto;
}

.ui__card__code.createur {
  height: 78svh;
}

.ui__card__code.acces {
  height: 150px;
  padding-left: 0;
  padding-right: 0;
}

.ui__card__code.script {
  height: 50vh;
}

.ui__card__code.globale {
  background-color: #2b2b2b00;
  height: 89svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.ui__card__code.globale-data {
  height: 89vh;
}

.ui__card__code.box {
  height: 20svh;
}

.ui__card__code.media {
  height: 30svh;
}

.ui__card__code.setting {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.ui__card__code.tag {
  border-style: none;
  border-radius: 0;
  width: 180px;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
}

.ui__card__code.media {
  height: auto;
  max-height: 150px;
  padding-left: 0;
  padding-right: 0;
}

.ui__card__code.calendar, .ui__card__code.calendar-copy {
  height: 70vh;
  padding-left: 0;
  padding-right: 0;
}

.ui__card__code.calendar_team {
  height: 15vh;
  padding-left: 0;
  padding-right: 0;
}

.ui__card__code.images {
  height: 60svh;
}

.ui__card__code.boxs {
  height: 15svh;
}

.ui__card__code.chatting {
  height: 100%;
}

.ui__card__code.message, .ui__card__code.global {
  height: 45svh;
}

.ui__card__code.multi-fenetre {
  height: 44svh;
}

.ui__card__body {
  margin-bottom: 24px;
}

.ui__card__body.ui__card__body--last {
  margin-bottom: 0;
}

.ui__card__body.ui__card__body--last.globale {
  background-color: var(--black);
  width: 100%;
  margin-top: 2rem;
}

.ui__card__body.ui__card__body--last.hide {
  display: none;
}

.mask {
  height: 100%;
}

.css-scrollbar {
  display: none;
}

.line-purple {
  background-color: var(--purple);
  width: 50%;
  height: 2px;
  position: relative;
}

.line-purple._2 {
  margin-left: auto;
}

.infos-wrapper {
  margin-bottom: 35px;
  padding-top: 10px;
}

.infos-wrapper.globale {
  padding-top: 0;
}

.line-wrapper {
  background-color: var(--white-smoke);
  width: 98%;
  height: 2px;
  position: relative;
}

.infosmations-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid var(--light-grey);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 360px;
  height: 100vh;
  display: block;
  position: relative;
}

.infosmations-wrapper.hide {
  display: none;
}

.infosmations-wrapper.multimodal {
  border-left-style: none;
  height: 100%;
}

.pointer-button {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.pointer-button:hover {
  opacity: .6;
}

.pointer-button.hide {
  display: none;
}

.pointer-button.boxs {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
}

.text-button {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.text-button.boxs {
  font-size: 14px;
}

.flex-container {
  justify-content: space-between;
  width: 295px;
  margin-right: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.flex-container.hide {
  display: none;
}

.flex-container.globale {
  justify-content: space-between;
  width: 100%;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-container.cross {
  justify-content: flex-end;
  align-items: center;
}

.notification-wrapper {
  background-color: var(--dark-grey);
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  display: flex;
  position: relative;
}

.notifs-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-notif {
  background-color: var(--purple);
  border-radius: 360px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 27px;
}

.cloche-svg {
  width: 17px;
}

.heading-2 {
  line-height: 1.5;
}

.arrow-content {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  display: flex;
  position: relative;
}

.color-online {
  background-color: var(--purple);
  border-radius: 360px;
  width: 8px;
  height: 8px;
  position: absolute;
}

.search-bar {
  background-color: var(--white-smoke);
  border-radius: 10px;
  height: 45px;
  padding-left: 10px;
  display: flex;
}

.search-bar.createurs {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #f4f4f400;
  padding-left: 0;
}

.text-search {
  color: var(--dark-grey);
  background-color: #fff0;
  border: 1px #000;
  height: 100%;
  font-family: Roboto, sans-serif;
}

.text-search::placeholder {
  color: var(--light-grey);
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.text-search.createurs {
  color: var(--white-smoke);
  font-size: 15px;
}

.text-search.createurs::placeholder {
  color: #f4f4f499;
  font-size: 16px;
}

.loupe-icon {
  width: 20px;
}

.text-simple {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-simple.bold-yellow {
  color: var(--yellow);
  font-weight: 600;
}

.dropdown-menu {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: auto;
  display: flex;
}

.nav-toggle {
  letter-spacing: .25px;
  background-image: url('../images/bullet-point.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 20px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  transition: all .5s;
  display: flex;
}

.nav-toggle:hover {
  color: #1a1b1fbf;
}

.nav-toggle:active, .nav-toggle:focus {
  background-image: url('../images/bullet-point-purple.svg');
}

.nav-toggle:focus-visible, .nav-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  background-image: url('../images/bullet-point-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-toggle.attachement {
  background-image: url('../images/attachment.svg');
  width: 30px;
  height: 30px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--black);
  border-radius: 5px;
  margin-top: 15px;
  padding: 0;
}

.nav-dropdown-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--white-smoke);
  width: 100%;
  padding: 10px 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s;
}

.nav-dropdown-link:hover {
  opacity: .6;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.last {
  border-bottom-style: none;
}

.timer {
  opacity: .5;
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
}

.check-wrap {
  width: 25px;
  height: 20px;
  position: relative;
}

.check-img {
  width: 17px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.block-img {
  width: 37px;
  height: 37px;
  position: relative;
}

.block-img.popup {
  width: 30px;
  height: 30px;
}

.color-connect {
  background-color: #58c06f;
  border-radius: 360px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 22px;
}

.color-connect.bottom {
  background-color: #1efc34;
  bottom: 5px;
}

.nav-dropdown-list-attachement {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-attachement.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-attachement.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 380px;
  height: 70svh;
  margin-top: 15px;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  bottom: 2rem;
  left: 0;
}

.grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: grid;
}

.image-wrapper {
  border: 1px solid var(--light-grey);
  position: relative;
}

.img-attachement {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mask-purple {
  background-color: #992cb299;
  position: absolute;
  inset: 0%;
}

.tabs-wrap {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tabs-wrap.no-padding {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.flex {
  justify-content: space-between;
  align-items: stretch;
  height: 100svh;
  display: flex;
}

.flex.dashboard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 92%;
  display: flex;
}

.chating-content {
  width: 100%;
}

.chating-content.hide {
  display: none;
}

.pop-up-card {
  background-color: var(--dark-grey);
  border-radius: 25px;
  width: 95%;
  height: 99svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: auto;
}

.flex-popup {
  justify-content: space-between;
  margin: 5px auto -4px;
  display: flex;
}

.overlay-pop-up {
  background-color: #ffffffa6;
  margin-left: -100%;
  position: absolute;
  inset: 0%;
}

.cross-svg {
  width: 15px;
}

.cross-svg.onglet {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  bottom: auto;
}

.pop-up-inner-wrap.multi {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.popup-content {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.popup-content.multi {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cross-form {
  margin-right: 10px;
}

.onglet {
  background-image: url('../images/onglet-purple.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 165px;
  height: 51px;
  margin-left: 15px;
  display: flex;
  position: relative;
  bottom: -1px;
}

.onglet.no-active {
  background-image: url('../images/onglet-black.svg');
}

.onglet.grey {
  background-image: url('../images/onglet-grey.svg');
}

.onglet.grey.no-active {
  background-color: var(--dark-grey);
  opacity: .5;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 60px;
  height: 55px;
}

.onglet.grey.active {
  background-color: var(--dark-grey);
  cursor: pointer;
  background-image: none;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 55px;
}

.image-2 {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-2.hide {
  display: none;
}

.messages-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--purple);
  border-radius: 20px;
  flex-flow: column;
  height: 90svh;
  padding: 10px;
  display: flex;
}

.fan-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fan-wrapper.script {
  height: 66svh;
}

.fan-wrapper.chatting {
  height: 80svh;
}

.img-plus {
  margin-left: auto;
  margin-right: auto;
}

.mask-plus {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.message-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.media_setting-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.messages-writting {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--white-smoke);
  border-radius: .3rem;
  width: 100%;
  font-family: Roboto, sans-serif;
}

.messages-writting::placeholder {
  font-family: Roboto, sans-serif;
}

.pricing_media-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.fs_checkbox-4_button {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-4_button:focus-visible, .fs_checkbox-4_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.multistep_radio-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  min-height: 3rem;
  display: grid;
}

.multistep_radio-field {
  border: 1px solid var(--white-smoke);
  background-color: var(--light-grey);
  color: #000;
  cursor: pointer;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4rem;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.multistep_radio-button {
  text-align: center;
  border-style: none;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.multistep_radio-button.w--redirected-checked {
  background-color: var(--purple);
  border-radius: .5rem;
}

.multistep_radio-button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.multistep_radio-button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.multistep_radio-button-label {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.text-field {
  border: 1px solid var(--white-smoke);
  background-color: var(--light-grey);
  border-radius: .3rem;
  width: 30%;
}

.button-media {
  background-color: var(--purple);
  color: var(--white-smoke);
  border-radius: .5rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition: all .5s;
}

.button-media:hover {
  opacity: .6;
}

.section-multi-fenetres {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-fenetres {
  border: 1px solid var(--dark-grey);
  background-color: var(--dark-grey);
  border-radius: 360px;
  height: 40px;
  display: flex;
}

.menu-fenetres.script {
  width: 100%;
  height: 45px;
}

.menu-fenetres.message {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.menu-fenetres.calendar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.menu-button {
  color: var(--white-smoke);
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.menu-button:hover, .menu-button:focus-visible, .menu-button[data-wf-focus-visible], .menu-button.active {
  background-color: var(--purple);
}

.menu-button.active.hide, .menu-button.hide {
  display: none;
}

.photo {
  object-fit: cover;
  width: 80px;
  height: 80px;
  position: relative;
}

.photo-pricing {
  color: var(--dark-grey);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  position: relative;
}

.detail-pricing {
  color: var(--dark-grey);
  margin-top: -10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.photo-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.field-label {
  color: var(--black);
  font-size: 12px;
}

.stats {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 8px;
}

.block-stats {
  background-color: var(--white-smoke);
  border-radius: 8px;
  height: 120px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.block-stats.large {
  width: auto;
  height: 120px;
}

.logo {
  width: 90px;
  height: 90px;
}

.messagerie-wrapper {
  width: 100%;
  overflow: hidden;
}

.messagerie-wrapper.hide {
  display: none;
}

.cross-block {
  background-color: var(--light-grey);
  opacity: .7;
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.horizontal-scroll-container {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.horizontal-scroll-container.onglets {
  width: 88%;
  margin-left: 50px;
  position: relative;
}

.scroll-content {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: .15rem;
  padding-bottom: .25rem;
  display: flex;
  overflow: visible;
}

.disable-image-drag {
  display: none;
}

.createurs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.createurs-wrapper.flex {
  width: 100%;
  height: 100svh;
  display: flex;
}

.createurs-wrapper.message {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  display: flex;
}

.flex-input {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white-smoke);
  background-color: #565858;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.search-button {
  background-color: var(--purple);
  color: var(--white-smoke);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: flex;
}

.search-button:hover {
  opacity: .7;
}

.search-button.hide {
  display: none;
}

.c-wrapper {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.c-content {
  width: 100%;
}

.c-content.createur {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .5fr 1fr 1fr .25fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-content.manageur {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-content.acces {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-content.globale {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .75fr .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-content.globale.first {
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
}

.c-content.message {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr .5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-nom {
  height: 100%;
}

.title {
  border-bottom: 1px solid #9a9b9b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title.empty {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profil {
  border-bottom: 1px solid #9a9b9b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.profil.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.profil.close-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.title-text {
  color: #9a9b9b;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.title-text.center {
  text-align: center;
}

.title-text.globale {
  font-size: 16px;
  font-weight: 500;
}

.block-gender {
  text-align: center;
}

.gender-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.gender-wrapper.createur {
  background-color: var(--purple);
  border-radius: 360px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.gender-wrapper.manageur {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.gender-wrapper.modif {
  background-color: var(--purple);
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4px;
}

.icon-gender {
  border: 2px solid var(--purple);
  object-fit: cover;
  border-radius: 360px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.icon-gender.createurs {
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 13px;
  height: auto;
}

.block-note {
  text-align: center;
}

.line {
  border: 2px solid var(--purple);
  object-fit: cover;
  border-radius: 360px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.line.createurs {
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 25px;
  height: auto;
}

.italique-note {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.block-autorisations {
  text-align: center;
}

.autorisations-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.autorisations-wrapper.createur {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.text-regular {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.text-regular.globale {
  font-size: 15px;
}

.block-connexion {
  text-align: center;
}

.connexion-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.connexion-wrapper.createur {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.connexion-btn {
  border: 1px solid var(--white-smoke);
  background-color: var(--purple);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 35px;
  transition: all .5s;
  display: flex;
}

.connexion-btn:hover {
  opacity: .7;
}

.text-btn {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-btn.purple {
  color: var(--purple);
}

.text-btn.pink {
  color: #f317bc;
}

.text-btn.white {
  color: var(--white-smoke);
}

.deconnexion-btn {
  background-color: #f317bc;
  border: 1px solid #f31776;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 35px;
  transition: all .5s;
  display: flex;
}

.deconnexion-btn:hover {
  opacity: .7;
}

.requete-btn {
  border: 1px solid var(--white-smoke);
  background-color: #9a9fad;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 35px;
  transition: all .5s;
  display: flex;
}

.requete-btn:hover {
  opacity: .7;
}

.block-renouvellement {
  text-align: center;
}

.auto-btn {
  border: 1px solid var(--purple);
  background-color: #d6abe0;
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 35px;
  transition: all .5s;
  display: flex;
}

.auto-btn:hover {
  opacity: .7;
}

.auto-btn.acces {
  width: 145px;
}

.desactive-btn {
  background-color: #faa2e4;
  border: 1px solid #f317bc;
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 35px;
  transition: all .5s;
  display: flex;
}

.desactive-btn:hover {
  opacity: .7;
}

.desactive-btn.acces {
  width: 145px;
}

.inactif-btn {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 35px;
  transition: all .5s;
  display: flex;
}

.inactif-btn:hover {
  opacity: .7;
}

.inactif-btn.acces {
  width: 145px;
}

.block-operations {
  text-align: center;
}

.block-operations.hide {
  display: none;
}

.pop-up-card-2 {
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: relative;
  overflow: auto;
}

.textfield {
  color: #f3f5fb;
  background-color: #bd76cd;
  border: 1px solid #f3f5fb;
  border-radius: 10px;
  height: 60px;
}

.textfield::placeholder {
  color: var(--white-smoke);
}

.textfield.textarea {
  height: 200px;
}

.textfield.montant {
  width: 200px;
}

.textfield.calendar {
  margin-bottom: 0;
}

.textfield.calendar.radio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 20px;
  display: grid;
}

.textfield.calendar.flex {
  overflow: hidden;
}

.textfield.calendar-content {
  border-style: none;
  width: 80%;
  margin-bottom: 0;
}

.textfield.calendar-content.radio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 20px;
  display: grid;
}

.flex-popup-2 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  color: #252525;
  font-weight: 400;
}

.text-block-3 {
  color: #f3f5fb;
  font-weight: 400;
}

.title-popup {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.title-popup.acces {
  font-size: 36px;
}

.form-popup {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.form-popup.script {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.cross-form-2 {
  width: 20px;
}

.popup-createur-wrapper {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.success-message {
  background-color: #dddddd24;
}

.block-input {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.block-input.acces {
  z-index: 100;
  position: relative;
}

.block-input.script {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: right;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.block-input.script_textarea {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: right;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.block-input.calendar {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.select-field-2 {
  background-color: #bd76cd;
  border-radius: 10px;
  height: 60px;
  display: none;
}

.textarea-2 {
  color: var(--white-smoke);
  background-color: #bd76cd;
  border-radius: 10px;
  min-height: 150px;
}

.textarea-2::placeholder {
  color: var(--white-smoke);
}

.profil-img-content {
  border: 1px solid var(--white-smoke);
  background-color: #bd76cd;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.profil-img-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.profil-img-wrapper.mym {
  margin-top: 30px;
  margin-bottom: 20px;
}

.profil-img-wrapper.boxs {
  margin-top: 60px;
  margin-bottom: 40px;
}

.popup-btn {
  border: 2px solid var(--purple);
  background-color: var(--purple);
  color: var(--white-smoke);
  border-radius: 10px;
  width: 100%;
  max-width: 190px;
  height: 55px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  transition: all .5s;
}

.popup-btn:hover {
  background-color: #992cb200;
}

.popup-btn.mym {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  position: static;
}

.popup-btn.mym:hover {
  opacity: .7;
}

.popup-btn.acces, .popup-btn.script {
  max-width: none;
}

.popup-btn.boxs {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  position: static;
}

.popup-btn.boxs:hover {
  opacity: .7;
}

.flex-createur {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  display: flex;
}

.form-block {
  width: 100%;
}

.popup-connexion-wrapper {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.p-center {
  text-align: center;
}

.flex-logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.pop-up-card_mym {
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 30px;
  position: relative;
  overflow: auto;
}

.overlay-pop-up_mym {
  background-color: #ffffffa6;
  margin-left: -100%;
  position: absolute;
  inset: 0%;
}

.flex-buttons {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-buttons.script {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.back-button {
  border: 2px solid var(--purple);
  color: var(--white-smoke);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  height: 55px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  transition: all .5s;
  display: flex;
}

.back-button:hover {
  background-color: var(--purple);
}

.back-button.script {
  max-width: none;
}

.back-button.media {
  background-color: var(--purple);
  max-width: none;
}

.back-button.media:hover {
  background-color: #992cb200;
}

.gender-block {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.gender-block:hover {
  background-color: #742886;
}

.select_field {
  border: 1px solid var(--white-smoke);
  background-color: #bd76cd;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 8px;
}

.dropdown-link {
  color: var(--white-smoke);
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.icon-arrow, .dropdown-text {
  color: var(--white-smoke);
}

.logo-gender.trans {
  margin-left: -5px;
}

.dropdown-_toggle {
  width: 100%;
}

.dropdown-_toggle.setting {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
}

.dropdown-list-toggle {
  background-color: var(--white-smoke);
}

.dropdown-list-toggle.w--open {
  border: 1px solid var(--white-smoke);
  background-color: var(--purple);
  border-radius: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.block-role {
  text-align: center;
}

.text {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.block-statut {
  text-align: center;
}

.role-block {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.role-block:hover {
  background-color: #742886;
}

.role-block.script {
  padding-left: 20px;
}

.popup-manageur-wrapper {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-acces-wrapper {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up-acces {
  z-index: 1;
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  max-width: 750px;
  height: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: relative;
  overflow: auto;
}

.pop-up-acces.script {
  height: 600px;
}

.flex-popup_acces {
  justify-content: space-between;
  display: flex;
}

.cross-form_acces {
  width: 20px;
  margin-left: auto;
}

.p-acces {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.4;
}

.acces-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.acces-title-wrapper.script-popup {
  text-align: left;
  margin-top: 20px;
}

.icon-arrow-2 {
  color: #f4f4f4;
}

.icon-arrow-2.setting {
  margin-right: 30px;
}

.dropdown-text-2 {
  color: #f4f4f4;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.dropdown-link-2 {
  color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.select_field-validateur {
  background-color: #bd76cd;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 8px;
}

.dropdown-list-toggle-acces {
  background-color: #f4f4f4;
}

.dropdown-list-toggle-acces.w--open {
  z-index: 9500;
  background-color: #992cb2;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.ask-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frorm-acces {
  margin-top: 40px;
}

.switch-wrap {
  background-color: var(--black);
  cursor: pointer;
  border: 1px #fff;
  border-radius: 20rem;
  align-items: center;
  width: 200px;
  height: 60px;
  padding: .1rem;
  display: flex;
  position: relative;
}

.switch-wrap.calendar {
  background-color: var(--dark-grey);
  height: 45px;
}

.circle {
  background-color: var(--purple);
  border-radius: 8rem;
  flex-flow: column;
  width: 110px;
  height: 60px;
  margin-left: -2px;
  display: flex;
}

.circle.calendar {
  height: 45px;
}

.flex-button {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  position: absolute;
  left: 0;
}

.text-operation {
  color: var(--white-smoke);
  margin-bottom: 0;
  margin-left: 2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.btn-content {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-actions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.icon-content {
  background-color: var(--black);
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.delete-btn {
  color: var(--white-smoke);
  background-color: #ef476f;
  border: 2px solid #ef476f;
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 55px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: all .5s;
  display: flex;
}

.delete-btn:hover {
  background-color: #ef476f80;
}

.flex-script_title {
  justify-content: space-between;
  display: flex;
}

.heading-3 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.flex-profil {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new_party-btn {
  border: 2px solid var(--purple);
  background-color: #d6abe000;
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  transition: all .5s;
  display: flex;
}

.new_party-btn:hover {
  border-color: var(--white-smoke);
  background-color: var(--purple);
}

.flex-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-right: 20px;
  display: flex;
}

.script-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.script-wrapper.script, .script-wrapper.calendar {
  width: 100%;
  height: auto;
  display: flex;
}

.script-button {
  border: 2px solid var(--purple);
  background-color: var(--purple);
  text-align: center;
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 45px;
  transition: all .5s;
  display: flex;
}

.script-button:hover {
  background-color: #f4f4f400;
}

.link {
  transition: all .5s;
}

.link:hover {
  opacity: .7;
}

.popup-script-wrapper {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-card_script {
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: relative;
  overflow: auto;
}

.pop-up-card_script.media {
  max-width: 850px;
}

.pop-up-card_script.images {
  max-width: 700px;
}

.text-block-5 {
  width: 100%;
}

.flex-popup_script {
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.media-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white-smoke);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 39px;
  transition: all .5s;
  display: flex;
}

.media-link:hover {
  opacity: .7;
}

.black {
  color: var(--black);
  line-height: 1;
}

.block-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ui__card__code-script {
  background-color: #2b2b2b00;
  width: 100%;
  height: 55svh;
  padding-left: 8px;
  padding-right: 8px;
}

.ui__card__code-script.script-popup {
  height: 85vh;
}

.ui__card__code-script.media-popup {
  height: 50vh;
}

.ui__card__code-script.media-popup.text {
  height: 30vh;
}

.ui__card__code-script.media-popup.images {
  height: 55svh;
}

.ui__card__code-script.text {
  height: 30svh;
}

.ui__card__code-script.calendar-popup {
  height: auto;
}

.ui__card__code-script.calendar-popup.form {
  height: 150px;
}

.block-closing {
  text-align: center;
}

.close {
  border: 2px solid var(--purple);
  object-fit: cover;
  border-radius: 360px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.close.createurs {
  border-style: none;
  width: 25px;
  height: auto;
  transition: all .5s;
}

.close.createurs:hover {
  background-color: var(--light-grey);
}

.close.createurs.modif {
  background-color: #992cb200;
  border-radius: 0;
  width: 22px;
}

.block-empty {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.15em;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.flex-globale {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.stats-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.revenu-wrapper {
  margin-right: 20px;
}

.total-wrapper {
  height: 100%;
  position: relative;
}

.total-wrapper.flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.total-title {
  color: var(--white-smoke);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.montant-total {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.flex-total {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-total.pourcent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.flex-total.calendar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-total.big {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 350px;
  margin-top: auto;
  display: flex;
  position: absolute;
  bottom: 0;
}

.flex-total.bottom {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 30px;
}

.grey-text {
  color: #f4f4f499;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.montant-small {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.montant-small.green {
  color: #8bdad7;
}

.montant-small.red {
  color: #fe5260;
  font-size: 11px;
  font-weight: 700;
}

.montant-small.red.total {
  font-size: 16px;
}

.montant-small.brown {
  color: #8b7f50;
  font-size: 11px;
  font-weight: 700;
}

.arrow-green {
  width: 11px;
}

.plus {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.plus.green {
  color: #8bdad7;
}

.plus.brown {
  color: #8b7f50;
  font-size: 12px;
  font-weight: 700;
}

.pourcent {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.pourcent.green {
  color: #8bdad7;
}

.pourcent.red {
  color: #fe5260;
  font-size: 12px;
  font-weight: 700;
}

.pourcent.red.total {
  font-size: 16px;
}

.pourcent.brown {
  color: #8b7f50;
  font-size: 12px;
  font-weight: 700;
}

.arrow-red {
  width: 11px;
}

.moins {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.moins.red {
  color: #fe5260;
}

.data-name {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1;
}

.data-calendar {
  color: var(--white-smoke);
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.code-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed.globale {
  position: static;
}

.montant {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.div {
  height: 100%;
}

.block-stat {
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 25px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.block-stat.yellow {
  background-color: var(--yellow);
}

.block-stat.light-red {
  background-color: #ffe1e1;
}

.negatif {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.negatif.red {
  color: #fe5260;
  font-size: 12px;
  font-weight: 700;
}

.data-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.data-wrapper.globale {
  width: 100%;
  height: auto;
  display: flex;
}

.globale-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.globale-wrap.globale {
  max-width: 175px;
}

.text-grey {
  color: var(--accessible-components--dark-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.text-grey.small {
  text-align: left;
  font-size: 13px;
}

.line-white {
  object-fit: cover;
  border: 1px solid #f4f4f480;
  width: 100%;
}

.line-white.spacer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nb-messages {
  opacity: .5;
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.data_messages-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.conversation-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--purple);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
  display: flex;
}

.conversation-btn:hover {
  background-color: var(--black);
}

.text-btn_message {
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.shape {
  width: 20px;
  margin-top: -2px;
}

.ui__card__code_message {
  background-color: #2b2b2b00;
  width: 100%;
  height: 55svh;
  padding-left: 8px;
  padding-right: 8px;
}

.ui__card__code_message.globale {
  background-color: #2b2b2b00;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.flex-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.data-pourcent {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.data-block {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.spacing-20px {
  padding-bottom: 20px;
}

.nav-dropdown {
  color: var(--white-smoke);
  margin: auto 5px;
}

.nav-dropdown.calendar {
  background-color: var(--black);
  border-radius: 6px;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .25px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--white-smoke);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--dark-grey);
  border: 1px solid #f4f4f480;
  border-radius: 5px;
  min-width: 135px;
  padding-top: 0;
  padding-bottom: 0;
  right: 0;
}

.nav-dropdown-link-2 {
  color: var(--white-smoke);
  padding: 8px 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .5s;
}

.nav-dropdown-link-2:hover {
  background-color: var(--purple);
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.middle {
  border-top: 1px solid #f4f4f480;
  border-bottom: 1px solid #f4f4f480;
}

.selection-text {
  color: #5f5f60;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  transition: all .5s;
}

.selection-text:hover {
  color: #f4f4f4b3;
}

.selection-text.calendar {
  color: var(--white-smoke);
  font-size: 14px;
}

.box-selection {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.box-selection.createur {
  font-size: 14px;
}

.box-selection.createur_selection {
  font-size: 18px;
}

.icon-3 {
  color: var(--white-smoke);
}

.checkbox-2 {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}

.checkbox-label-3 {
  color: var(--white-smoke);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  font-size: 16px;
}

.checkbox-field-2 {
  margin-bottom: 10px;
  margin-left: 10px;
}

.dropdown-list-3 {
  border-radius: 5px;
}

.dropdown-list-3.w--open {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
  min-width: 130px;
}

.switch-wrap-2 {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 360px;
  align-items: center;
  width: 3rem;
  height: 1.5rem;
  margin-left: -10px;
  padding: .1rem;
  display: flex;
}

.circle-2 {
  background-color: #fff;
  border-radius: 8rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -1.5px;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.form-block-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.popup-script-media {
  z-index: 9999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-media_content {
  border-top: 1px solid #f4f4f480;
  border-bottom: 1px solid #f4f4f480;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 5px;
  font-size: 18px;
  transition: all .5s;
  display: flex;
}

.text-media_content:hover {
  background-color: var(--purple);
}

.arrow-media {
  height: 15px;
}

.text-media {
  font-style: normal;
}

.tabs-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.media-button {
  border: 2px solid var(--purple);
  color: var(--white-smoke);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  height: 55px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  transition: all .5s;
  display: flex;
}

.media-button:hover {
  background-color: var(--purple);
}

.media-button.script {
  max-width: none;
}

.media-button.media {
  background-color: var(--purple);
  max-width: none;
  margin-top: 40px;
}

.media-button.media:hover {
  background-color: #992cb200;
}

.title-select_media {
  color: var(--white-smoke);
  font-size: 18px;
  font-weight: 500;
}

.tab-link-tab-1 {
  opacity: 1;
  background-color: #c8c8c800;
}

.tab-link-tab-1.w--current {
  border-bottom: 3px solid var(--purple);
  background-color: #c8c8c800;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  transition: all .5s;
}

.tab-link-tab-2.w--current {
  border-bottom: 3px solid var(--purple);
  opacity: 1;
  background-color: #ddd0;
}

.text-block-8 {
  color: #f4f4f480;
  font-size: 18px;
  font-weight: 500;
}

.message-button {
  color: var(--white-smoke);
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.message-button:hover, .message-button:focus-visible, .message-button[data-wf-focus-visible] {
  background-color: var(--purple);
}

.message-button.active {
  background-color: var(--purple);
  width: auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.message-text {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.message-text.createurs {
  font-size: 16px;
}

.message-text.script {
  font-size: 20px;
}

.message-text.globale {
  font-size: 15px;
}

.message-text.message {
  font-size: 16px;
}

.message-text.message.grey {
  opacity: .65;
}

.message-text.message.green {
  opacity: .65;
  color: #47ff2b;
  font-weight: 500;
}

.message-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.message-content.center {
  justify-content: center;
  align-items: center;
}

.message-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.message-wrapper.createur, .message-wrapper.manageur {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.flex-message {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-content {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.piece-jointe_svg {
  border: 2px solid var(--purple);
  object-fit: cover;
  border-radius: 360px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.piece-jointe_svg.createurs, .piece-jointe_svg.message {
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 25px;
  height: auto;
}

.operations-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.operations-wrapper.createur, .operations-wrapper.manageur, .operations-wrapper.message {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.operation-img {
  border: 2px solid var(--purple);
  object-fit: cover;
  border-radius: 360px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.operation-img.createurs {
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 25px;
  height: auto;
}

.operation-img.message {
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 23px;
  height: auto;
}

.select_messages-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.select_messages-wrapper.flex {
  width: 100%;
  height: 100svh;
  display: flex;
}

.select_messages-wrapper.message {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.daschboard_msg-wrapper {
  background-color: var(--black);
  width: 100svw;
  padding-bottom: 40px;
  padding-left: 100px;
}

.daschboard_msg-wrapper.createur {
  padding-bottom: 0;
}

.daschboard_msg-wrapper.script {
  padding-top: 40px;
  padding-bottom: 0;
}

.daschboard_msg-wrapper.globale {
  padding-bottom: 20px;
  display: flex;
}

.daschboard_msg-wrapper.message {
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 0;
}

.css-horizontal-scrollbar {
  display: none;
}

.horizontal-scroll-container-2 {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.horizontal-scroll-container-2.onglets {
  width: 91%;
  margin-left: 15px;
}

.scroll-content-2 {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.flex-setting {
  border-bottom: 1px solid #f4f4f433;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 180px;
  padding: 40px 60px;
  display: flex;
}

.text-parametre {
  opacity: .7;
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.text-parametre.createurs {
  font-size: 16px;
}

.text-parametre.script {
  font-size: 20px;
}

.text-parametre.globale {
  font-size: 15px;
}

.text-parametre.message {
  font-size: 16px;
}

.flex-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 480px;
  display: flex;
}

.switch-wrap-setting {
  border: 1px none var(--purple);
  cursor: pointer;
  background-color: #e7bcf1;
  border-radius: 360px;
  align-items: center;
  width: 3.5rem;
  height: 1.8rem;
  margin-left: -10px;
  padding: .1rem;
  display: flex;
}

.circle-setting {
  background-color: var(--purple);
  border-radius: 8rem;
  width: 1.85rem;
  height: 1.85rem;
  margin-left: -2px;
}

.flex-column_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.setting_tag-btn {
  border: 2px solid var(--purple);
  background-color: #d6abe000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .5s;
  display: flex;
}

.setting_tag-btn:hover {
  border-color: var(--purple);
  background-color: var(--purple);
}

.setting_tag-btn.flex {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
}

.setting_tag-btn.emojis {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--purple);
  flex-flow: row;
  width: 130px;
}

.setting_tag-btn.emojis:hover {
  border-color: var(--purple);
  background-color: #992cb200;
}

.setting_tag-btn.right {
  margin-left: auto;
}

.tag {
  border: 1px solid var(--white-smoke);
  border-radius: 360px;
  padding: 5px 10px;
}

.text-tag {
  color: var(--white-smoke);
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.column.tag {
  border-style: none;
  border-radius: 0;
  flex-flow: wrap;
}

.select-medias {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--purple);
  color: var(--white-smoke);
  border: 1px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.select-medias.hide {
  display: none;
}

.dropdown-text_media {
  color: #f4f4f4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.select-field-3 {
  background-color: var(--purple);
}

.css-select-media {
  display: none;
}

.flex-setting_title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.deconnexion-button {
  border: 2px solid var(--purple);
  background-color: #d6abe000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
  display: flex;
}

.deconnexion-button:hover {
  border-color: var(--purple);
  background-color: var(--purple);
}

.deconnexion-button.flex {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
}

.deconnexion-button.emojis {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--purple);
  flex-flow: row;
  width: 130px;
}

.deconnexion-button.emojis:hover {
  border-color: var(--purple);
  background-color: #992cb200;
}

.deconnexion-button.right {
  margin-left: auto;
}

.calendar-container {
  width: 100%;
}

.calendar-container.hide {
  display: none;
}

.top-menu {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.top-menu.day {
  z-index: 1;
  flex-flow: row;
  height: 100%;
  margin-top: auto;
  position: relative;
}

.button-calendar {
  color: #bdbebf;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .5s;
}

.button-calendar:hover {
  color: var(--yellow);
}

.button-calendar.active {
  border-bottom: 2px solid var(--yellow);
  color: var(--yellow);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.calendar-header {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.arrow {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  display: flex;
}

.calendar-body.hide, .calendar-rows.hide {
  display: none;
}

.employee-row {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--white-smoke);
  margin-top: 10px;
}

.calendar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.calendar-button {
  border: 2px solid var(--purple);
  background-color: var(--purple);
  text-align: center;
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 45px;
  transition: all .5s;
  display: flex;
}

.calendar-button:hover {
  background-color: #f4f4f400;
}

.nav-dropdown-link-calendar {
  color: var(--white-smoke);
  padding: 8px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.nav-dropdown-link-calendar:hover {
  background-color: var(--light-grey);
}

.nav-dropdown-link-calendar:focus-visible, .nav-dropdown-link-calendar[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-calendar.middle {
  border-top: 1px solid #f4f4f480;
  border-bottom: 1px solid #f4f4f480;
}

.flex-calendar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
}

.container.hide {
  display: none;
}

.avatar {
  object-fit: cover;
  width: 45px;
  height: 45px;
}

.calendar-header-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.flex-day {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.popup-calendar-wrapper {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.flex_popup-calendar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.popup_calendar_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.calendar {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.pop-up-card_calendar {
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: relative;
  overflow: auto;
}

.pop-up-card_calendar.media {
  max-width: 850px;
}

.flex-popup_calendar {
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.radio-button {
  border: 2px solid var(--purple);
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--purple);
  background-color: #bd76cd;
  padding: 3px;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.radio-button-label {
  font-size: 16px;
}

.calendar-icon {
  width: 20px;
  margin-left: 0;
  margin-right: 12px;
}

.dropdown-content {
  overflow: hidden;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-degrade {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff0, #9e9e9e00 63%, #404141e3);
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-block-2 {
  transition: opacity .2s;
}

.dropdown-list-autorization {
  border-radius: 5px;
}

.dropdown-list-autorization.w--open {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
  min-width: 155px;
}

.dropdown-toggle-autorization {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icons-wrap {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 85%;
  margin-top: auto;
  position: relative;
}

.div-block-11 {
  z-index: 950;
  width: 100px;
}

.popup-script-photos {
  z-index: 9999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.images-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.image-content {
  width: 100%;
  height: 180px;
  position: relative;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.film-rose {
  background-color: #992cb200;
  position: absolute;
  inset: 0%;
}

.radio-button-field-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
}

.radio-button-2 {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-2:hover {
  background-color: #7f58e233;
}

.radio-button-2.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-2.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-2.gender:hover {
  border-color: #7f58e233;
}

.radio-button-2.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button-2.gender.male {
  background-color: #992cb200;
  background-image: none;
  border-style: none;
  border-radius: 0;
  inset: 0%;
}

.radio-button-2.gender.male:hover {
  background-color: #992cb299;
}

.radio-button-2.gender.male.w--redirected-checked {
  background-color: #992cb299;
  background-image: none;
}

.radio-button-2.gender.male.w--redirected-focus {
  box-shadow: none;
}

.radio-button-label-2 {
  display: none;
}

.form-img {
  overflow: hidden;
}

.popup-selection-wrapper {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-list-boxs-autorization {
  border-radius: 5px;
}

.dropdown-list-boxs-autorization.w--open {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
}

.pop-up-card_boxs_selection {
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 40px;
  position: relative;
  overflow: auto;
}

.plus-boxs {
  width: 10px;
}

@media screen and (min-width: 1920px) {
  .fan-wrapper {
    height: 56svh;
  }
}

@media screen and (max-width: 991px) {
  .side-menu-section {
    width: 60%;
  }

  .block-wrapper {
    flex-direction: column;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: row;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .informations_wrapper, .feature_chat_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .chat_feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .nav-dropdown-list-2.shadow-three.w--open, .nav-dropdown-list-attachement.shadow-three.w--open {
    position: absolute;
  }

  .pop-up-card {
    height: 630px;
    margin-top: 200px;
    overflow: auto;
  }

  .pop-up-inner-wrap {
    overflow: auto;
  }

  .pop-up-card-2 {
    height: 630px;
    margin-top: 200px;
    overflow: auto;
  }

  .popup-createur-wrapper, .popup-connexion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    left: 0;
  }

  .pop-up-card_mym {
    height: 630px;
    margin-top: 200px;
    overflow: auto;
  }

  .popup-manageur-wrapper, .popup-acces-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    left: 0;
  }

  .pop-up-acces {
    height: 630px;
    margin-top: 200px;
    overflow: auto;
  }

  .popup-script-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    left: 0;
  }

  .pop-up-card_script {
    height: 630px;
    margin-top: 200px;
    overflow: auto;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .popup-script-media, .popup-calendar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    left: 0;
  }

  .pop-up-card_calendar {
    height: 630px;
    margin-top: 200px;
    overflow: auto;
  }

  .popup-script-photos, .popup-selection-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    left: 0;
  }

  .pop-up-card_boxs_selection {
    height: 630px;
    margin-top: 200px;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .side-menu-section {
    width: 100%;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .button {
    padding: .75rem 1.5rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .informations_wrapper, .feature_chat_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .ui__card__body, .ui__card__body__content {
    margin-bottom: 12px;
  }

  .dropdown-menu {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list-attachement.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-attachement.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-attachement.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .tabs-wrap {
    margin-top: 20px;
  }

  .pop-up-card {
    max-width: 500px;
  }

  .flex-popup {
    width: 400px;
  }

  .multistep_radio-grid {
    grid-auto-flow: row;
  }

  .pop-up-card-2 {
    max-width: 500px;
  }

  .textfield {
    width: 180px;
  }

  .flex-popup-2, .form-popup {
    width: 400px;
  }

  .popup-createur-wrapper, .popup-connexion-wrapper {
    display: none;
  }

  .pop-up-card_mym {
    max-width: 500px;
  }

  .popup-manageur-wrapper, .popup-acces-wrapper {
    display: none;
  }

  .pop-up-acces {
    max-width: 500px;
  }

  .flex-popup_acces {
    width: 400px;
  }

  .popup-script-wrapper {
    display: none;
  }

  .pop-up-card_script {
    max-width: 500px;
  }

  .flex-popup_script {
    width: 400px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .popup-script-media, .popup-calendar-wrapper {
    display: none;
  }

  .pop-up-card_calendar {
    max-width: 500px;
  }

  .flex-popup_calendar {
    width: 400px;
  }

  .popup-script-photos, .popup-selection-wrapper {
    display: none;
  }

  .pop-up-card_boxs_selection {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .text-size-large {
    font-size: 24px;
  }

  .text-size-large.link-hover.no-wrap {
    white-space: normal;
  }

  .side-menu-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-menu-header {
    font-size: 24px;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .function-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .informations_wrapper {
    padding: 2rem 1.25rem;
  }

  .features-chat-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_chat_content-detail {
    padding: 2rem 1.25rem;
  }

  .feature-chat-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pop-up-card {
    border-radius: 20px;
    max-width: 320px;
    height: 500px;
    margin-top: 140px;
    padding-bottom: 120px;
  }

  .flex-popup {
    width: auto;
    margin-top: 0;
  }

  .cross-svg {
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .cross-form {
    margin-top: auto;
    margin-bottom: auto;
  }

  .multistep_radio-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .multistep_radio-field {
    height: auto;
    padding: 2rem 1rem;
    font-size: .875rem;
  }

  .multistep_radio-button-label {
    font-size: 1rem;
  }

  .gender-wrapper, .autorisations-wrapper, .connexion-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pop-up-card-2 {
    border-radius: 20px;
    max-width: 320px;
    height: 500px;
    margin-top: 140px;
    padding-bottom: 120px;
  }

  .textfield {
    width: 100%;
  }

  .flex-popup-2 {
    width: auto;
    margin-top: 0;
  }

  .cross-svg-2 {
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .title-popup {
    font-size: 25px;
  }

  .form-popup {
    width: auto;
  }

  .cross-form-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .popup-createur-wrapper {
    display: none;
  }

  .block-input {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .popup-connexion-wrapper {
    display: none;
  }

  .pop-up-card_mym {
    border-radius: 20px;
    max-width: 320px;
    height: 500px;
    margin-top: 140px;
    padding-bottom: 120px;
  }

  .popup-manageur-wrapper, .popup-acces-wrapper {
    display: none;
  }

  .pop-up-acces {
    border-radius: 20px;
    max-width: 320px;
    height: 500px;
    margin-top: 140px;
    padding-bottom: 120px;
  }

  .flex-popup_acces {
    width: auto;
    margin-top: 0;
  }

  .cross-form_acces {
    margin-top: auto;
    margin-bottom: auto;
  }

  .popup-script-wrapper {
    display: none;
  }

  .pop-up-card_script {
    border-radius: 20px;
    max-width: 320px;
    height: 500px;
    margin-top: 140px;
    padding-bottom: 120px;
  }

  .flex-popup_script {
    width: auto;
    margin-top: 0;
  }

  .popup-script-media {
    display: none;
  }

  .message-wrapper, .operations-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .popup-calendar-wrapper {
    display: none;
  }

  .pop-up-card_calendar {
    border-radius: 20px;
    max-width: 320px;
    height: 500px;
    margin-top: 140px;
    padding-bottom: 120px;
  }

  .flex-popup_calendar {
    width: auto;
    margin-top: 0;
  }

  .popup-script-photos, .popup-selection-wrapper {
    display: none;
  }

  .pop-up-card_boxs_selection {
    border-radius: 20px;
    max-width: 320px;
    height: 500px;
    margin-top: 140px;
    padding-bottom: 120px;
  }
}

#w-node-d4348d66-dad1-988c-fee3-ba6473a3130f-fbccefab {
  place-self: center;
}

#w-node-d4348d66-dad1-988c-fee3-ba6473a31310-fbccefab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_204a74c2-f84f-8636-f904-459a41618582-fbccefab {
  place-self: center;
}

#w-node-_69e67590-4858-e21a-0e80-fb9a7ca6bc3e-fbccefab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1c83b100-f197-7d60-6ff9-652c88ba551d-fbccefab {
  place-self: center;
}

#w-node-_1c83b100-f197-7d60-6ff9-652c88ba551e-fbccefab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1c83b100-f197-7d60-6ff9-652c88ba5524-fbccefab {
  place-self: center;
}

#w-node-_1c83b100-f197-7d60-6ff9-652c88ba5525-fbccefab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}


