form[id*=imageupload] {
    margin-bottom: 2.5rem;
    clear: both;
  }
  form[id*=imageupload] label {
    display: block;
    font-weight: 300;
    color: #BB6449;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0.5rem 0 2.5rem;
  }
  form[id*=imageupload] .actions {
    display: flex;
    justify-content: flex-end;
  }
  form[id*=imageupload] button {
    font-size: 0.533em;
    padding: 0.1rem 1.5rem;
    border: 0.01rem solid #000000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    height: 27px;
    margin-top: 2.5rem;
    cursor: pointer;
  }
  form[id*=imageupload] button:hover {
    color: white;
    background-color: black;
  }
  
  .tx_geka_image {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
  }
  .tx_geka_image > div {
    width: calc(25% - 10px);
    margin: 5px;
  }
  .tx_geka_image figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .tx_geka_image figure img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

.ck-style-dropdown .ck-dropdown__panel .ck-button.ck-disabled {
    display: none; /* Add this */
}

.custom-css {
    background-color: #efefef;
}

html[lang="fr"] #c2716 .rigthtBoxSlider figcaption h4 + p {
	display: none;
}

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