@font-face {
  font-family: "din";
  src: url("../fonts/din/din_light-webfont.woff2") format("woff2"), url("../fonts/din/din_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "din";
  src: url("../fonts/din/din_regular-webfont.woff2") format("woff2"), url("../fonts/din/din_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "din";
  src: url("../fonts/din/din_medium-webfont.woff2") format("woff2"), url("../fonts/din/din_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "din";
  src: url("../fonts/din/din_bold-webfont.woff2") format("woff2"), url("../fonts/din/din_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "din";
  src: url("../fonts/din/din_blackalternate-webfont.woff2") format("woff2"), url("../fonts/din/din_blackalternate-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "d-din";
  src: url("../fonts/d-din/d-din-webfont.woff2") format("woff2"), url("../fonts/d-din/d-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din";
  src: url("../fonts/d-din/d-din-bold-webfont.woff2") format("woff2"), url("../fonts/d-din/d-din-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "d-din";
  src: url("../fonts/d-din/d-din-italic-webfont.woff2") format("woff2"), url("../fonts/d-din/d-din-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "d-din_exp";
  src: url("../fonts/d-din/d-dinexp-webfont.woff2") format("woff2"), url("../fonts/d-din/d-dinexp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_exp";
  src: url("../fonts/d-din/d-dinexp-bold-webfont.woff2") format("woff2"), url("../fonts/d-din/d-dinexp-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "d-din_exp";
  src: url("../fonts/d-din/d-dinexp-italic-webfont.woff2") format("woff2"), url("../fonts/d-din/d-dinexp-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "d-din_condensed";
  src: url("../fonts/d-din/d-dincondensed-webfont.woff2") format("woff2"), url("../fonts/d-din/d-dincondensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_condensed";
  src: url("../fonts/d-din/d-dincondensed-bold-webfont.woff2") format("woff2"), url("../fonts/d-din/d-dincondensed-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: "din";
}

html {
  overflow-x: hidden;
}

body {
  background: url("../images/auchan/background.jpg") white repeat top left;
  font-family: "din";
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

header#header .topbar {
  display: flex;
  padding: 35px 50px;
  gap: 50px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1340px) {
  header#header .topbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  header#header .topbar {
    padding: 25px;
    gap: 15px;
  }
}
header#header .topbar .logo-vg {
  width: auto;
  height: 120px;
}
@media screen and (max-width: 1820px) {
  header#header .topbar .logo-vg {
    height: 100px;
  }
}
header#header .topbar #responsive-menu {
  display: none;
  background: black;
  border: none;
  border-radius: 50px;
  padding: 15px 14px 11px 15px;
}
header#header .topbar #responsive-menu img {
  width: 30px;
}
@media screen and (max-width: 900px) {
  header#header .topbar #responsive-menu {
    display: block;
  }
}
header#header .topbar .title {
  position: relative;
}
header#header .topbar .title:before {
  content: "";
  background: url(../images/auchan/fingerprint.png) no-repeat center/cover;
  width: 180px;
  display: block;
  height: 235px;
  position: absolute;
  bottom: -25px;
  left: -25px;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  header#header .topbar .title:before {
    bottom: 0;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1820px) {
  header#header .topbar .title img {
    height: 90px;
  }
}
@media screen and (max-width: 900px) {
  header#header .topbar .title {
    width: 100%;
  }
  header#header .topbar .title img {
    width: auto;
    height: auto;
    max-height: 105px;
    max-width: 100%;
  }
}
header#header .topbar .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 1820px) {
  header#header .topbar .text {
    font-size: 20px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1340px) {
  header#header .topbar .text {
    width: 80%;
  }
}
header#header .topbar .text span {
  color: #c74a3e;
}
@media screen and (max-width: 1820px) {
  header#header .topbar img.equitable {
    height: 100px;
  }
}
@media screen and (max-width: 900px) {
  header#header .topbar img.equitable {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header#header .topbar img.equitable {
    height: 58px;
  }
}
header#header .topbar:after {
  content: "";
  height: 1px;
  background: #e0a59f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header#header nav#menu {
  padding: 25px 0;
}
@media screen and (max-width: 900px) {
  header#header nav#menu {
    position: fixed;
    z-index: 99;
    background: white;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    transition: 200ms;
    text-align: right;
    padding: 25px;
    box-sizing: border-box;
  }
  header#header nav#menu.active {
    left: 0;
  }
}
header#header nav#menu #close-responsive-menu {
  display: none;
  background: black;
  border: none;
  border-radius: 50px;
  padding: 15px 14px 11px 15px;
  margin-bottom: 20px;
}
header#header nav#menu #close-responsive-menu img {
  width: 30px;
}
@media screen and (max-width: 900px) {
  header#header nav#menu #close-responsive-menu {
    display: inline-block;
  }
}
header#header nav#menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1340px) {
  header#header nav#menu ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  header#header nav#menu ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
