@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --ijstats-black: #222222;
  --ijstats-white: white;
  --ijstats-black-op: rgba(34, 34, 34, 0.15);
  --ijstats-grey: #757575;
  --ijstats-green: #09b695;
  --ijstats-light-grey: #cccccc;
  --ijstats-bg-color: #f3f3f5;
  --ijstats-red: #ee4821;
}

@media print {
  .noprint {
    display: none !important;
  }

  .content {
    position: relative;
    min-height: 100vh;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .ijstats-bar-chart-max-height {
    max-height: 200px !important;
  }

  .ijstats-bar-chart-print-full-width {
    width: 100%;
  }

  .donotbreak {
    break-inside: avoid !important;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--ijstats-bg-color);
  font-family: "Inter", sans-serif;
  color: var(--ijstats-black);
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #222222;
}

h3 {
  font-weight: 600;
  font-size: 1rem;
}

h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

input:focus,
select:focus,
.accordion-button:focus,
button:focus,
textarea:focus,
input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: transparent;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
.search-input-ij-stats {
  background-color: var(--ijstats-white);
  width: 100%;
  height: 37px;
  border-radius: 23.5px;
  border: none;
  padding: 12px 12px;
  color: var(--ijstats-grey);
}

*[readonly] {
  cursor: not-allowed;
}

*[disabled] {
  cursor: not-allowed;
}

.form-check > label {
  color: var(--ijstats-grey);
}

.ijstats-grey-input {
  background-color: var(--ijstats-bg-color);
  border: solid 1px var(--ijstats-light-grey) !important;
}

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

.ijstats-color-grey {
  color: var(--ijstats-grey);
}

.pt {
  font-family: "PT Sans", sans-serif;
}

.pt-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}

.ijstats-select-input-container > label {
  width: 105px;
}

.form-check-label {
  font-size: 14px;
}

input[type="radio"] {
  color: #09b695 !important;
}

select {
  width: 100%;
  border-radius: 23.5px !important;
  border: none !important;
  padding: 12px 12px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat;
  background-size: 20px !important;
  color: var(--ijstats-grey) !important;
}

a {
  text-decoration: none;
  color: var(--ijstats-black);
}

a:hover {
  color: var(--ijstats-grey);
}

p {
  margin: 0;
  padding: 0;
}

tbody > tr:nth-child(2n + 1) {
  background-color: var(--ijstats-white);
}

thead {
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}

tr > th,
td {
  padding: 15px !important;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

th > a {
  text-decoration: none;
}

th > img {
  margin-left: 5px;
}

td {
  color: var(--ijstats-grey) !important;
}

tbody > tr:nth-child(2n) {
  background-color: var(--ijstats-white);
}

textarea {
  border: none;
  resize: none;
  background-color: var(--ijstats-white);
  width: 100%;
  border-radius: 23.5px;
  padding: 12px 12px;
  color: var(--ijstats-grey);
}

/* General classes */
.inter-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.inter-semi-bold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.inter-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.pt-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}

.ibm-regular {
  font-family: "IBM Plex Sans", sans-serif;
}

.color-grey {
  color: var(--ijstats-grey);
}

a.color-grey:hover {
  color: var(--ijstats-black);
}

.color-black {
  color: var(--ijstats-black);
}

.card {
  border: none;
  border-radius: 15px;
  box-shadow: 17px 37px 62px #00000012;
}

.ijstats-form-inputs-outlined > input,
.ijstats-form-inputs-outlined > textarea {
  border: solid var(--ijstats-light-grey) 1px;
}

.public {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100vh;
}

.ijstats-bold-text {
  font-weight: 600;
}

.invisible {
  display: none;
  position: fixed;
}

.django-ckeditor-widget {
  width: 100%;
}

#bandeau-top {
  height: 2.5rem;
  z-index: 9;
  width: 100vw;
  background: #EE4821;
  padding: 0 2rem 0 5rem;
  display: flex;
}

#bandeau-top a {
  color: white;
  text-decoration: underline;
}

.content {
  position: relative;
  min-height: calc(100vh - 2.5rem);
  width: calc(100% - 5rem);
  margin-left: calc(100% - calc(100% - 5rem));
  margin-top: calc(100% - calc(100% - 2.5rem));
}

.content.no-bandeau {
  margin-top: 0;
  min-height: 100vh;
}

