@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500&display=swap");
.white {
  color: #FFFFFF;
}
.white::after, .white::before {
  color: inherit;
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.white {
  color: #FFFFFF;
}
.white::after, .white::before {
  color: inherit;
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

#wrapper-datepicker-current.hide, #wrapper-datepicker-previous.hide {
  display: none;
}

.date-picker-wrapper {
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 20px;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper {
  margin-top: 10px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: capitalize;
  color: #253E99;
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.date-picker-wrapper .date-range-length-tip {
  display: none !important;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .month-wrapper {
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 100%;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 12px;
  margin: 0;
  color: #253E99;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #ECF0FF;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth.checked, .date-picker-wrapper .month-wrapper table div.day.nextMonth.checked {
  color: #9FB4FF;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #ECF0FF;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #ECF0FF;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #ECF0FF;
}
.date-picker-wrapper table .caption {
  height: 40px;
  position: relative;
}
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
  color: transparent;
}
.date-picker-wrapper table .caption .next::after, .date-picker-wrapper table .caption .prev::after {
  color: #9FB4FF;
  position: absolute;
}
.date-picker-wrapper table .caption .next:hover::after, .date-picker-wrapper table .caption .prev:hover::after {
  color: #3E68FF;
}
.date-picker-wrapper table .caption .next::after {
  right: 0;
  content: "chevron_right";
}
.date-picker-wrapper table .caption .prev::after {
  left: 0;
  content: "chevron_left";
}
.date-picker-wrapper table .week-name {
  height: 40px;
  text-transform: capitalize;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper.hide {
  display: none;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background: none !important;
  position: relative;
}
.date-picker-wrapper .first-date-selected span, .date-picker-wrapper .last-date-selected span {
  display: block;
  background-color: #3E68FF !important;
  border-radius: 100%;
  color: #FFFFFF !important;
  position: relative;
  z-index: 1;
}
.date-picker-wrapper .first-date-selected::before, .date-picker-wrapper .last-date-selected::before {
  content: "";
  position: absolute;
  background-color: #ECF0FF;
  top: 0;
  width: 50%;
  bottom: 0;
  z-index: 0;
}
.date-picker-wrapper .first-date-selected.first-date-selected::before, .date-picker-wrapper .last-date-selected.first-date-selected::before {
  right: 0;
}
.date-picker-wrapper .first-date-selected.last-date-selected::before, .date-picker-wrapper .last-date-selected.last-date-selected::before {
  left: 0;
}
.date-picker-wrapper .first-date-selected.last-date-selected::before {
  display: none;
}
.date-picker-wrapper.single-date .first-date-selected::before, .date-picker-wrapper.single-date .last-date-selected::before {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

svg {
  font-size: 0.75rem;
  line-height: 18px;
}

section.content > .header #filters #filters-choices #filters-form #filters-btn #applyBtn, section.content > .header #filters #filters-choices #filters-form #filters-btn #cancelBtn, input[type=submit].btn, button, a.button {
  position: relative;
  cursor: pointer;
  min-height: 50px;
  padding: 16px 30px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #3E68FF;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 18px;
  color: #FFFFFF;
  border: none;
}
section.content > .header #filters #filters-choices #filters-form #filters-btn #applyBtn:hover, section.content > .header #filters #filters-choices #filters-form #filters-btn #cancelBtn:hover, input[type=submit].btn:hover, button:hover, a.button:hover {
  text-decoration: none;
  background: #253E99;
}

section.content > .header #filters #filters-choices #filters-form #filters-btn #cancelBtn, button.bordure, a.button.bordure {
  background: none;
  border: 2px solid #3E68FF;
  color: #3E68FF;
}
section.content > .header #filters #filters-choices #filters-form #filters-btn #cancelBtn:hover, button.bordure:hover, a.button.bordure:hover {
  color: #253E99;
  background: none;
  border-color: #253E99;
}

#page-assistant #response-chat li.document::after, section.content #page-campagnes .periodes .cell-periode.selected::after, section.content .form-search .search-btn, section.content > .header #filters #filters-choices > .title::before, section.content > .header #filters #filters-open-summary::before, section.content > .header .deconnexion::after, section#menu .nav-pills .nav-link::before, section#menu .menu-control, .icon::after, .card.logo::after, .card.question-frequente::after, .card.evolution .toggleSlides::before, .card .card-body .lien-details a::after, .card .card-body .export::before, .breadcrumb > *::before, form dl#fin_field::after, form dl.error dd:nth-of-type(1)::after, .progression::before, .date-picker-wrapper table .caption .next::after, .date-picker-wrapper table .caption .prev::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.progression {
  font-size: 0.875rem;
  line-height: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #E64560;
  padding-left: 34px;
  position: relative;
  margin-left: 10px;
}
.progression::before {
  content: "trending_down";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
}
.progression.positif {
  color: #00DBB6;
}
.progression.positif::before {
  content: "trending_up";
}
.progression.neutre {
  color: #FFA64D;
}
.progression.neutre::before {
  content: "trending_flat";
}

input[type=text], input[type=password], input[type=search], input[type=date], input[type=number], input[type=email], textarea, select {
  border: none;
  width: 100%;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  background: #ECF0FF;
  border-radius: 10px;
}