header#header nav#menu ul li a.menu-button {
  background: none;
  font-weight: 500;
  text-transform: uppercase;
  height: 65px;
  display: flex;
  border-radius: 35px;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  margin: 0 7px;
  text-decoration: none;
  color: #d8065c;
  border: 1px solid #d8065c;
  transition: 150ms;
}
@media screen and (max-width: 1820px) {
  header#header nav#menu ul li a.menu-button {
    padding: 0 25px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1340px) {
  header#header nav#menu ul li a.menu-button {
    margin: 5px;
  }
}
@media screen and (max-width: 900px) {
  header#header nav#menu ul li a.menu-button br {
    display: none;
  }
}
header#header nav#menu ul li a.menu-button:hover {
  background: #d8065c;
  color: white;
}
header#header nav#menu ul li a.menu-button.orange {
  color: #ed8921;
  border-color: #ed8921;
}
header#header nav#menu ul li a.menu-button.orange:hover {
  background: #ed8921;
  color: white;
}
header#header nav#menu ul li a.menu-button.brown {
  color: #d2934d;
  border-color: #d2934d;
}
header#header nav#menu ul li a.menu-button.brown:hover {
  background: #d2934d;
  color: white;
}
header#header nav#menu ul li a.menu-button.red {
  color: #c74a3e;
  border-color: #c74a3e;
}
header#header nav#menu ul li a.menu-button.red:hover {
  background: #c74a3e;
  color: white;
}
header#header nav#menu ul li a.menu-button span {
  font-size: 20px;
  line-height: 23px;
}
@media screen and (max-width: 1820px) {
  header#header nav#menu ul li a.menu-button span {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 900px) {
  header#header nav#menu ul li a.menu-button span {
    text-align: left;
  }
}

