@charset "UTF-8";

a {
  color: #000;
}

.compil-zone a,
.froala-element a,
.maker-display a,
.fr-tag a {
  color: blue !important;
  text-decoration: underline !important;
}

.form-control::placeholder {
  color: #d3d3d3;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.r-0 {
  right: 0;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.btn-success,
.btn-primary,
.btn-success:hover,
.btn-primary:hover,
.btn-success:disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #ffe708;
  border-color: #ffe708;
}


body {
  background-color: #f6f6f8;
  font-size: 14px;
}

section.header {
  text-align: center;
  background-color: #23282d;
  padding: 10px 0px;
}

section.header img {
  width: 120px;
}

section.header h1 {
  color: #fff;
}

section.footer {
  text-align: center;
}

section.footer p,
section.footer a {
  font-size: 12px;
  color: #9c9c9c;
}

section.footer a:hover {
  text-decoration: underline;
}

section.page {
  margin-top: 0px;
}

section.content {
  padding: 20px;
}

section.content h1.admin-head-title {
  color: #001c4b;
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}

.bd-sidebar {
  background-color: #343d46;
  padding-top: 10px;
  min-height: 100vh;
  max-width: 190px;
  min-width: 190px;
  box-shadow: 2px 2px 17px #00000069;
}

.bd-content {
  width: calc(100% - 210px);
}

nav.left-menu {
  padding-left: 10px;
}

nav.left-menu h1 {
  font-size: 26px;
  padding-bottom: 15px;
  text-align: left;
}

nav.left-menu h1 a {
  color: white;
}

nav.left-menu img {
  padding-right: 10px;
  max-width: 135px;
}

nav.left-menu ul {
  padding-left: 0px;
}

nav.left-menu ul ul {
  padding-left: 15px;
}

nav.left-menu ul ul li a {
  font-size: 14px;
  color: #fff;
  padding: 3px 0px;
}

nav.left-menu ul,
nav.left-menu li {
  list-style: none;
  font-size: 12px;
}

nav.left-menu li a {
  display: inline-block;
  padding: 8px 0px;
  color: #fff;
  font-size: 12px;
  transition: color 0.2s;
}

nav.left-menu li a:hover {
  text-decoration: none;
  color: #03bdf0;
}

nav.left-menu i {
  width: 18px;
}

nav.left-menu hr {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

.bt-onoff {
  height: 30px;
}

.bt-onoff span {
  font-size: 14px;
  line-height: 30px;
}

.bt-onoff span,
.bt-onoff input {
  float: left;
}

.bt-onoff span {
  width: auto;
}

.bt-onoff span:first-child {
  text-align: left;
  padding-right: 15px;
}

.bt-onoff span:last-child {
  text-align: right;
  padding-left: 15px;
}

nav.left-menu .bt-onoff span {
  color: #000;
  font-weight: 700;
}

nav.left-menu .bt-onoff span {
  float: left;
  width: calc(50% - 25px);
}

.content-admin {
  padding: 0px;
}

input.apple-switch {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: white;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch.apple-switch-sm {
  width: 40px;
  height: 22px;
}

input.apple-switch.apple-switch-sm:after {
  width: 18px;
  height: 18px;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164;
}

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

input.apple-switch.bool {
  box-shadow: inset 20px 0 0 0 #4e9ad1;
  border-color: #ffffff;
  background-color: #4e9ad1;
}

.sidebar-admin-client {
  padding-right: 10px;
}

.card {
  margin-bottom: 20px;
}

.editor-style {
  background-color: white;
  border: 1px solid #ced4da;
  padding: 20px 40px;
  border-radius: 0.25rem;
}

.ce-block__content,
.ce-toolbar__content {
  max-width: unset;
}

ul.page-liste {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 300px;
  overflow: auto;
}

.puce-none {
  list-style-type: none !important;
  padding-left: 0;
}

.card-custom-client {
  margin-bottom: 5px;
}

ul.page-liste li {
  list-style: none;
  clear: both;
}

.client-admin-arrow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

ul.page-liste li input[type="checkbox"] {
  float: left;
  width: 10%;
  margin-top: 4px;
}

ul.page-liste li label {
  padding-bottom: 6px;
  display: block;
  cursor: pointer;
}

ul.page-liste li label p {
  float: right;
  width: 90%;
  padding-left: 8px;
  margin-bottom: 6px;
}

ul.page-liste li label span.menu-nom {
  font-size: 12px;
  color: #b1afaf;
}


.card.menu-update .card-header span {
  margin-right: 10px;
}

.card.menu-update .card-header input[type="text"] {
  width: 200px;
  display: inline-block;
}

.card.menu-list .card-body span {
  margin-right: 10px;
}

.card.menu-list .card-body form {
  display: inline-block;
}

.card.menu-list .card-body select {
  width: 400px;
  display: inline-block;
  margin-right: 10px;
}

.card.menu-list .card-body input[type="submit"] {
  margin-bottom: 5px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.15rem 0.5rem;
}

.menu-btn-right {
  float: right;
  text-align: right;
}

#menu-list .reglage {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: -5px;
  padding: 8px;
}

#menu-list .reglage input.form-control {
  font-size: 12px;
}

