.autocomplete-deluxe-form.form-element:focus, .autocomplete-deluxe-form.form-element:hover:focus {
  box-shadow: none !important;
}

.geolocation-map-control input,
.geolocation-map-control input.form-autocomplete {
  background-color: var(--button-fg-color--primary) !important;
  border-radius: 8px !important;
}

.field--name-field-ann-filtrage .fieldset legend { display: none; }
.table {
  border-collapse: collapse;
  width: 100%;
}
.th, .td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}
.th {
  background-color: #f2f2f2;
}
.global-header {
  text-align: center;
}
.text-full .form-textarea-wrapper {
  width: 99.82%;
}

/*ckeditor WYSIWYG TEMPLATE encadré*/
div.highlight-content {
  position: relative;
  background-color: #eaeeb6;
  padding: 1rem;
  margin: calc(1.5rem + 1vw) 0;
  border-radius: var(--radius);
  background-size: 50%;
}

div.highlight-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5rem;
  height: 100%;
  top: 0;
  left: -0.75rem;
  background-color: #d3d80e;
}

div.highlight-content p {
  font-size: calc(0.85em + 0.25vw);
  line-height: 1.45;
}

div.highlight-content h3,
div.highlight-content h4,
div.highlight-content h5,
div.highlight-content h6 {
  font-size: calc(0.85em + 0.25vw);
  font-variation-settings: "wght" 700;
  margin: 0 0 1em;
}

/* -----CKEDITOR TEMPlATE FALC ------- */
div.falc-group {
  border: .025rem solid #E2E8E4;
  display: grid;
  grid-template-columns: auto minmax(100px, 200px);
  align-items: center;
  gap: 3rem;
  padding: .25rem;
}

/* ---------- DISPLAY WIDGET -------------- */
@media (min-width: 992px) {
  .js .paragraph-top {
    grid-template-columns: 270px auto 1fr auto !important;
  }
}

/* --------------- MEDIA ------------- */
form.media-library-add-form--oembed .messages-list .messages--error {
  display: none;
}

.ui-dialog {
  left: 160px !important;
  width: 75% !important;
}
.ui-dialog--narrow {
  max-width: 100% !important;
}

/* --------------- ADMIN VOTE ------------- */
.fieldset-time-reaction {
  margin-block: 0!important;
}
.fieldset-time-reaction .fieldset__wrapper {
  margin: .5rem;
}
.fieldset-time-reaction .fieldset__wrapper .form-datetime-wrapper {
  margin-block: 0;
}
.fieldset-time-reaction .fieldset__wrapper .form-datetime-wrapper .form-items-inline .form-item--no-label {
  margin-top: 0;
  margin-block-end: 10px;
}

/* ----------- AUTOCOMPLETE FORM ITEMS FLEX CHANGES ------------ */
td > .form-item.form-type--entity-autocomplete,
td > .form-item.form-type--textfield {
  flex-wrap: wrap;
}