section.wine {
  padding: 0;
}
section.wine .container {
  overflow: hidden;
}
section.wine .main-content {
  padding: 50px;
  background: #d8065c;
  color: white;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1340px) {
  section.wine .main-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  section.wine .main-content {
    padding: 20px;
  }
}
section.wine .main-content.orange {
  background: #ed8921;
}
section.wine .main-content.brown {
  background: #d2934d;
}
section.wine .main-content:before {
  content: "";
  background: url(../images/auchan/fingerprint.png) no-repeat center/cover;
  width: 440px;
  display: block;
  height: 580px;
  position: absolute;
  top: -80px;
  left: -175px;
  opacity: 0.2;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
  z-index: 0;
}
section.wine .main-content .description {
  width: 29%;
}
@media screen and (max-width: 1340px) {
  section.wine .main-content .description {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  section.wine .main-content .description {
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
section.wine .main-content .description .title {
  font-weight: bold;
  color: white;
  margin: 0 0 30px;
  font-size: 32px;
}
section.wine .main-content .description .title br {
  display: none;
}
section.wine .main-content .description .title:after {
  content: "";
  width: 153px;
  height: 5px;
  background: url(../images/auchan/france-flag.svg) no-repeat center/cover;
  display: block;
  margin-top: 25px;
  z-index: 9;
  position: relative;
}
section.wine .main-content .description .title span {
  font-weight: 300;
  display: block;
}
section.wine .main-content .description .small-content {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1820px) {
  section.wine .main-content .description .small-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  section.wine .main-content .description .small-content {
    gap: 15px;
  }
}
section.wine .main-content .description .small-content .image {
  position: relative;
}
section.wine .main-content .description .small-content .image:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: black;
}
section.wine .main-content .description .small-content .image img {
  height: auto;
  width: 192px;
  position: relative;
}
section.wine .main-content .description .small-content .image .img {
  width: 192px;
  min-height: 280px;
  height: 100%;
  position: relative;
  background: no-repeat center center/cover;
}
section.wine .main-content .description .small-content .text .small-title {
  font-weight: 500;
  font-size: 25px;
  margin: 0;
}
section.wine .main-content .description .small-content .text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
}
section.wine .main-content .description .small-content .text .recipe-button {
  position: relative;
  display: inline-block;
}
section.wine .main-content .description .small-content .text .recipe-button span {
  position: relative;
  color: white;
  background: #823e93;
  text-transform: uppercase;
  font-size: 22px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: bold;
  font-family: "d-din_condensed" !important;
  line-height: 25px;
  letter-spacing: 1px;
}
section.wine .main-content .description .small-content .text .recipe-button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: white;
  pointer-events: none;
  transition: 150ms;
}
section.wine .main-content .description .small-content .text .recipe-button:hover:before {
  top: 5px;
  left: 5px;
}
section.wine .main-content .description .small-content .text .recipe-button.orange span {
  background: #ed8921;
}
section.wine .main-content .description .small-content .text .recipe-button.brown span {
  background: #d2934d;
}
section.wine .main-content .description .small-content .text .recipe-button.red span {
  background: #c74a3e;
}
section.wine .main-content .description .small-content .text .recipe-button.purple span {
  background: #823e93;
}
section.wine .main-content .description .small-content .text .recipe-button.pink span {
  background: #d8065c;
}
section.wine .main-content .description .small-content .text .recipe-button.black span {
  background: black;
}
section.wine .main-content .video {
  width: 42%;
  padding: 0 80px;
  z-index: 1;
}
@media screen and (max-width: 1820px) {
  section.wine .main-content .video {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1340px) {
  section.wine .main-content .video {
    order: 3;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  section.wine .main-content .video {
    padding: 0;
  }
}
section.wine .main-content .video figure.player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 0 26px;
}
section.wine .main-content .video figure.player:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: black;
}
section.wine .main-content .video figure.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.wine .main-content .video .text .small-title {
  font-weight: 500;
  font-size: 35px;
  padding-bottom: 6px;
  display: inline-block;
}
section.wine .main-content .video .text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
  width: 80%;
}
section.wine .main-content .video .text img {
  width: auto;
  height: 70px;
  float: right;
  margin: 5px;
}
section.wine .main-content .video .text .flex {
  display: flex;
}
section.wine .main-content .video .text .flex div {
  width: 150px;
}
section.wine .main-content .bottle {
  width: 29%;
  align-self: stretch;
}
@media screen and (max-width: 1340px) {
  section.wine .main-content .bottle {
    order: 2;
    width: 50%;
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  section.wine .main-content .bottle {
    width: 40%;
  }
}
section.wine .main-content .bottle .vigneron-background {
  position: absolute;
  top: -120px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1340px) {
  section.wine .main-content .bottle .vigneron-background {
    right: -50px;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  section.wine .main-content .bottle .vigneron-background {
    top: -20px;
  }
}
section.wine .main-content .bottle .vigneron-background img {
  min-height: 100%;
}
@media screen and (max-width: 900px) {
  section.wine .main-content .bottle .vigneron-background img {
    width: 100%;
    min-height: auto;
  }
}
section.wine .main-content .bottle .bottle-background {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  section.wine .main-content .bottle .bottle-background {
    width: 75%;
  }
  section.wine .main-content .bottle .bottle-background img {
    width: 100%;
    max-width: max-content;
  }
}
@media screen and (max-width: 500px) {
  section.wine .main-content .bottle .bottle-background {
    right: 0;
  }
}
section.wine .auchan-content {
  background: white;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  section.wine .auchan-content {
    flex-wrap: wrap;
    gap: 13px;
    padding-top: 13px;
  }
}
section.wine .auchan-content img {
  width: 180px;
  height: auto;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  section.wine .auchan-content img {
    margin: 0 15px;
  }
}
section.wine .auchan-content p {
  font-size: 22px;
  font-weight: bold;
  color: black;
  flex-grow: 2;
  text-transform: uppercase;
  margin: 12px;
}
@media screen and (max-width: 1820px) {
  section.wine .auchan-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1340px) {
  section.wine .auchan-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.wine .auchan-content p {
    margin: 0 15px;
  }
}
section.wine .auchan-content p span {
  color: #d8065c;
}
section.wine .auchan-content.red p span {
  color: #c74a3e;
}
section.wine .auchan-content.pink p span {
  color: #d8065c;
}
section.wine .auchan-content.brown p span {
  color: #d2934d;
}
section.wine .auchan-content.orange p span {
  color: #ed8921;
}
section.wine .auchan-content.purple p span {
  color: #823e93;
}
section.wine .auchan-content span.price {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: white;
  background: #823e93;
  padding: 5px 40px;
  font-family: "d-din_condensed" !important;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 1820px) {
  section.wine .auchan-content span.price {
    font-size: 28px;
  }
}
@media screen and (max-width: 1340px) {
  section.wine .auchan-content span.price {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.wine .auchan-content span.price {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
  }
}
section.wine .auchan-content span.price.orange {
  background: #ed8921;
}
section.wine .auchan-content span.price.brown {
  background: #d2934d;
}
section.wine .auchan-content span.price.red {
  background: #c74a3e;
}
section.wine .auchan-content span.price.purple {
  background: #823e93;
}
section.wine .auchan-content span.price.pink {
  background: #d8065c;
}
section.wine .auchan-content span.price.black {
  background: black;
}

section#derriere-nos-vins .content {
  padding: 80px 0;
  display: flex;
  border-bottom: 1px solid #e0a59f;
}
@media screen and (max-width: 1340px) {
  section#derriere-nos-vins .content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  section#derriere-nos-vins .content {
    gap: 60px;
    justify-content: center;
  }
}
section#derriere-nos-vins .content > * {
  width: 25%;
}
section#derriere-nos-vins .content .title {
  font-size: 50px;
  font-weight: bold;
  color: #c74a3e;
  padding: 0 50px;
  position: relative;
  margin: 0 0 25px;
}
section#derriere-nos-vins .content .title:before {
  content: "";
  background: url(../images/auchan/fingerprint.png) no-repeat center/cover;
  width: 458px;
  display: block;
  height: 600px;
  position: absolute;
  top: 0;
  left: -214px;
  opacity: 0.1;
}
@media screen and (max-width: 1820px) {
  section#derriere-nos-vins .content .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1340px) {
  section#derriere-nos-vins .content .title {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  section#derriere-nos-vins .content .title {
    font-size: 40px;
    margin-bottom: 0;
    padding: 0 20px;
  }
}
section#derriere-nos-vins .content .title span {
  color: black;
  font-size: 30px;
  line-height: 47px;
  display: block;
}
@media screen and (max-width: 1820px) {
  section#derriere-nos-vins .content .title span {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 900px) {
  section#derriere-nos-vins .content .title span {
    font-size: 23px;
    line-height: 35px;
  }
}
section#derriere-nos-vins .content .portrait {
  padding: 0 40px;
}
@media screen and (max-width: 1340px) {
  section#derriere-nos-vins .content .portrait {
    width: 33%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  section#derriere-nos-vins .content .portrait {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  section#derriere-nos-vins .content .portrait {
    padding: 0 20px;
  }
}
section#derriere-nos-vins .content .portrait figure.player {
  position: relative;
  padding-bottom: 177%; /* 9:16 */
  height: 0;
  margin: 0 0 26px;
}
section#derriere-nos-vins .content .portrait figure.player .fake {
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
section#derriere-nos-vins .content .portrait figure.player .fake:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../images/auchan/play.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  transition: 150ms;
}
section#derriere-nos-vins .content .portrait figure.player .fake:hover:after {
  transform: scale(1.1);
}
section#derriere-nos-vins .content .portrait figure.player .name {
  position: absolute;
  top: 60px;
  left: 25px;
  width: 100%;
  height: 100%;
  background: #823e93;
  display: flex;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  section#derriere-nos-vins .content .portrait figure.player .name {
    top: 50px;
  }
}
section#derriere-nos-vins .content .portrait figure.player .name.orange {
  background: #ed8921;
}
section#derriere-nos-vins .content .portrait figure.player .name.brown {
  background: #d2934d;
}
section#derriere-nos-vins .content .portrait figure.player .name span {
  display: inline-block;
  align-self: flex-end;
  font-weight: 500;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  padding: 20px;
}
@media screen and (max-width: 1820px) {
  section#derriere-nos-vins .content .portrait figure.player .name span {
    font-size: 16px;
    padding: 15px;
  }
}
section#derriere-nos-vins .content .portrait .modal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 100;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
}
section#derriere-nos-vins .content .portrait .modal.active {
  display: block;
}
section#derriere-nos-vins .content .portrait .modal div.realplayer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 0 26px;
}
section#derriere-nos-vins .content .portrait .modal div.realplayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
#overlay.active {
  display: block;
}
#overlay .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: black;
  padding: 15px;
  border: none;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  cursor: pointer;
}