#input-pass {
  background-color: #343e46;
  color: white;
  margin-top: 15px;
}

.card.featured-img label {
  display: block;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s;
}

.card.featured-img label:hover {
  color: #28a745;
}

.card.featured-img img,
.f-img {
  max-width: 100%;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 15px;
  margin-bottom: 15px;
}

.img-border {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.img-frame {
  max-width: 100%;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
}

.img-frame.active {
  box-shadow: inset 0 0 0 7px #0073aa;
}

.cf_field_name {
  font-size: 12px;
  font-style: italic;
  color: #ccc;
}

ul.cf {
  padding: 10px;
}

ul.cf li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.cf-legend {
  font-style: italic;
}

#gallery-list {
  min-height: 520px;
}

.gallery-list {
  height: 500px;
  overflow: auto;
  margin-top: 20px;
}

.gallery-list p {
  text-align: center;
  padding-top: 5px;
}

#add-img,
#add-img-page {
  display: none;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f1f1f1;
}

.media-gallery-loading {
  text-align: center;
  padding-top: 200px;
}

.post-img-preview {
  text-align: center;
}

.cf-preview-img img,
.post-img-preview img {
  max-width: 200px !important;
}

.cat-selected-preview img {
  max-width: 120px !important;
}

.attr-preview-img img {
  max-width: 90px;
}

.attr-preview-img .alignC,
.cat-selected-preview .alignC,
.cf-preview-img .alignC {
  text-align: left !important;
  margin-bottom: 10px;
}

.variation-preview-img img {
  max-width: 120px;
}

.gallery-img-produit li,
#gallery-img-produit li {
  position: relative;
  margin: 8px !important;
  float: left !important;
  width: 120px;
  height: 120px;
  padding: 1px !important;
  text-align: center;
}

.gallery-img-produit,
#gallery-img-produit {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 1000px;
  overflow: auto;
}

.gallery-img-produit img,
#gallery-img-produit img {
  width: 120px;
  height: 120px;
}

.gallery-img-produit .ui-sortable-placeholder,
#gallery-img-produit .ui-sortable-placeholder {
  visibility: visible !important;
  border: dotted 1px #000;
  width: 120px;
  height: 120px;
  float: left !important;
  margin: 8px;
}

.sort_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sort_list li {
  box-shadow: 0px 0px 10px #0000001c;
  margin: 0 0px 15px 0px;
  padding: 10px;
  padding-right: 15px;
  padding-left: 30px;
  cursor: move;
  background-color: white;
}

