div.tonik_popup .action-confirmation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
}
div.tonik_popup .action-confirmation .box-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}
div.tonik_popup .action-confirmation .box-wrapper .spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
div.tonik_popup .action-confirmation .box-wrapper .spinner i {
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.tonik_popup label.required:before {
  content: "*";
  color: red;
  position: relative;
  padding-right: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
div.tonik_popup .btn-group .btn {
  margin-left: 2.5px !important;
  margin-right: 2.5px !important;
}
div.tonik_popup form.update_filtres table {
  position: relative;
  width: 40%;
  margin-top: 15px;
  margin-bottom: 15px;
}
div.tonik_popup form.update_filtres table thead tr th:nth-of-type(2).error:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 45%;
  width: 75px;
  height: 100%;
  border: 1px solid red;
  pointer-events: none;
  transform: translateX(-15px);
}
div.tonik_popup form.update_filtres table thead tr th:last-of-type.error:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(20% + 15px);
  height: 100%;
  border: 1px solid red;
  pointer-events: none;
}
div.tonik_popup form.update_filtres table tbody.typeFiltre {
  border-top: 1px solid #000;
}
div.tonik_popup form.update_filtres table tbody:nth-of-type(2n) tr:first-of-type {
  background-color: #eee;
}
div.tonik_popup form.update_filtres table tbody:nth-of-type(2n) tr.subfiltres:nth-of-type(2n+3) {
  background-color: #eee;
}
div.tonik_popup form.update_filtres table tbody tr:nth-of-type(2n) {
  background-color: #eee;
}
div.tonik_popup form.update_filtres table tbody tr:hover {
  background-color: #ddd;
}
div.tonik_popup form.update_filtres table thead tr th:first-of-type, div.tonik_popup form.update_filtres table thead tr td:first-of-type, div.tonik_popup form.update_filtres table tbody tr th:first-of-type, div.tonik_popup form.update_filtres table tbody tr td:first-of-type {
  padding-left: 15px;
  width: 45%;
  text-align: left;
}
div.tonik_popup form.update_filtres table thead tr th:last-of-type, div.tonik_popup form.update_filtres table thead tr td:last-of-type, div.tonik_popup form.update_filtres table tbody tr th:last-of-type, div.tonik_popup form.update_filtres table tbody tr td:last-of-type {
  padding-right: 15px;
}
div.tonik_popup form.update_filtres table thead tr th:last-of-type, div.tonik_popup form.update_filtres table tbody tr th:last-of-type {
  width: 20%;
  text-align: center;
}
div.tonik_popup form.update_filtres table thead tr td input[type=checkbox], div.tonik_popup form.update_filtres table tbody tr td input[type=checkbox] {
  width: 20px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
div.tonik_popup form.update_filtres table thead tr td input[type=radio], div.tonik_popup form.update_filtres table tbody tr td input[type=radio] {
  width: 20px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
div.tonik_popup form.update_filtres table thead tr.subfiltres td:first-of-type, div.tonik_popup form.update_filtres table tbody tr.subfiltres td:first-of-type {
  padding-left: 40px;
}
div.tonik_popup form.update_filtres table thead tr.subfiltres td input[type=checkbox], div.tonik_popup form.update_filtres table tbody tr.subfiltres td input[type=checkbox] {
  margin-left: 25px;
  width: 20px;
  aspect-ratio: 1/1;
}
div.tonik_popup form.update_filtres table thead tr.filtres td:last-of-type, div.tonik_popup form.update_filtres table tbody tr.filtres td:last-of-type {
  display: flex;
  justify-content: center;
}
div.tonik_popup form div[class^=col-]:last-of-type, div.tonik_popup form div[class*=" col-"]:last-of-type {
  text-align: end;
}
div.tonik_popup form div[class^=col-]:last-of-type input:hover, div.tonik_popup form div[class*=" col-"]:last-of-type input:hover {
  background-color: #ffcb08;
}
div.tonik_popup form .form-group {
  text-align: left;
}
div.tonik_popup form .form-group.error input,
div.tonik_popup form .form-group.error textarea,
div.tonik_popup form .form-group.error select,
div.tonik_popup form .form-group.error .ccm-file-selector,
div.tonik_popup form .form-group.error .ccm-item-selector-choose button,
div.tonik_popup form .form-group.error .cke_contents .cke_wysiwyg_div {
  border: #f87a7a 3px solid;
}
div.tonik_popup form .form-group input,
div.tonik_popup form .form-group textarea,
div.tonik_popup form .form-group select,
div.tonik_popup form .form-group .ccm-file-selector,
div.tonik_popup form .form-group .cke_contents .cke_wysiwyg_div {
  height: auto;
}
div.tonik_popup form .form-group input.disabled,
div.tonik_popup form .form-group textarea.disabled,
div.tonik_popup form .form-group select.disabled,
div.tonik_popup form .form-group .ccm-file-selector.disabled,
div.tonik_popup form .form-group .cke_contents .cke_wysiwyg_div.disabled {
  background-color: #eee;
  cursor: not-allowed;
  pointer-events: none;
}
div.tonik_popup form .form-group .cke_contents .cke_wysiwyg_div {
  min-height: 350px;
}
div.tonik_popup form .form-group input[type=checkbox] {
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
div.tonik_popup .ccm-dashboard-content .search-bar {
  margin-left: auto;
  width: 35%;
  position: relative;
  z-index: 2;
}
div.tonik_popup .ccm-dashboard-content .search-bar input {
  width: 100%;
  border-radius: none;
  border: 1px solid #ddd;
  padding: 5px;
}
div.tonik_popup .ccm-dashboard-content .search-bar .ui-autocomplete {
  width: 100% !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  list-style: none;
  padding: 0;
}
div.tonik_popup .ccm-dashboard-content .search-bar .ui-autocomplete li {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
div.tonik_popup .ccm-dashboard-content .search-bar .ui-autocomplete li:first-of-type {
  border-top: 1px solid #ddd;
}
div.tonik_popup .ccm-dashboard-content .search-bar .ui-autocomplete li:last-of-type {
  border-bottom: 1px solid #ddd;
}
div.tonik_popup .ccm-dashboard-content .table-responsive {
  width: 100%;
}
div.tonik_popup .ccm-dashboard-content .table-responsive table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
div.tonik_popup .ccm-dashboard-content .table-responsive table th, div.tonik_popup .ccm-dashboard-content .table-responsive table td {
  border: 1px solid #ddd;
  padding: 4px 8px;
  text-align: center;
}
div.tonik_popup .ccm-dashboard-content .table-responsive table thead tr th:nth-last-of-type(2) {
  width: 8%;
}
div.tonik_popup .ccm-dashboard-content .table-responsive table thead tr th:last-of-type {
  width: 8%;
}
div.tonik_popup .ccm-dashboard-content .table-responsive table tbody tr td img {
  max-width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section.tonik-popup {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 100;
}
section.tonik-popup .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.tonik-popup .popup-wrapper,
section.tonik-popup .popup-refused {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 1rem;
  max-height: 80vh;
}
section.tonik-popup .popup-wrapper .btn-wrapper,
section.tonik-popup .popup-refused .btn-wrapper {
  width: auto;
}
section.tonik-popup .popup-wrapper .btn-wrapper.exit,
section.tonik-popup .popup-refused .btn-wrapper.exit {
  position: absolute;
  top: 15px;
  right: 15px;
}
section.tonik-popup .popup-wrapper .btn-wrapper.exit .btn,
section.tonik-popup .popup-refused .btn-wrapper.exit .btn {
  padding: 5px 10px;
}
section.tonik-popup .popup-wrapper .img-wrapper,
section.tonik-popup .popup-refused .img-wrapper {
  padding: 0 25px 15px 0;
}
section.tonik-popup .popup-wrapper .img-wrapper .img,
section.tonik-popup .popup-refused .img-wrapper .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
  background-position: center;
  background-repeat: no-repeat;
}
section.tonik-popup .popup-wrapper > .img-wrapper,
section.tonik-popup .popup-refused > .img-wrapper {
  padding: 25px;
}
section.tonik-popup .popup-wrapper .title-wrapper h1, section.tonik-popup .popup-wrapper .title-wrapper h2, section.tonik-popup .popup-wrapper .title-wrapper h3, section.tonik-popup .popup-wrapper .title-wrapper h4, section.tonik-popup .popup-wrapper .title-wrapper h5, section.tonik-popup .popup-wrapper .title-wrapper h6 {
  font-weight: 800;
  color: #1d1a55;
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 768px) {
  section.tonik-popup .popup-wrapper .title-wrapper h1, section.tonik-popup .popup-wrapper .title-wrapper h2, section.tonik-popup .popup-wrapper .title-wrapper h3, section.tonik-popup .popup-wrapper .title-wrapper h4, section.tonik-popup .popup-wrapper .title-wrapper h5, section.tonik-popup .popup-wrapper .title-wrapper h6 {
    font-size: 31px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  section.tonik-popup .popup-wrapper .title-wrapper h1, section.tonik-popup .popup-wrapper .title-wrapper h2, section.tonik-popup .popup-wrapper .title-wrapper h3, section.tonik-popup .popup-wrapper .title-wrapper h4, section.tonik-popup .popup-wrapper .title-wrapper h5, section.tonik-popup .popup-wrapper .title-wrapper h6 {
    font-size: 33px;
    line-height: 37px;
  }
}
@media (min-width: 1200) {
  section.tonik-popup .popup-wrapper .title-wrapper h1, section.tonik-popup .popup-wrapper .title-wrapper h2, section.tonik-popup .popup-wrapper .title-wrapper h3, section.tonik-popup .popup-wrapper .title-wrapper h4, section.tonik-popup .popup-wrapper .title-wrapper h5, section.tonik-popup .popup-wrapper .title-wrapper h6 {
    font-size: 36px;
    line-height: 40px;
  }
}
section.tonik-popup .popup-wrapper .btn-wrapper a, section.tonik-popup .popup-wrapper .btn-wrapper button {
  margin: 0 15px;
  padding: 10px 45px;
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=tonik_popup.css.map */