textarea {
  min-height: 140px;
  line-height: 24px;
  padding: 15px;
}

button.reduit {
  line-height: 36px;
  min-height: 36px;
  padding: 0 30px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3E68FF;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
  color: #3E68FF;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: #3E68FF;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3E68FF;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

form dl {
  display: inline-block;
  text-align: left;
  width: 100%;
}
form dl dd.info {
  font-size: 0.75rem;
  line-height: 16px;
}
form dl.error dd:nth-of-type(1) {
  position: relative;
}
form dl.error dd:nth-of-type(1)::after {
  content: "info";
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: initial;
  color: #E64560;
}
form dl.error dd.error {
  display: none;
}
form dl#debut_field, form dl#fin_field {
  width: auto;
  position: relative;
  display: inline-flex;
}
form dl#debut_field {
  margin-right: -5px;
}
form dl#debut_field input {
  border-radius: 10px 0 0 10px;
  border-right: 0;
}
form dl#fin_field {
  position: relative;
}
form dl#fin_field input {
  border-radius: 0 10px 10px 0;
  border-left: 0;
}
form dl#fin_field::after {
  content: "date_range";
  right: 10px;
  bottom: 20px;
  position: absolute;
  color: #253E99;
}
form button {
  display: block;
  margin: 0 auto;
}
form#formFiltres {
  position: relative;
  text-align: right;
}
form#formFiltres > dl {
  display: inline-flex;
  width: auto;
  margin-bottom: 0;
}
form#formFiltres > dl dt {
  display: none;
}

.breakall {
  word-break: break-all;
}