.main-content {
  padding: 4% 10% 7% 10%;
}

.ijstats-labeled-textarea {
  border-radius: 23.5px;
  padding: 20px;
  width: 100%;
  min-height: 150px;
  background-color: var(--ijstats-white);
}

.ijstats-labeled-textarea > label {
  font-weight: 600;
  font-size: 20px;
}

.badge {
  font-weight: normal;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 15px;
  background-color: var(--ijstats-white);
  color: var(--ijstats-grey);
  border: solid 1px var(--ijstats-grey);
}

.ijstats-table-img {
  width: 15px;
  height: 15px;
}

/* MAIN MENU */

.menu {
  width: 5rem;
  height: 100vh;
  background-color: white;
  z-index: 9;
  position: fixed;
}

.menu-items {
  z-index: -9;
  margin-top: -4rem;
}

.menu > ul > li {
  width: 100%;
  height: 4rem;
}

.menu > ul > li > a,
.menu > ul > li > button {
  width: 100%;
  height: 100%;
  color: #222222;
}

.menu > ul > li > a > svg,
.menu > ul > li > button > svg {
  width: 15px;
  height: 100%;
  color: #222222;
}

.menu > ul > li:hover {
  background-color: var(--ijstats-green);
}

.menu > ul > .active {
  background-color: var(--ijstats-green);
}

.menu > ul > .active > a {
  color: white;
}

.menu > ul > .active svg > path {
  fill: white;
}

.menu > ul > li > a:hover {
  color: white;
  fill: white;
}

.menu > ul > li > a:hover svg > path,
.menu > ul > li > button:hover svg > path {
  fill: white !important;
}

.menu > ul > li > a > svg:hover {
  fill: white;
}

.menu-button {
  width: 100%;
  height: 4rem;
}

.menu-button > img {
  width: 1.5rem;
}

/* HEADER */

header {
  background-color: #e8e8ec;
  height: 70px;
}

.logo {
  max-width: 110px;
}

.profil-picture {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: white;
}

.profil-picture > img {
  width: 50%;
}

.profil-link {
  text-decoration: none;
  font-weight: 600;
}

.bandeau {
  width: 100%;
}

/* ADMINISTRATION MENU */
.title-separator {
  margin: 0 2rem;
  color: rgba(34, 34, 34, 0.5);
}

.search-input-ij-stats:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%222222'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.ijstats-admin-menu {
  padding-left: 10%;
  padding-top: 2%;
}

.ijstats-active {
  background: var(--ijstats-green);
  border-radius: 0;
  height: 3px;
}

.nav-link {
  background-color: transparent !important;
  border: none !important;
  color: #cccccc;
}

.nav-link:hover {
  color: #757575;
}

.nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
  border: transparent;
  color: #757575;
}

.nav-link.active {
  font-weight: 600;
}

/* FOOTER */

footer {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background-color: #e8e8ec;
  height: 70px;
  width: calc(100% + 5rem);
  margin-left: -5rem;
  padding-right: 2rem;
}

footer > a > img {
  max-height: 50px;
  margin-left: 20px;
}

/* Button customization */

button {
  border: none;
  background-color: transparent;
}

.ijstats-btn-black {
  height: 46px;
  background-color: #222222;
  color: #f3f3f5;
  border: 0;
  border-radius: 33px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
}

.ijstats-btn-black:hover {
  color: #f3f3f5;
  background-color: #343434;
}

.ijstats-btn-light {
  height: 46px;
  background-color: var(--ijstats-white);
  color: var(--ijstats-black);
  border: 0;
  border-radius: 33px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
}

.ijstats-btn-light-disabled {
  height: 46px;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--ijstats-light-grey);
  border: 0;
  border-radius: 33px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
}

.ijstats-btn-red {
  height: 46px;
  background-color: var(--ijstats-red);
  color: var(--ijstats-white);
  border: 0;
  border-radius: 33px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
}

.ijstats-round-btn {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  padding: 12px 12px;
}

.ijstats-admin-title > h1 {
  max-width: 75%;
}

/* CUSTOM MODAL */

.modal-title {
  font-weight: 600;
}

.modal-content {
  background-color: var(--ijstats-bg-color);
}

.modal-body,
.modal-footer {
  padding-left: 50px;
  padding-right: 50px;
}

.modal-body {
  padding-top: 50px;
}