.sort_list li i.fa-arrows-alt {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

.sort_list li i.fa-pen,
.sort_list li i.fa-trash,
.sort_list li i.fa-sliders-h {
  float: right;
  margin-top: 2px;
}

.fa-trash {
  cursor: pointer;
}

.sort_list li i.fa-pen,
.sort_list li i.fa-sliders-h {
  margin-right: 20px;
}

.cf_fields_bloc {
  margin-top: 40px;
  background-color: white;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.cf_fields_bloc h4 {
  margin-bottom: 0px;
}

.cf_fields_bloc h6 {
  margin-top: 20px;
}

ul.cat-list {
  overflow: auto;
  max-height: 450px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

ul.cat-list {
  margin: 0;
  padding: 20px;
  list-style: none;
}

ul.cat-list li label {
  display: flex;
  cursor: pointer;
  align-items: start;
}

ul.cat-list li p {
  display: inline;
  margin: 0;
  padding: 0;
}

ul.cat-list li input {
  display: inline-block;
  margin-right: 8px;
  margin-top: 4px;
}

ul.cat-list li.level-1 {
  font-weight: 700;
}

ul.cat-list li.level-2 {
  padding-left: 22px;
}

ul.cat-list li.level-3 {
  padding-left: 54px;
}

ul.cat-list li.level-4 {
  padding-left: 66px;
}

ul.cat-list li.level-5 {
  padding-left: 88px;
}

.product_fields label,
.product_fields .field {
  display: inline-block;
}

.product_fields label {
  width: 25%;
}

.product_fields ul.attr-list label {
  width: auto;
}

.product_fields .field {
  width: 74%;
}

.product_fields .field.n2 {
  width: 55%;
}

.product_fields .field.n3 {
  width: 14%;
}

.product_fields .nav-pills {
  background-color: #eaeaea;
}

.product_fields input.third {
  width: calc(98% / 3);
  display: inline-block;
}

li.btn.btn-info.ps {
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 15px;
  cursor: default;
  text-align: left;
}

li.btn.btn-info.ps span {
  position: absolute;
  font-size: 12px;
  padding: 4px;
  cursor: pointer;
  margin-left: 0px;
  margin-top: -8px;
}

ul.attr-list {
  display: none;
  overflow: auto;
  max-height: 500px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

ul.attr-list {
  margin: 0;
  padding: 20px;
  list-style: none;
}

ul.attr-list li label {
  cursor: pointer;
}

ul.attr-list li input {
  display: inline-block;
  margin-right: 8px;
}

.post-attr-group h6 {
  font-size: 14px;
  cursor: pointer;
  padding: 12px;
  border-radius: 3px;
  background: #f1f1f1;
  margin-top: 10px;
}

.variation-header select {
  width: auto;
  display: inline-block;
  margin-bottom: 4px;
}

.variation-header {
  position: relative;
  padding: 15px;
  background-color: #f1f1f1;
  padding-right: 40px;
  min-height: 72px;
}

.variation-fields {
  padding: 15px;
  background-color: #d5e0e2;
}

.variation-buttons {
  margin-bottom: 20px;
}

.variation-fields {
  display: none;
}

.bt-variation {
  padding: 15px;
  margin-top: -15px;
  cursor: pointer;
  position: absolute;
  margin-left: calc(100% - 55px);
  transition: background-color 0.3s;
  height: 72px;
  padding-top: 24px;
}

.bt-variation.variation-toggle {
  margin-left: calc(100% - 55px);
}

.bt-variation.variation-remove {
  margin-left: calc(100% - 95px);
}

.bt-variation.variation-toggle:hover {
  background-color: #eaeaea;
}

.bt-variation.variation-remove:hover {
  background-color: #ffadad;
}

.variation-buttons.save {
  margin-top: 20px;
}

.gallery-img-sup {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  color: #000;
  padding: 5px;
  background-color: rgb(255 255 255 / 55%);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.gallery-img-sup:hover {
  background-color: #fff;
  color: red;
}

.btn-danger {
  color: #fff !important;
}

table.table tbody tr {
  background-color: #fff;
}

nav.left-menu hr {
  border-bottom: none;
  border-top: 1px solid #ffe6004f;
}

body {
  background-color: #f2f2f2;
}

nav.left-menu li a {
  color: #fff;
}

nav.left-menu h1 a {
  color: #000;
}

section.content h1.admin-head-title {
  color: #000;
}

.bd-sidebar {
  /* background-color: #353535; */
  background-color: #1d1d1d;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  color: #fff;
}

nav.left-menu h1 a:hover {
  text-decoration: none;
  color: #ff5400;
}

nav.left-menu li a:hover {
  color: #ff5400;
}

nav.left-menu h1 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 0px;
}

.left-menu h2 {
  font-size: 12px;
  text-align: center;
}

.fa-times.remove {
  font-size: 20px;
  cursor: pointer;
}

.fa-times.remove:hover {
  color: red;
}

a.btn-perso:hover {
  text-decoration: none;
  color: white;
}

#variations-content li {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.acces-front-mobile {
  display: none;
}

.fas.green {
  color: green;
  font-size: 16px;
}

.froala-element.f-basic {
  background-color: #fff;
}

#edit-item .froala-box {
  margin-bottom: 1rem;
}

.f-html .froala-element {
  background: #202020 !important;
}

.tab-pane.white {
  background-color: white;
  padding: 30px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.tab-pane.white.all-borders {
  padding: 20px;
  border: 1px solid #dee2e6;

}

.post_title {
  font-size: 22px;
}

.froala-element.f-basic.f-placeholder+span.fr-placeholder {
  display: none;
}

.froala-editor {
  z-index: 99999 !important;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
  height: 46px;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

#trans-form .trans-array-wrap {
  background-color: white;
  padding: 1rem;
}

#trans-form .container-textareas {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

#trans-form .textarea-wrap {
  flex-grow: 1;
  padding: 0.3rem;
}

.cursor-pointer {
  cursor: pointer;
}

#trans-form .trans-title {
  font-weight: bold;
}

#trans-form .array-header {
  display: flex;
  gap: 10px;
  padding: 1rem;
  justify-content: space-between;
  background-color: #343a40;
  color: white;
  font-weight: bold;
}