.breadcrumb {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 0.75rem;
  line-height: 36px;
}
.breadcrumb a {
  color: #253E99;
}
.breadcrumb a.active {
  color: #3E68FF;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.breadcrumb a:first-child {
  padding-left: 0;
}
.breadcrumb a:first-child::before {
  display: none;
}
.breadcrumb span {
  color: #9FB4FF;
}
.breadcrumb span:first-child {
  padding-left: 0;
}
.breadcrumb span:first-child::before {
  display: none;
}
.breadcrumb > * {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.breadcrumb > *::before {
  content: "keyboard_arrow_right";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
}

.card {
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px #3E68FF29;
  background: #FFFFFF;
  border: none;
}
.card.height100 {
  height: 100%;
}
.card .card-header {
  background: #FFFFFF;
  border-bottom: 1px solid #ECF0FF;
}
.card .card-header .nav-tabs .nav-link {
  color: #9FB4FF;
}
.card .card-header .nav-tabs .nav-link.active {
  position: relative;
  color: #3E68FF;
  border: transparent;
}
.card .card-header .nav-tabs .nav-link.active::after {
  content: "";
  background: #3E68FF;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
  border-radius: 2px 2px 0 0;
  position: absolute;
}
.card .card-body {
  padding: 30px;
  position: relative;
}
.card .card-body .export {
  padding: 0 15px 0 40px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
}
.card .card-body .export::before {
  content: "save_alt";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 10px;
}
.card .card-body .result-prompt {
  font-size: 12px;
}
.card .card-body a {
  color: #253E99;
}
.card .card-body a.button {
  color: #FFFFFF;
}
.card .card-body a.button.bordure {
  color: #3E68FF;
}
.card .card-body a.button.bordure:hover {
  color: #253E99;
}
.card .card-body .card-title {
  font-size: 1.25rem;
  line-height: 30px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  max-width: calc(100% - 140px);
}
.card .card-body .card-subtitle {
  font-size: 0.875rem;
  line-height: 17px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.card .card-body .text-focus {
  font-size: 1.5rem;
  line-height: 25px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #3E68FF;
}
.card .card-body .lien-details {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 0.8125rem;
  line-height: 15px;
}
.card .card-body .lien-details a {
  color: #3E68FF;
  position: relative;
  padding-right: 20px;
}
.card .card-body .lien-details a::after {
  content: "keyboard_arrow_right";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: initial;
  right: 0;
}
.card[onClick] {
  cursor: pointer;
}
.card:hover {
  box-shadow: 0px 4px 10px #3E68FF4D;
}
.card.chiffres-cles .card-title {
  font-size: 0.875rem;
  line-height: 17px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  max-width: 100%;
}
.card.chiffres-cles .chiffre {
  font-size: 1.5rem;
  line-height: 25px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #3E68FF;
  white-space: nowrap;
}
.card.chiffres-cles.chiffres-cles-multiples .card-title {
  font-size: 1.3125rem;
  line-height: 25px;
}
.card.chiffres-cles.chiffres-cles-multiples .row {
  margin: 30px 0 0 0;
  position: relative;
  padding-bottom: 15px;
}
.card.chiffres-cles.chiffres-cles-multiples .row::after {
  content: "";
  position: absolute;
  background: #ECF0FF;
  height: 1px;
  bottom: 0;
  width: 100%;
}
.card.chiffres-cles.chiffres-cles-multiples .row > div:first-child {
  padding-left: 0;
}
.card.chiffres-cles.chiffres-cles-multiples .row > div:last-child {
  padding-right: 0;
  text-align: right;
}
.card.chiffres-cles.chiffres-cles-multiples .row:last-child {
  padding-bottom: 0;
}
.card.chiffres-cles.chiffres-cles-multiples .row:last-child::after {
  display: none;
}
.card.chiffres-cles.chiffres-cles-multiples .row .card-subtitle {
  font-size: 0.75rem;
  line-height: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.card.card-tags table {
  margin-top: 30px;
}
.card.card-emplacements .legende {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.card.card-emplacements .legende span {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.625rem;
  line-height: 12px;
  padding-left: 40px;
  position: relative;
  margin-right: 30px;
}
.card.card-emplacements .legende span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  border-radius: 4px;
  width: 30px;
  height: 14px;
}
.card.card-emplacements .legende span:first-child::before {
  background: #FFD53E;
}
.card.card-emplacements .legende span:last-child::before {
  background: #3E68FF;
}
.card.evolution {
  position: relative;
}
.card.evolution .toggleSlides {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0 15px 0 40px;
}
.card.evolution .toggleSlides::before {
  content: "timeline";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 10px;
}
.card.evolution .legende {
  position: absolute;
}
.card.evolution .legende > div {
  position: relative;
  padding-left: 40px;
  max-width: 170px;
  font-size: 0.75rem;
  line-height: 14px;
  margin-bottom: 10px;
}
.card.evolution .legende > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 14px;
  border-radius: 4px;
}
.card.evolution .legende > div:first-child::before {
  background: #3E68FF;
}
.card.evolution .legende > div:last-child::before {
  background: #FFD53E;
}
.card.evolution .slide {
  display: none;
}
.card.evolution .slide.active {
  display: block;
}
.card.evolution .slide ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.card.evolution .slide ul li {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 13px 20px;
  border-bottom: 2px solid #ECF0FF;
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 16px;
}
.card.logo, .card.question-frequente {
  padding-right: 164px;
}
.card.logo::before, .card.question-frequente::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #ECF0FF;
  left: initial;
  right: 30px;
}
.card.logo::after, .card.question-frequente::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  font-size: 3.75rem;
  line-height: 60px;
  left: initial;
  right: 50px;
}
.card.logo.questions-frequentes::after, .card.question-frequente.questions-frequentes::after {
  content: "live_help";
  color: #00DBB6;
}
.card.logo.tutoriels::after, .card.question-frequente.tutoriels::after {
  content: "list_alt";
  color: #3E68FF;
}
.card.logo.support::after, .card.question-frequente.support::after {
  content: "headset_mic";
  color: #FFD53E;
}
.card.question-frequente {
  cursor: pointer;
}
.card.question-frequente::before {
  top: 20px;
  width: 60px;
  height: 60px;
  right: 20px;
  transform: none;
}
.card.question-frequente::after {
  content: "arrow_downward";
  color: #3E68FF;
  font-size: 1.5rem;
  line-height: 24px;
  transform: none;
  top: 38px;
  right: 38px;
}
.card.question-frequente .card-body {
  padding: 30px;
}
.card.question-frequente .card-body .reponse {
  display: none;
  cursor: normal;
}
.card.question-frequente.open::after {
  content: "arrow_upward";
}
.card.question-frequente.open .reponse {
  display: block;
}
.card.glossaire ul {
  list-style-type: none;
  padding: 0;
}
.card.glossaire ul li {
  padding-top: 15px;
  border-top: 1px solid #9FB4FF;
  font-size: 0.75rem;
  line-height: 16px;
  margin-top: 15px;
}
.card.glossaire ul li > div {
  color: #3E68FF;
  font-size: 0.8125rem;
  line-height: 15px;
  margin-bottom: 8px;
}

.separator {
  position: relative;
  padding-bottom: 30px;
}
.separator::after {
  content: "";
  border: 1px solid #9FB4FF;
  opacity: 0.3;
  height: 0;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
  position: absolute;
}

.icon::after {
  content: attr(data-icon);
}

.icon-text {
  font-size: 0.75rem;
  line-height: 20px;
  display: flex;
}
.icon-text img {
  height: 18px;
}
.icon-text .icon {
  position: relative;
  top: -3px;
}
.icon-text img, .icon-text .icon {
  padding-right: 15px;
}

.tooltip-toggle {
  position: absolute;
  bottom: 20px;
  left: 30px;
  cursor: pointer;
  color: #3E68FF;
}
.tooltip-toggle:hover + .tooltip-text {
  display: block;
}

.tooltip-text {
  content: attr(data-text);
  position: absolute;
  bottom: 20px;
  left: 30px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 0.625rem;
  line-height: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10px;
  transform: translate(0, -30px);
  z-index: 1;
  display: none;
}

.lien-tooltip {
  position: relative;
  padding-left: 30px;
}
.lien-tooltip .tooltip-toggle, .lien-tooltip .tooltip-text {
  bottom: -8px;
  left: 0;
}

body {
  color: #253E99;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  display: flex;
}

#page-connexion {
  margin-top: 130px;
}
#page-connexion .logo {
  width: 100%;
  margin-bottom: 40px;
}
#page-connexion .logo img {
  width: 160px;
  height: auto;
}

