.resume .status-validating {
  background-color: #29eac9;
}
.resume .status-programmed {
  background-color: #E5D317;
}
.resume .status-validated {
  background-color: #096152;
}
.resume .status-sent {
  background-color: #d990e9;
}
.resume .status-relance {
  background-color: #ea7886;
}
.resume .status-finished {
  background-color: #97D15F;
}
.resume .status-pause {
  background-color: #809fdd;
}
.steps.enquete .icon-resume.questionnaire {
  background-image: url(/assets/img/1496062276-resume-carenity.png);
  width: 75px;
  height: 77px;
  background-position: -397px 77px;
  margin-top: 20px;
}
.steps.enquete .icon-resume.validation {
  background-image: url(/assets/img/1634218551-send.png);
  width: 64px;
  height: 64px;
  margin-top: 25px;
  background-repeat: no-repeat;
}
.enquetes .group-header-container .manche, body.credits .group-header-container .manche {
  position: relative;
}
.enquetes .group-header-container p, body.credits .group-header-container p {
  width: 536px;
  float: left;
  margin: 40px 56px;
  line-height: 1.3;
  font-size: 24px;
  color: #545557;
  font-weight: 300;
}
.enquetes .group-header-container p em, body.credits .group-header-container p em {
  font-style: normal;
  color: #14CCAD;
}
.enquetes .group-header-container a, body.credits .group-header-container a {
  display: block;
  width: 111px;
  height: 109px;
  position: absolute;
  top: 29px;
  right: 27px;
  border-radius: 5px;
  color: inherit;
  font-size: 15px;
  line-height: 1.2;
  white-space: normal;
  background: #14CCAD;
  border-bottom: 2px solid #577f92;
}
.enquetes .group-header-container a i, body.credits .group-header-container a i {
  display: block;
  font-size: 42px;
  margin: 5px auto 0 auto;
}
.header {
  z-index: 200;
}
.row-fluid .sidebar {
  bottom: 0;
  height: auto !important;
  position: fixed !important;
  z-index: 100;
}
.row-fluid .sidebar .sidebar-container {
  padding-top: 50px;
  margin-top: 0 !important;
}
.row-fluid .sidebar .link i.icon-paper {
  font-size: 22px;
}
.row-fluid .sidebar .link i.icon-stats {
  font-size: 22px;
}
.border-dashed {
  border: 1px dashed #333333;
}
.bt-enquete {
  border: 1px dashed #333333;
  font-size: 14px;
  color: #797575;
  display: block;
  line-height: 32px;
  cursor: pointer;
}
.bt-enquete:hover {
  background: #E6E1DF;
}
.question-container {
  border: 1px dashed #333333;
  padding: 15px 0 15px 0;
  margin-bottom: 15px;
}
.question-container.validated {
  background: #E2E2E2;
}
.question-container.validated .question_type_container, .question-container.validated .add-answer-bt-container, .question-container.validated .actions-container {
  display: none;
}
.question-container.type-free-area .other-container, .question-container.type-note .other-container, .question-container.type-digital-area .other-container {
  display: none;
}
.question-container .bootstrap-select.question_type {
  display: none;
}
.questionnaire .flex-container {
  display: flex;
  justify-content: space-between;
}
.question-type {
  width: 15%;
  height: 60px;
  margin-left: 2.5%;
  background: #E6E1DF no-repeat center 8px;
  border-bottom: 2px solid #747474;
  position: relative;
  float: left;
  cursor: pointer;
}
.question-type.uniq-choice {
  margin-left: 0;
}
.question-type span {
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: center;
  left: 0;
  bottom: 4px;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}
