body pre {
  font-family: 'Montserrat';
}

.cours-action-container {
  height: 55px;
  min-width: 192px;
}

@media screen and (max-width:1024px) {
  .cours-action-container {
    height: 33px;
    max-width: 150px;
    min-width: auto;
  }
  .fusion-layout-column .cours-action-container>.fusion-column-wrapper {
    border-radius: 10px;
    padding: 0 10px;
  }
  .SharePrice-date {
    display: none;
  }
  .fusion-layout-column .cours-action-container .fusion-column-inner-bg-image {
    border-radius: 10px;
  }
}

.SharePrice {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.SharePrice-rate {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

@media screen and (max-width: 399px) {
  .SharePrice-rate .SharePrice-percent {
    display: none;
  }
}

.SharePrice-rate:after {
  content: "=";
  border-left: 6px solid var(--awb-custom_color_7);
  border-right: 6px solid var(--awb-custom_color_7);
}
.SharePrice.SharePrice--up .SharePrice-rate:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid var(--awb-color2);
  right: -16px;
}
.SharePrice.SharePrice--down .SharePrice-rate:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid var(--awb-color2);
  right: -16px;
}

.SharePrice-date {
  font-size: 13px;
}
.SharePrice.SharePrice--large {
  align-items: center;
  border-radius: 10px;
  height: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  background: var(--awb-color4);
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  row-gap: 10px;
}
.SharePrice.SharePrice--large .SharePrice-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 75%;
}

@media screen and (max-width:1070px) {
  .SharePrice.SharePrice--large .SharePrice-columns {
    width: 100%;
  }
}
.SharePrice.SharePrice--large .SharePrice-column {
  display: flex;
  flex-direction: column;
  width: calc(33% - 5px);
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:992px) {
  .SharePrice.SharePrice--large .SharePrice-column {
    width: 100%;
    align-items: center;
  }
}
.SharePrice.SharePrice--large .SharePrice-column span {
  display: block;
  font-size: 1.2rem;
}
.SharePrice.SharePrice--large .SharePrice-column strong {
  color: var(--awb-color2);
  font-weight: 600;
}
.SharePrice.SharePrice--large .SharePrice-column #SharePrice-rate {
  font-size: 2.25rem;
}
.SharePrice.SharePrice--large .SharePrice-column #SharePrice-percent, .SharePrice.SharePrice--large .SharePrice-column #SharePrice-start {
  font-size: 1.5rem;
}
.SharePrice.SharePrice--large .SharePrice-rate {
  padding-left: 24px;
  position: relative;
}
.SharePrice.SharePrice--large .SharePrice-rate:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: inherit;
}
.SharePrice.SharePrice--large .SharePrice-link {
  height: 100%;
}

.SharePrice.SharePrice--large .SharePrice-link a {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MyIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDYzIDIxIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgMTAuNUw2MSAxMC41TTYxIDEwLjVMNTIuMjEyIDIuMDAwMDFNNjEgMTAuNUw1Mi4yMTIgMTkiIHN0cm9rZT0iI0M4NDAxOCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+) center right no-repeat !important;
  padding-right: 70px;
  text-transform: uppercase;
}

.SharePrice.SharePrice--up .SharePrice-rate:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid var(--awb-color2);
  right: -16px;
}

#shareDate {
  font-size: 40%;
  font-weight: normal;
}
.tableContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 15px;
  margin: 20px 0;
}
.tableContainer img {
  display: block;
  max-width: 90%;
  margin: auto;
}
.tableContainer table {
  width: 100%;
  min-width: 800px;
  text-align: center;
  border: 1px solid #eee;
}
.tableContainer caption {
  text-align: left;
}
.tableContainer table, .tableContainer table td, .tableContainer table th {
  border-collapse: collapse;
  padding: 10px 5px;
}
.tableContainer table tr, .tableContainer table td, .tableContainer table th {
  min-height: 30px;
}
.tableContainer table tr {
  background-color: var(--awb-custom_color_3);
}
.tableContainer table tr:nth-of-type(2n) {
  background-color: #eee;
}

.cours-action-container>.fusion-column-wrapper {
padding: 0;
}