section#menu {
  width: 240px;
  position: relative;
  transition: width 0.15s linear;
  padding-top: 70px;
}
section#menu .menu-control {
  position: absolute;
  top: 15px;
  left: 18px;
  cursor: pointer;
}
section#menu .utilisateur {
  padding-left: 45px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  position: relative;
  margin-bottom: 40px;
  margin-left: 18px;
}
section#menu .utilisateur::before {
  content: "";
  width: 30px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  background: url(/assets/images/logo.svg) no-repeat;
  background-size: cover;
}
section#menu .nav-pills .nav-link {
  padding-left: 42px;
  font-size: 0.75rem;
  line-height: 60px;
  margin-left: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #253E99;
  white-space: nowrap;
}
section#menu .nav-pills .nav-link::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 0;
}
section#menu .nav-pills .nav-link.dashboard::before {
  content: "dashboard";
}
section#menu .nav-pills .nav-link.audience::before {
  content: "visibility";
}
section#menu .nav-pills .nav-link.contenus::before {
  content: "folder";
}
section#menu .nav-pills .nav-link.campagnes::before {
  content: "send";
}
section#menu .nav-pills .nav-link.recherche::before {
  content: "search";
}
section#menu .nav-pills .nav-link.assistant::before {
  content: "forum";
}
section#menu .nav-pills .nav-link.faq {
  position: absolute;
  bottom: 76px;
  width: calc(100% - 16px);
}
section#menu .nav-pills .nav-link.faq::before {
  content: "help_outline";
}
section#menu .nav-pills .nav-link.reglages {
  position: absolute;
  bottom: 0;
  width: calc(100% - 16px);
}
section#menu .nav-pills .nav-link.reglages::before {
  content: "settings_applications";
}
section#menu .nav-pills .nav-link.active {
  color: #3E68FF;
  background: none;
}
section#menu .nav-pills .nav-link.active::before {
  color: #3E68FF;
}
section#menu .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: initial;
  right: -10px;
  background: #3E68FF;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: 5px solid #ECF0FF;
  z-index: 2;
}
section#menu .nav-pills .nav-sublink {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 40px;
  background: #ECF0FF;
  border-radius: 8px;
  color: #253E99;
  padding-left: 15px;
  margin: 4px;
  white-space: nowrap;
}
section#menu .nav-pills .nav-sublink.active {
  color: #3E68FF;
}
section#menu.min {
  width: 60px;
  overflow: hidden;
}
section#menu.min .nav-sublink {
  display: none;
}
section#menu.opening {
  animation: menu-open 300ms forwards;
}
section#menu.min + section.content {
  width: calc(100dvw - 60px);
}
section.content {
  width: calc(100dvw - 220px);
  transition: width 0.15s linear;
}
section.content > .header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  padding-left: 18px;
}
section.content > .header .deconnexion {
  display: inline-flex;
  height: inherit;
  position: relative;
  width: 60px;
  border-bottom-left-radius: 10px;
}
section.content > .header .deconnexion::after {
  content: "exit_to_app";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
section.content > .header #filters {
  position: relative;
}
section.content > .header #filters #filters-open-summary {
  height: 44px;
  font-size: 0.8125rem;
  line-height: 44px;
  cursor: pointer;
  border-radius: 8px;
  padding: 0 16px 0 50px;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-top: 8px;
  border: 1px solid #FFFFFF;
}
section.content > .header #filters #filters-open-summary::before {
  content: "tune";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 15px;
}
section.content > .header #filters #filters-open-summary:hover {
  border: 1px solid #9FB4FF;
}
section.content > .header #filters #filters-open-summary .libelle-comparaison {
  display: inline-block;
  margin-left: 40px;
  margin-right: 10px;
  color: #121F4D;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
