#img_container_1,
#img_wrapper_1 {
  width: 300px;
  height: 112px;
  left: 0;
  top: 0;
}
#img_top_1,
#img_top_2,
#img_top_3 {
  left: 0;
  top: 0;
  width: 300px;
  height: 112px;
}
#logo {
  width: 75px;
  height: 6px;
  left: 112px;
  top: 138px;
  overflow: visible;
}
@font-face {
  font-family: Adjusted-VolvoNovum-Regular;
  src: url("Adjusted-VolvoNovum-Regular.woff2?cachebust=1770814380419") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Adjusted-VolvoNovum-Medium;
  src: url("Adjusted-VolvoNovum-Medium.woff2?cachebust=1770814380419") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
#Disclaimer-1 {
  font-family: Adjusted-VolvoNovum-Regular;
  font-weight: 400;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#Headline-1,
#Headline-2,
#Headline-3,
#Headline-4,
#In-Ad-CTA {
  font-family: Adjusted-VolvoNovum-Medium;
  font-weight: 400;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.1;
}
a {
  color: inherit;
  text-decoration: inherit;
}
#banner {
  width: 300px;
  height: 250px;
  position: absolute;
  opacity: 0;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
#banner::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ddd;
  box-sizing: border-box;
  pointer-events: none;
  content: "";
}
.element {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#logo svg {
  display: block;
}
#france_env_disclaimer {
  z-index: 100;
  --size: var(--energy-disclaimer-size);
  width: var(--size);
  height: var(--size);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
:root {
  --energy-disclaimer-size: 4rem;
  --energy-disclaimer-font-size-multiplier: 1;
  --global-border-radius: 0.5rem;
  --headline-font-size: 20px;
  --headline-text-align: center;
  --cta-padding: 0 1.25rem;
  --cta-font-size: 12px;
  --disclaimer-font-size: 9px;
  --disclaimer-text-align: center;
  --headline-font-size: 14px;
  --cta-padding: 0.75rem;
  --cta-font-size: 11px;
  --disclaimer-font-size: 8px;
  --energy-disclaimer-size: 3.25rem;
}
.img-container {
  overflow: hidden;
  z-index: 10;
}
#img_container_2 {
  border-radius: 0 var(--global-border-radius) var(--global-border-radius) 0;
}
#img_container_3 {
  border-radius: var(--global-border-radius) 0 0 var(--global-border-radius);
}
#cta {
  height: 17px;
  top: 195px;
  width: auto;
  padding: var(--cta-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  font-size: var(--cta-font-size);
  background-color: #000;
  border-radius: .375rem;
  left: 50%;
  transform: translateX(-50%);
}
#picker {
  height: 25px;
  left: 52px;
  position: absolute;
  top: unset;
  bottom: 0;
  padding: 0 calc(.375rem + 1px);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .375rem;
  background-color: #fff;
  border-radius: 99rem;
  filter: drop-shadow(0 0 .375rem rgba(0, 0, 0, .125));
  z-index: 30;
}
#picker .dot {
  --color: #000;
  --pseudo-opacity: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-color: var(--color);
  border-radius: 99rem;
  outline: rgba(0,0,0,.25) solid 1px;
  outline-offset: -1px;
}
#picker .dot::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 99rem;
  outline: 1px solid var(--color);
  opacity: var(--pseudo-opacity);
}
#txt_area {
  width: 276px;
  height: 39px;
  left: 12px;
  top: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: var(--headline-text-align);
  font-size: var(--headline-font-size);
}
#txt_area .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.img-top {
  -o-object-fit: cover;
     object-fit: cover;
}
#img_container_1 {
  height: 100%;
}
#img_wrapper_1 {
  position: relative;
  overflow: visible;
  z-index: 10;
}

.img-top {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%);
}
#disclaimer_area {
  width: 276px;
  height: 21px;
  left: 12px;
  top: 217px;
  color: #575757;
  font-size: var(--disclaimer-font-size);
  text-align: var(--disclaimer-text-align);
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
}
#disclaimer_area .txt {
  width: 100%;
}
#banner.DK #disclaimer_area {
  top: 224px;
}