/* CSS Maker */
body.maker {
  background-color: #f8f9fa;
}

.cal20 {
  height: 20px;
}

.cal40 {
  height: 40px;
}

.cal80 {
  height: 80px;
}

.container-fluid.maker {
  padding: 0px;
  margin: auto;
}

.container-fluid.maker .col-md-9,
.container-fluid.maker .col-md-3 {
  padding: 0px;
  margin: auto;
}

.container.maker {
  max-width: 1024px;
}

.maker .container {
  max-width: 100%;
}

.maker .compil-zone {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  background: #fff;
}

.maker .compil-core {
  background-color: #fff;
}

.maker .adder {
  position: relative;
}

.maker .col-md-9 .col-md-3 {
  min-height: 300px;
}

.maker .col-md-6 {
  min-height: 300px;
}

.maker .dragable {
  background-color: red;
  height: 30px;
  width: 200px;
}

.maker .draggable {
  cursor: move;
}

.maker .ui-state-highlight {
  height: 75px;
  margin-bottom: 15px;
}

.maker .row.range {
  min-height: 150px;
  background-color: #ccc;
  border: 2px dashed #000;
}

.maker .droppable {
  border: 1px dashed #ccc;
  min-height: 75px;
}

.maker .draggable .fas.fa-edit,
.draggable .fas.fa-trash {
  cursor: pointer;
}

.maker .page-droppable .row {
  margin: auto;
}

.maker section.fixed-tools {
  display: flex;
  z-index: 9999;
  flex-direction: column;
  position: fixed;
  max-width: 180px;
  min-width: 180px;
  right: 0;
  background: #e9ecef;
  padding: 10px;
  top: 0;
  height: 100vh;
  border: 1px solid #ccc;
}

.maker section.fixed-tools .card-body {
  padding: 8px;
}

.maker section.fixed-tools .card-header {
  padding: 0px;
}

.maker section.fixed-tools .btn-link,
section.fixed-tools .btn-link:hover {
  color: #212529;
  text-decoration: none;
}

.maker section.fixed-tools .item {
  padding: 0px 4px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  max-width: 66px;
  width: 66px;
  margin: auto;
  font-size: 11px;
}

.maker section.fixed-tools .item img {
  display: block;
  max-height: 28px;
  margin: auto;
}

.maker .fa-edit {
  cursor: pointer;
}

.maker .fa-expand-arrows-alt {
  cursor: move;
}

.maker .droppable div.bsmaker-item {
  border: 1px solid #ccc;
  margin: 15px;
  margin-bottom: 35px;
  padding: 4px;
  background-color: white;
}

.maker .section-tools {
  display: flex;
  flex-direction: column;
  max-width: 32px;
  position: absolute;
  left: -14px;
  margin-top: -16px;
  background: #17a2b8;
  padding: 4px;
  color: #fff;
  border-radius: 3px;
  z-index: 9;
}

.maker .section-tools.for-item {
  background: #ffc107;
  display: flex;
  flex-direction: column;
  margin-top: -5px;
  max-width: 64px;
  right: -24px;
  left: auto;
  position: absolute;
  float: right;
}

.maker .section-tools i {
  margin: 2px;
  font-size: 13px;
}

.maker .line {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
}

.maker input[name="_cf|text|1[fr]"] {
  display: none;
}

.list-group-item {
  margin-bottom: 10px;
}

.ss-ul {
  margin-left: 0px;
}

.editeur-from-client {
  display: none;
}

nav.left-menu li.rubrique {
  background: #4a4a4a;
  padding: 4px;
  border-radius: 5px;
  margin: 10px 0;
  text-transform: uppercase;
}

.highlight {
  box-shadow: 0px 0px 20px rgb(49 49 49 / 30%);
}


.froala-element.not-msie.f-basic {
  max-height: 350px;
  overflow: auto;
}

.Dom-Seance .navbar-brand {
  font-size: 16px;
}

.left-bar {
  padding-left: 6px;
  border-left: 4px solid #000;
}

