#edf-ecogazBanner-container {
	height: 100%;
}
.edf-u-visually-hidden,
.edf--u-visally-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.edf-ecoBanner {
	height: 100%;
    background: #fff;
    border: 1px solid #001a70;
    color: #333;
    font-size: 14px;
    line-height: 1.2857em; /* 18px */
    padding: 15px 31px;
}
.edf-ecoBanner--gaz {
	display: flex;
	flex-flow: column;
}
.edf-ecoBanner__title {
    color: #001a70;
    font-size: 1.1429em; /* 16px */
    font-weight: 700;
    line-height: 1.5em; /* 24px */
    margin: 0 0 .5em; /* 0 0 8px */
}
.edf-ecoBanner__title svg {
    vertical-align: middle;
}
.edf-ecoBanner__content,
.edf-ecoBanner__description {
    margin: .5714em 0; /* 8px 0 */
}
.edf-ecoBanner__description {
    line-height: inherit
}
.edf-ecoBanner__description p {
    font-size: 14px;
}
.edf-ecoBanner__days {
    align-items: baseline;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -8px -.5714em;
    padding: 0;
}
.edf-ecoBanner__day {
    align-items: center;
    display: flex;
    flex: 1 0 0%;
    flex-flow: row nowrap;
    font-size: inherit !important;
    line-height: inherit !important;
    list-style: none;
    margin: 0 0 .5714em;
    padding: 0 8px !important;
    /*white-space: nowrap;*/
    min-width: 180px;
}
.edf-ecoBanner__day p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 !important;
}
.edf-ecoBanner__day strong,
.edf-ecoBanner__day span {
    white-space: nowrap;
}
.edf-ecoBanner__day::before {
    content: "\200B"; /* add zero-width space */
}
.edf-ecoBanner__day svg {
    box-sizing: content-box;
    fill: currentColor;
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    padding: .2857em;
    stroke: none;
}
.edf-ecoBanner__error {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
}
.edf-ecoBanner__error p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.edf-ecoBanner__error svg {
    box-sizing: content-box;
    color: #001a70;
    flex: 0 0 auto;
    fill: currentColor;
    margin: 0 8px 0 0;
    padding: .2857em;
    stroke: none;
}
.edf-ecoBanner-link-container {
    display: flex; 
	align-items:center; 
	flex: 1 1 auto;
}
.edf-ecoBanner__link {
    align-items: center;
    color: #005bff;
    display: inline-flex !important;
    flex-flow: row nowrap;
    font-size: 1.1429em; /* 16px */
    line-height: 1.5em; /* 24px */
    text-decoration: none;
}
.edf-ecoBanner__link svg {
    flex: 0 0 auto;
    fill: currentColor;
    margin: 0 0 0 8px;
    stroke: none;
}
@media (any-hover: hover) {
    .edf-ecoBanner__link:hover span {
        text-decoration: underline;
    }
}
.edf-ecoBanner__link:focus span {
    text-decoration: underline;
}

.edf-ecoBanner--watt .edf-ecoBanner__day svg { background-color: #04f6ca; color: #001a70 }
.edf-ecoBanner--watt .edf-ecoBanner__day--tense svg { background-color: #ff861d; color: #fff; }
.edf-ecoBanner--watt .edf-ecoBanner__day--critical svg { background-color: #e10000; color: #fff; }

.edf-ecoBanner--gaz .edf-ecoBanner__day svg { background-color: #00a984; color: #fff }
.edf-ecoBanner--gaz .edf-ecoBanner__day--high svg { background-color: #cfb74f; }
.edf-ecoBanner--gaz .edf-ecoBanner__day--tense svg { background-color: #f49a6f; }
.edf-ecoBanner--gaz .edf-ecoBanner__day--critical svg { background-color: #d94378; }
.edf-ecoBanner--gaz.edf-ecoBanner--error .edf-ecoBanner__description,
.edf-ecoBanner--gaz.edf-ecoBanner--error .edf-ecoBanner__days,
.edf-ecoBanner--gaz.edf-ecoBanner--error .edf-ecoBanner__title svg {
    display: none !important;
}

#edfEcoBannerGazTitleTooltip {
    box-sizing: border-box;
    width: calc(100% - 32px);
    max-width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  background: #001A70;
  color: white;
  padding: 16px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  pointer-events: none;
  margin: 0;
  display: none;
}
#edfEcoBannerGazTitleTooltipArrow {
    position: absolute;
    width: 32px;
    height: 16px;
    line-height: 0;
}
#edfEcoBannerGazTitleTooltipArrow::before {
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #001A70 transparent;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
@media (min-width: 768px) {
    .edf-ecoBanner--gaz .edf-ecoBanner__title svg {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .edf-ecoBanner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .edf-ecoBanner__day {
        box-sizing: border-box;
        min-width: 50%;
    }
    .edf-ecoBanner--gaz .edf-ecoBanner__description {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .edf-ecoBanner__day {
        box-sizing: border-box;
        min-width: 100%;
    }
}