._none{
  display: none
}

._animated{
  background: linear-gradient(
    150deg,
    #ff4800 13.4%,
    #da54d8 50%,
    #0092f4 86.6%
  );
  background-size: 200% 200%;
  animation: ListIconAnimation 2s ease infinite;

  /*
  For Text you need to add these 2 style props in JSX :
    background-clip: text;
    color: transparent;
  */
}
@keyframes ListIconAnimation {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

._vertical-shake{
  animation: verticalShake 1s ease 0s 1 normal none;
}
@keyframes verticalShake {
  0%,100% {
    transform: translateY(0);
  }
  10%,30%,50%,70% {
    transform: translateY(-4px);
  }
  20%,40%,60% {
    transform: translateY(4px);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(-2px);
  }
  
}

/* bouton */
.button{
  margin: 4px;
  border-radius: 8px;
  border: none;
  max-width: 200px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  outline:none;
  cursor: pointer;
  background-color: initial;
}
.button:hover{
  opacity: 0.8;
}
.button svg{
  margin-right: 6px;
}
.button-large{    
  min-width: 300px;
  padding: 20px 40px;
  font-size: 18px;
}

.button>.tooltip{
  text-transform: initial
}

/* carte */
.card{
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 24px rgba(0,0,0,0.1);
  margin-bottom: 28px;
  position: relative;
}
.card-options{
  position: absolute;
  right: 10px;
}
.card-title{
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: bold;
}
.card .page-empty{
  margin: 20px auto;
}
.card .page-empty img{
  width: auto;
  height: 120px;
  margin: 12px;
}
.card .page-empty-button .button{
  margin: 22px 0px;
  padding: 16px 20px;
  min-width: 300px;
}
.page-empty-button{
  margin-bottom: 22px;
}

/* bouton carte */
.card-button{
  border-radius: 8px;
  background-color: #fff;
  margin: 14px;
  width: 140px;
  height: 140px;
  cursor: pointer;
  border: 1px solid #cccccc;
  position: relative;
  text-align: center;
  padding: 10px;
}
.card-button img{
  height: 50px;
  width: 50px;
  margin: auto;
  margin-bottom: 6px;
}
.card-button-icon{
  font-size: 42px;
}
.card-button-subtitle{
  margin-top: 6px;
  font-size: 12px;
}
.card-button-footer{
  background-color: #cccccc;
  color: white;
  margin: -10px;
  margin-top: 6px;
  padding: 6px;
  font-weight: bold;
  border-radius: 0px 0px 6px 6px;
}
.card-button:hover{
  opacity: 0.8;
}
.card-button-actions{
  position: absolute;
  top: 0px;
  right: 0px;
}
.card-button-actions .list-button{
  padding: 6px 0px;
  width: 30px;
  margin: 0px;
}

/* card-container */
.card-container{
  margin-left: -14px;
}

/* card-magic */
.card-magic{
  text-align: center;
  border-radius: 8px;
  width: 140px;
  height: 100%;
}
.card-magic img{
  width: 100px;
  height: 100px;
}
.card-magic-title{
  border: 1px solid;
  margin: 4px;
  border-radius: 4px;
  padding: 2px 0px;
  font-size: 12px;
}
.card-magic-description{
  font-size: 12px;
  padding: 8px;
}

/* cartes */
.cards{
  margin-bottom: 28px;
  margin-left: -14px;
}
.cards-card{
  border-radius: 8px;
  background-color: white;
  margin-bottom: 0px;
  margin: 14px;
  width: 240px;
  height: 240px;
  cursor: pointer;
  border: 1px solid;
  position: relative;
}
.cards-sm{
  width: 160px;
  height: 160px;
}
.cards-card img{
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 4px;
}
.cards-card svg{
  margin: auto;
  font-size: 62px;
  color: #8C8C8C;
}
.cards-header{
  padding: 12px 24px;
  height: 18px;
}
.cards-title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 12px;
  margin-bottom: 8px;
  height: 62px;
}
.cards-sm img{
  height: 50px;
  width: 50px;
}
.cards-sm .cards-header{
  font-size: 12px;
  text-align: center;
}
.cards-sm svg{
  font-size: 42px;
}
.cards-sm .cards-title{
  font-size: 14px;
  height: 56px;
}
.cards-inactive{
  opacity: 0.3;
}
.cards-cta{
  border-color: #7d8ee0 !important;
  background-color: #7d8ee0;
  color: white;
}
.cards-cta svg{
  color: white;
}
.cards-cta .cards-header{
  height: 0px;
}
.cards-cta img{
  height: 140px;
  width: 140px;
}
.cards-inactive img{
  filter: grayscale(100%);
}
.cards-items{
  padding: 8px 16px;
  margin-bottom: -12px;
  border-radius: 0px 0px 6px 6px;
}
.cards-paying{
  position: absolute;
}
.cards-paying img{
  width: 86px;
  height: 86px;
  opacity: 0.5;
}
.cards-paying .cards-paying-text{
  transform: rotate(-45deg);
  width: 80px;
  text-align: center;
  font-size: 12px;
  top: 20px;
  left: -8px;
  line-height: 12px;
  position: absolute;
  color: white;
}

/* catégorie */
.category{
  margin: auto;
  background-color: white;
  font-weight: 600;
  padding: 2px 10px;
  color : #8C8C8C;
  border: 1px solid #8C8C8C;
  border-radius: 12px;
  cursor: pointer;
}
.category-attributes{
  margin: 4px -4px;
}
.category-attributes .category{
  margin: 4px;
}
.category:hover{
  opacity: 0.8;
}
.category svg{
  margin: 2px 4px 0px 8px;
}
.category-edit{
  width: 30px;
  margin: 0px 2px;
  border-radius: 4px;
}
.category-edit:hover{
  background-color: #dadada;
}

/* checkbox */
.checkbox-container{
  height: 46px;
  margin: auto;
}
.checkbox-inactive{
  opacity: 0.5;
}
.checkbox-inactive .checkbox{
  cursor: initial;
}
.checkbox{
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin: auto;
  border-radius: 8px;
  border: 2px solid;
  border-color: #8C8C8C;
  cursor: pointer;
  background-color: white;
}
.checkbox:hover{
  opacity: 0.8;
}
.checkbox-action .button{
  margin: -2px;
  margin-bottom: -4px;
}
.checkbox svg{
  color: white;
  margin: auto;
}
.checkbox-active{
  border-color: #111C2B;
  background-color: #111C2B;
}
.checkbox-label{
  margin: auto 12px
}
.checkbox-superadmin-filter{
  position: absolute;
  width: 400px;
  right: 30px;
  top: 22px;
}

/** checklist */
.checklist{
  padding: 30px 40px;
  padding-right: 20px;
  max-width: 232px;
}
.checklist p{
  font-size: 12px;
}
.checklist-loading{
  margin: 40px 0px;
}
.checklist-item svg{
  font-size: 20px;
  color: #dadada;
  margin: 8px 8px 0px 0px;
}
.checklist-item-btn{
  cursor: pointer;
}
.checklist-item-btn:hover{
  opacity: 0.8;
}

/* chips **/
.chip{
  text-align: center;
  margin: -3px 0px;
  background-color: #fff;
  padding: 2px 14px;
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
  border-radius: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.chip-info{
  margin-right: -4px;
}
.chip-user{
  margin: 0px 6px;
}
.chip-user svg{
  margin: 0px 4px;
}
.chip-delete svg{
  margin-left: 6px;
  margin-bottom: -1px;
}
.chip-delete{
  cursor: pointer;
}
.chip-delete:hover{
  opacity: 0.8;
}
.chip-margin{
  margin: 4px;
}
.chip-editable{
  cursor: pointer;
}
.chip-editable:hover{
  opacity: 0.8;
}

.margin-chip > div{
  margin-right : 4px;
}

/* clickable element */
.clickable{
  cursor: pointer;
}

/* prendre couleur */
.color-picker-custom .context-menu{
  width: 460px;
}
.color-picker{
  height: 90px;
  margin-right: 42px;
}
.color-picker .text-input{
  width: 150px;
}
.color-picker-item{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 6px;
  cursor: pointer;
  text-align: center;
}
.color-picker-context-title{
  margin: 8px 26px;
}
.color-picker-item-container .color-picker-item:hover{
  width: 30px;
  height: 30px;
  margin: 4px;
}
.color-picker-item-white{
  border: 1px solid #8C8C8C;
  width: 24px;
  height: 24px;
}
.color-picker-item-container .color-picker-item-white:hover{
  width: 28px;
  height: 28px;
  margin: 4px;
}
.color-picker-item-white svg{
  color : #8C8C8C !important
}
.color-picker-item svg{
  font-size: 14px;
  color: white;
  margin: auto !important;
}
.color-picker-title{
  margin-bottom: 12px;
}
.color-picker-selector{
  margin: 0px 12px;
}
.color-picker-selector svg{
  font-size: 14px;
  margin: auto 4px;
  cursor: pointer;
}
.color-picker-item-container{
  padding: 6px 20px;
}

/* comparateur */
.comparator{
  min-width: 872px;
  margin-right: 14px;
}
.comparator-item{
  width: 200px;
  padding: 12px 18px;
  margin: 2px 16px;
  text-align: center;
}
.comparator-text{
  background-color: white;
}
.comparator-entry{
  text-align: right;
  margin: auto 0px;
}
.comparator-info{
  text-align: initial;
  margin-bottom: 18px;
}

/* menu contexte */
.context-menu{
  width: 272px;
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.20);
  padding: 14px 0px;
  z-index: 10;
  border-radius: 8px;
}
.context-menu-footer{
  padding: 10px 30px;
  margin-top: 10px;
}
.context-menu .search-bar{
  padding: 0px 20px; 
}
.context-menu-scrollable{
  border: 1px solid #F0F0F0;
  overflow-y: auto;
}
.context-menu .list-item{
  border-bottom: none;
}
.context-menu .list-item .button{
  padding: 0px;
}
.context-menu-item{
  padding: 10px 30px;
  width: calc(100% - 60px);
  cursor: pointer;
}
.context-menu-item:hover{
  background-color: #F0F0F0;
}
.context-menu-item img{
  width: 25px;
  height: 25px;
  margin-right: 8px; 
  border-radius: 50%;
}
.context-menu-item svg{
  font-size: 10px;
}
.context-menu-search{
  padding: 0px 14px;
  position: relative;
}
.context-menu-search svg{
  position: absolute;
  top: 14px;
  right: 14px;
}
.context-menu-search input{
  min-width: initial !important;
}
.context-menu .button{
  margin: initial !important;
}

/* edit filter name */
.dashboard-filter-edit{
  position: absolute;
  left: 12px;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none; /* facultatif si tu ne veux pas qu'on puisse cliquer dessus tant qu'elle n'est pas visible */
}