.modal-footer {
  justify-content: center;
  border: none;
  padding-bottom: 50px;
}

/* CUSTOM ACCORDION */
.accordion-item {
  border-radius: 0 !important;
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button {
  padding: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 600;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%222222'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  background-position: center;
}

.accordion-button:not(.collapsed) {
  color: var(--ijstats-black);
}

.accordion-body {
  padding-left: 0;
}

/* CUSTOM PAGINATION */

.ijstats-pagination {
  color: var(--ijstats-grey);
}

.ijstats-pagination-btn {
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  width: 46px;
  height: 46px;
  background-color: var(--ijstats-white);
  border-radius: 50%;
}

.ijstats-pagination-btn > img {
  fill: black;
  width: 20px;
  height: 20px;
}

/* CONNEXION PAGE */
.connexion-img {
  height: calc(100vh - 70px);
}

.connexion-information {
  width: 40%;
  padding-left: 10%;
}

.connexion-information > img {
  width: 7rem;
}

.connexion-information > ul {
  margin-left: -1.2rem;
  line-height: 1.7rem;
}

.connexion-information > p {
  line-height: 3rem;
}

.connexion-information-form {
  position: absolute;
  margin-left: -7%;
}

.connexion-information-form > .card {
  width: 27rem;
  height: 25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.connexion-contact {
  position: absolute;
  bottom: 9rem;
}

.ijstats-cursor-tooltip {
  cursor: help;
  white-space: nowrap;
}

/* STATISTIQUES */

/* DOGNUT CHARTS */

.card-stat-doughnut {
  width: 50%;
}

.card-stat-labels {
  padding-left: 5%;
  width: 50%;
  font-size: 0.8rem;
}

.card-stat-doughnut-label-p {
  font-weight: 500;
}

.card-stat-labels {
  padding-left: 5%;
  width: 50%;
  font-size: 0.8rem;
}

.doughnut-label-color {
  min-width: 30px;
  height: 10px;
  border-radius: 5px;
}

.bar-label-color {
  min-width: 30px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--ijstats-green);
}

.no-data-stat {
  width: 100%;
  min-height: 20vh;
}

.ijstats-departement-chart {
  align-items: center;
}

.ijstats-bar-chart-max-height {
  max-height: 400px;
}

.vertical-hr {
  width: 1px;
  background-color: var(--ijstats-black-op);
  margin-left: 1rem;
  margin-right: 1rem;
}

.ijstats-btn-icon-light {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0;
  background-color: transparent;
  color: var(--ijstats-black);
}

.ijstats-btn-icon-light:hover {
  color: var(--ijstats-green);
}

.ijstats-a-underline {
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: underline;
}

/* FORMULAIRES */
.form-header {
  border: 0;
  min-width: 3rem;
  min-height: 3rem;
  /*width: 3rem !important;*/
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 0;
}

.form-header.btn-light {
  padding: 0;
}

.form-header.btn-light-disabled {
  padding: 0;
}

.form-header.active {
  padding: 0;
  background-color: var(--ijstats-green);
}

.form-header.active:hover {
  padding: 0;
  background-color: var(--ijstats-green);
}

.form-header-content > hr {
  max-width: 5%;
}

.form-required-label {
  color: var(--ijstats-red);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  display: none !important;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #00b895;
  position: absolute;
  top: calc(50% - 4px);
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-sizing: unset;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  color: #666;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  background: #fff;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 2px;
  border: 0.5px solid #00b895;
  background: #00b895;
  position: absolute;
  border-radius: 2px;
  box-sizing: content-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="checkbox"] {
  box-sizing: content-box;
  color: #757575;
}

.error-message {
  color: var(--ijstats-red);
  font-size: 0.8rem;
  font-weight: 400 !important;
}

.formulaire-card-footer {
  background-color: white;
  border: none;
  border-radius: 23.5px !important;
}

.ijstats-login-alert {
  position: fixed;
  width: 100%;
  background-color: red;
  color: white;
  border: none;
  border-radius: 0;
  text-align: center;
}

.ijstats-login-success {
  position: fixed;
  width: 100%;
  background-color: var(--ijstats-green);
  color: white;
  border: none;
  border-radius: 0;
  text-align: center;
}

.ijstats-success,
.ijstats-error {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  border-radius: 15px;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

.ijstats-error {
  background-color: var(--ijstats-red);
}

.ijstats-success {
  background-color: var(--ijstats-green);
}

.ijstats-error,
.ijstats-success {
  border: none;
  color: var(--ijstats-white);
  text-align: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.satisfaction-hidden {
  animation: fadeOut ease 1s;
  -webkit-animation: fadeOut ease 1s;
  -moz-animation: fadeOut ease 1s;
  -o-animation: fadeOut ease 1s;
  -ms-animation: fadeOut ease 1s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.reset-password-form {
  position: absolute;
}

.reset-password-form-card {
  width: 40%;
}

.contact-form {
  position: absolute;
}

.contact-form-card {
  width: 50%;
}

.accueil-img {
  border-radius: 15px 0 0 15px;
  object-fit: cover;
  height: 35vh;
}

.accueil-stat-bandeau {
  margin-top: -12% !important;
}

.index-total-accueil {
  font-size: 3rem;
}

.satisfaction-header-labels {
  font-size: 15px;
}

.light-label {
  color: var(--ijstats-grey);
  font-weight: normal;
}

.container {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100%;
}

.icon-opacity {
  opacity: 0.25;
}

.icon-opacity:before,
.icon-opacity:after {
  display: none;
}

.smiley-icon:checked ~ .icon-opacity {
  opacity: 1;
}

.satisfaction-value-stat {
  font-size: 18px;
}

.satisfaction-label-stat {
  font-size: 15px;
}

.ijstats-grey-input-div > select {
  background-color: var(--ijstats-bg-color);
  border: solid 1px var(--ijstats-light-grey) !important;
}

.download_img {
  width: 20px;
  height: 20px;
}

.download_img g > path {
  fill: var(--ijstats-grey);
}

.download_img:hover g > path {
  fill: var(--ijstats-green);
}

.ij-stats-loader {
  text-align: center;
  z-index: 999;
  position: fixed;
}

.ij-stats-loader > .card {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.ijstats-spinner-border,
.ijstats-satisfaction-border {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.ijstats-main-menu-hover {
  width: 250px;
  box-shadow: 17px 37px 62px #00000012;
}

.ijstats-main-menu-hover > .menu-items {
  width: 250px;
}

.ijstats-main-menu-hover > .menu-items > a {
  width: 250px;
  align-items: flex-start;
}

#ijstats-menu-burger {
  cursor: pointer !important;
}

.ijstats-main-menu-link-hover {
  display: block;
}

.statistiques-croisees-table-header {
  background-color: var(--ijstats-black);
  color: white;
}

th[id^="sort-"] > div {
  width: fit-content;
}

.th-title:hover {
  cursor: pointer;
}

.th-title {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.th-title ~ span {
  opacity: 0;
}

.th-title ~ span:hover,
.th-title:hover + span {
  opacity: 1;
}

th[id^="sort-"] {
  padding-right: 0 !important;
}

button[id^="sort-"] {
  display: flex;
  align-items: center;
}

.sort-visible {
  opacity: 1 !important;
}

.sort-descending {
  transform: rotate(180deg);
}

button.nav-link {
  height: inherit;
  width: inherit;
}

.select2-results__option--highlighted {
  background-color: var(--ijstats-green) !important;
}

.select2-selection__choice {
  color: var(--ijstats-grey) !important;
}

.select2-selection {
  border: unset !important;
}

.select2-search__field {
  width: unset !important;
}

.select-structures {
  display: block;
  position: relative;
  width: 100% !important;
  border-radius: 23.5px !important;
  border: none !important;
  padding: .375rem 2.25rem .375rem .75rem !important;
  background-color: var(--ijstats-white) !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px !important;
  color: var(--ijstats-grey) !important;
}

#filterThematique,
#secondfilterThematique,
#thirdfilterThematique {
  display: none;
}

.cke_top{
  background: white !important;
  background-image: unset !important;
  background: #FAFAFA 0% 0% no-repeat padding-box!important;
  border: 1px solid #C4C4C4 !important;
  border-radius: 2px 2px 0px 0px;
}

#cke_1_bottom{
  display: none;
}

.cke_chrome{
  border: none !important;
  box-shadow: none !important;
}

.cke_toolgroup {
  border: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  background-image: unset !important;
}

#bandeau-top button::after{
  display: inline-block;
  content: "\00d7"; /* This will render the 'X' */
  font-size: 25px;
}