section#commerce-equitable .content {
  padding: 80px 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1340px) {
  section#commerce-equitable .content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  section#commerce-equitable .content {
    gap: 40px;
  }
}
section#commerce-equitable .content > * {
  width: 33%;
}
section#commerce-equitable .content .background {
  position: absolute;
  bottom: 0;
  width: 150%;
  left: -25%;
  opacity: 0.1;
  z-index: -1;
}
section#commerce-equitable .content .title {
  font-size: 50px;
  font-weight: bold;
  color: #c74a3e;
  padding: 0 50px;
  position: relative;
  margin: 0 0 25px;
}
@media screen and (max-width: 1820px) {
  section#commerce-equitable .content .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1340px) {
  section#commerce-equitable .content .title {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  section#commerce-equitable .content .title {
    font-size: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section#commerce-equitable .content .title {
    margin-bottom: 0;
  }
}
section#commerce-equitable .content .title span {
  color: black;
  font-size: 30px;
  line-height: 47px;
  display: block;
}
@media screen and (max-width: 1820px) {
  section#commerce-equitable .content .title span {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 900px) {
  section#commerce-equitable .content .title span {
    font-size: 23px;
    line-height: 35px;
  }
}
section#commerce-equitable .content .equitable, section#commerce-equitable .content .manifest {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1340px) {
  section#commerce-equitable .content .equitable, section#commerce-equitable .content .manifest {
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  section#commerce-equitable .content .equitable, section#commerce-equitable .content .manifest {
    width: 100%;
  }
}
section#commerce-equitable .content .equitable img, section#commerce-equitable .content .manifest img {
  height: 135px;
}
@media screen and (max-width: 767px) {
  section#commerce-equitable .content .equitable img, section#commerce-equitable .content .manifest img {
    height: auto;
    max-height: 110px;
  }
}
section#commerce-equitable .content .equitable h3, section#commerce-equitable .content .manifest h3 {
  font-size: 30px;
  color: #c74a3e;
  margin: 25px 0;
  font-weight: bold;
}
section#commerce-equitable .content .equitable h3 span, section#commerce-equitable .content .manifest h3 span {
  color: black;
  display: block;
}
@media screen and (max-width: 767px) {
  section#commerce-equitable .content .equitable h3, section#commerce-equitable .content .manifest h3 {
    font-size: 26px;
  }
}
section#commerce-equitable .content .equitable a, section#commerce-equitable .content .manifest a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
section#commerce-equitable .content .equitable a span, section#commerce-equitable .content .manifest a span {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "d-din_condensed" !important;
  background: #c74a3e;
  padding: 15px 20px;
  display: inline-block;
}
section#commerce-equitable .content .equitable a:before, section#commerce-equitable .content .manifest a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: black;
  pointer-events: none;
  z-index: -1;
  transition: 150ms;
}
section#commerce-equitable .content .equitable a:hover:before, section#commerce-equitable .content .manifest a:hover:before {
  top: 5px;
  left: 5px;
}