.list-item:hover .dashboard-filter-edit {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* bouton carte */
.dashboard-button{
  border-radius: 8px;
  background-color: #fff;
  margin: 0px;
  width: 110px;
  height: 110px;
  cursor: pointer;
  border: 1px solid #f0e1e1;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.dashboard-button-icon{
  font-size: 26px;
  position: relative;
  margin-bottom: 10px;
}
.dashboard-button-count{
  position: absolute;
  border: 1px solid;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 50%;
  top: -8px;
  right: 26px;
}
.dashboard-button-count span{
  margin: auto;
}
.dashboard-button:hover{
  opacity: 0.8;
}

/* dashboard-number */
.dashboard-number{
  font-size: 12px;
  text-align: center;
  margin: 22px 0px;
}
.dashboard-number-info svg{
  cursor: pointer;
}
.dashboard-number-info svg:hover{
  opacity: 0.8;
}
.dashboard-number-count{
  font-size: 18px;
  margin-top: 8px;
}
.dashboard-number-count svg{
  margin-right: 6px;
}

/* dropdown */
.dropdown{
  background-color: white;
  padding: 11px 14px;
  min-height: 20px;
  border-radius: 8px;
  border : 1px solid #b8b8b8;
  margin: 4px 0px;
  width: 180px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 600;
}
.dropdown-header .chip{
  margin-top: 8px;
  margin-left: 6px;
  margin-right: 6px;
}
.dropdown-header svg{
  margin-top: 14px;
  cursor: pointer;
}
.dropdown-header svg:hover{
  opacity: 0.8;
}
.dropdown svg{
  margin: auto;
  margin-left: 6px;
  font-size: 18px;
}
.dropdown:hover{
  opacity: 0.8;
}
.dropdown-item-active svg{
  margin: auto;
  margin-right: 12px;
}
.dropdown-white{
  background-color: initial;
  border-color: white;
  color: white;
}
.dropdown-disabled{
  opacity: 0.5;
  cursor: initial;
}
.dropdown-disabled:hover{
  opacity: 0.5;
}
.dropdown-add{
  margin-right: 12px;
  margin-top: 12px;
}

/* editbar */
.editbar-button{
  border: 1px solid;
  margin: 4px;
  min-width: 64px;
  min-height: 64px;
  text-align: center;
  border-radius: 8px;
  padding: 4px;
}
.editbar-button p{
  font-size: 12px;
  margin-bottom: 0px;
}
.editbar-button svg{
  font-size: 24px;
}
.editbar-button-sm{
  min-width: 22px;
  min-height: 22px;
}
.editbar-button-sm svg{
  font-size: 18px;
}

/* generic-error-message */
.error-message{
  height: 80px;
  position: fixed;
  bottom: 0px;
  background-color: #fbcdc6;
  width: calc(100% - 80px);
  z-index: 999999999;
  padding: 0px 40px;
}

/* feature menu top */
.feature-selector .chip{
  border-color: #F9FBFC !important;
  background-color: #F9FBFC;
  margin-top: 12px;
}

/* floating-menu */
.floating-menu{
  position: fixed;
  z-index: 9;
  padding: 20px 30px;
  max-width: 360px;
}
.floating-menu-help{
  color: white;
  max-width: 210px;
  font-size: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .floating-menu {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .floating-menu-help {
    display: none;
  }
}

/* enter-code */
.enter-code input{
  border-color: #111C2B !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 24px !important;
  text-align: center;
  padding-left: initial !important;
}

/* image-selector */
.image-selector img{
  border: 2px solid white;
  border-radius: 8px;
}
.image-selector-check{
  bottom: 0px;
  left: 0px;
  border-radius: 0px 8px 0px 8px;
  width: 30px;
  height: 30px;
}

/* importer image */
.import-img{
  margin: 0px 30px;
  text-align: center;
}
.import-img-circle{
  border-radius: 50%;
  height: 72px;
  margin: 6px auto;
  cursor: pointer;
  background-color: #F0F0F0;
}

/* learning item */
.learning-item{
  min-width : 174px;
  max-width : 174px;
  word-wrap: break-word;
  border-radius: 8px;
  box-shadow: 0px 4px 24px #0000001a;
  position: relative;
  background-color : #e9e9e9;
  height: 100px; 
  padding : 10px;
  margin-right: 20px;
  margin-top: 20px;
}

.learning-item-edit{
  padding: 6px 8px;
  color: white;
  background-color: #aaaaaa;
  position: absolute;
  z-index: 2;
  right: 0;
  border-radius: 8px;
}

/* lesson item*/

.lesson-item{
  word-wrap: break-word;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 24px #0000001a;
  height: 140px;
  max-width: 200px;
  min-width: 200px;
  position: relative;
}

.lesson-item-index{
  padding: 6px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  color: white;
  position:absolute;
  z-Index:1
}

.lesson-item-edit{
  padding: 6px 8px;
  color: white;
  background-color: #aaaaaa;
  position: absolute;
  z-index: 2;
  right: 0;
  border-radius: 8px;
}

.lesson-item-img{
  min-width: 100%;
  height: 90px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson-item-label{
  margin: 12px 18px 0px 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  z-index: 2;
  /*bottom: 0;
  float: bottom*/
  
}

.lesson-item-locked{
  background-color: #70707070;
  cursor: not-allowed
}

/* lien */
.link{
  margin: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.link svg{
  margin-right: 6px;
}
.link:hover{
  opacity: 0.8;
}

/* list-button */
.list-button{
  border-radius : 8px;
  border : none;
  outline : none;
  cursor: pointer;
  background-color: initial;
  width: 42px;
  font-size: 16px;
  margin: -8px 4px;
  padding: 4px 0px;
}
.list-button-inactive{
  color: #d8d8d8 !important
}
.list-button:hover{
  background-color: #e0e0e0;
}
.list-button-dot{
  height: 12px;
  width: 12px;
  border-radius: 50%;
  right: 8px;
  top: -8px;
  border: 2px solid white;
}

/* list-cell */
.list-cell{
  margin-right: 12px;
}

.list-cell-text{
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-cell-title{
  white-space: nowrap;
  width : 100%;
}
.list-cell-title svg{
  margin-left: 6px;
  cursor: pointer;
}
.list-cell-title svg:hover{
  opacity: 0.8;
}


/*list-container*/
.list-container-placeholder{
  padding: 0px 30px;
  margin-bottom: 40px;
}
.list-container .page-loader{
  display: inline-block;
  min-width: 100%;
}
.list-container-outline{
  position: relative;
}
.list-container-background{
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1;
  background-color: #00000024;
  height: 100vh;
  width: 100vw;
}
.list-container-editable{
  z-index: 2;
  background-color: white;
  position: absolute;
  top: 0px;
}
.list-container{
  background-color: white;
  width: 100%;
  border-radius: 4px;
  min-width: 300px;
}
.list-container-title{
  margin: auto;
}
.list-container-header{
  padding: 20px 30px 20px 30px;
}
.list-container-header .text-input input{
  min-width: 200px;
}
.list-container-empty{
  padding-bottom: 42px;
}
.list-container-empty-image{
  text-align: center;
}
.list-container-empty-image img{
  width: 250px;
  height: 250px;
  margin: 30px;
}
.list-container-fields{
  padding: 18px 32px;
  border-bottom: 1px solid #F0F0F0;
  color : #8C8C8C;
}
.list-container-fields-item{
  min-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-container-search-loader{
  position: relative;
}
.list-container-search-loader svg{
  position: absolute;
  left: 12px;
  top: 18px;
}
.list-container-fields-item svg{
  margin-left: 6px;
}
.list-container-fields-item-order{
  cursor: pointer;
}
.list-container-fields-item-order:hover{
  opacity: 0.8;
}
.list-container-fields .checkbox{
  margin-left: -2px;
  margin-right: 4px;
}
.list-container-menu{
  padding: 26px;
}
.list-container-checkbox{
  margin: -8px -4px -8px 2px;
}
.list-container-status svg, .list-container-status span{
  margin: auto;
}
.list-container-pages{
  padding: 20px 30px 20px 30px;
}
.list-container-pages svg{
  margin: auto 8px;
  cursor: pointer;
}
.list-container-page{
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0px 4px;
}
.list-container-page:hover{
  opacity: 0.8;
}
.list-container-page-empty{
  opacity: 0;
}

/* list-dropdown */
.list-dropdown{
  position: relative;
}
.list-dropdown-text{
  cursor: pointer;
}
.list-dropdown-text svg{
  margin-left: 12px;
  display: none;
}
.list-dropdown-text:hover svg{
  display: initial !important;
}
.list-dropdown-text-visible svg{
  display: initial;
}

/* list-icon */
.list-icon{
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
}
.list-icon-editable{
  cursor: pointer;
}
.list-icon-editable:hover{
  opacity: 0.8;
}
.list-icon img{
  width: 28px;
  height: 28px;
  border-radius: 50px;
  margin-top: -4px;
  margin-bottom: -8px;
}
.list-icon-fallback{
  width: 28px;
  margin: 1px auto;
  font-size: 18px;
}
.list-icon-animation * {
  fill: url(#my-gradient);
}
/* list-input */
.list-input{
  min-width: 50px;
}
.list-input-text{
  cursor: pointer;
}
.list-input-text svg{
  margin-left: 12px;
  cursor: pointer;
}
.list-input-text-button-not-visible svg{
  display: none;
}
.list-input-text-:hover svg{
  display: initial !important;
}
.list-input-text svg:hover{
  opacity: 0.8;
}
.list-input input{
  outline: none;
  width: calc(100% - 30px);
  border-radius: 8px;
  stroke-width: 1;
  font-size: 14px;
  margin: -6px 0px;
  margin-bottom: -10px;
  padding: 4px 8px;
  border: 1px solid #b8b8b8;
}
.list-input input[type="date"]{
  padding: 3px 6px;
}


/* list-item */
.list-item{
  padding: 8px 32px;
  border-top: 1px solid #F0F0F0;
  position: relative;
}
.list-item-large{
  padding: 18px 32px;
}
.list-item-element{
  padding: 0px 6px;
  min-width: 70px;
}
.list-item-alert{
  position: relative;
  color: #8c8c8c;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item-alert svg{
  color: #c7c8c7;
}
.list-item-alert-high{
  font-weight: bold;
  padding: 2px 6px;
  margin: -2px 0px;
  border-radius: 4px;
}
.list-item-alert-low{
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  bottom: 0px;
  left: -2px;
}
.list-item-alert-message{
  width: 140px;
  font-size: 10px;
  line-height: 12px;
  margin: -3px 0px -3px 12px;
}
.list-item-alert svg{
  margin-right: 4px;
}
.list-item-editable{
  cursor: pointer;
}
.list-item-bullet{
  margin-right: 12px;
}
.list-item-editable:hover{
  background-color: #F9FBFC;
}
.list-item-element-editable{
  min-width: 70px;
  min-height: 20px;
  border-radius: 4px;
}
.list-item-element-editable:hover{
  cursor: text;
}
.list-item-element-context-empty .list-item-element-context{
  opacity: 0;
}
.list-item-element-context-empty .list-item-element-context:hover{
  opacity: 1;
}
.list-item-element-context{
  color: white;
  min-width: 40px;
  border-radius: 10px;
  font-size: 12px;
  padding: 1px 8px;
  background-color: #c7c8c7;
}
.list-item-element-context-classic{
  min-width: 40px;
  border-radius: 4px;
}
.list-item-element-context-empty .list-item-element-context-classic{
  opacity: 0;
}
.list-item-element-context-empty .list-item-element-context-classic:hover{
  opacity: 1;
}
.list-item-element-context-editable svg, .list-item-element-context-classic svg{
  margin: auto;
}
.list-item-element-context-editable:hover, .list-item-element-context-classic:hover{
  cursor: pointer;
}
.list-item-dropdown{
  cursor: context-menu;
  padding: 4px 12px 4px 4px;
  margin: -4px;
  min-width: 32px;
}
.list-item-filtered {
  color: #FFA01A;
}
.list-item-text{
  width: 100%;
}
.list-item-text input{
  font-size: 14px;
  padding: 3px 6px;
  margin: -4px;
  border-radius: 4px;
  border: 1px solid;
  width: calc(100% - 22px);
  border-color: #c7c8c7;
  height: 22px;
}
.list-item-text input:focus{
  outline: none;
}
.list-item-checkbox {
  margin: -8px 0px;
}
.list-item-icon-check svg{
  font-size: 14px !important;
  margin-right: 4px !important;
  margin-left: -18px;
}
.list-item-folder{
  color: #8c8c8c;
  margin-left: 8px;
}
.list-item-delete{
  cursor: pointer;
  padding: 4px;
  margin-left: 30px;
}
.list-item-delete:hover{
  opacity: 0.8;
}
.list-item-delete svg{
  margin: auto;
}
.list-item-icon{
  color: #e8e8e8;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: -2px 4px -6px 0px;
  text-align: center;
}
.list-item-icon svg{
  margin: auto;
  font-size: 18px;
  border-radius: 50%;
}
.list-item-image img{
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: -2px 4px -6px 0px;
}
.list-item-image-field img{
  width: auto;
  height: 32px;
  margin: -10px 0px;
  cursor: pointer;
  border-radius: 4px;
}
.list-item-deleted{
  text-decoration: line-through;
}
.list-item-element-context, .list-item-element-context-classic{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item-stars{
  margin: auto 0px;
}
.list-item-stars-hover:hover{
  opacity: 0.6;
}
.list-item-noborder{
  border-top: none;
}
.list-item-nopadding{
  padding-left: 0px;
}
.list-item .selector-display{
  margin: -12px 28px -14px 0px;
}
.list-item .checkbox-container{
  height: auto;
  margin-right: 0px;
  margin-top: 1px;
}
.list-item .checkbox{
  margin-top: -4px;
  margin-bottom: -4px;
}

/* load-container */
.load-container{
  text-align: center;
  margin: auto;
  font-size: 32px;
  padding: 30px;
}

/* loading-bar */
.loading-bar-container{
  margin: 6px 0px;
}
.loading-bar-label{
  min-width: 200px;
}
.loading-bar{
  position: relative;
  background-color: #dcdcdc;
  border-radius: 8px;
  margin: auto;
}
.loading-bar-inside{
  height: 20px;
  border-radius: 8px;
  min-width: 8px;
}
.loading-bar-count{
  position: absolute;
  top: 2px;
  font-size: 12px;
  left: 12px;
  color: white;
}

/* menu item */
.menutop-item{
  padding: 0px 18px;
  cursor: pointer;
  text-align: center;
  height: 100%;
}
.menutop-item:hover, .menutop-item-opacity{
  background-color: #0000001a;
}
.menutop-item-content{
  margin: auto;
}
.menutop-item-content svg{
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .menutop-item-dropdown, .invitations-remaining-text{
    display: none;
  }
}
.menutop-item-dropdown svg{
  margin: -1px;
  margin-left: 6px;
}
.menutop-item-content img{
  height: 24px;
  width: 24px;
  border-radius: 4px;
  margin-top: -4px;
}

/* modale */
.modal{
  background-color: white;
  border-radius: 8px;
  margin: auto;
  padding: 30px 40px;
  min-width: 400px;
  max-width: 600px;
}
.modal-content{
  max-height: calc(100vh - 200px);
  margin: 20px -40px;
  padding: 0px 40px;
}
.modal-confirm{
  min-width: 360px;
  max-width: 360px;
}
.modal .import-img .context-menu{
  top: -100px;
  right: 0px;
}
.modal p{
  margin-bottom: 22px;
}
.modal-container{
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 998;
  background-color: #00000040;
  height: 100vh;
  width: 100vw;
  cursor: initial;
}
.modal-scrollable-container-withborder{
  overflow: auto;
  margin-right: -40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-left: -40px;
  padding: 0px 40px;
}
.modal-scrollable-container{
  overflow: auto;
  margin-right: -40px;
}
.modal-image-right{
  text-align: right;
}
.modal-image-right img{
  width: 150px;
  height: 150px;
  margin: -20px;
}
.modal-image-top{
  text-align: center;
}
.modal-image-top img{
  width: 200px;
  height: 200px;
}
.modal-footer{
  margin-top: 32px;
}
.modal-medium{
  max-width: 800px;
}
.modal-large{
  max-height: initial;
  height: calc(100vh - 82px);
  margin-top: 22px;
  max-width: initial;
}
.modal .list-container-inside{
  max-height: 258px;
  overflow-y: auto;
}
.modal.modal-large .list-container-inside{
  max-height: initial;
  overflow-y: initial;
}

/* bouton dans modale */
.modal-button{
  color: #1b759a;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  font-size: 14px;
  width: 200px;
  height: 200px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  background-color: initial;
}
.modal-button svg{
  margin-bottom: 12px;
  font-size: 32px;
  margin: 12px auto;
}
.modal-button svg path{
  fill : #1b759a !important;
}
.modal-button:hover{
  color: white;
  background-color: #1b759a;
  border-color: #1b759a;;
}
.modal-button:hover svg path{
  fill : white !important;
}

/* modale type help */
.modal-help-container{
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 999;
  background-color: #00000040;
  height: 100vh;
  width: 100vw;
}
.modal-help{
  position: fixed;
  width: 460px;
  top: 72px;
}
.modal-help-left{
  left: -4px;
}
.modal-help-right{
  right: -4px;
}
.modal-help-large .modal-help{
  width: 860px;
}
.modal-help-content-left{
  margin-left: -26px;
}
.modal-help-content-right{
  margin-right: -26px;
}
.modal-help-large .modal-help-content{
  max-height: 740px;
}
.modal-help-content p{
  margin-bottom: 20px;
}
.modal-help .card{
  width: 400px;
}
.modal-help-large .card{
  width: 800px;
}

/* nav */
.nav-dashboard-subheader{
  position: fixed;
  background-color: #e7e7e7;
  width: calc(100vw - 24px);
  z-index: 99;
  right: 0px;
  top: 48px;
  padding: 4px 12px;
  box-shadow: 0px 0px 4px #d4d4d4;
  border-top: 1px solid;
  border-bottom: 1px solid;
  max-height: 66px;
  overflow-y: auto;
}
.nav-focus-action-large{
  margin-left: 0px !important;
  margin-right: 4px !important;
}
.nav-focus-action-large svg{
  margin-right: 6px !important;
}
.nav-wizard{
  margin-top: 72px;
  height: calc(100vh - 72px) !important;
}

/* notification */
.notification, .notification-hovered{
  position: absolute;
  top: -10px;
  right: -8px;
  border: 1px solid;
  font-size: 10px;
  background-color: white;
  padding: 1px 4px;
  border-radius: 10px;
  text-align: center;
}

.notification{
  width: 44px;
}

.notification-hovered{
  opacity: 1;
  width: 16px;
  transition: all 0.2s linear;
}

.notification-hovered.notification-hidden{
  opacity: 0;
  transition: all 1s linear;
}

.notification:hover{
  background-color: #f7f7f7; 
}

.notification .notification-icon{
  display: none;
  transition: all 0.2s linear;
}

.notification.notification-hovered .notification-icon{
  display: initial;
}

.notification .notification-text{
  display: initial;
  transition: all 0.2s linear;
}


.notification.notification-hovered .notification-text{
  display: none;
}


/* page-empty */
.page-empty{
  width: 400px;
  margin: 40px auto;
  text-align: center;
}
.page-empty img{
  width: auto;
  height: 200px;
  margin: 20px;
}
.page-empty-secondary{
  margin-bottom: 22px;
}
.page-empty-help{
  text-align: initial;
}
.page-empty-help svg{
  margin: auto 20px;
  font-size: 32px;
}

/* page-header */
.page-header{
  margin-bottom: 32px;
}
.page-header-titles{
  min-width: 250px;
}
.page-header-warning{
  margin-top: 12px;
}
.page-header-warning svg{
  margin-right: 6px;
}

/* page de login */
.page-login{
  width : 100%;
  height: calc(100vh - 40px);
  padding : 20px;
  overflow-y: auto;
}

/* page-navigation */
.page-navigation{
  min-width: 620px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
}
.page-navigation-contact{
  position: fixed;
  background-color: #f2506e;
  bottom: 30px;
  right: 30px;
  box-shadow: 0px 2px 10px #8a8a8a;
  font-size: 22px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  z-index: 11;
}
.page-navigation-contact svg{
  margin: auto;
}
.page-navigation-contact:hover{
  opacity: 0.8;
}
.page-navigation-back-superadmin{
  text-decoration: underline;
  margin-right: 22px !important;
}
.page-navigation-back-superadmin:hover{
  opacity: 0.8;
}
.page-navigation-withheader{
  margin-top: 48px;
  height: calc(100vh - 48px);
}
.page-navigation-menutop{
  position : fixed;
  z-index: 9;
  height : 48px;
  box-shadow: 0px 0px 4px #d4d4d4;
  background-color: white;
  width: 100vw;
}
.page-navigation-menutop .button{
  padding: 6px;
  margin: 8px 8px 8px 0px;
}
.page-navigation-menutop .button span{
  font-size: 12px;
  margin: 0px 12px;
}

.page-navigation-footer{
  position : fixed;
  z-index: 9;
  height : 48px;
  box-shadow: 0px 0px 4px #d4d4d4;
  background-color: #F2D600;
  width: 100vw;
  bottom: 0px;
}
.page-navigation-footer span{
  text-decoration: underline;
  cursor: pointer;
}
.page-navigation-footer span:hover{
  opacity: 0.8;
}
.page-navigation-back-disabled img{
  height: auto;
  width: 100px;
  margin: auto;
  margin-left: 24px;
  cursor: pointer;
}
.page-navigation-back-disabled img:hover{
  opacity: 0.8;
}
.page-navigation-back-disabled span{
  margin: auto 18px;
  font-size: 12px;
}
.page-navigation-iframe{
  overflow: hidden;
  height: calc(100vh - 60px);
  margin-right: -20px;
}
.page-navigation-logo{
  width: 36px;
  height: 36px;
  margin: 6px 8px;
  cursor: pointer;
}
.page-navigation-login{
  color: white;
  margin: auto 16px;
  cursor: pointer;
  text-decoration: underline;
}
.page-navigation-back-text{
  margin: auto;
  max-width: 320px;
}
.page-navigation-back-text span{
  font-weight: bold;
}
.page-navigation-logo-lg{
  width: initial;
  filter: brightness(500%);
}
.page-navigation-circle-img{
  max-width: 36px;
  min-width: 36px;
  max-height: 36px;
  min-height: 36px;
  margin: 6px 8px;
  border-radius: 50px;
  cursor: pointer;
}
.page-navigation-circle-img:hover{
  opacity: 0.8;
}
.page-navigation-separator{
  border-right: 1px solid white;
  padding-right: 6px;
  height: 22px;
  margin: auto;
  margin-right: 12px;
}
.page-navigation-unselectable .page-navigation-circle-img{
  cursor: initial;
}
.page-navigation-unselectable .page-navigation-circle-img:hover{
  opacity: 1;
}
.page-navigation-text{
  margin: auto;
}
.page-navigation-text svg{
  font-size: 16px;
  margin-left: 8px;
}
.page-navigation-menuleft{
  min-width: 240px;
  width: 252px;
  padding: 16px 0px;
  margin: 0px 20px;
}
.page-navigation-menuleft-item{
  cursor: pointer;
  padding: 18px 10px;
  border-radius: 8px;
}
.page-navigation-menuleft-item:hover{
  background-color: #F0F0F0;
}
.page-navigation-menuleft-item-active{
  font-weight: 700;
}
.page-navigation-menuleft-item-locked:hover{
  background-color: initial;
}
.page-navigation-children{
  padding: 20px 40px;
}
.page-navigation-scrollable{
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .page-navigation-menuleft {
    display: none;
  }
}
.page-navigation-loading{
  text-align: center;
  font-size: 22px;
  margin-top: 32px;
}
.page-navigation-back{
  margin: auto 10px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.page-navigation-back:hover{
  background-color: #F0F0F0;
}

/* page status */
.page-status{
  margin: 80px 0px;
  text-align: center;
  width: 100%;
}
.page-status svg{
  font-size: 22px;
  margin-bottom: 8px;
}


/* page wizard */
.page-wizard-back svg{
  font-size: 32px;
  cursor: pointer;
  margin: auto 0px;
  margin-left: 42px;
}
.page-wizard-back svg:hover{
  opacity: 0.6;
}

/* carte question */
.question{
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  background-color: white;
  width: 320px;
  min-height: 512px;
  position: relative;
}
.question-trigger{
  color: white;
  margin-bottom: 24px;
  width: 210px;
  font-size: 12px;
}
.question-inactive{
  position: absolute;
  background-color: white;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 2;
}
.question-empty{
  margin-top: 80px;
  text-align: center;
}
.question-nps{
  border-radius: 50%;
  height: 26px;
  width: 26px;
  color: white;
}
.question-nps-container{
  height: 70px;
}
.question-nps-label{
  font-size: 12px;
  margin: -8px 20px 14px 20px;
}
.question-nps-separator{
  border-bottom: 1px solid;
  margin-bottom: 8px;
  margin-left: 12px;
}
.question-nps-chevron{
  margin: 3px 8px 0px -5px;
  font-size: 11px;
}
.question-nps span{
  margin: auto;
}
.question-open{
  margin: 12px;
  border: 2px dotted #8C8C8C80;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
}
.question-open svg{
  opacity: 0.5;
  margin-bottom: 6px;
  font-size: 32px;
}
.question-other-language{
  margin: 12px 12px 0px 12px;
}
.question-other-language span{
  cursor: pointer;
  overflow: hidden;
  height: 42px;
}
.question-other-language span:hover{
  opacity: 0.8;
}
.question-numeric-false-help{
  color : white;
  padding: 0px 18px;
  font-size: 12px;
}
.question-headeronly{
  min-height: 20px;
  height: 32px;
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
}
.question-choice-count{
  margin: 0px 20px;
  font-size: 12px;
  margin-top: -4px;
}
.question-axis-image{
  margin-bottom: 8px;
}
.question-proposition-draggable:hover{
  background-color: #eaeaea80;
  border-radius: 8px;
}
.question-axis-image img{
  width: 65px;
  height: 65px;
  margin-top: 18px;
}
.question-topic{
  text-align: center;
  margin: 8px 0px;
}
.question-separator{
  border-bottom: 2px solid #d7d7d7;
  height: 52px;
  margin: 0px 14px;
}
.question-header{
  min-width: 260px;
  max-width: 400px;
}
.question-secondary{
  font-size: 12px;
  margin-top: 22px;
}
.question-name{
  color: #5c5c5c;
  font-size: 22px;
  text-align: center;
  padding: 0px 14px;
}
.question .select-container{
  margin-bottom: 0px;
}
.question-search{
  margin-left: 14px;
  font-size: 12px;
  cursor: pointer;
}
.question-search:hover{
  opacity: 0.8;
}
.question textarea{
  margin: 12px;
  resize: none;
  height: 150px;
  border: none;
  padding: 4px 8px;
  background-color: #eaeaea;
  border-radius: 8px;
  width: calc(100% - 40px);
}
.question-container{
  margin-top: 40px;
}
.question-fullscreen{
  min-width: 600px;
  width: calc(100vw - 650px);
  margin-left: 46px;
  box-shadow: 8px 0px 12px #868686;
}
.question-params{
  margin: 40px 30px;
  width: 210px;
}
.question-option{
  background-color: #e6e6e6;
  color: white;
  border-radius: 50%;
  min-width: 62px;
  min-height: 62px;
  max-width: 62px;
  max-height: 62px;
  text-align: center;
  margin: auto;
}
.question-option-sm{
  position: relative;
  z-index : 1;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  line-height: 28px;
}
.question-axis-header{
  text-align: center;
}
.question-option-separator{
  position: absolute;
  width: calc(100% - 12px);
  height: 10px;
  top: 9px;
  right: calc(50% + 6px);
}
.question-option-center{
  margin: auto;
  border: 1px solid white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.question-option-label{
  margin: 8px 16px;
  font-size: 12px;
}
.question-nspp{
  font-size: 12px;
  text-align: center;
  margin: 22px;
}
.question-nspp-text{
  margin: auto 10px
}
.question-proposition-container{
  margin: 14px;
}
.question-proposition-checkbox{
  margin: 0px 12px 12px 12px;
  font-size: 12px;
}
.question-proposition-circle{
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 50%;
}
.question-fullscreen .question-proposition-container{
  width: 100%;
  margin-right: 52px;
}
.question-fullscreen .question-numeric{
  width: 100%;
  margin: 40px;
  margin-right: 80px;
  max-width: 400px;
}
.question-proposition-order svg{
  font-size: 12px;
}
.question-proposition-action{
  text-align: right;
}
.question-proposition-action svg{
  margin: 2px auto;
  cursor: pointer;
  font-size: 18px;
}
.question-proposition-action svg:hover{
  opacity: 0.8;
}
.question-proposition{
  margin-bottom: 16px;
  font-size: 14px;
  border-radius: 8px;
}
.question-proposition-option{
  border : 1px solid;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  border-radius: 50%;
  margin-top: 22px;
}
.question-proposition-name{
  margin-left: 6px;
}
.question-notopic svg{
  font-size: 32px;
  color: #dedede;
  margin: 10px;
  margin-top: 32px;
}
.question-proposition-container textarea{
  width: calc(100% - 78px);
  margin : 0px;
  margin-left: 6px;
  text-align : initial;
  height: 52px;
  font-size: 12px;
}
.question-action{
  z-index: 2;
  position: absolute;
  background-color: white;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  box-shadow: 1px 1px 4px #8c8c8c;
}
.question-action:hover{
  background-color:#e4e4e4;
}
.question-edited{
  border-radius: 4px;
  color: white;
  font-size: 12px;
  margin-bottom: 48px;
}
.question-edited span{
  margin: auto 0px;
}
.question-edited-dots{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 10px;
}
/** input type range **/
.range{
  border-radius: 8px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  height: 22px;
  cursor: ew-resize;
  accent-color: #d8d8d8;
}

/** regrouping */
.regrouping{
  border: 1px solid #111c2b;
  padding: 4px 8px;
  border-radius: 8px
}
.regrouping-attributes{
  padding : 3px
}

/** range */
.track-0{
  background:red;
}

.track-1{
  background:#ddd;
}

.track-2{
  background:green;
}

/** saving */
.saving{
  font-size: 12px;
  margin: 6px;
  margin-right: 22px;
} 
.saving svg{
  margin-right: 6px;
}

/* scroller div */
.scroller{
  overflow-x: hidden;
  overflow-y: auto
}

.scroller-modal{
  margin: 0px -40px;
}

.scroller-shadow{
  position: sticky;
  height: 20px;
  width: 100%;
  z-index: 10;
}

.scroller-shadow-bottom{
  bottom: 0;
  margin-top: -20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2))
}

.scroller-shadow-top{
  top: 0;
  margin-bottom: -20px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent)
}

/* search-user */
.search-user .list-icon{
  min-width: 40px;
  margin-left: -8px;
}

/* scroll top container*/
.scrolltop{
  position: fixed;
  z-index: 9;
}

/* select : liste déroulante */
.select-container{
  z-index: 1;
  position: relative;
  margin-bottom: 22px;
}
.select-label{
  color: white;
}
.select-help{
  cursor: pointer;
  margin-right: 10px;
  font-size: 18px;
}
.select-value{
  margin: 10px;
  border-radius: 12px;
  padding: 2px 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid white;
}
.select-value svg{
  margin: auto;
  margin-left: 8px;
}
.select-values{
  max-height: 282px;
  overflow-y: auto;
}
.select-container .context-menu{
  width: initial;
  left: 32px;
}


/* sélecteur de carte */
.selector-cards{
  margin-bottom: 28px;
  margin-left: -14px;
}
.selector-card{
  position: relative;
  max-width: 340px;
  min-width: 260px;
  margin: 14px;
}
.selector-card-sm{
  min-width: 220px;
  max-width: 220px;
}
.selector-card .card{
  margin-bottom: 0px;
  height: calc(100% - 40px);
  cursor: pointer;
}
.selector-card .card-title{
  font-size: 14px;
  color: #8C8C8C;
  text-transform: uppercase;
  font-weight: initial;
}
.selector-card img{
  width: 72px;
  height: 72px;
  margin-left: 20px;
}
.selector-card-active-bottom{
  height: 8px;
  border-radius: 0px 0px 4px 4px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.selector-card-info{
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 18px;
  cursor: pointer;
}
.selector-card-title-sm{
  min-width: 60px;
}
.selector-card-info:hover{
  opacity: 0.8;
}
.selector-card-sm .card-title{
  display: none
}

/* sélecteur de vue */
.selector-display{
  margin: auto;
}
.selector-display-item{
  margin: 4px;
  cursor: pointer;
  padding: 6px;
  font-size: 18px;
  border-radius: 4px;
}
.selector-display-item:hover{
  background-color: #F0F0F0;
}

/* selection d'une image */
.selector-image{
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  width: 72px;
  height: 72px;
  margin: 10px;
  cursor: pointer;
}
.selector-image:hover{
  opacity: 0.8;
}
.selector-image img{
  height: 62px;
  margin: 5px;
  width: 62px;
}
.selector-image-active{
  background-color: #f0f0f0;
}
.selector-image-container{
  margin: 0px -10px 30px -10px
}
.selector-image-label{
  text-align: center;
  padding: 26px 0px;
}

/* onglet (switch) */
.selector-switch-container{
  background-color: #dadada;
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 22px;
}
.selector-switch{
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 22px 30px;
  width: 300px;
  text-align: center;
}
.selector-switch:hover{
  opacity: 0.8;
}

/* onglets */
.selector-tabs{
  margin-bottom: 18px;
}
.selector-tabs-tab{
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.selector-tabs-tab:hover{
  background-color: #F0F0F0;
}
.selector-tabs-tab-active{
  font-weight: bold;
  padding: 20px 19px;
}
.selector-tabs-tab-active-bottom{
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.selector-tabs-tab-error{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 14px;
  right: 6px;
}

/* setup-card */
.setup-card-header{
  font-size: 18px;
  border-radius: 8px;
  background-color: white;
}
.setup-card-header svg{
  margin-top: 2px;
}
.setup-card-header-color{
  width: 14px;
  height: 100%;
  position: absolute;
  border-radius: 8px 0px 0px 8px;
}
.setup-card-header-confirmed .setup-card-header-color{
  background-color: #7d8ee0;
}
.setup-card-header-error .setup-card-header-color{
  background-color: #eb5a46;
}
.setup-card-alert-error{
  color: #eb5a46;
  background-color: #eb5a4650;
}
.setup-card-header-locked{
  background-color: #d9d9d9;
  opacity: 0.25
}

.setup-card-header-warning .setup-card-header-color{
  background-color: #F2D600;
}
.setup-card-alert-warning{
  color: #ff9500;
  background-color: #F2D60050;
}
.setup-card-header-visited svg, .setup-card-header-confirmed svg{
  color: #7d8ee0;
}
.setup-card-header-error svg{
  color: #eb5a46;
}
.setup-card-header-warning svg{
  color: #F2D600;
}
.setup-card-help-content, .setup-card-help-content p{
  font-size: 12px;
  margin-bottom: 6px;
}
.setup-card-help-content li{
  margin-bottom: 6px;
}
.setup-card-alert{
  margin-top: 10px;
}
.setup-card-alert
.setup-card-content{
  padding: 0px;
}
.setup-card-content.setup-card-content-expanded{
  transition: all 0.5s cubic-bezier(0.5, -0.005, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, -0.005, 0.2, 1);
  height: initial;
}
.setup-card-header-subtitle{
  font-size : 14px;
  margin : auto;
  max-width: 300px;
  text-align: end
}

/* stripe */
.stripe-infos{
  background-color: #e8e8e8;
  text-align: center;
  border-radius: 8px;
  padding: 20px;
}
.stripe-infos a{
  text-decoration: underline !important;
}
.stripe-infos a:hover{
  opacity: 0.8;
}
.stripe-infos img{
  width: 200px;
}
.stripe-card-element{
  background-color: #dadada;
  padding: 20px 30px;
  margin: 20px 0px;
  border-radius: 8px;
}

/* switch-language */
.switch-language{
  margin-bottom: 6px;
}
.switch-language span{
  cursor: pointer;
}
.switch-language span:hover{
  opacity: 0.8;
}

/* team-admin */
.team-admins{
  background-color: #F0F0F0;
  min-width: 220px;
  border-radius: 4px;
  padding : 8px 14px 8px 22px;
  cursor: pointer;
  position: relative;
  margin: 8px 16px 8px 0px;
}
.team-admins-color{
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px 0px 0px 4px;
}
.team-admins:hover{
  opacity: 0.8;
}
.team-admins-name{
  height: 100%;
}
.team-admins-name span{
  margin: auto 0px;
}
.team-admins-list{
  margin-top: 12px;
}
.team-admins-icon{
  margin: 6px 8px 0px 0px;
}
.team-admins-icon img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: auto;
  background-color: white;
}
.team-admins-icon svg{
  color: #CCCCCC;
  font-size: 32px;
}
.team-admins-icon-plus{
  position: absolute;
  background-color: white;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  top: 54px;
  left: 16px;
}

/* team-edit */
.team-edit-container{
  position: relative;
  margin : 18px 0px 18px 0px;
}
.team-edit{
  position: relative;
  box-shadow: 0px 0px 10px #c5c5c5;
  width: 260px;
  height: 56px;
  border-radius: 4px;
  padding : 8px 14px 8px 22px;
  cursor: pointer;
}
.team-edit:hover{
  opacity: 0.8;
}
.team-edit-content svg{
  margin-top: 2px;
}
.team-edit-color{
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px 0px 0px 4px;
}
.team-edit-separator{
  width: 52px;
  border-bottom : 1px solid;
}
.team-edit-btn{
  text-decoration: underline;
}
.team-edit-btn:hover{
  opacity: 0.8;
}

/* toggle-button */
.toggle-button{
  min-width: 46px;
  background-color: #8C8C8C;
  color: white;
  height: 26px;
  position: relative;
  border-radius: 22px;
}
.toggle-button-text{
  margin: 6px 12px 0px 38px;
}
.toggle-button-text.toggle-button-active{
  margin: 6px 38px 0px 12px;
}
.toggle-button-circle{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #00000054;
  border-radius: 50%;
  margin: 3px;
  right: initial;
}
.toggle-button-circle.toggle-button-active{
  left: initial;
  right: 0
}
.toggle-button-circle svg{
  margin: auto;
}

/* toogle-button */
.toogle-button{
  border: 1px solid;
  border-radius: 8px;
  width: 180px;
  min-height: 68px;
  padding: 8px 16px;
}
.toogle-button-text{
  margin: auto;
  text-align: center;
}

/* text input */
.text-input{
  width: 320px;
}
.text-input-error input{
  border-color: #eb5a46 !important;
}
.text-input-search{
  padding: 16px 2px 16px 12px;
}
.text-input-blur-status{
  min-width: 80px;
}
.text-input-blur-status svg{
  margin: auto 18px;
}
.text-input-check{
  margin: auto;
  font-size : 18px;
  margin-right: 8px;
}
.text-input-number{
  width: 220px;
}
.text-input-help{
  color: #bfbfbf;
  margin-top: 6px;
  margin-bottom: 42px;
}
.text-input-fullwidth{
  padding-right: 0px;
  min-width: 260px;
}
.text-input-fullwidth.text-input{
  width: 100%;
}
.text-input-white input{
  background-color: initial;
  border-color: white !important;
  color: white;
}
.text-input-context svg{
  font-size: 12px;
  margin: auto;
}
.text-input input, .text-input .text-input-context, .text-area{
  min-width: 130px;
  min-height: 22px;
  width: calc(100% - 30px);
  border-radius: 8px;
  stroke-width: 1;
  font-size: 14px;
  margin: 4px 0px;
  padding: 10px 14px;
  border: 1px solid #b8b8b8;
}
.text-area{
  resize: vertical;
}
.text-area-size{
  height: 60px;
  width: 700px;
}
.text-input-context-menu{
  position: absolute;
  top: 28px;
}
.text-input .text-input-context{
  cursor: pointer;
  margin-top: 10px;
  border: none;
}
.text-input input:focus{
  outline: none;
}
.text-input-title{
  margin-bottom: 6px;
  margin-top: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-input input:disabled {
  background-color: white;
  border: none;
  color : #8c8c8c;
}
.text-input.text-input-white input:disabled{
  background-color: initial;
  color: white;
  border : 1px solid white !important;
}
.text-input-enable{
  position: relative;
}
.text-input-enable-icon{
  position: absolute;
  padding: 16px 14px;
  cursor: pointer;
  right: 0px;
  color: white;
}
.text-input-enable-icon:hover{
  opacity: 0.8;
}
.text-input-search-cancel{
  position: absolute;
  font-size: 22px;
  right: 0px;
  top: 14px;
  cursor: pointer;
}

/* widget */
.widget{
  position: relative;
}

.widget-inactive{
  background-color: #ffffffbf;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  top: 0px;
  left: 0px;
}
.widget-item{
  z-index: 9999;
  background-color: white;
  border-radius: 8px;
  position: absolute;
  width: 100%;
}
.widget-inactive svg{
  font-size: 32px;
  margin: auto;
}
.widget-tutorial-back{
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  overflow: hidden;
}
.widget-tutorial{
  position: absolute;
  z-index: 12;
  color : white;
  border-radius: 8px;
  padding: 12px 18px;
  max-width: 300px;
  top: 0px;
  background-color: #111C2B;
}
.widget-tutorial-left{
  width: 200px;
  left: -242px;
}
.widget-tutorial-right{
  width: 200px;
  right: -242px;
}

/* composant wizard */
.wizard{
  position: fixed;
  width: calc(100vw - 28px);
  top: 0px;
  background-color: white;
  left: 0px;
  height: 72px;
  box-shadow: 0px 0px 4px #d4d4d4;
  min-width: 800px;
  z-index: 9;
  padding: 0px 14px;
}
.wizard-btn{
  position: fixed;
  top: 88px;
  right: 36px;
}
.wizard-btn svg{
  margin: 0px;
  margin-left: 12px;
}
.wizard-img{
  width: 100px;
  margin: auto;
  margin-right: 12px;
  cursor: pointer;
}
.wizard-img:hover{
  opacity: 0.8;
}
.wizard-chevron{
  margin : auto;
  font-size: 10px;
}
.wizard-item{
  font-size: 12px;
  max-width: 114px;
  cursor: pointer;
  margin: auto 2px;
  padding: 6px 12px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 801px) {
  .wizard-tooltip{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .wizard-item span{
    display: none;
  }
  .wizard-item{
    width: initial;
  }
}
.wizard-item:hover{
  background-color: #e8e8e8;
}

/* wizard-container */
.wizard-container-inside{
  margin: 0px 40px;
  width: 900px;
}


/*

tooltip

*/


.tooltip{
  position: absolute;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.9;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.has-tooltip:hover .tooltip{
  visibility: visible;
  z-index: 50
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.tooltip-arrow.top {
  border-width: 6px 6px 0 6px;
  border-color: #222 transparent transparent transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-arrow.bottom {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #222 transparent;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-arrow.left {
  border-width: 6px 6px 6px 0;
  border-color: transparent #222 transparent transparent;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) rotate(180deg); 
}

.tooltip-arrow.right {
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #222;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) rotate(180deg); 
}

/*** le CSS général de l'application ***/
*, ::before, ::after{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x:  ; --tw-pan-y:  ; --tw-pinch-zoom:  ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --tw-ordinal:  ; --tw-slashed-zero:  ; --tw-numeric-figure:  ; --tw-numeric-spacing:  ; --tw-numeric-fraction:  ; --tw-ring-inset:  ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur:  ; --tw-brightness:  ; --tw-contrast:  ; --tw-grayscale:  ; --tw-hue-rotate:  ; --tw-invert:  ; --tw-saturate:  ; --tw-sepia:  ; --tw-drop-shadow:  ; --tw-backdrop-blur:  ; --tw-backdrop-brightness:  ; --tw-backdrop-contrast:  ; --tw-backdrop-grayscale:  ; --tw-backdrop-hue-rotate:  ; --tw-backdrop-invert:  ; --tw-backdrop-opacity:  ; --tw-backdrop-saturate:  ; --tw-backdrop-sepia:  ; --tw-contain-size:  ; --tw-contain-layout:  ; --tw-contain-paint:  ; --tw-contain-style:  ; }
::backdrop{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x:  ; --tw-pan-y:  ; --tw-pinch-zoom:  ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --tw-ordinal:  ; --tw-slashed-zero:  ; --tw-numeric-figure:  ; --tw-numeric-spacing:  ; --tw-numeric-fraction:  ; --tw-ring-inset:  ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur:  ; --tw-brightness:  ; --tw-contrast:  ; --tw-grayscale:  ; --tw-hue-rotate:  ; --tw-invert:  ; --tw-saturate:  ; --tw-sepia:  ; --tw-drop-shadow:  ; --tw-backdrop-blur:  ; --tw-backdrop-brightness:  ; --tw-backdrop-contrast:  ; --tw-backdrop-grayscale:  ; --tw-backdrop-hue-rotate:  ; --tw-backdrop-invert:  ; --tw-backdrop-opacity:  ; --tw-backdrop-saturate:  ; --tw-backdrop-sepia:  ; --tw-contain-size:  ; --tw-contain-layout:  ; --tw-contain-paint:  ; --tw-contain-style:  ; }
.container{ width: 100%; }
@media (min-width: 640px){
 .container{ max-width: 640px; } }
@media (min-width: 768px){
 .container{ max-width: 768px; } }
@media (min-width: 1024px){
 .container{ max-width: 1024px; } }
@media (min-width: 1280px){
 .container{ max-width: 1280px; } }
@media (min-width: 1536px){
 .container{ max-width: 1536px; } }
.visible{ visibility: visible; }
.invisible{ visibility: hidden; }
.collapse{ visibility: collapse; }
.fixed{ position: fixed; }
.absolute{ position: absolute; }
.relative{ position: relative; }
.sticky{ position: sticky; }
.bottom-full{ bottom: 100%; }
.left-1\/2{ left: 50%; }
.left-full{ left: 100%; }
.right-6{ right: 1.5rem; }
.right-full{ right: 100%; }
.top-1\/2{ top: 50%; }
.top-3{ top: 0.75rem; }
.top-full{ top: 100%; }
.z-50{ z-index: 50; }
.col-span-2{ grid-column: span 2 / span 2; }
.m-2{ margin: 0.5rem; }
.mx-4{ margin-left: 1rem; margin-right: 1rem; }
.mx-auto{ margin-left: auto; margin-right: auto; }
.my-4{ margin-top: 1rem; margin-bottom: 1rem; }
.my-auto{ margin-top: auto; margin-bottom: auto; }
.mb-2{ margin-bottom: 0.5rem; }
.mb-3{ margin-bottom: 0.75rem; }
.mb-4{ margin-bottom: 1rem; }
.ml-2{ margin-left: 0.5rem; }
.ml-3{ margin-left: 0.75rem; }
.ml-auto{ margin-left: auto; }
.mr-1\.5{ margin-right: 0.375rem; }
.mr-3{ margin-right: 0.75rem; }
.mt-1{ margin-top: 0.25rem; }
.mt-10{ margin-top: 10px; }
.mt-2{ margin-top: 0.5rem; }
.mt-3{ margin-top: 0.75rem; }
.mt-4{ margin-top: 1rem; }
.mt-6{ margin-top: 1.5rem; }
.mt-auto{ margin-top: auto; }
.block{ display: block; }
.inline-block{ display: inline-block; }
.inline{ display: inline; }
.flex{ display: flex; }
.inline-flex{ display: inline-flex; }
.table{ display: table; }
.grid{ display: grid; }
.contents{ display: contents; }
.list-item{ display: list-item; }
.hidden{ display: none; }
.h-2\.5{ height: 0.625rem; }
.h-24{ height: 6rem; }
.w-2\.5{ width: 0.625rem; }
.w-24{ width: 6rem; }
.w-48{ width: 12rem; }
.w-56{ width: 14rem; }
.w-dvw{ width: 100dvw; }
.w-full{ width: 100%; }
.min-w-\[150px\]{ min-width: 150px; }
.max-w-none{ max-width: none; }
.max-w-sm{ max-width: 24rem; }
.max-w-xl{ max-width: 36rem; }
.max-w-xs{ max-width: 20rem; }
.flex-1{ flex: 1 1 0%; }
.-translate-x-1\/2{ --tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-y-1\/2{ --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.transform{ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.cursor-help{ cursor: help; }
.cursor-pointer{ cursor: pointer; }
.select-none{ -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.resize{ resize: both; }
.list-disc{ list-style-type: disc; }
.grid-cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-rows-2{ grid-template-rows: repeat(2, minmax(0, 1fr)); }
.flex-col{ flex-direction: column; }
.flex-wrap{ flex-wrap: wrap; }
.items-start{ align-items: flex-start; }
.items-center{ align-items: center; }
.justify-end{ justify-content: flex-end; }
.justify-center{ justify-content: center; }
.gap-10{ gap: 10px; }
.gap-2{ gap: 0.5rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }
.rounded{ border-radius: 0.25rem; }
.rounded-full{ border-radius: 9999px; }
.rounded-lg{ border-radius: 0.5rem; }
.rounded-md{ border-radius: 0.375rem; }
.border{ border-width: 1px; }
.border-2{ border-width: 2px; }
.border-x-0{ border-left-width: 0px; border-right-width: 0px; }
.border-b-\[1px\]{ border-bottom-width: 1px; }
.border-l-4{ border-left-width: 4px; }
.border-t{ border-top-width: 1px; }
.border-t-0{ border-top-width: 0px; }
.border-dashed{ border-style: dashed; }
.border-cyan-500{ --tw-border-opacity: 1; border-color: rgb(6 182 212 / var(--tw-border-opacity, 1)); }
.border-gray-300{ --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)); }
.border-yellow-400{ --tw-border-opacity: 1; border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)); }
.bg-cyan-50{ --tw-bg-opacity: 1; background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1)); }
.bg-gray-100{ --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); }
.bg-gray-800{ --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)); }
.bg-white{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); }
.bg-yellow-100{ --tw-bg-opacity: 1; background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)); }
.object-cover{ -o-object-fit: cover; object-fit: cover; }
.p-1{ padding: 0.25rem; }
.p-4{ padding: 1rem; }
.p-6{ padding: 1.5rem; }
.px-2{ padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3{ padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4{ padding-left: 1rem; padding-right: 1rem; }
.px-5{ padding-left: 1.25rem; padding-right: 1.25rem; }
.py-1{ padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2{ padding-top: 0.5rem; padding-bottom: 0.5rem; }
.pl-6{ padding-left: 1.5rem; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-2xl{ font-size: 1.5rem; line-height: 2rem; }
.text-3xl{ font-size: 1.875rem; line-height: 2.25rem; }
.text-base{ font-size: 1rem; line-height: 1.5rem; }
.text-sm{ font-size: 0.875rem; line-height: 1.25rem; }
.text-xl{ font-size: 1.25rem; line-height: 1.75rem; }
.font-bold{ font-weight: 700; }
.font-medium{ font-weight: 500; }
.font-semibold{ font-weight: 600; }
.leading-relaxed{ line-height: 1.625; }
.leading-tight{ line-height: 1.25; }
.text-cyan-500{ --tw-text-opacity: 1; color: rgb(6 182 212 / var(--tw-text-opacity, 1)); }
.text-gray-700{ --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity, 1)); }
.text-idt-green-main{ --tw-text-opacity: 1; color: rgb(28 176 110 / var(--tw-text-opacity, 1)); }
.text-idt-grey-dark{ --tw-text-opacity: 1; color: rgb(140 140 140 / var(--tw-text-opacity, 1)); }
.text-idt-grey-darker{ --tw-text-opacity: 1; color: rgb(17 28 43 / var(--tw-text-opacity, 1)); }
.text-idt-info-dark{ --tw-text-opacity: 1; color: rgb(140 140 140 / var(--tw-text-opacity, 1)); }
.text-idt-info-main{ --tw-text-opacity: 1; color: rgb(204 204 204 / var(--tw-text-opacity, 1)); }
.text-idt-primary-main{ --tw-text-opacity: 1; color: rgb(0 194 224 / var(--tw-text-opacity, 1)); }
.text-idt-red-darker{ --tw-text-opacity: 1; color: rgb(184 70 55 / var(--tw-text-opacity, 1)); }
.text-idt-red-main{ --tw-text-opacity: 1; color: rgb(235 90 70 / var(--tw-text-opacity, 1)); }
.text-idt-yellow-main{ --tw-text-opacity: 1; color: rgb(242 214 0 / var(--tw-text-opacity, 1)); }
.text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
.text-yellow-800{ --tw-text-opacity: 1; color: rgb(133 77 14 / var(--tw-text-opacity, 1)); }
.underline{ text-decoration-line: underline; }
.shadow-lg{ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.outline{ outline-style: solid; }
.blur{ --tw-blur: blur(8px); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.grayscale{ --tw-grayscale: grayscale(100%); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.\!filter{ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important; }
.filter{ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.transition{ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }


/*

couleurs

*/

.dark{ background-color: #111C2B; }
.dark-t{ color: #111C2B; }
.dark-b{ border-color: #111C2B !important; }

.grey{ background-color: #8C8C8C; }
.grey-t{ color: #8C8C8C; }
.grey-b{ border-color: #8C8C8C !important; }

.medgrey{ background-color: #CCCCCC; }
.medgrey-t{ color: #CCCCCC; }
.medgrey-b{ border-color: #CCCCCC !important; }

/* couleur de fond de l'application */
.lightwhite{ background-color: #F9FBFC; }
.lightwhite-t{ color: #F9FBFC; }
.lightwhite-b{ border-color: #F9FBFC !important; }

.white{ background-color: #ffffff; }
.white-t{ color: #ffffff; }
.white-b{ border-color: #ffffff !important; }

/* bouton */
.green{ background-color: #20CA7E; }
.green-t{ color: #20CA7E; }
.green-b{ border-color: #20CA7E !important; }

/* hover sur bouton */
.darkgreen{ background-color: #1CB06E; }
.darkgreen-t{ color: #1CB06E; }
.darkgreen-b{ border-color: #1CB06E !important; }

/* message warning */
.red{ background-color: #eb5a46; }
.red-t{ color: #eb5a46; }
.red-b{ border-color: #eb5a46 !important; }

/* orange plalette */
.orange{ background-color: #ff9500; }
.orange-t{ color: #ff9500; }
.orange-b{ border-color: #ff9500 !important; }

/* yellow palette */
.yellow{ background-color: #F2D600; }
.yellow-t{ color: #F2D600; }
.yellow-b{ border-color: #F2D600 !important; }



/* 

fonts

*/

@font-face{
  font-family: 'Open Sans';
  src: url(/fonts/open-sans.ceb05254cedfa895b512.ttf);
}

html, .Toastify__toast-body, select, input, button, textarea{ 
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}
.Toastify__toast--default{
  background-color: #111C2B !important;
  color: white !important;
}
html{
  background-color: #F9FBFC;
  word-break: break-word;
  text-overflow: ellipsis;
}

/* texte classique */
html{
  font-size: 14px;
}


/* titre de page */
h1{
  margin: 8px 0px;
  font-size: 24px;
}

/* titre de carte */
h2{
  font-size: 18px;
}

/* titre de partie de carte */
h3{
  font-size: 14px;
}

hr{
  border-top: none;
  width: 100%;
  margin: 18px 0px;
  color: #F0F0F0;
}

p{
  margin: 8px 0px;
}


/*

composants génériques

*/
body{
  margin: 0px;
}
.__react_component_tooltip{
  min-width: 140px !important;
  max-width: 140px !important;
  text-align: center;
}
iframe{
  border: none;
  width: 100%;
}
a:link, a:visited{
  color: initial;
  text-decoration: none;
}
input[type="file"] {
  display: none;
}
input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #111C2B;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}
input[value=""]::-webkit-datetime-edit {
  color: transparent; 
}
input[type="time"]{
  padding: 0px 8px;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  margin: 4px 0px;
  height: 42px;
}
ol{
  padding-inline-start: 10px
}

/* phone input */

.react-tel-input .form-control{
  border-radius: 8px !important;
  border: 1px solid #b8b8b8 !important;
  height: 44px !important;
}


/* slider */

.slider{
  -webkit-appearance: none;  /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  width: 100%; /* Full-width */
  height: 12px; /* Specified height */
  background: #e0e0e0; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 12px; /* Set a specific slider handle width */
  height: 12px; /* Slider handle height */
  background: grey; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 12px; /* Set a specific slider handle width */
  height: 12px; /* Slider handle height */
  background: grey; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

/*

absolute/relative 

*/

.abs{ position: absolute; }
.rel{ position: relative; }
.fix{ position: fixed; }


/* 

grille 

*/

.flex{ 
  display: flex; 
  display: -webkit-flex;
}
.flex1{ flex: 1; }
.flex2{ flex: 2; }
.flex3{ flex: 3; }
.flex4{ flex: 4; }
.flex-wrap{ flex-wrap: wrap; }
.flex-auto{ margin:auto }
.flex-dcol{ flex-direction: column; }
.flex-jcenter{ justify-content: center; }
.flex-jsa{ justify-content: space-around; }
.flex-jsb{ justify-content: space-between; }
.flex-ace{ align-items: center; }

.width-10{ min-width : 10px; }
.width-20{ min-width : 20px; }
.width-40{ min-width : 40px; }
.width-60{ min-width : 60px; }
.width-80{ min-width : 80px; }
.width-100{ min-width : 100px; }

.height-10{ min-height : 10px; }
.height-20{ min-height : 20px; }
.height-40{ min-height : 40px; }
.height-60{ min-height : 60px; }
.height-80{ min-height : 80px; }
.height-100{ min-height : 100px; }
.height-200{ min-height : 200px; }

/* hover */
._hover{
  cursor: pointer;
}
._hover:hover{
  opacity: 0.7;
}

._hover_big{
  cursor: pointer;
  transition: transform 100ms ease-in-out;
}
._hover_big:hover{
  transform: scale(1.05);
  transition: transform 100ms ease-in-out;
}

._hover_drag{
  cursor: grab;
}

._hover_drag:hover{
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  transform: scale(1.05);
}

/* contenu scrollable */
._scrollable-content{
  overflow-y : auto;
  position: relative;
}

/* slider multiple */
.multi-range-slider{
  box-shadow : none !important;
  border: none !important;
}
.multi-range-slider .bar-right, .multi-range-slider .bar-left{
  background-color: #d9d9d9 !important;
  box-shadow: none !important;
}
.multi-range-slider .bar-inner{
  box-shadow: none !important;
  border: none !important;
  background-color: #a9a9a9 !important;
}
.multi-range-slider .thumb::before{
  border: solid 1px #111C2B !important;
  box-shadow: none !important;
}
.multi-range-slider .min-value, .multi-range-slider .max-value{
  background-color: #111C2B !important;
}

/* phone */
.PhoneInputCountryIcon--border{
  box-shadow: none !important;
}
.PhoneInputCountryIconImg{
  border-radius: 8px;
  border: 1px solid #8C8C8C;
}

/** SCROLL BAR **/

/* width */
::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  margin: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border: solid 2px transparent;
  box-shadow: inset 0 0 10px 10px #888;
  border-radius : 10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  border: solid 1px #444;
/* time-picker */
}

.react-time-picker__wrapper{
  border: 1px solid #b8b8b8 !important;
  margin-top: 4px;
  border-radius: 8px;
  height: 44px;
  padding: 0px 4px;
}
.react-time-picker__wrapper button{
  display: none;
}
.hover\:bg-gray-50:hover{ --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)); }
.focus\:border-idt-primary-main:focus{ --tw-border-opacity: 1; border-color: rgb(0 194 224 / var(--tw-border-opacity, 1)); }
.focus\:outline-none:focus{ outline: 2px solid transparent; outline-offset: 2px; }
/* home */
.home-welcome-modal .modal-content{
  margin-top: -10px;
}
.home-widget{
  height: 200px;
  width: 190px;
}
.home-widget-icon{
  text-align: center;
}
.home-widget-icon svg{
  font-size: 42px;
  margin-bottom: 18px;
}
.home-widget-icon img{
  width: 50%;
}
._home-account-container{
  max-height: 650px;
}
._home-account-text{
  max-width: 450px;
  text-align: center;
}
._home-account-img{
  text-align: center;
}
._home-account-container button{
  padding: 30px 60px;
  font-size: 16px;
  max-width: initial;
}
._home-account-img img{
  width: 200px;
  height: auto;
  margin: 12px;
}
._home-chevron-container{
  width: 80px;
}
._home-chevron{
  margin: auto;
  font-size: 38px;
  cursor: pointer;
}
._home-chevron:hover{
  opacity: 0.8;
}
._home-header{
  text-align: center;
  margin: 20px;
}
._home-header svg{
  font-size: 22px;
  margin: auto;
}
._home-header-value{
  margin: 10px 0px;
  font-size: 22px;
}
._home-header-value span{
  font-size: 14px;
}
._home-card-value{
  margin: 10px 0px;
  font-size: 32px;
}
._home-config{
  min-width: 700px;
  max-width: calc(100vw - 432px);
  height: calc(100vh - 68px);
  overflow-y: scroll;
  padding-top: 20px;
  padding-right: 12px;
  top: 48px;
  position: fixed;
}
._home-config-fixed{
  z-index: 9;
  background-color: #e6e6e6;
  position: fixed;
  right: 0px;
  top: 48px;
  padding: 20px 40px;
  width: 300px;
  height: calc(100vh - 88px);
  overflow-y: auto;
}
._home-config-fixed p{
  margin-bottom: 0px;
}
._home-config-step-header h1{
  margin-bottom: 18px;
}
._home-config-step-header img{
  margin: 20px;
}
._home-config .cards-items{
  text-align: center;
}
._home-config .cards-header{
  height: 12px;
}
._home-config .cards-title{
  height: 36px;
}
._home-config-next-btn{
  margin-top: 22px;
  height: 48px;
  margin-bottom: 40px;
}
._home-config-intro span{
  font-weight: bold;
  font-size: 22px;
  margin-right: 6px;
  line-height: 0px;
}
._home-config-pack{
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 28px;
  padding: 18px;
  margin-top: 20px;
}
._home-config-pack-inactive{
  filter: grayscale(100%);
  opacity: 0.4;
  cursor: initial;
}
._home-config-pack:hover{
  opacity: 0.8;
}
._home-config-pack-inactive:hover{
  opacity: 0.4;
}
._home-config-pack img{
  width: 100px;
  height: 100px;
  margin: auto;
}
._home-config-pack-price{
  padding: 8px 16px;
  color: white;
  background-color: #bfbfbf;
  margin: 18px -18px -18px -18px;
  border-radius: 0px 0px 6px 6px;
}
._home-config-pack-list{
  text-align: initial;
  font-size: 12px;
  padding: 0px;
}
._home-config-pack ul, ._home-config-fixed ul{
  list-style: none;
}
._home-config-pack ul li:before, ._home-config-fixed li:before{
  content: '✓';
  margin-right: 4px;
}
._home-config-pack-icon{
  text-align: center;
  font-size: 32px;
}
._home-config-contact{
  margin: 32px -6px 0px -12px;
}
._home-config-contact .button{
  text-align: initial;
}
._home-config-contact .button-primary{
  text-align: center;
  padding: 20px 40px;
  margin-bottom: 12px;
}

/** adm-account */
.adm-account-subscription p{
  margin-right: 22px;
}
.adm-account-subscription span{
  text-decoration: underline;
  cursor: pointer;
}
.adm-account-subscription span:hover{
  opacity: 0.8;
}

/* adm-attributes*/
.adm-attributes-container{
  background-color: #F0F0F0;
  border-radius: 4px;
  padding: 20px 30px;
  margin-top: -18px;
}
.adm-attributes-search .text-input{
  margin-bottom: 0px;
}

/* adm-admin */
.adm-admin-level-1 .context-menu{
  right: 212px !important;
}

/* adm-filter */
.adm-filter-delete svg{
  margin: auto 10px;
  cursor: pointer;
}
.adm-filter-delete svg:hover{
  opacity: 0.8;
}
.adm-filter-icon{
  margin: auto 46px auto 0px;
}

/** adm lucca */
.adm-lucca-filter-team{
  margin-top: 42px;
  width: 220px;
}

/* adm roles */
.adm-roles-card{
  padding: 20px 30px;
  overflow-x: auto;
  height: calc(100% - 40px);
}
.adm-roles-direction{
  margin-right: 42px;
}

/* adm mapping */
.adm-mapping-icon{
  padding-right: 28px;
}
.adm-mapping-sample{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
}
.adm-mapping-merge{
  cursor: pointer;
  text-decoration: underline;
}
.adm-mapping-saving-icon{
  width: 62px;
  text-align: center;
}
.adm-mapping-saving-icon svg{
  margin: auto;
  font-size: 22px;
}
.adm-mapping-saving-text{
  margin: 12px 0px;
}
.adm-mapping-filter-available{
  margin: 0px 26px 32px 26px;
}
.adm-mapping-filters-input{
  margin-right: 42px;
}
.adm-mapping-filters-input .text-input-context{
  width: calc(100% - 10px) !important;
}
.adm-mapping-errors{
  margin-top: 12px;
  max-height: 200px;
  overflow-y: auto;
}
.adm-mapping-errors p{
  margin: 4px 0px;
}

/* adm-merge */
.adm-merge-attributes{
  margin-left: 88px;
}

/* upload liste utilisateur */
.adm-upload-icon{
  color: #CCCCCC;
}
.adm-upload-icon svg{
  margin: auto;
  font-size: 112px;
  padding: 26px;
}

/* adm-user : formulaire de modification utilisateur */
.adm-user h3{
  margin-bottom: 22px;
}
.adm-user .text-input{
  margin-right: 22px;
}
.adm-user-attributes .text-input{
  width: 30%;
}
.adm-user-image{
  position: absolute;
  right: 40px;
  top: 30px;
}
.adm-user-image img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

/* formulaire pour demande compte */
.ask-template-button .button{
  margin: 0px;
  padding: 30px;
  width: calc(100% - 22px);
}

/* dashboard */
.dashboard-attributes-fullscreen{
  width: 100vw;
  height: calc(100vh + 48px);
  position: fixed;
  background-color: white;
  top: -48px;
  right: 0px;
  z-index: 9;
}

/* edit-question-modal */
.edit-question-background{
  border-radius: 8px;
  padding: 0px 10px 0px 26px;
  margin: -52px -22px -0px -22px;
}

/** login trial */
.login-trial-content .card{
  width: 600px;
}
.login-trial-content img{
  width: 100%;
}
.login-trial-form{
  padding-left: 20px;
  margin: 20px 0px;
}

/** Onboarding intro*/
.onboarding-video-iframe{
  width: 672px;
  height: 378px;
  z-index: 9;
  border-radius: 8px;
}
.learning-iframe{
  width: calc(100vw - 110px) !important;
}
.onboarding-video{
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.onboarding-video-icon{
  color: white;
  position: absolute;
  font-size: 36px;
  bottom: 2px;
  right: 6px;
}
.onboarding-intro h1{
  text-align: center;
  font-size: 32px;
}
.onboarding-intro .card{
  position: relative;
  width: 900px;
  height: 600px;
}
.onboarding-tab{
  text-align: center;
  padding: 16px 6px;
  min-width: 140px;
}
.onboarding-tab-title{
  font-size: 18px;
  padding-bottom: 6px;
  font-weight: 600;
}
.onboarding-tab-inactive{
  border-bottom: 1px solid;
  background-color: #e9e9e9;
}
.onboarding-step{
  margin: auto;
  position: relative;
}
.onboarding-step-close{
  position: fixed;
  bottom: 14px;
  right: 14px;
}
.onboarding-step-card{
  width: 360px;
}
.onboarding-step-card .card{
  border : 1px solid #8C8C8C
}
.onboarding-step-card-body{
  font-size: 22px;
}
.onboarding-step-arrow{
  margin-right: 0px !important;
  margin-left: 12px;
}
.onboarding-step img{
  border-radius: 8px;
}
.onboarding-step-card img{
  width: 100px;
  height: 100px;
  position: absolute;
  filter: opacity(0.7);
}
.onboarding-step-back .button{
  padding-left: 0px;
  margin-left: 0px;
}
.onboarding-card{
  position: absolute;
  border-radius: 8px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 428px;
}
.onboarding-card img{
  width: 100%;
  border-radius: 0px 8px 0px 0px;
}
.onboarding-login{
  height: 100vh;
  width: 100vw;
  position: relative;
}
.onboarding-login .card{
  margin-bottom: 12px;
}
.onboarding-login-account .text-input{
  min-width: 230px;
}
.onboarding-login-user .text-input{
  max-width: 210px;
}
.onboarding-login-header{
  padding: 20px 40px;
  position: fixed;
  width: calc(100% - 80px);
  z-index: 9;
}
.onboarding-login-container{
  height: 100%;
  min-width: 1000px;
  max-width: 1200px;
  position: relative;
}
.onboarding-login-background{
  position: absolute;
  top: 0px;
  right: 0px;
  width:100%;
  z-index: -1;
}
.onboarding-login-contact{
  background-color: white;
  border-radius: 20px;
  border : 2px solid white;
}
.onboarding-login-contact img{
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.onboarding-login-contact span{
  margin: auto;
  margin-right: 18px;
}
.onboarding-login-end p{
  color: white;
  font-size: 32px;
  text-align: center;
  line-height: 64px;
  padding: 18px;
  margin: 56px 18px;
}
.onboarding-end-item{
  padding: 6px 0px;
}
.onboarding-end-item svg{
  margin-right: 6px;
}
.onboarding-form h1{
  font-size: 32px;
  margin-bottom: 22px;
}
.onboarding-form{
  margin-bottom: 40px;
  margin-left: 120px;
  min-height : 526px;
}
.onboarding-form h2{
  font-weight: initial;
  margin: auto 22px;
  font-size: 22px;
}
.onboarding-login-image{
  position: fixed;
  bottom: calc(-68vh / 3);
  right: calc(-68vh / 2);
}
.onboarding-login-image img{
  height: 68vh;
  border-radius: 8px;
  transform : rotate(-8deg)
}
@media screen and (max-height: 600px){
  .onboarding-login-image {
    display: none;
  }
}
@media screen and (max-width: 1000px){
  .onboarding-login-image {
    display: none;
  }
}

/* preview filters */
.preview-filter img{
  width: 100%;
  opacity: 0.5;
  border-radius: 8px;
}

/* project */
.project-invitation-body{
  background-color : white;
  top: 300px;
  width: 432px;
  left: 68px;
  height: 178px;
  overflow: hidden;
}
.project-invitation-body p{
  font-size: 10px;
  text-align: justify;
}
.project-calendar-chip{
  margin: 4px 0px;
  padding : 4px 0px;
  cursor : grab 
}
.project-calendar-chip:hover{
  transform: scale(1.05);
}
.project-calendar-chip svg{
  margin: auto 8px;
}

/* Synthèse dashboard responsive */
.results-responsive{
  margin-left : 10px;
  max-width : 1000px;
  left : -50px;
  display : block;
}

/* inviter toutes les équipes */
.segment-context-link{
  font-size: 12px;
  padding-top: 1px;
  text-decoration: underline;
  cursor: pointer;
}
.segment-context-link:hover{
  opacity: 0.8;
}
.segment-context-filter-action{
  cursor: pointer;
}
.segment-context-filter-action:hover{
  opacity: 0.8;
}

/* search-question */ 
.search-question-container{
  margin: 0px -40px;
}
.search-question{
  width: 828px;
  height : 400px;
  overflow-y : auto;
  border-bottom: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8;
}
.search-question-secondary{
  width: 60px;
  text-align: center;
}

/* email-invitation */
.survey-email{
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid;
}
.survey-email p {
  margin-bottom: 8px;
  line-height: 22px;
}
.survey-email-header{
  height: 30px;
  color: white;
}
.survey-email-header span{
  margin: auto;
}
.survey-email-options{
  border-bottom: 1px solid;
  padding: 10px 20px;
}
.survey-email-titlefat{
  text-align: center;
  font-size: 18px;
  margin: 22px;
  margin-top: 32px;
}
.survey-email-content textarea{
  resize: none;
  border: none;
  padding: 6px 10px;
  background-color: #eaeaea;
  border-radius: 8px;
  width: calc(100% - 20px);
}
.survey-email-edit-block{
  margin-left: 6px;
  cursor: pointer;
}
.survey-email-edit-block:hover{
  opacity: 0.8;
}
.survey-email-content{
  padding: 10px 20px;
  margin: 0px 20px;
  background-color: white;
}
.survey-email-content p{
  white-space: pre-line
}
.survey-email-button{
  margin: 12px auto;
  border: 1px solid;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.survey-email-link{
  font-size: 10px;
  text-align: center;
}

/* intro à l'enquête */
.survey-intro-header{
  width: 600px;
  text-align : center;
  margin: auto;
}
.survey-intro-div{
  margin: 120px 60px 30px 60px;
  min-height: 220px; /* safari */
}
.survey-intro-div img{
  height: 180px;
  width: auto;
  margin: auto;
}
.survey-intro-part{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  margin: auto 30px;
  font-size: 28px;
  line-height: 40px;
}
.survey-intro-div-text p{
  width: 240px;
}

/* modale signup */
.signup-rgpd-link{
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 18px;
}
.signup-rgpd-link:hover{
  opacity: 0.8;
}
.signup-feature{
  background-color: #e6e6e6;
  text-align: center;
  padding: 20px;
  margin: -30px 20px -50px -40px;
}
.signup-form{
  width: 300px;
  margin: auto;
}
.signup-form h1{
  text-align: center;
}
.signup-feature img{
  width: 360px;
}
.signup-email-form .text-input{
  padding-right: 0px;
  margin-bottom: 12px;
}
.signup-email-form .button{
  margin: 0px;
}
.signup-email-legal{
  margin-top: 22px;
}
.signup-email-legal p{
  font-size: 12px;
  margin-bottom: 12px;
}

/* super-users */
.super-users-stars span{
  margin: 0px 6px;
}
.super-users-stars svg{
  margin-right: 0px;
}

/* overview enqupete */
.survey-overview-status{
  text-align: center;
}
.survey-overview-status svg{
  margin-bottom: 18px;
  font-size: 56px;
}
.survey-overview-status span{
  font-weight: bold;
}
.survey-overview-link{
  cursor: pointer;
  text-decoration: underline;
  margin: 12px 0px;
}
.survey-overview-link:hover{
  opacity: 0.8;
}
.survey-overview-warning{
  margin: auto;
  margin-right: 18px;
}

/* page preview */
.survey-preview-header{
  padding : 20px 0px 0px 252px;
}
.survey-preview-header .page-header{
  width: 688px;
}
.survey-preview-content{
  margin-left: 22px;
}

/* programmer date des relances */
.survey-program-relaunch-text{
  margin: auto 12px;
}
.survey-program-delete{
  margin-top: 40px;
  margin-left: 12px;
  cursor: pointer;
}

/* page mon arbre */
.survey-self-formations{
  margin: -110px 0px;
  padding: 40px;
  min-width: 360px;
  max-width: 360px;
}
.survey-self-formations-title{
  border-bottom: 1px solid #F0F0F0;
  margin: 0px -30px;
  padding: 0px 30px;
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.survey-self-formations-title svg{
  font-size: 18px;
  margin: 0px 6px -2px 0px;
}
.survey-self-formations-image{
  position: relative;
}
.survey-self-formations-image img{
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 12px 0px;
  cursor: pointer;
}
.survey-self-formations-image img:hover{
  opacity: 0.8;
}
.survey-self-formations-duration{
  color: white;
  position: absolute;
  z-index: 9;
  padding: 4px 8px;
  border-radius: 4px;
  bottom: 24px;
  right: 8px;
}

/* sélectionner */
.survey-segment-line{
  margin-top: 12px;
  position: relative;
}
.survey-segment-line .text-input-context{
  width: 300px;
  margin-top: 40px;
}
.survey-segment-icon{
  font-size: 32px; 
  padding-top: 28px;
  margin-bottom: 38px;
  width: 60px;
}
.survey-segment-icon svg{
  margin: auto;
}
.survey-segment-icon img{
  height: 60px;
  width: 60px;
  margin: -10px 0px;
}
.survey-segment-text{
  padding: 40px 6px;
}

/* survey-start */
.survey-start-check-image{
  width: 80px;
  height: 80px;
  margin-top: 14px;
  margin-right: 36px;
  margin-bottom: 62px;
}

/* survey results */
.survey-results-compare{
  margin : 0px 22px;
  border-radius: 4px;
  border: 2px dotted;
  padding: 40px;
  text-align: center;
}

/* survey-rps */
.survey-rps-field-header{
  font-size: 12px;
  margin-bottom: 10px;
}
.survey-rps-field-header-details{
  padding-top: 16px;
  cursor: pointer;
}
.survey-rps-field-header-details:hover{
  background-color: #F9FBFC;
}
.survey-rps-field{
  text-align: center;
  margin: auto;
}
.survey-rps-user-icon{
  font-size: 24px;
  margin: -6px 0px;
  margin-right: 12px;
}
.survey-rps-axis-reverse-container{
  min-width : 30px;
  position: relative;
}
.survey-rps-axis-reverse{
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  position: absolute;
  height: 30px;
  min-width: 60px;
  width: 100%;
  left: 30px;
}
.survey-rps-axis{
  position: absolute;
  width: calc(100% - 208px);
  right: 38px;
  bottom: 30px;
}
.survey-rps-axis-info{
  cursor: pointer;
}
.survey-rps-axis-info:hover{
  opacity: 0.8;
}
.survey-rps-graph-dot{
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 5px;
}
.survey-rps-bottom{
  margin-top: 10px;
  height: 16px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}
.survey-rps-bottom-text{
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

/* survey-users-speed*/
.survey-users-add{
  font-size: 64px;
  margin: auto;
  cursor: pointer;
  top: calc(50% - 50px);
  left: -32px;
  background-color: white;
}
.survey-users-img img{
  width: 320px;
  height: auto;
  margin: 40px auto;
}
.survey-users-list{
  overflow-y: auto;
  margin : 34px -30px 0 -30px;
  max-height: 340px;
}

/** voir les questions */
.survey-viewer-separator-left{
  margin: -92px 60px -80px 140px;
  border-left: 2px dotted white;
}
.survey-viewer-cta{
  position: fixed;
  bottom: 0px;
}
.survey-viewer-separator-right{
  position: absolute;
  border-left: 2px dotted white;
  margin-left: calc(50% - 22px);
  height: 172px;
  margin-top: -92px;
}
.survey-viewer-separator-middle{
  position: absolute;
  border-left: 2px dotted white;
  margin-left: calc(50% - 148px);
  height: 134px;
  margin-top: -54px;
}
.survey-viewer-separator-middle-left{
  position: absolute;
  border-left: 2px dotted white;
  margin-left: calc(50% - 256px);
  height: 134px;
  margin-top: -54px;
}
.survey-viewer-card{
  width: 270px;
  margin-right: 22px;
}
.survey-viewer-trial-checklist{
  margin-left: -40px;
  margin-top: -20px;
  margin-right: 40px;
}
.survey-viewer-trial-content{
  min-width: 600px;
  max-width: 800px;
}
.survey-viewer-card-trial{
  margin-bottom: 42px;
}
.survey-viewer-edit-btn{
  margin-left: 6px;
  cursor: pointer;
}
.survey-viewer-edit-btn:hover{
  opacity: 0.8;
}

/* visionneuse des questionnaires */
.survey-viewer-container{
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 48px);
  max-width: calc(100vw - 300px);
  min-width: calc(100vw - 300px);
  bottom: 0px;
  position: fixed;
  right: 0px;
}
.survey-viewer-floating{
  position: fixed;
  right: 52px;
  top: 82px;
}
.survey-viewer-floating .button{
  border: 1px solid #ffffff61;
  color: white;
  margin: 5px;
  margin-bottom: 14px;
}
.survey-viewer-floating .button-primary{
  border: none;
  margin: 4px;
  margin-bottom: 14px;
}
.survey-viewer-floating .button-classic:not(.button-primary):hover{
  background-color: #ffffff33;
}
.survey-viewer-side-title{
  text-align: center;
  color: #8C8C8C;
  margin: 20px 0px;
}
.survey-viewer-side-btn{
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  color : white;
  padding : 4px 12px 10px 12px;
  cursor: pointer;
  margin-bottom: 12px;
  border: 1px solid;
}
.survey-viewer-side-btn .select-help{
  position: absolute;
  top: 4px;
  right: -4px;
}
.survey-viewer-side-btn:hover{
  opacity: 0.8;
}
.survey-viewer-side-btn span{
  font-size: 12px;
}
.survey-viewer-chevron{
  z-index: 1;
  position: fixed;
  margin-top: 280px;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 90px;
  padding : 12px;
}
.survey-viewer-chevron:hover{
  color: #e4e4e4;
}
.survey-viewer-chevron svg{
  font-size: 22px;
}
.survey-viewer-chevron-label{
  margin-top : 12px;
}
.survey-viewer-template{
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  padding: 12px 18px;
  margin: 20px 0px 10px 0px;
  margin: 20px 0px 10px auto;
  position: relative;
  width: 284px;
}
.survey-viewer-sidemenu{
  width: 188px;
  padding : 20px;
  padding-left: 10px;
  padding-top: 16px;
}
.survey-viewer-helper{
  margin-top: 12px;
  font-size: 12px;
}

/* user picture filter */
.user-filter-picture{
  height: 20px;
  border-radius: 10px;
}
/* plotly scatterpolar (spider graph) */
#plotly-radar-chart{
  z-index: 3;
  margin: 0px 10px
}

.angular-axis{
  display: none
}

/* annotations */
.annotations{
  width: 500px;
}
.annotations .context-menu{
  width: 400px;
  padding: 20px 40px;
  margin-left: 140px;
  margin-top: 52px;
}
.annotation{
  background-color: #f8fafc;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-top: 8px;
  font-size: 12px;
  padding: 8px 16px;
}
.annotation-dot{
  left: -8px;
}
.annotations textarea{
  width: calc(100% - 32px);
  padding: 8px 16px;
  height: 38px;
  background-color: #f8fafc;
  resize: none;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  margin-bottom: 22px;
}
.annotation-delete{
  margin-bottom: 12px;
  cursor: pointer;
}
.annotation-delete:hover{
  opacity: 0.8;
}

/* bouton back superadmin */
.button-superadmin{
  color: white;
  margin: auto 12px;
  cursor: pointer;
  text-decoration: underline;
}
.button-superadmin:hover{
  opacity: 0.8;
}

/* checklist-survey */
.checklist-survey{
  min-width: 300px;
  max-width: 300px;
  padding-right: 20px;
}
.checklist-survey-item{
  margin: 16px 0px;
  cursor: pointer;
}
.checklist-survey-item:hover{
  opacity: 0.8;
}
.checklist-survey-item svg{
  margin-right: 8px;
  font-size: 20px;
}

/* close-all popup */
.close-all{
  position : absolute;
  bottom : 50px;
  left : 10px;
  color : blue;
  text-decoration : underline;
  content :'';
  background-color : white;
  padding-left : 10px;
  padding-right : 10px;
  margin : 5px 6px ;
  border : 1px solid #e9e9e9;
  border-radius : 5px;
  box-shadow: 2px 5px #CCCCCC;
}

/* contact-phone */
.contact-phone{
  border-radius: 20px;
  background-color: #ffffff30;
}
.contact-phone img{
  height: 32px;
  width: 32px;
  margin-right: 12px;
}
.contact-phone span{
  margin: auto;
  margin-right: 18px;
  font-size: 12px;
}

.context-dot{
  margin: 5px;
  min-width: 10px;
  max-height: 10px;
  border-radius: 10px
}

.context-ref-button{
  height: 100%;
  width: 30px;
  padding: 0 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.context-ref-highlight{
  border-radius: 8px;
  top: -20px;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: calc(100% + 20px)
}

/* contexts tabs */
.context-tabs-menu{
  margin: 0 20px;
}

.context-tab{
  background-color:white;
  border-radius: 8px;
  padding : 10px;
  margin-bottom: 10px;
}

.context-tab-active{
  box-shadow: inset 0 0 0 1px #111C2B;
}

.context-tab-inactive{
  box-shadow: inset 0 0 0 1px #b8b8b8;
}

.context-tab-open{
  background-color: white;
  z-index: 2;
  box-shadow: inset 0 0 0 1px #111C2B;
  padding: 10px
}

/* dash-button */
.dash{
  height: 187px;
  display : table;
  width : 100%;
  padding-bottom : 28px;
  table-layout : fixed;
  border-spacing : 10px 0
}


.dash-button{
  display : table-cell;
  font-size : 3em;
  text-align : center;
  color : #888888;
  border : 2px solid #ffffff;

}

.dash-button h2{
  height : 75px;
  color : #111C2B
}  

.dash-button p{
  position : absolute;
  color : red;
  width : 22px;
  background-color: #e9e9e9;
  border-radius : 12px;
  font-size : 20px;
  font-weight : 900;
  top: 62%;
  left: 50%;
  transform: translate(40%, -50%);
}

.dash-button:hover{
  border : 2px solid #444444;
  background-color: #e9e9e9;
  background-image: linear-gradient(to right, #e3f1e7 0%, #e9e9e9 100%);
  transform: scale(1.07);
  box-shadow: 2px 5px #444444
}

.dash-button:active{
	background-image:linear-gradient( #e9e9e9, #e3f1e7);
	text-shadow : 2px 2px 0px #444444 ;
	box-shadow: inset 2px 2px 2px 2px #444444;
}



/* checklist-account */
.checklist-account{
  width: 176px;
  margin-right: -12px;
  margin-bottom: -22px;
}

/* dashboard-compare */
.dashboard-compare{
  width: 1000px;
  margin-top: 22px;
}
.dashboard-compare .dropdown{
  width: 100%;
}
.dashboard-compare-bookmark{
  margin-top: 48px;
}
.dashboard-compare-separator{
  border-left: 1px solid;
  margin-left: 20px;
  margin-right: 20px;
}

/* dashboard-filter */
.dashboard-filter-chevron{
  margin-right: 6px;
}

.dashboard-filter-population{
  /*max-height : 326px;*/
  max-height : 200px;
  overflow-y : auto
}

/* tabs for the dashboard */
.dashboard-tab-container{
  width: 54px;
  margin-top : 8px;
  transition: width 0.3s ease;
}
.dashboard-tab{
  padding: 10px 20px;
  margin-right: -1px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.dashboard-tab .dashboard-tab-text{
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard-tab-open .dashboard-tab-text{
  overflow: initial;
}
.dashboard-tab svg{
  font-size: 18px;
  margin: 1px -2px;
  margin-bottom: 1px;
}
.dashboard-tab-open{
  transition: width 0.3s ease;
}
.dashboard-tab-open .dashboard-tab{
  height: 11px;
}
.dashboard-tab-separator{
  border-left: 1px solid;
  height: 22px;
  top: 9px;
  right: 0px;
}
.dashboard-rounded-border{
  height: 8px;
  width: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  bottom: 3px;
  background-color: white;
}
.dashboard-rounded-border-back{
  height: 8px;
  width: 8px;
  bottom: 2px;
}
.dashboard-rounded-border-fade{
  height: 1px;
  width: 100px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
  bottom: 3px;
}

/* details*/
.details-axis{
  padding: 20px 30px;
}
.details-axis img{
  width: 70px;
  height: 70px;
  margin: auto;
  margin-right: 18px;
}
.details-axis-note{
  font-size: 22px;
}
.details-axis-title{
  font-size: 16px;
  margin: 18px 0px;
}
.details-axis-title span{
  font-size: 14px;
}
.details-help{
  padding: 20px 30px;
  padding-top: 0px;
}
.details-topic-header-preview .details-topic-note{
  font-size: 24px;
  width: 64px;
}
.details-topic-note{
  width: 56px;
  font-size: 16px;
  margin : -2px 12px -4px 0px;
}
.details-topic-comment{
  font-size: 22px;
  padding-right: 12px
}
.details-topic-repartition{
  border-radius: 8px;
  overflow: hidden;
  height: 18px;
}
.details-topic-repartition-item{
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 1px;
  height: 100%;
}
.details-topic-text{
  min-width: 150px
}
.detail-topic-card{
  width: calc(100% + 64px);
}
.detail-topic-card .card{
  cursor: initial;
}
.details-topic-no-participants{
  padding: 8px 0px 0px 280px;
}
.details-question-order{
  min-width: 132px;
  font-size: 12px;
  text-align: center;
  border: 1px solid;
  border-radius: 10px;
  margin: 0px 30px;
  height: 16px;
}
.details-question-item{
  text-align: center;
}
.details-question-icon{
  font-size: 28px;
  margin: -10px 0px;
}
.details-question-count{
  height: 120px;
}
.details-question-count-sm{
  height: 58px;
}
.details-question-count span{
  font-size: 12px;
}
.details-question-ratio{
  margin-top: 4px;
}
.details-question-label-container{
  height: 80px;
}
.details-question-label{
  width: 72px;
  font-size: 12px;
  margin: auto;
}
.details-question-trigger{
  font-size: 12px;
  margin-top: 18px;
  margin-bottom: 6px;
}
.details-proposition-container{
  width: 800px;
  margin-top: 12px;
}
.details-proposition{
  padding: 20px 60px 8px 0px;
}
.details-proposition-item{
  border: 2px solid #dadada;
  border-radius: 50%;
  padding: 2px;
  margin-right: 12px;
  height: 14px;
  width: 14px;
}
.details-proposition-item-center{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #dadada;
}

/* edit-dashboard */
.edit-dashboard-tab{
  overflow-y: auto;
  height: 392px;
  margin: 0px -40px;
}
.edit-dashboard-checkbox-all{
  height: 0px;
  margin: -12px -4px 0px 2px;
}

/* editor-advanced */
.editor-contact{
  right: 20px;
  z-index: 1;
  top: 66px;
  position: fixed;
}
.editor-advanced-close{
  color: white;
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
  font-size: 24px;
}
.editor-advanced-close:hover{
  opacity: 0.8;
}

/* editor-axes-header */
.editor-axes-fields-options{
  position: absolute;
  right: 32px;
  padding-top: 20px;
}
.editor-axes .card{
  display: inline-block;
  margin-right: 20px;
  margin-left: -6px;
}
.editor-axes-header{
  min-height: 60px;
  width: calc(100vw - 80px);
}
.editor-axes-header-open{
  margin: auto 10px;
}
.editor-axes-header img{
  width: 60px;
  height: 60px;
  margin: 20px 26px 8px 26px;
}
.editor-axes-header h2{
  margin: auto;
}

/* editor-nav */
.editor-nav{
  width: 300px;
  height: calc(100vh - 48px);
  overflow-y: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: white;
}
.editor-nav-pastille .podium-pastille{
  margin-top: 3px;
  border: 1px solid white;
}
.editor-nav-axis-caret{
  margin-right: -14px;
}
.editor-nav-axis{
  border: 1px solid;
  border-radius: 8px;
  padding: 10px;
  margin: 20px;
}
.editor-nav-axis-button .link{
  margin: -14px 20px 0px 20px !important;
  font-size: 12px;
}
.editor-nav-topic{
  background-color: #c1c1c1;
  font-size: 12px;
  border-radius: 8px;
  margin-top: 6px;
  color: white;
  cursor: pointer;
  position: relative;
  border: 1px solid #efefef;
  padding: 6px 8px;
  width: calc(100% - 20px);
}
.editor-nav-topic:hover{
  opacity: 0.8;
}

/* editor-question */
.editor-question-floating-menu{
  position: absolute;
  width: 40px;
  margin-left: -40px;
}
.editor-question-floating-menu .question-action{
  background-color: initial;
  box-shadow: initial;
  color: white;
}
.editor-question-floating-menu .question-action:hover{
  opacity: 0.8;
}
.editor-question-dot{
  top: 92px;
  border: 1px solid white;
  left: 20px;
  z-index: 4;
}
.editor-question-hide-nspp{
  font-size: 12px;
  color: white;
}
.editor-question-hide-nspp .checkbox{
  border-color: white;
  background-color: initial;
}
.editor-question-new-topic{
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  width: 184px;
}
.editor-question-new-topic .button{
  margin-top : 16px;
}
.editor-question-new-topic .link{
  margin-top : 8px !important;
  font-size: 12px;
}

/* editor-topics */
.editor-topic-without-score .list-dropdown-text, 
.editor-topic-without-score span{
  color: #8C8C8C;
}
.editor-topic-reverse .list-dropdown-text, .editor-topic-reverse span{
  color: #eb5a46;
  font-weight: bold;
}
.editor-topics-secondary{
  width: 0px;
}
.editor-topics-actions{
  position: fixed;
  z-index: 9;
}
.editor-topics-secondary-dot{
  height: 11px;
  width: 11px;
  position: absolute;
  border-radius: 50%;
  left: 13px;
  bottom: 2px;
}
.editor-topics-secondary-top{
  height: calc(100% + 17px);
  border-left: 1px solid;
  position: absolute;
  left: 18px;
  bottom: 2px;
}
.editor-topics-secondary-bottom{
  height: 22px;
  border-left: 1px solid;
  position: absolute;
  left: 18px;
  bottom: -18px;
}

/* email skin */
.email-skin-preview{
  margin: 10px;
  width: 170px;/*144px;*/
  height: 233px;
  border-radius: 8px;
  float: left;
}

/* filtres */
.filters{
  margin-bottom: 18px;
  margin: 18px 0px;
}
.filters-item{
  border-radius: 20px;
  padding: 8px 12px;
  margin: 6px 12px 6px 0px;
  border: 2px solid #CCCCCC;
  color : #8C8C8C;
  white-space: nowrap;
}
.filters-item-container{
  position: relative;
}
.filters-item-error-txt{
  font-size: 12px;
  margin-left: 6px;
}
.filters-item-active{
  border: 2px solid #8C8C8C;
  color : initial;
  background-color: white;
  cursor: pointer;
}
.filters-item-error{
  border-color: #eb5a46;
  color: #eb5a46 !important;
}
.filters-item-activable:hover{
  background-color: #F0F0F0;
  cursor: pointer;
}
.filters-icon-right{
  margin-right: 6px;
}
.filters-icon-left{
  margin-left: 6px;
}
.filters input{
  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100px;
  margin: -4px 0px;
}
.filters-context{
  position: absolute;
  top: 48px;
  left: 6px;
  z-index: 9;
}
.filters-context-custom .context-menu{
  width: 438px;
}
.filters-context-text{
  padding : 0px 20px;
}
.filters-reset-icon{
  cursor: pointer;
  margin-left: 6px;
}
.filters-reset-icon:hover{
  opacity: 0.8;
}

/* heatmap */
.dashboard-heatmap-separator{
  border-top: 2px solid #F0F0F0;
  width: 100%;
  position: absolute;
  transform: rotate(18deg);
  top: 65px;
  left: -12px;
}
.heatmap-randomize{
  z-index: 2;
  position: fixed;
  margin: 8px 12px;
  right: 0px;
  top: 54px;
}
.heatmap-header{
  display:contents;
  height: 130px;
  position: sticky;
  top:-20px;
  z-index: 3;
}
.heatmap-column{
  position: relative;
}
.heatmap-column-text{
  transform: rotate(-45deg);
  position: absolute;
  width: 130px;
  height: 32px;
  overflow: hidden;
  bottom: 54px;
  z-index: 1;
  text-align: initial;
}
.header-loader .load-container{
  width: 100vw;
  margin-top: 100px;
}
.heatmap-container .card{
  width: 100vw;
  height: calc(100vh - 48px);
}
.heatmap-container-bookmark{
  margin-top: 42px;
}
.heatmap-container-bookmark .card{
  height: calc(100vh - 88px);
}
.heatmap-column-text span{
  margin-top: auto;
}
.heatmap-cell{
  min-width: 52px;
  text-align: center;
}
.heatmap-cell-company{
  margin-left: 60px;
}
.heatmap-dropdown{
  padding: 4px 32px;
}
.heatmap-data{
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

/* import modal */
.import-modal{
  text-align: center;
}

/* menu account */
.menu-accounts-container{
  width: 54px;
  height: 100%;
  position: fixed;
  z-index: 10;
}
.menu-accounts-circle{
  margin: 0px 8px;
  max-width: 36px;
  min-width: 36px;
  max-height: 36px;
  min-height: 36px;
  border-radius: 50%;
}
.menu-accounts-superadmin{
  border-radius: 8px;
  margin-top: -1px;
}
.menu-account-separator{
  border-bottom: 1px solid;
  width: 32px;
  margin: auto;
  margin-top: 14px;
  margin-bottom: 14px;
}
.menu-accounts{
  width: 52px;
  position: absolute;
  border-right: 1px solid;
  background-color: #ebebeb;
  height: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.menu-accounts-name{
  font-size: 12px;
  margin: auto 4px;
  display: none;
  min-width: 100px;
}
.menu_account-expanded{
  width: 160px;
  transition: all 0.5s cubic-bezier(0.5, -0.005, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, -0.005, 0.2, 1);
}
.menu_account-expanded .menu-accounts-name{
  display: initial;
  animation: menuAccountFadeIn 1s;
}
.menu-accounts-line{
  margin-top: 8px;
}
.menu-accounts-circle.menu-accounts-add{
  border: 1px solid;
  font-size: 18px;
}
.menu-accounts-add svg{
  margin: auto;
}
@keyframes menuAccountFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.menu-accounts-scrollbar{
  overflow-y: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.menu-accounts-scrollbar::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

.message-letter-content{
  margin: 20px 0px;
}
.message-letter-content textarea{
  resize: none;
  height: 232px;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  width: calc(100% - 8px);
  font-size: 14px;
  border: 1px solid;
}
.message-letter-cta{
  padding: 6px 10px;
  box-shadow: 1px 1px 4px #8b8b8b;
}

/* message sms */
.message-sms-sender{
  position: absolute;
  width: 220px;
  top: 62px;
  left: 40px;
  text-align: center;
  border-bottom: 1px solid;
  padding: 14px 0px;
}
.message-sms-body{
  position: absolute;
  top: 120px;
  left: 50px;
  font-size: 12px;
  width: 132px;
  padding: 10px 16px;
  border-radius: 0px 18px 18px 18px;
}
.message-sms-body span{
  text-decoration: underline;
  color: #0079bf;
  margin-left: 4px;
}
.message-sms-background{
  position: absolute;
  top: 62px;
  left: 40px;
  background-color: white;
  height: 388px;
  width: 218px;
}

/* widget messages */
.messages-img{
  width: 100px;
  height: 100px;
  margin-left: 100px;
  margin-bottom: 32px;
}
.messages-card .context-menu{
  left: -140px !important;
}
.messages-colors{
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: 12px 6px;
  cursor: pointer;
}
.messages-colors svg{
  color: #8C8C8C;
  margin: auto;
}
.messages-colors-active{
  background-color: white;
  height: 10px;
  width: 10px;
  margin: 7px;
  border-radius: 50%;
}
.messages-color:hover{
  opacity: 0.8;
}
.message-axis{
  padding : 6px 50px;
}
.messages-card{
  background-color: white;
  border-top: 1px solid #eaeaea;
  padding: 20px 40px;
}
.messages-card .color-picker{
  margin: 16px;
  height: 52px;
}
.message-user{
  font-size: 32px;
  margin-right: 18px;
}
.message-text{
  margin-top: 6px;
}
.message-text mark{
  background-color: #ffab4a;
}

/* owl wizard */
.owl-wizard{
  z-index: 2;
  background-color: #ffffffdd;
  border-radius: 8px;
  padding: 10px;
  /*border: 1px solid #111C2B*/
}
.owl-wizard-speech-ballon{
  background-color: white;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #111C2B
}

/* participants */
.participants-email{
  margin: 8px;
  background-color: white;
  padding: 2px 10px;
  color: #8C8C8C;
  border: 1px solid #8C8C8C;
  border-radius: 12px;
}
.participants-others{
  margin: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.participants-others:hover{
  opacity: 0.8;
}

/* participation */
.participation-item{
  text-align: center;
  font-size: 12px;
  margin: 6px 0px;
}
.participation-item svg{
  font-size: 32px;
  margin: 8px;
}
.participation-item span{
  color: #8C8C8C;
  font-size: 14px;
  line-height: 18px;
}

/* podium */
.podium-title{
  margin : 22px 0px 12px 0px;
}
.podium-text{
  font-size: 12px;
  margin: auto;
  padding-right: 16px;
  text-align: right;
  width: 120px;
}
.podium-text-label{
  cursor: pointer;
  margin: auto;
}
.podium-text-label:hover{
  opacity: 0.8;
}
.podium-note{
  min-width: 30px;
  padding: 6px 0px;
  font-size: 16px;
}
.podium-pastille{
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: auto;
  margin-right: 6px;
}

/* calendar */
.rbc-toolbar .rbc-toolbar-label{
  text-align: right !important;
  font-size: 14px;
  font-weight: bold;
}
.rbc-month-view{
  border: none !important;
}
.rbc-header{
  border-left: none !important;
  color: #8C8C8C;
  padding-bottom: 4px !important;
}
.rbc-day-bg{
  cursor: pointer;
}
.rbc-day-bg:hover{
  background-color: #e6e6e6 !important;
}
.rbc-date-cell{
  text-align: center !important;
  color: #CCCCCC;
  font-weight: bold;
  padding-right : 0px !important;
}
.rbc-event, .rbc-day-slot .rbc-background-event{
  font-size: 11px;
  border-radius: 0px !important;
  padding: 2px 4px !important;
  position: absolute;
  width: 90px !important;
  margin: 0px !important;
  margin-top: -20px !important;
  height: 78px;
}
.rbc-event:hover{
  opacity: 0.8;
}
.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more{
  white-space: initial !important;
  text-align: center;
  height: 100%;
}

/* resources*/
.resources-item{
  width: 312px;
  margin-right: 32px;
  margin-bottom: 26px;
}
.resources-item img{
  width: 312px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}
.resources-item img:hover{
  opacity: 0.8;
}
.resources-content{
  padding: 20px 30px;
}
.resources-footer{
  margin-top: 24px;
  margin-bottom: 12px;
}

/* répartition */
.repartition{
  margin: 10px;
  width: 410px;
  height: 210px;
}
.repartition-item{
  font-size: 12px;
  border-top: 1px solid #dadada;
  text-align: center;
  height: 38px;
  padding: 12px;
}
.repartition-bar{
  background-color: #f5f5f5;
  margin: auto;
  height: 110px;
  width: 22px;
  border-radius : 8px 8px 0px 0px;
}
.repartition-bar-content{
  text-align: center;
  font-size: 12px;
  width: 100%;
}

/* report generator widget */
.report-generator .card{
  margin-bottom: 0
}
.report-generator .detail-topic-card{
  width: 100%
}
.report-screenshot-podium{
  margin-bottom: 8px;
  text-align: center;
  padding: 2px;
  border-radius: 8px;
}

.report-page-layout{
  border: 1px solid;
    margin: 4px;
    border-radius: 4px;
}

.report-nav{
  position: fixed;
  background-color: white;
  width: calc(100% - 450px);
  top: 48px;
  left: 0px;
  box-shadow: 0px 0px 4px #d4d4d4;
  overflow-x: scroll;
  padding: 10px 20px;
  z-index: 1;
  overflow-y: hidden;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.report-nav.report-nav-params-closed{
  width: calc(100% - 40px);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.report-edit-page-right{
  width: 410px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.report-edit-page-right.report-edit-page-right-params-closed{
  width: 0px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.report-nav-page{
  height: 120px;
  max-width: 200px;
  min-width: 200px;
  border-radius: 8px;
  border: 1px solid;
  margin: 10px 0px;
  position: relative;
}

.report-nav-page-active{
  border: 3px solid;
  margin: 8px 0px;
}

.report-nav-backgrounds .report-nav-page-active{
  margin: 2px !important;
}

.report-nav-backgrounds .report-nav-page{
  height: 34px;
  margin: 4px;
  max-width: 56px;
  min-width: 56px;
}

.report-nav-background-generating{
  border: none;
}

.report-nav-page-delete{
  background-color: white;
  left: 180px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.25;
}

.report-nav-page-add{
  padding: 10px;
}

.report-nav-page-add .report-nav-page-add-content{
  width: 0px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.report-nav-page-add:hover .report-nav-page-add-content{
  width: 60px;
  opacity: 1;
  transition: all 0.3s ease-out;
}

.report-nav-page-add:hover{
  font-size: 40px;
}

.report-nav-background-active svg{
  border-radius: 6px;
  height: 34px;
}

.report-nav-background-inactive svg{
  border-radius: 7px;
  opacity: 0.5;
}

.report-nav-page-title{
  position: absolute;
  background-color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  bottom: 0px;
  width: calc(100% - 12px);
  padding: 2px 6px;
  border-radius: 0px 0px 7px 7px;
}

.report-edit-container{
  top: 222px;
  left: 0px;
  position: fixed;
  height: calc(100% - 222px);
  width: 100%;
}

.report-edit-page{
  width: 720px;
  height: 432px;
  border: 1px solid;
  border-radius: 8px;
}

.report-page-preview{
  padding : 10px;
  height: -webkit-fill-available;
  overflow: hidden;
}

.report-page-preview .card{
  background-color: transparent;
  box-shadow: none;
}

.report_page_image{
  height: auto;
  width: 75%;
  margin: auto;
  padding: 2px;
}

.report_page_image img{
  width: 100%;
  height: auto;
}

.report-screenshot-podium-sm{
  margin-top: -40px;
}

.report-screenshot-podium-sm .podium-note{
 padding: 4px 0px 4px 8px;
}

.report-page-preview-background{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  background-color: white;
}

.report-page-preview-background svg{
  border-radius : 6px
}

.report-params{
  position: fixed;
  width: 350px;
  background-color: white;
  box-shadow: 0px 2px 8px #adadad;
  padding: 16px 30px;
  overflow-y: auto;
  height: calc(100% - 80px);
  top: 48px;
  right: 0px;
  z-index: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  padding-left: 38px;
  padding-right: 22px;
}

.report-params .context-menu{
  width: 200px;
}

.report-page-editor .rdw-editor-toolbar{
  position: absolute;
  border: none;
  top: 4px;
  border-radius: 8px;
  left: 80px;
  background: none;
}

.report-page-editor .rdw-option-wrapper, .report-page-editor .rdw-dropdown-wrapper{
  border-color: #CCCCCC;
  border-radius: 8px;
}

.report-page-editor .rdw-option-active{
  border-color: #111C2B;
}

.report-page-content-type{
  background-color: white;
  right: 0px;
  padding: 6px;
  border-radius: 6px 6px 0px 0px;
  top: 0px;
  width: calc(100% - 12px);
}

.report-page-content{
  margin : auto 0px;
  min-height: 100px;
  width: 100%;
}

.report-page-editor-textarea{
  background-color: #8080800d;
}

.report-page-params{
  background-color: white;
  border-radius: 0px 8px 0px 0px;
  margin: -10px -10px -10px 10px;
  padding: 4px;
}

.report-params-arrow{
  top: 0px;
  left: 0px;
  height: 100%;
  width: 14px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.report-edit-container-arrow{
  padding: 16px;
  font-size: 32px;
}

.report-params-arrow.report-params-arrow-closed{
  width: 28px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.report-page-preview .rdw-editor-main{
  overflow: hidden;
}

.report-params-arrow svg{
  padding: 2px;
  font-size: 12px;
}

.report-params.report-params-closed{
  right: -382px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.report-page-text{
  white-space: pre-line;
  margin: auto; 
}

.report-page-editor-toolbar .list-dropdown{
  border: 1px solid #CCCCCC;
  margin: 2px 4px;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 8px;
}

/* widget résultat */
.results-tree{
  position: relative;
  margin: auto;
}
.results-tree-back{
  position: absolute;
}
.results-tree-text{
  position: absolute;
  font-size : 9px;
  align-items : center;
  padding-right : 0px;
  z-index: 2;
  pointer-events: none;
}
.results-tree-text span{
  pointer-events: initial;
}
.results-tree-pastille{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.results-tree-border-container{
  position: absolute;
  z-index: 1;
}
.results-tree-border{
  border-top: 2px solid white;
}
.results-tree-center{
  position: absolute;
  text-align: center;
  background-color: white;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  line-height: 22px;
}
.results-tree-note{
  padding-top: 20px;
  font-size: 28px;
}
.results-tree-center svg{ 
  font-size: 32px;
}
.results-tree-center span{
  font-size: 10px;
}
.results-nightmare-mode{
  position: absolute;
  right: -8px;
  top: -54px;
  z-index: 4;
}
.results-nightmare-mode .context-menu{
  right: 0px;
}
.results-nightmare-mode-cog{
  margin: auto;
  cursor: pointer;
  opacity: 0.5;
}
.results-nightmare-mode-cog:hover{
  opacity: 0.8;
}
.results-axis{
  text-align: center;
  width: 50%;
  border-radius: 4px;
  cursor: pointer;
}
.results-axis-icon{
  height: 46px;
  margin: 6px;
}
.results-axis-icon svg{
  margin: auto;
  font-size: 32px;
}
.results-axis:hover{
  background-color: #F9FBFC;
}
.results-axis-img{
  width: 26px !important;
  height: 26px;
  margin: auto 0px;
}
.results-axis-text{
  font-size: 12px;
  margin: auto 6px;
}
.results-axis-note{
  font-size: 20px;
  margin: auto 6px;
}
.results-benchmark{
  font-size: 12px;
  text-align: center;
}

/* widget rps */
.rps-container li{
  text-align: initial;
}
.rps-text{
  height: 40px;
}
.rps-text span{
  margin: auto;
  width: 120px;
}
.rps-axis{
  color: #8e8e8e;
  position: absolute;
  font-size: 18px;
}
.rps-info-help svg{
  margin: 0px;
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  color : #8e8e8e;
}
.rps-info-help svg:hover{
  opacity: 0.8;
}
.rps-axis-x{
  position: absolute;
  width: 100%;
  bottom: -26px;
  text-align: center;
}
.rps-axis-y{
  position: absolute;
  transform: rotate(-90deg);
  top: 100px;
  left: -100px;
}
.rps-area span{
  margin: auto;
  width: 60px;
  text-align: center;
}
.rps-area{
  opacity: 0.6;
}
.rps-user{
  min-width: 4px;
  min-height: 4px;
  background-color: grey;
  position: absolute;
  border-radius: 50%;
}
.rps-recommandation{
  padding-top: 2px;
}
.rps-recommandation span{
  margin: -3px 4px 0px 4px;
}
.rps-user-label{
  text-align: center;
  font-size: 12px;
  padding: 0px 20px;
}
.rps-user-label-border{
  min-width: 12px;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 6px;
}
.rps-user-item{
  margin: 14px 0px;
}
.rps-user-item-label{
  font-size: 12px;
  padding-left: 18px;
}
.rps-user-item-label p{
  margin: 0px;
  font-size: 12px;
}
.rps-user-item-label ul{
  margin: 0px;
}

/* self */
.self-axis img{
  width: 40px;
  height: 40px;
  margin: auto 20px;
}
.self-axis svg{
  margin: auto 26px;
  font-size: 22px; 
}
.self-question{
  width: 260px;
  margin-right: 20px;
}

/* Debut ajout tab select*/
.tab-select{
  position : absolute;
  padding:0;
  top : 145px;
  right : 0;
}

.tab-select>div{
  position : relative;
  display : table-cell;
  text-align : center;
  padding: 0;
}
/*Fin ajouts*/

/* tasks */
.modal-help-large .tasks-list-draft .card{
  width: 730px;
}
.tasks-column{
  margin: 0px 10px;
  border: 1px solid;
  border-radius: 8px;
}

.tasks-column-container{
 margin: 0px -10px;
}

.tasks-column-title{
  border-radius: 6px 6px 0px 0px;
  padding: 12px 20px;
  font-size: 18px;
}

.tasks-column-card-container{
 padding: 16px 16px 0px 16px;
}

.tasks-column-card-container .card{
  margin-bottom: 16px;
}

.tasks-date{
  padding: 10px 20px;
  background-color: white;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #c9c9c9;
  margin-left: 20px;
}

.tasks-date-title{
  font-size: 12px;
}

.tasks-date-month{
  font-size: 18px;
}

.tasks-message{
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 6px 12px
}
.tasks-message-footer{
  font-size: 12px;
}

/* liste des équipes */
.teams-container{
  width: 250px;
}
.teams-team-name{
  margin-top: 22px;
}
.teams-container #teams{
  position: fixed;
}
@media screen and (max-width: 1050px) {
  .teams-container #teams{
    position: initial;
  }
}
.teams{   
  margin-top: 8px;
  width: 210px;
  position: relative;
  padding: 8px;
}
.teams-scroller{
  height: calc(100vh - 210px);
  overflow-y: auto;
}
.teams-scroller::-webkit-scrollbar { 
  display: none; 
}
.teams-item{    
  cursor: pointer;
  padding: 12px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.teams-item-icon{
  width: 14px;
}
.teams-item-icon svg{
  font-size: 16px;
}
.teams-item-icon svg:hover{
  opacity: 0.8;
}
.teams-item:hover{
  background-color: #F0F0F0;
}
.teams-inactive{
  background-color: #f9fbfccf;
  position: absolute;
  height: 100%;
  width: calc(100% + 2px);
  top: 0px;
  left: 0px;
  z-index: 4;
}
.teams .text-input-context{
  font-size: 12px !important;
  min-width: 120px !important;
  color: #8C8C8C;
  margin-bottom: 0px !important;
  padding: 5px 4px !important;
}
.teams .context-menu{
  right: -130px;
  width: 178px;
  top: 16px;
}
.teams-order-label{
  font-size: 12px;
  margin-top: 20px;
}

/*template-lang-icons*/
.template-lang-icons{
  cursor: pointer;
  width: 100px;
  height: 60px;
  overflow: hidden;
  margin-bottom: -60px;
  bottom: 170px;
  left: 20px;
  z-index: 10
}

/*upload-button (darg & drop zone)*/
.upload-button{
  border : 2px;
  border-radius : 8px;
  border-style : dotted;
  height: 350px;
  margin : 3px;
  padding : 10px;
}

.upload-button-drop{
  background-color : #dadada
}

/* upgrade-widget */
.upgrade-widget img{
  border-radius: 8px;
}
.upgrade-widget-card{
  min-width: 400px;
  max-width: 450px;
}
.upgrade-widget-card img{
  width: 220px;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 8px;
}
.upgrade-widget-card span{
  font-size: 12px;
}

.risk-note{
  width: 100%;
  position: relative;
}

.risk-note:hover .risk-note-bar{
  opacity: 0.7;
}

.risk-note-chart {
  height: 18px;
  width: 36px;
  background-color: #ededed;
  border-radius: 4px;
}

.risk-note-chart-bar{
  border-radius: 4px;
}

.risk-note-dropdown{
  width: 300px;
}

.risk-questions .modal{
  position: relative;
}

.risk-questions-close{
  opacity: 0.5;
  font-size: 32px;
  top: 4px;
  right: 12px;
}

.risk-response-card{
  margin-bottom: 12px;
}

.risk-response-card-color{
  width: 14px;
  height: 100%;
  position: absolute;
  border-radius: 8px 0px 0px 8px;
}

/*# sourceMappingURL=main.395011645ba8586b3f08.css.map*/