.post-it {
  position: relative;
  background-color: #ffe900;
  background: -webkit-gradient(linear, left bottom, left top, from(#E5CF33), to(#FAE139));
  background: -moz-linear-gradient(bottom, #E5CF33, #FAE139);
  padding: 15px 12px 15px 12px;
  border-radius: 4px;
}

.post-it:before {
  content: "";
  position: absolute;
  right: 0px;
  margin-top: -15px;
  border-color: #f2f2f2 #f2f2f2 #E5CF33 #f2f2f2;
  border-style: solid;
  border-width: 0px 20px 20px 0px;
  height: 0px;
  width: 0px;
  display: block;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.06), -2px 1px 1px rgba(0, 0, 0, 0.1);
}


.btn-light,
.btn-light.focus,
.btn-light.active {
  color: #212529;
  background-color: #a3adb8;
  border-color: #a3adb8;
}

.btn-light:hover {
  color: #212529;
  background-color: #a3adb8;
  border-color: #a3adb8;
}

.list-group-item.title {
  background-color: #dcdfe2;
  color: #000;
  border: 0px;
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}


.btn-secondary {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;

}

/* .btn {
  border-radius: 6px !important;
} */

.btn-secondary:hover {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

li.session {
  gap: 10px;
}


li.bg-gray {
  background-color: #dddddd;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
}

img.avatar {
  border-radius: 50%;
  padding: 0 !important;
}

.avatar.avatar-60 {
  width: 60px;
  height: 60px;
}

.avatar.avatar-80 {
  width: 80px;
  height: 80px;
}

.avatar.avatar-120 {
  width: 120px;
  height: 120px;
}

.avatar.avatar-160 {
  width: 160px;
  height: 160px;
}

.text-light {
  color: #c0bdbd !important;
}

/* .html-form table.fr-tag td {
  border: none !important;
} */

.html-form .row {
  margin: 0 !important;
  padding: 0 !important;
}

.maker .html-form .col-md-6 {
  min-height: auto !important;
}

.list-style-none,
.list-style-none li {
  list-style: none;
}

body.post_view {
  background: #838383 !important;
}

section.maker-display {
  max-width: 900px;
  margin: auto;
}

section.maker-display h1 {
  color: #fedb00;
  background-color: #000;
  padding: 10px;
  font-size: 30px;
}

section.maker-display h2 {
  color: #000000;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

section.maker-display h3 {
  color: #000000;
  background-color: #cfc4ae;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
}

section.maker-display h4 {
  color: #ffcc00;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.round-card {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 20 / 8%), 0 1px 2px rgb(0 0 20 / 8%);
  background-color: white;
}

.btn-sup-url-list {
  border-radius: 0 !important;
  line-height: 7px !important;
  padding: 2px 12px !important;
}

.client-url-title {
  max-width: 120px;
}

.mw-100 {
  min-width: 100px;
  display: inline-block;
}

#en-tab {
  display: none;
}

@keyframes glowing {
  0% {
    background-color: #4a4a4a;
    box-shadow: 0 0 5px #4a4a4a;
  }

  50% {
    background-color: #21a008;
    box-shadow: 0 0 10px #21a008;
    border-color: #21a008;
  }

  100% {
    background-color: #4a4a4a;
    box-shadow: 0 0 5px #4a4a4a;
  }
}

.glowing {
  animation: glowing 1800ms infinite;
}

.eureka-type-btn .btn-info:not(:disabled):not(.disabled).active,
.eureka-type-btn .btn-info:not(:disabled):not(.disabled):active,
.eureka-type-btn .show>.btn-info.dropdown-toggle {
  color: #000 !important;
  background-color: #fae70a;
  border-color: #fae70a;
}

.eureka-type-btn .btn-info {
  font-size: 14px;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.eureka-type-btn .btn-info a {
  color: #fff;
}

.eureka-type-btn .btn-info a:hover {
  text-decoration: none;
}

.eureka-type-btn .btn-info:focus,
.eureka-type-btn .btn-info:hover,
.eureka-type-btn .btn-info:active {
  box-shadow: none !important;
}

.froala-element img.fr-fin,
img.fr-tag.fr-fin {
  max-width: 100%;
}

.item_preview .form-control {
  margin-bottom: 10px;
}

.item_preview label {
  line-height: 1.4;
  margin-bottom: 4px;
}

.froala-element.not-msie.f-basic {
  height: 400px;
}

.do-favorite.preview {
  position: fixed;
  top: 20px;
  right: 20px;
}

.modal-footer-seance {
  justify-content: flex-start !important;
}