#etre-commerce-equitable .container {
  padding: 0 50px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #etre-commerce-equitable .container {
    padding: 0 25px 80px;
  }
}
#etre-commerce-equitable .container h1 {
  font-size: 42px;
  font-family: "d-din_condensed" !important;
}
#etre-commerce-equitable .container h2 {
  font-size: 33px;
  font-family: "d-din_condensed" !important;
  color: #c74a3e;
  margin: 25px 0 15px;
}
#etre-commerce-equitable .container h3 {
  margin-bottom: 0;
  font-size: 21px;
}
#etre-commerce-equitable .container p {
  margin: 0;
}
#etre-commerce-equitable .container .red {
  color: #c74a3e;
}
#etre-commerce-equitable .container .italic {
  font-style: italic;
}
#etre-commerce-equitable .container .player-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#etre-commerce-equitable .container figure.player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 0 26px;
}
#etre-commerce-equitable .container figure.player:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: black;
}
#etre-commerce-equitable .container figure.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#etre-commerce-equitable .container .go-back {
  position: relative;
  display: inline-block;
}
#etre-commerce-equitable .container .go-back span {
  position: relative;
  color: white;
  background: #c74a3e;
  text-transform: uppercase;
  font-size: 22px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: bold;
  font-family: "d-din_condensed" !important;
  line-height: 25px;
  letter-spacing: 1px;
}
#etre-commerce-equitable .container .go-back:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: black;
  pointer-events: none;
  transition: 150ms;
}
#etre-commerce-equitable .container .go-back:hover:before {
  top: 5px;
  left: 5px;
}