section.content > .header #filters #filters-overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 100dvw;
  z-index: 999;
  background: #121F4D;
  opacity: 0.5;
}
section.content > .header #filters #filters-choices {
  position: fixed;
  width: 360px;
  top: 0;
  right: -100%;
  height: 100dvh;
  transition: right 0.3s linear;
  z-index: 1000;
  background: #FFFFFF;
  padding: 30px;
}
section.content > .header #filters #filters-choices > .title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 28px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
section.content > .header #filters #filters-choices > .title::before {
  content: "tune";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 0;
}
section.content > .header #filters #filters-choices .cal {
  position: relative;
  padding-top: 40px;
}
section.content > .header #filters #filters-choices .cal > .title {
  position: absolute;
  text-align: center;
  font-size: 0.75rem;
  line-height: 18px;
  color: #9FB4FF;
  width: calc(100% - 30px);
  top: 20px;
}
section.content > .header #filters #filters-choices .cal > .title.hide {
  display: none;
}
section.content > .header #filters #filters-choices #filters-form {
  font-size: 0.875rem;
  line-height: 20px;
  height: calc(100% - 130px);
  overflow-y: auto;
}
section.content > .header #filters #filters-choices #filters-form > .row {
  margin-left: 0;
}
section.content > .header #filters #filters-choices #filters-form > .row > div:first-child {
  background: #ECF0FF;
  border-radius: 10px 0 0 10px;
  padding-top: 40px;
  padding-bottom: 20px;
}
section.content > .header #filters #filters-choices #filters-form > .row > div:first-child .label-select {
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #253E99;
}
section.content > .header #filters #filters-choices #filters-form > .row > div:first-child .label-select.inactive {
  color: #9FB4FF;
}
section.content > .header #filters #filters-choices #filters-form > .row > div:first-child select {
  background: #FFFFFF;
}
section.content > .header #filters #filters-choices #filters-form > .row > div:last-child {
  padding-left: 15px;
  padding-right: 30px;
}
section.content > .header #filters #filters-choices #filters-form #filters-btn {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding: 20px;
  box-shadow: 0px 0px 6px #3E68FF;
}
section.content > .header #filters.active #filters-open-summary {
  border: 1px solid #3E68FF;
}
section.content > .header #filters.active #filters-overlay {
  display: block;
}
section.content > .header #filters.active #filters-choices {
  right: 0;
}
section.content > .header #filters.active #filters-choices #wrapper-datepicker-previous.hide {
  display: none;
}
section.content > .wrapper-content {
  background: #ECF0FF;
  height: calc(100dvh - 60px);
  overflow-y: auto;
  padding: 50px 32px;
  border-radius: 8px 0 0 0;
}
section.content > .footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  display: flex;
  height: 60px;
}
section.content > .footer ul li {
  margin-right: 38px;
}
section.content > .footer ul li:last-child {
  margin-right: 0;
}
section.content > .footer ul li a {
  font-size: 0.75rem;
  line-height: 60px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
section.content h1 {
  width: 100%;
  font-size: 2.25rem;
  line-height: 43px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
section.content h1 span {
  font-size: 0.875rem;
  line-height: 24px;
}
section.content h2 {
  width: 100%;
  font-size: 1.3125rem;
  line-height: 25px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
section.content .form-search {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
section.content .form-search .search-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: initial;
  right: -35px;
  background: none;
  border: none;
  color: #3E68FF;
}
section.content .form-search .search-btn:hover {
  color: #253E99;
}
section.content .pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
section.content .pagination ul li {
  display: inline-flex;
  margin-right: 5px;
}
section.content .pagination .current {
  margin-right: 15px;
}
section.content .pagination .current a {
  font-size: 0.75rem;
  line-height: 50px;
  word-break: keep-all;
}
section.content .pagination .current a span {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #3E68FF;
}
section.content .pagination .prev a, section.content .pagination .next a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #3E68FF;
  position: relative;
  border-radius: 10px;
  color: #FFFFFF;
}
section.content .pagination .prev a::after, section.content .pagination .next a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
section.content .pagination .prev::hover a, section.content .pagination .next::hover a {
  background: #253E99;
}
section.content .pagination .prev.disabled a, section.content .pagination .next.disabled a {
  background: #ECF0FF;
}
section.content .table thead tr {
  background: #3E68FF;
}
section.content .table thead tr th {
  font-size: 0.8125rem;
  line-height: 60px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  border: none;
  padding: 0 15px;
  color: #FFFFFF;
  position: relative;
}
section.content .table thead tr th:first-child {
  border-radius: 6px 0 0 6px;
}
section.content .table thead tr th:last-child {
  border-radius: 0 6px 6px 0;
}
section.content .table thead tr th a {
  color: #FFFFFF;
}
section.content .table thead tr th .tooltip-toggle {
  bottom: -8px;
  left: initial;
  color: #ffffff;
  right: 30px;
}
section.content .table thead tr th .tooltip-text {
  color: #3E68FF;
}
section.content .table tbody tr td {
  border-top: none;
  border-bottom: 2px solid #ECF0FF;
}
section.content #page-dashboard .chiffres-cles .list-values, section.content #page-contenu .chiffres-cles .list-values, section.content #page-audience .chiffres-cles .list-values, section.content #page-campagnes .chiffres-cles .list-values, section.content #page-recherche .chiffres-cles .list-values {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.content #page-dashboard .chiffres-cles .list-values li, section.content #page-contenu .chiffres-cles .list-values li, section.content #page-audience .chiffres-cles .list-values li, section.content #page-campagnes .chiffres-cles .list-values li, section.content #page-recherche .chiffres-cles .list-values li {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
section.content #page-dashboard .chiffres-cles .list-values li:not(:last-child), section.content #page-contenu .chiffres-cles .list-values li:not(:last-child), section.content #page-audience .chiffres-cles .list-values li:not(:last-child), section.content #page-campagnes .chiffres-cles .list-values li:not(:last-child), section.content #page-recherche .chiffres-cles .list-values li:not(:last-child) {
  border-bottom: 1px solid #ECF0FF;
}
section.content #page-dashboard .chiffres-cles .list-values li .value, section.content #page-contenu .chiffres-cles .list-values li .value, section.content #page-audience .chiffres-cles .list-values li .value, section.content #page-campagnes .chiffres-cles .list-values li .value, section.content #page-recherche .chiffres-cles .list-values li .value {
  font-size: 24px;
  font-weight: 500;
  color: #3E68FF;
}
section.content #page-dashboard .chiffres-cles .list-values li .value .progression, section.content #page-contenu .chiffres-cles .list-values li .value .progression, section.content #page-audience .chiffres-cles .list-values li .value .progression, section.content #page-campagnes .chiffres-cles .list-values li .value .progression, section.content #page-recherche .chiffres-cles .list-values li .value .progression {
  font-size: 14px;
}
section.content #page-dashboard .mots-cles, section.content #page-contenu .mots-cles, section.content #page-audience .mots-cles, section.content #page-campagnes .mots-cles, section.content #page-recherche .mots-cles {
  background: #3E68FF;
  color: #FFFFFF;
}
section.content #page-dashboard .mots-cles .content, section.content #page-contenu .mots-cles .content, section.content #page-audience .mots-cles .content, section.content #page-campagnes .mots-cles .content, section.content #page-recherche .mots-cles .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.content #page-dashboard .mots-cles .card-body .card-title, section.content #page-dashboard .periode-consultation .card-body .card-title, section.content #page-dashboard .donuts-peripheriques .card-body .card-title, section.content #page-contenu .mots-cles .card-body .card-title, section.content #page-contenu .periode-consultation .card-body .card-title, section.content #page-contenu .donuts-peripheriques .card-body .card-title, section.content #page-audience .mots-cles .card-body .card-title, section.content #page-audience .periode-consultation .card-body .card-title, section.content #page-audience .donuts-peripheriques .card-body .card-title, section.content #page-campagnes .mots-cles .card-body .card-title, section.content #page-campagnes .periode-consultation .card-body .card-title, section.content #page-campagnes .donuts-peripheriques .card-body .card-title, section.content #page-recherche .mots-cles .card-body .card-title, section.content #page-recherche .periode-consultation .card-body .card-title, section.content #page-recherche .donuts-peripheriques .card-body .card-title {
  max-width: 100%;
  font-size: 13px;
}
section.content #page-dashboard .mots-cles .content .value, section.content #page-dashboard .periode-consultation .content .value, section.content #page-contenu .mots-cles .content .value, section.content #page-contenu .periode-consultation .content .value, section.content #page-audience .mots-cles .content .value, section.content #page-audience .periode-consultation .content .value, section.content #page-campagnes .mots-cles .content .value, section.content #page-campagnes .periode-consultation .content .value, section.content #page-recherche .mots-cles .content .value, section.content #page-recherche .periode-consultation .content .value {
  font-size: 21px;
  font-weight: 500;
}
section.content #page-dashboard .mots-cles .content .bottom, section.content #page-dashboard .periode-consultation .content .bottom, section.content #page-contenu .mots-cles .content .bottom, section.content #page-contenu .periode-consultation .content .bottom, section.content #page-audience .mots-cles .content .bottom, section.content #page-audience .periode-consultation .content .bottom, section.content #page-campagnes .mots-cles .content .bottom, section.content #page-campagnes .periode-consultation .content .bottom, section.content #page-recherche .mots-cles .content .bottom, section.content #page-recherche .periode-consultation .content .bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: end;
}
section.content #page-dashboard .mots-cles .content .bottom a, section.content #page-dashboard .periode-consultation .content .bottom a, section.content #page-contenu .mots-cles .content .bottom a, section.content #page-contenu .periode-consultation .content .bottom a, section.content #page-audience .mots-cles .content .bottom a, section.content #page-audience .periode-consultation .content .bottom a, section.content #page-campagnes .mots-cles .content .bottom a, section.content #page-campagnes .periode-consultation .content .bottom a, section.content #page-recherche .mots-cles .content .bottom a, section.content #page-recherche .periode-consultation .content .bottom a {
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
section.content #page-dashboard .periode-consultation, section.content #page-contenu .periode-consultation, section.content #page-audience .periode-consultation, section.content #page-campagnes .periode-consultation, section.content #page-recherche .periode-consultation {
  background: #253E99;
  color: #FFFFFF;
}
section.content #page-dashboard .periode-consultation .card-body .card-title, section.content #page-contenu .periode-consultation .card-body .card-title, section.content #page-audience .periode-consultation .card-body .card-title, section.content #page-campagnes .periode-consultation .card-body .card-title, section.content #page-recherche .periode-consultation .card-body .card-title {
  max-width: 100%;
  font-size: 13px;
}
section.content #page-dashboard .periode-consultation .content .value, section.content #page-contenu .periode-consultation .content .value, section.content #page-audience .periode-consultation .content .value, section.content #page-campagnes .periode-consultation .content .value, section.content #page-recherche .periode-consultation .content .value {
  font-size: 21px;
  font-weight: 500;
}
section.content #page-dashboard .periodes .legende, section.content #page-contenu .periodes .legende, section.content #page-audience .periodes .legende, section.content #page-campagnes .periodes .legende, section.content #page-recherche .periodes .legende {
  margin-bottom: 20px;
}
section.content #page-dashboard .periodes .legende em, section.content #page-contenu .periodes .legende em, section.content #page-audience .periodes .legende em, section.content #page-campagnes .periodes .legende em, section.content #page-recherche .periodes .legende em {
  font-size: 0.625rem;
  line-height: 12px;
}
section.content #page-dashboard .periodes .legende span, section.content #page-contenu .periodes .legende span, section.content #page-audience .periodes .legende span, section.content #page-campagnes .periodes .legende span, section.content #page-recherche .periodes .legende span {
  display: inline-block;
  width: 100px;
  position: relative;
  background: transparent linear-gradient(90deg, #E64560 0%, #FF667F 10%, #FF99AA 22%, #FFB3BF 33%, #FFCCD4 46%, #BBEEE6 57%, #8DF3E2 68%, #5DE7CF 79%, #2FD2B7 90%, #00B395 100%) 0% 0% no-repeat padding-box;
  top: 3px;
  border-radius: 4px;
  height: 14px;
}
section.content #page-dashboard .periodes .intitule-periode, section.content #page-dashboard .periodes .jour, section.content #page-contenu .periodes .intitule-periode, section.content #page-contenu .periodes .jour, section.content #page-audience .periodes .intitule-periode, section.content #page-audience .periodes .jour, section.content #page-campagnes .periodes .intitule-periode, section.content #page-campagnes .periodes .jour, section.content #page-recherche .periodes .intitule-periode, section.content #page-recherche .periodes .jour {
  font-size: 0.75rem;
  line-height: 36px;
}
section.content #page-dashboard .periodes .intitule-periode, section.content #page-dashboard .periodes .cells-periode, section.content #page-contenu .periodes .intitule-periode, section.content #page-contenu .periodes .cells-periode, section.content #page-audience .periodes .intitule-periode, section.content #page-audience .periodes .cells-periode, section.content #page-campagnes .periodes .intitule-periode, section.content #page-campagnes .periodes .cells-periode, section.content #page-recherche .periodes .intitule-periode, section.content #page-recherche .periodes .cells-periode {
  margin-bottom: 1px;
  height: 36px;
}
section.content #page-dashboard .periodes .cell-periode, section.content #page-contenu .periodes .cell-periode, section.content #page-audience .periodes .cell-periode, section.content #page-campagnes .periodes .cell-periode, section.content #page-recherche .periodes .cell-periode {
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 1px;
}
section.content #page-dashboard .periodes .jour, section.content #page-contenu .periodes .jour, section.content #page-audience .periodes .jour, section.content #page-campagnes .periodes .jour, section.content #page-recherche .periodes .jour {
  width: 36px;
  margin-right: 1px;
  text-align: center;
  display: inline-block;
}
section.content #page-campagnes .periodes .cell-periode {
  cursor: pointer;
}
section.content #page-campagnes .periodes .cell-periode.selected {
  border: 3px solid #121F4D;
  position: relative;
}
section.content #page-campagnes .periodes .cell-periode.selected::after {
  content: "check_circle";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #FFFFFF;
}
section.content #page-campagnes .push-choix-campagne {
  text-align: center;
}
section.content #page-campagnes .push-choix-campagne p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
section.content #page-campagnes form label[for=scheduledAt] {
  display: block;
}
section.content #page-campagnes form button[type=submit] {
  display: inline-block;
}
section.content #page-campagnes .recapitulatif ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section.content #page-campagnes .recapitulatif ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
section.content #page-campagnes .recapitulatif ul li strong, section.content #page-campagnes .recapitulatif ul li span {
  flex: 0 0 50%;
}
section.content #page-campagnes .feedback-filtrage .cercle-total {
  position: relative;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background: #ECF0FF;
}
section.content #page-campagnes .feedback-filtrage .cercle-total .cercle-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #9FB4FF;
  display: none;
}
section.content #page-campagnes .feedback-filtrage .cercle-total .cercle-type .cercle-typecategorie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #3E68FF;
  display: none;
}
section.content #page-campagnes .feedback-filtrage .cercle-total .cercle-type .cercle-typecategorie .cercle-typecategorielocalisation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #253E99;
  display: none;
}
section.content #page-campagnes .feedback-filtrage ul {
  list-style-type: none;
}
section.content #page-campagnes .feedback-filtrage ul li {
  padding-left: 46px;
  position: relative;
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 16px;
  max-width: 236px;
}
section.content #page-campagnes .feedback-filtrage ul li::before {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 0;
  height: 20px;
  border-radius: 2px;
}
section.content #page-campagnes .feedback-filtrage ul li.total::before {
  background: #ECF0FF;
}
section.content #page-campagnes .feedback-filtrage ul li.type {
  display: none;
}
section.content #page-campagnes .feedback-filtrage ul li.type::before {
  background: #9FB4FF;
}
section.content #page-campagnes .feedback-filtrage ul li.typecategorie {
  display: none;
}
section.content #page-campagnes .feedback-filtrage ul li.typecategorie::before {
  background: #3E68FF;
}
section.content #page-campagnes .feedback-filtrage ul li.typecategorielocalisation {
  display: none;
}
section.content #page-campagnes .feedback-filtrage ul li.typecategorielocalisation::before {
  background: #253E99;
}
section.content #page-contenu .reference {
  font-size: 1.125rem;
  line-height: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  top: 55px;
  position: relative;
}
section.content #page-contenu .wrapper-partage {
  position: relative;
  display: inline-block;
}
section.content #page-contenu .wrapper-partage #partage {
  cursor: pointer;
  position: relative;
  bottom: initial;
  left: initial;
}
section.content #page-contenu .wrapper-partage #partage + .tooltip-text {
  bottom: 0;
  width: max-content;
}
section.content #page-contenu img {
  height: auto;
  max-width: 100%;
}
section.content #page-contenu .descriptif a {
  display: block;
  color: #3E68FF;
  font-size: 0.8125rem;
  line-height: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