.question-type.selected {
  border: 1px solid #14CCAD;
}
.question-settings .notes {
  display: none;
}
.type-note .question-settings .notes {
  display: block;
}
.color-blue {
  color: #14CCAD;
}
.color-red {
  color: #DD5164;
}
.star {
  width: 40px;
  height: 30px;
  float: left;
  background: url(/assets/img/questionnaire/1496062276-notes_etoile_vide.png) no-repeat;
}
.star.full {
  background-image: url(/assets/img/questionnaire/1496062276-notes_etoile_pleine.png);
}
.page .ui-slider-handle {
  background: #14CCAD;
  height: 25px;
  top: -7px;
  width: 25px;
}
.page .ui-slider-handle:hover, .page .ui-slider-handle:focus {
  background: #40eccf;
}
.page .ui-slider-handle:active {
  background: #57efd5;
}
.page .ui-slider-disabled .ui-slider-handle {
  background-color: #CCC;
}
.page .checkbox.disabled.checked .second-icon, .page .radio.disabled.checked .second-icon, .page .checkbox.disabled .icons, .page .radio.disabled .icons {
  color: #CCC;
}
.info-container {
  background: #E8E4E2;
  -webkit-box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 0;
  height: 36px;
  overflow: hidden;
}
.info-container span {
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.info-container i {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  color: #FFF;
  width: 36px;
  line-height: 36px;
  height: 36px;
  background-color: #f39c13;
}
#targeting .h {
  background-color: #797575;
  width: 100%;
  color: #FFF;
  height: 30px;
  line-height: 30px;
}
#targeting #member-selected {
  background: transparent;
  padding: 0;
}
#targeting #member-selected .c {
  background: #FFF;
}
#targeting #member-selected .picto-invalid, #targeting #member-selected .picto-warning {
  margin-top: 20px;
}
#targeting #member-selected .slider-label {
  position: absolute;
  top: 16px;
}
#targeting #member-selected .slider-label.min {
  left: -5px;
}
#targeting #member-selected .slider-label.max {
  right: -15px;
}
#targeting #member-selected h2 {
  margin-top: 8px;
}
#targeting #member-selected h3 {
  margin-top: 0px;
}
#targeting #member-selected .credits {
  background: #EEE;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
}
#targeting #member-selected .credits .color-red {
  font-size: 14px;
}
#targeting #member-selected #count {
  font-size: 18px;
}
.group-header.enquete-zone {
  background: #14ccad;
}
.enquete-zone .btn.primary {
  background: #14CCAD;
  border-bottom: 2px solid #577F92;
}
.enquete-zone .btn.primary:hover {
  background: #13636E;
  border-bottom: 2px solid #577F92;
}
.enquete-zone .btn.secondary {
  background: #096152;
  border-bottom: 2px solid #577F92;
}
.enquete-zone .btn.secondary:hover {
  background: #0C454D;
}
.enquete-zone .btn.disabled, .enquete-zone .btn[disabled] {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.enquete-zone .page-content {
  padding-bottom: 50px !important;
}
.enquete-zone .page-footer {
  position: static !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  z-index: 500;
}
.btn-campaign, .pagination ul li.active > a, .pagination ul li.active > span {
  background-color: #abcd77;
  border-bottom: 2px solid #93AD6B;
}
.btn-campaign:hover, .btn-campaign.hover, .pagination ul li.active > a:hover, .pagination ul li.active > a.hover, .pagination ul li.active > span:hover, .pagination ul li.active > span.hover {
  background-color: #9fc465;
  border-bottom: 2px solid #93ad6b;
}
.btn-campaign:active, .pagination ul li.active > a:active, .pagination ul li.active > span:active {
  background-color: #93ad6b;
  border-top: 1px solid #93ad6b;
  border-bottom: 1px solid #93ad6b;
}
.pagination ul li > a:hover, .pagination ul li > a.hover, .pagination ul li > span:hover, .pagination ul li > span.hover {
  background-color: #9fc465;
  border-bottom: 2px solid #93ad6b;
}
.pagination ul li > a:active, .pagination ul li > span:active {
  background-color: #93ad6b;
  border-top: 1px solid #93ad6b;
  border-bottom: 1px solid #93ad6b;
}
.pagination ul li {
  margin-right: 0;
}
.resume-enquete .status-finished {
  background-color: #97D15F;
}
.resume-enquete .status-validated {
  background-color: #096152;
}
.resume-enquete .status-sent {
  background-color: #d990e9;
}
.resume-enquete .status-validating {
  background-color: #096152;
}
.resume-enquete .status-draft {
  background-color: #14ccad;
}
.checkbox.checked .icons, .radio.checked .icons, .checkbox.checked .second-icon, .radio.checked .second-icon, .checkbox.checked, .radio.checked {
  color: #12b599;
}
.dropdown-menu li.active > a, .dropdown-menu li.selected > a, .dropdown-menu li.active > a.highlighted, .dropdown-menu li.selected > a.highlighted, .dropdown-menu li.active > a:hover, .dropdown-menu li.selected > a:hover, .dropdown-menu li.active > a.highlighted:hover, .dropdown-menu li.selected > a.highlighted:hover, .dropdown-menu li.active > a:focus, .dropdown-menu li.selected > a:focus, .dropdown-menu li.active > a.highlighted:focus, .dropdown-menu li.selected > a.highlighted:focus {
  background-color: #12b599;
}
.control .action {
  width: 180px;
}
.icond2s.picto-invalid {
  width: 43px;
  height: 43px;
  background-image: url(/assets/img/1496062276-control-invalid.png);
}
.dropdown-toggle {
  font-size: 14px !important;
}
.table thead > tr > th {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.control .desc {
  float: left;
}
.help {
  background: #797575;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  cursor: help;
}
[for="questionnaire_filter"] .tooltip-inner {
  max-width: 360px;
  width: 360px;
}
.checkbox.disabled, .radio.disabled, input[disabled], textarea[disabled], input.disabled, textarea.disabled, .form-control.disabled, label.disabled {
  color: #303030 !important;
}
.credit tbody tr td, .factu tbody tr td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
#relance-form [type="date"], #pause-form [type="date"], #relance-form [type="time"], #pause-form [type="time"] {
  width: auto;
}
.nodate #relance-form [type="date"], .nodate #pause-form [type="date"] {
  width: 85px;
}
.nodate #relance-form [type="time"], .nodate #pause-form [type="time"] {
  width: 52px;
}
#slider-answers .ui-slider-handle {
  background: #fc736b;
}
.add-img-video .btn.myprimary {
  background-color: #14CCAD;
  border-bottom: 2px solid #577f92;
  letter-spacing: -0.2px;
}
.add-img-video .btn.myprimary:hover {
  background-color: #13636e;
  border-bottom: 2px solid #577f92;
}
#sendMedia input[type=file] {
  display: none;
}
#importMedia > * {
  margin-top: 1.5rem;
}
.flash {
  border-radius: 5px;
  color: #fff;
  position: fixed;
  top: -100px;
  left: 15px;
  right: 15px;
  transition: top 0.4s ease-out;
  z-index: 1000;
}
.flash.success {
  background-color: #29a0b7;
}
.flash.err {
  background-color: #DD5164;
  font-style: normal;
}
.flash.show {
  top: 15px;
}
.flash .content {
  padding: 15px 25px;
  position: relative;
}
.flash .content button {
  border: none;
  background: none;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
}
.resultImportMedia {
  margin: 0 15px;
}
.resultImportMedia .item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
  transition: width 0.4s, height 0.4s 0.4s;
  position: relative;
  margin: 0;
}
.resultImportMedia .item.show {
  height: 200px;
  margin: 15px 0;
}
.resultImportMedia .item .content {
  width: calc(100% - 30px);
  display: flex;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABoSURBVBiVjdC9EcJADERhqSsGDMN/5C5oEIrRPl0H9tCEk0t18OIv2XX7kaSdu398hIC9mb3N7DVEwBeYS5SZB2CR9ChRa23q6F6iiDgCS0TcSiTpBKyZef0HXUoEPPu6c4k6XPtfwzbBNUw7X1ouHwAAAABJRU5ErkJggg==");
}
.resultImportMedia .item .content img {
  margin: auto;
}
.resultImportMedia .item .aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #a4a4a3;
}
.resultImportMedia .item .aside button {
  padding: 10px 5px;
  border: none;
  background: none;
  width: 30px;
  color: #c8c8c8;
}
.resultImportMedia .item .aside button:hover {
  background-color: #c0bebd;
}
.resultImportMedia .item .aside button:hover svg {
  fill: white;
}
.resultImportMedia .item .aside button svg {
  fill: #c8c8c8;
}
.resultImportMedia .imgs, .resultImportMedia .videos {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.resultImportMedia .imgs .item {
  width: 0;
  display: block;
  margin-right: 15px;
}
.resultImportMedia .imgs .item.show {
  width: calc(25% - 25px);
}
.resultImportMedia .imgs .item .content {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.resultImportMedia .imgs .item .content img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.resultImportMedia .imgs .item img {
  display: block;
  width: 100%;
}
.resultImportMedia .videos .item {
  width: 0;
}
.resultImportMedia .videos .item:nth-child(odd) {
  margin-left: 0 !important;
}
.resultImportMedia .videos .item.show {
  margin-left: 15px;
  width: calc(50% - 8px);
}
.resultImportMedia .videos .item.yt {
  height: 315px;
}
.resultImportMedia .videos .item.dm {
  height: 270px;
}
.resultImportMedia .videos .item.st {
  height: 270px;
}
.wrap-video {
  position: relative;
  overflow: hidden;
  width: calc(100% - 30px);
  background: #000;
}
.wrap-video img {
  display: block;
}
.wrap-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-video video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, -50%);
}
.report-media {
  list-style-type: none;
  padding: 0;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.report-media li {
  width: calc(50% - 24px);
  display: flex;
  margin: 15px 12px 0;
}
.report-media li > * {
  margin: auto;
}
.report-media.video li:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 0;
}
.report-media.img {
  justify-content: center;
}
.report-media.img li {
  width: calc(25% - 24px);
  min-height: 250px;
  margin: 15px 12px 0;
  position: relative;
  overflow: hidden;
}
.report-media.img li img {
  width: 100%;
  display: block;
}
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  opacity: 0;
  z-index: 2000;
  background: #797575;
  transition: opacity 0.4s;
}
.loader.showme {
  opacity: 1;
}
.loader svg {
  width: 3%;
  margin: auto;
}
/*surcharge responsive*/
.report-enquete .enquete-zone {
  min-width: 0 !important;
}
.report-enquete ul[id^=legend-chart] {
  width: auto !important;
  min-width: 300px;
}