footer#footer {
  background: #c74a3e;
}
footer#footer .content {
  padding: 35px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1340px) {
  footer#footer .content {
    padding: 30px;
    flex-wrap: wrap;
  }
}
footer#footer .content .vg-link {
  width: 33%;
}
@media screen and (max-width: 1340px) {
  footer#footer .content .vg-link {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  footer#footer .content .vg-link {
    width: 100%;
  }
}
footer#footer .content .vg-link a.go-to-vg {
  color: white;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1340px) {
  footer#footer .content .vg-link a.go-to-vg {
    margin-bottom: 15px;
    font-size: 21px;
  }
}
footer#footer .content .vg-link a.go-to-vg img {
  width: auto;
  height: 135px;
}
@media screen and (max-width: 1340px) {
  footer#footer .content .vg-link a.go-to-vg img {
    height: 100px;
  }
}
footer#footer .content .vg-link a.go-to-vg span {
  line-height: 42px;
}
@media screen and (max-width: 1340px) {
  footer#footer .content .vg-link a.go-to-vg span {
    line-height: 33px;
  }
}
footer#footer .content .links {
  width: 25%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1340px) {
  footer#footer .content .links {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  footer#footer .content .links {
    width: 100%;
  }
}
footer#footer .content .links li {
  list-style: none;
  margin: 10px 0;
}
footer#footer .content .links li a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  color: white;
}
footer#footer .content img.legal {
  width: 41%;
}
@media screen and (max-width: 1340px) {
  footer#footer .content img.legal {
    width: 100%;
  }
}