section.content #page-audience .profil .tag {
  display: inline-block;
}
section.content #page-audience .profil .tag a {
  color: #253E99;
  display: inline-block;
  background: #ECF0FF;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 10px 8px 0;
}
section.content #page-audience #carte-monde {
  width: 100%;
  height: 400px;
}
section.content #page-audience #devices, section.content #page-audience #devicesTauxTransformation {
  width: 100%;
  height: 250px;
}
section.content.anonymous {
  width: 100%;
}
section.content.anonymous > .wrapper-content {
  height: 100%;
  overflow-y: initial;
}

#form-date {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 30px;
  background: white;
  border-radius: 4px;
  padding: 10px;
}

#form-date label {
  margin-right: 5px;
}

#form-date label:last-of-type {
  margin-left: 10px;
}

#map {
  width: 100%;
  height: calc(100dvh - 150px);
}

#carte-pays {
  width: 100%;
  height: 400px;
}

#page-assistant .wrapper-chat {
  min-height: calc(100dvh - 160px);
  padding-bottom: 200px;
}
#page-assistant #loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-assistant #loading::before {
  content: "";
  display: block;
  width: 50px;
  height: 53px;
  position: absolute;
  background: url(/assets/images/logo.svg) no-repeat;
  background-size: cover;
  filter: brightness(0) invert(1);
  left: 50%;
  transform: translate(-50%, -110%);
}
#page-assistant #response-chat {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
#page-assistant #response-chat li {
  color: #253E99;
  font-size: 14px;
}
#page-assistant #response-chat li.human {
  padding: 15px;
  width: fit-content;
  max-width: 83.33%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  align-self: flex-end;
}
#page-assistant #response-chat li.error {
  padding: 15px;
  width: fit-content;
  border-radius: 10px;
  background: rgba(255, 40, 0, 0.6);
}
#page-assistant #response-chat li.document {
  padding-left: 50px;
  position: relative;
}
#page-assistant #response-chat li.document::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 10px;
  border-radius: 4px;
  background: #E95372;
}
#page-assistant #response-chat li.document::after {
  content: "description";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  left: 13px;
  color: #FFFFFF;
}
#page-assistant #user-form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-assistant #user-form #open-upload-form {
  cursor: pointer;
  border: 1px solid #3E68FF;
  border-radius: 15px;
}
#page-assistant #user-form #send-message-form {
  padding: 10px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  background: #FFFFFF;
  border: 1px solid #9FB4FF;
}
#page-assistant #user-form #send-message-form #send-message-chat, #page-assistant #user-form #send-message-form #open-upload-form {
  min-height: initial;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  padding: 0 15px;
}
#page-assistant #user-form .grow-wrap {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: grid;
  flex: 1;
}
#page-assistant #user-form .grow-wrap::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";
  /* This is how textarea text behaves */
  white-space: pre-wrap;
  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}
#page-assistant #user-form .grow-wrap > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;
  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
  min-height: initial;
  height: initial;
}
#page-assistant #user-form .grow-wrap > textarea,
#page-assistant #user-form .grow-wrap::after {
  /* Identical styling required!! */
  padding: 10px 0 0 0;
  font: inherit;
  line-height: 25px;
  border-radius: 0;
  /* Place on top of each other */
  grid-area: 1/1/2/2;
  position: relative;
  top: -10px;
}
#page-assistant #user-form #message-chat {
  background: none;
}
#page-assistant #user-form #upload-file-form {
  display: none;
  border: 1px solid #9FB4FF;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  background: #FFFFFF;
}
#page-assistant #user-form #upload-file-form input[type=file] {
  background: none;
  width: 100%;
}
#page-assistant #user-form #upload-file-form input[type=file]::-webkit-file-upload-button {
  position: relative;
  cursor: pointer;
  line-height: 44px;
  height: 44px;
  background: transparent;
  padding: 0 20px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #3E68FF;
  border: 1px solid #3E68FF;
  font-size: 15px;
}
#page-assistant #user-form #upload-file-form input[type=file]::-webkit-file-upload-button.active, #page-assistant #user-form #upload-file-form input[type=file]::-webkit-file-upload-button:hover {
  color: #253E99;
  border-color: #253E99;
}
#page-assistant #user-form #upload-file-form #upload-file-chat {
  min-height: 44px;
  padding: 0 15px;
}
#page-assistant #user-form .avertissement {
  font-size: 12px;
  text-align: center;
}

@keyframes menu-open {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: initial;
  }
}
@media (min-width: 1200px) {
  section.content #page-campagnes form button[type=submit] {
    position: relative;
    top: 40px;
  }
}

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