@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&family=Lexend:wght@100..900&display=swap");
:root {
  --pink-edf: #FDE3E1;
  --terracota: #C56146;
  --red-edf: #E83E46;
  --beige-edf: #FEF8F1;
  --white-edf: #FFFFFF;
  --green-edf: #48655B;
  --op-color-edf: #ED6B6A;
  --op2-color-edf: #FFFFFF;
  --background-global: #FEF8F1;
}

body {
  max-width: 100vw !important;
  background-color: white;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

.whole_header .vb-header .header-section .search-section .header-searchzone #Search,
.whole_header .vb-header .header-section .search-section .header-searchzone #ctl00_cphSiteHaut_SearchBox {
  background-color: rgba(255, 255, 255, 0.7);
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .breadcrumb.full-width {
    padding-left: 0.75rem;
  }
}

body .whole_header .vb-header {
  background: transparent;
}

body .whole_header:hover.show-blur,
body .whole_header.show-blur {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .whole_header .vb-header .header-section .picto-section .icons .picto.picto-favorites > span:after, body .whole_header .vb-header .header-section .picto-section .icons .picto.picto-favorites > a:after, body .whole_header .vb-header .header-section .picto-section .icons .picto.picto-basket > span:after, body .whole_header .vb-header .header-section .picto-section .icons .picto.picto-basket > a:after {
  color: white !important;
}

body .whole_header .vb-header .header-section .picto-section .icons .picto.picto-cloche .cloche-notification-badge {
  color: white !important;
  font-weight: 400 !important;
}

body .whole_header .vb-header .header-section .left-header .logo-section .logo svg {
  color: var(--white-edf) !important;
}

.header-searchzone #ctl00_cphSiteHaut_SearchBox, .header-searchzone #Search {
  background-color: #f2f1f0;
}

body .whole_header .vb-header .header-section .left-header .menu-picto-section .picto-svg,
body .whole_header .vb-header .header-section .picto-section .icons .picto .picto-svg {
  color: #FFF !important;
}

body .whole_header .vb-header .header-section .left-header .logo-section .logo img {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}

#main {
  max-width: 100%;
  width: 100%;
  top: 0px !important;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 67.5625rem) {
  #main {
    margin-bottom: 0px !important;
  }
}

body #wrap #main span:not(.club-price) {
  color: var(--red-edf);
}

#footer {
  position: relative;
  z-index: 5;
}

#wrap {
  background-color: #ffffff;
}

.siteBas-footer {
  margin-top: 0 !important;
}

.siteBas-footer .siteBas-footer-bottom::before {
  background-size: cover !important;
}

.breadcrumb {
  display: none;
}

.whole_header .whole_header__menulvl2 .fake_searchbar {
  width: calc(100% - 272px - 406px);
}
@media only screen and (max-width: 67.5rem) {
  .whole_header .whole_header__menulvl2 .fake_searchbar {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1081px) {
  .whole_header .preheader {
    margin-left: 0;
  }
}
.whole_header {
  background-color: transparent !important;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  position: fixed;
  width: 100% !important;
}
.whole_header:before {
  background-color: transparent !important;
}
.whole_header.scrolled {
  background-color: transparent !important;
}
.whole_header.scrolled:before {
  background-color: transparent !important;
}

.whole_header.scrolled {
  background-color: rgb(0, 0, 0) !important;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1966036415))) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1966036415) 100%) !important;
}

.fixed-nav .whole_header.whole_header:before,
.shadow-menu .whole_header.whole_header:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fake_searchbar,
.whole_header .whole_header__menulvl2 .menulvl2__searchzone #Search {
  background-color: var(--background-global) !important;
}

.primary-cta {
  background-color: transparent;
  border: solid 2px var(--red-edf) !important;
  color: 2px var(--red-edf) !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.primary-cta:hover {
  color: var(--beige-edf) !important;
  background-color: var(--red-edf) !important;
}

.secondary-cta {
  background-color: transparent;
  border: solid 2px var(--beige-edf) !important;
  color: var(--beige-edf) !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.secondary-cta:hover {
  color: var(--green-edf) !important;
  background-color: var(--beige-edf) !important;
}

.white-cta {
  background-color: transparent;
  border: solid 2px var(--white-edf);
  color: var(--white-edf) !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.white-cta:hover {
  color: #2D2A29 !important;
  background-color: var(--white-edf);
  border-color: var(--white-edf) !important;
}

.sales-cta {
  background-color: var(--op-color-edf);
  border: solid 2px var(--op-color-edf) !important;
  color: var(--white-edf) !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.sales-cta:hover {
  color: #2D2A29 !important;
  background-color: var(--op-color-edf) !important;
  border-color: var(--op-color-edf) !important;
}

.full-white-cta {
  background-color: var(--white-edf);
  border: solid 2px var(--white-edf) !important;
  color: #2D2A29 !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: 170px;
  text-align: center;
  cursor: pointer;
}
.full-white-cta:hover {
  background-color: #2D2A29 !important;
  color: var(--white-edf) !important;
  border-color: #2D2A29 !important;
}

.red-cta {
  background-color: var(--red-edf);
  border: solid 2px var(--red-edf) !important;
  color: var(--beige-edf) !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.red-cta:hover {
  background-color: var(--beige-edf) !important;
  color: var(--red-edf) !important;
  border-color: var(--beige-edf) !important;
}

.red-border-cta {
  background-color: transparent;
  border: solid 2px var(--red-edf) !important;
  color: var(--red-edf) !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.red-border-cta:hover {
  background-color: var(--red-edf) !important;
  color: var(--beige-edf) !important;
  border-color: var(--red-edf) !important;
}

.op-cta {
  background-color: transparent;
  border: solid 2px var(--op-color-edf) !important;
  color: var(--op-color-edf) !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.op-cta:hover {
  color: #fff !important;
  background-color: var(--op-color-edf) !important;
}

.full-op2-cta {
  background-color: var(--op2-color-edf) !important;
  border: solid 2px var(--op2-color-edf) !important;
  color: white;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.full-op2-cta:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.scroll-Div {
  width: 100vw;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  position: fixed;
  height: 51px;
  z-index: 5;
  display: none;
}
@media screen and (max-width: 1080px) {
  .scroll-Div {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.scroll-Div .scroll-btn {
  position: absolute;
  border: solid 2px white !important;
  left: 0;
  right: 0;
  margin: auto;
  height: 51px;
  width: 24px;
  cursor: pointer;
  border-radius: 999px;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.scroll-Div .scroll-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.scroll-Div .scroll-btn span {
  border-radius: 999px;
  background-color: white !important;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  -webkit-animation: scrollBtnAnim 3s linear infinite;
          animation: scrollBtnAnim 3s linear infinite;
}

@-webkit-keyframes scrollBtnAnim {
  0% {
    top: 15%;
    opacity: 1;
  }
  5% {
    top: 15%;
    opacity: 1;
  }
  15% {
    top: 9%;
    opacity: 1;
  }
  25% {
    top: 9%;
    opacity: 1;
  }
  40% {
    top: 85%;
    opacity: 1;
  }
  45% {
    top: 80%;
    opacity: 1;
  }
  70% {
    top: 80%;
    opacity: 0;
  }
  95% {
    top: 15%;
    opacity: 0;
  }
  100% {
    top: 15%;
    opacity: 1;
  }
}

@keyframes scrollBtnAnim {
  0% {
    top: 15%;
    opacity: 1;
  }
  5% {
    top: 15%;
    opacity: 1;
  }
  15% {
    top: 9%;
    opacity: 1;
  }
  25% {
    top: 9%;
    opacity: 1;
  }
  40% {
    top: 85%;
    opacity: 1;
  }
  45% {
    top: 80%;
    opacity: 1;
  }
  70% {
    top: 80%;
    opacity: 0;
  }
  95% {
    top: 15%;
    opacity: 0;
  }
  100% {
    top: 15%;
    opacity: 1;
  }
}
.edf-content {
  background-color: #d9c0a2;
}

.welcome-edf {
  height: 100vh;
  width: 100%;
  background-color: #e6ccb1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1;
  background-image: url(hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 30rem) {
  .welcome-edf {
    background-image: url(hero-mobile.jpg);
  }
}
.welcome-edf .logo-edf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}
@media only screen and (max-width: 30rem) {
  .welcome-edf .logo-edf {
    width: 184px;
    top: 155px;
  }
}
.welcome-edf .row {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.welcome-edf .row .encart-demarque {
  color: #E63F44;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  font-family: Muli, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.welcome-edf .row .encart-demarque h2 {
  text-align: center;
  position: relative;
  left: 0.9375rem;
  font-size: 3.125rem;
  line-height: 3.125rem;
  letter-spacing: -0.3125rem;
  max-width: none;
  margin: auto;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-family: "Lexend Giga", Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 59px;
  letter-spacing: -0.375rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.welcome-edf .row .encart-demarque h2 img {
  width: 100%;
}
@media only screen and (max-width: 48rem) {
  .welcome-edf .row .encart-demarque h2 {
    text-align: center;
    left: 0;
    font-size: 2.5625rem;
    line-height: 2.625rem;
    letter-spacing: -0.3125rem;
    text-align: center;
  }
  .welcome-edf .row .encart-demarque h2 img {
    width: 100%;
  }
}
.welcome-edf .row .encart-demarque strong {
  font-family: "Lexend Giga", Arial, sans-serif;
  display: block;
  font-size: 4.6875rem;
  line-height: 1.5rem;
  font-weight: 900;
  margin: 11px 0 25px;
}
.welcome-edf .row .encart-demarque strong sup {
  font-size: 2.5rem;
  font-weight: 700;
}
.welcome-edf .row .discover {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .welcome-edf .row .discover {
    display: none;
  }
}
@media screen and (max-height: 680px) {
  .welcome-edf .row .discover {
    display: none;
  }
}
@media only screen and (max-width: 48rem) {
  .welcome-edf .only-desk {
    display: none;
  }
  .welcome-edf .only-mob {
    display: block;
  }
  .welcome-edf .row span {
    top: auto;
    bottom: 7%;
    right: auto;
    left: auto;
    margin: auto;
    z-index: 3;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 30rem) {
  .welcome-edf .row span {
    bottom: 15%;
  }
}

.hero-edf {
  height: 100vh;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.hero-edf .full-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.hero-edf .row {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.hero-edf .row .femme {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .hero-edf .row .femme {
    top: 23px;
  }
}
.hero-edf .row img.logoback {
  max-width: 300px;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.hero-edf .row img.logofront {
  max-width: 300px;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.hero-edf .row .discover {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .hero-edf .row .discover {
    display: none;
  }
}
@media screen and (max-height: 680px) {
  .hero-edf .row .discover {
    display: none;
  }
}

.only-mob {
  display: none;
}

.full-link {
  text-decoration: none;
}

.hero-edf {
  height: 100vh;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.hero-edf .full-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.hero-edf .row {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.hero-edf .row h2 {
  position: absolute;
  top: auto;
  bottom: 35%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-family: "Lexend Giga", Arial, sans-serif;
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 6.25rem;
  letter-spacing: -0.75rem;
  color: #fff;
  text-transform: uppercase;
}
.hero-edf .row p {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2.0625rem;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.hero-edf .row .discover {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .hero-edf .row .discover {
    display: none;
  }
}
@media screen and (max-height: 680px) {
  .hero-edf .row .discover {
    display: none;
  }
}
@media only screen and (max-width: 48rem) {
  .hero-edf .only-desk {
    display: none;
  }
  .hero-edf .only-mob {
    display: block;
  }
  .hero-edf .row h2 {
    text-align: center;
    bottom: 38%;
    left: 0;
    font-size: 2.5625rem;
    line-height: 2.625rem;
    letter-spacing: -0.3125rem;
    text-align: center;
  }
  .hero-edf .row h2 img {
    width: 100%;
  }
  .hero-edf .row p {
    font-size: 1.1875rem;
    bottom: 34%;
  }
  .hero-edf .row span {
    top: auto;
    bottom: 7%;
    right: auto;
    left: auto;
    margin: auto;
    z-index: 3;
    font-size: 0.875rem;
  }
}

.products-edf {
  background-color: var(--background-global);
  width: 100%;
  padding: 100px 0 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 6;
  padding-bottom: 0;
}
.products-edf .txt-div {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .products-edf .txt-div {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1080px) {
  .products-edf .txt-div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1300px) {
  .products-edf .txt-div {
    padding: 0 10px;
  }
}
.products-edf .txt-div .title {
  text-align: center;
  margin: auto;
  color: var(--red-edf) !important;
  font-size: 48px;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .products-edf .txt-div .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .products-edf .txt-div .title {
    font-size: 32px;
  }
}
.products-edf .txt-div .title.smalltitle {
  font-size: 32px;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--red-edf) !important;
}
@media screen and (max-width: 900px) {
  .products-edf .txt-div .title.smalltitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .products-edf .txt-div .title.smalltitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.products-edf .txt-div .subtitle {
  padding: 0 10px;
  text-align: center;
  margin: auto;
  font-size: 16px;
  font-family: "Muli", serif;
  font-weight: 400;
  margin-bottom: 60px;
  color: var(--red-edf) !important;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .products-edf .txt-div .subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.products-edf .txt-div .subtitle.deskonly {
  display: block;
}
@media screen and (max-width: 768px) {
  .products-edf .txt-div .subtitle.deskonly {
    display: none;
  }
}
.products-edf .txt-div .subtitle.mobileonly {
  display: none;
}
@media screen and (max-width: 768px) {
  .products-edf .txt-div .subtitle.mobileonly {
    display: block;
  }
}
.products-edf .products {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1220px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 1300px) {
  .products-edf .products {
    gap: 20px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1080px) {
  .products-edf .products {
    gap: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .products-edf .products {
    overflow-x: scroll;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .products-edf .products::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .products-edf .products {
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.products-edf .products .product {
  width: calc((100% - 120px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .products-edf .products .product {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .products-edf .products .product {
    width: 340px;
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .products-edf .products .product {
    width: 240px;
  }
}
.products-edf .products .product .product-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products-edf .products .product .product-link {
    width: 340px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .products-edf .products .product .product-link {
    width: 240px;
  }
}
.products-edf .products .product .product-link:hover .product-img {
  border-radius: 999px;
  -webkit-transition: border-radius 800ms ease-in-out, opacity 200ms ease-in-out;
  transition: border-radius 800ms ease-in-out, opacity 200ms ease-in-out;
}
.products-edf .products .product .product-link:hover .product-img-hover {
  border-radius: 999px;
  opacity: 1;
  -webkit-transition: border-radius 800ms ease-in-out, opacity 200ms ease-in-out;
  transition: border-radius 800ms ease-in-out, opacity 200ms ease-in-out;
}
.products-edf .products .product .product-img {
  width: 100%;
  border-radius: 0;
  -webkit-transition: border-radius 800ms ease-in-out 0ms, opacity 200ms ease-in-out 500ms;
  transition: border-radius 800ms ease-in-out 0ms, opacity 200ms ease-in-out 500ms;
  margin-bottom: 5px;
  aspect-ratio: 275/413;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-edf .products .product .product-img-hover {
  width: 100%;
  border-radius: 0;
  -webkit-transition: border-radius 800ms ease-in-out 0ms, opacity 200ms ease-in-out 500ms;
  transition: border-radius 800ms ease-in-out 0ms, opacity 200ms ease-in-out 500ms;
  margin-bottom: 5px;
  aspect-ratio: 275/413;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.products-edf .products .product .product-title {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  color: #2D2A29 !important;
}
.products-edf .products .product .product-brand {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--op-color-edf) !important;
}
.products-edf .products .product .product-price {
  font-weight: bold;
  color: #2D2A29 !important;
}
.products-edf .products .product .product-price .ancien-prix {
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 400;
  display: none;
  color: #2D2A29 !important;
}

.edf-both {
  background-color: var(--background-global);
  padding: 40px 40px 40px 40px;
  z-index: 1;
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  .edf-both {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .edf-both {
    padding: 10px 10px 10px 10px;
  }
}
.edf-both .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .edf-both .container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .edf-both .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .edf-both .container {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.edf-both .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .edf-both .container .content {
    padding: 10px;
    width: 100%;
  }
}
.edf-both .container .content.left {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.edf-both .container .content.right {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.edf-both .container .content .title {
  font-size: 48px;
  color: var(--beige-edf) !important;
  font-family: "Lexend Giga", serif;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -5px;
  margin-top: 140px;
}
@media screen and (max-width: 1080px) {
  .edf-both .container .content .title {
    font-size: 32px;
  }
}
.edf-both .container .content .desc {
  font-size: 16px;
  color: var(--beige-edf) !important;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  line-height: 20px;
  text-align: center;
}
.edf-both .container .content .discover {
  margin: 50px auto 0 auto;
}
@media only screen and (max-width: 42.5rem) {
  .edf-both .container .content .discover {
    border: none;
  }
  .edf-both .container .content .discover span {
    display: none;
  }
  .edf-both .container .content .discover:hover {
    background-color: transparent;
    border: none;
  }
}

.edf-vestes {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: url(bg-vestes.jpg) no-repeat center top transparent;
  background-size: cover;
}
.edf-vestes video {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.edf-vestes .title,
.edf-vestes .desc,
.edf-vestes .discover {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 48rem) {
  .edf-vestes {
    width: 100%;
  }
  .edf-vestes .full-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 3;
    width: 100%;
  }
}

.edf-blouses {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(bg-blouses.jpg) no-repeat center top transparent;
  background-size: cover;
}
@media only screen and (max-width: 48rem) {
  .edf-blouses .desc span {
    display: block;
  }
  .edf-blouses .full-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 3;
    width: 100%;
  }
}

.edf-matchy {
  margin: auto;
  max-width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .edf-matchy {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .edf-matchy {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .edf-matchy {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.edf-matchy .left {
  width: 50%;
  background: #e4c1aa;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .edf-matchy .left {
    width: 100%;
  }
}
.edf-matchy .left .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edf-matchy .right {
  width: 50%;
  background-color: #FDE4DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
}
@media screen and (max-width: 900px) {
  .edf-matchy .right {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .edf-matchy .right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .edf-matchy .right {
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .edf-matchy .right {
    padding: 20px;
  }
}
.edf-matchy .right .title {
  font: normal normal 900 30px/32px Lexend Giga;
  color: var(--op2-color-edf) !important;
  margin-bottom: 10px;
  max-width: 155px;
}
.edf-matchy .right .desc {
  max-width: 275px;
  margin-bottom: 20px;
}

.edf-baby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  background-color: var(--background-global);
  height: 500px;
  position: relative;
  margin: 75px auto 93px;
}
.edf-baby .bg {
  background-image: url(bg-baby.jpg);
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: contain;
  width: 100%;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 1680px) {
  .edf-baby .bg {
    background-size: cover;
  }
}
@media screen and (max-width: 680px) {
  .edf-baby .bg {
    background-image: url(bg-baby-mobile.jpg);
  }
}
.edf-baby .edf-baby-video {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 1000px;
}
.edf-baby .edf-baby-video video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .edf-baby .edf-baby-video video {
    max-width: 500px;
  }
}
.edf-baby .content {
  position: absolute;
  margin: 0 auto;
  top: 249px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.edf-baby .content .title {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lexend Giga", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -6px;
  font-weight: 800;
  font-size: 50px;
}
@media screen and (max-width: 680px) {
  .edf-baby .content .title {
    background-size: cover;
    letter-spacing: -4.8px;
    font-size: 40px;
  }
}
.edf-baby .content .desc {
  text-align: center;
  color: white;
  line-height: 22px;
  font-weight: 400;
  max-width: 395px;
  min-width: 200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.edf-baby .content .discover {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  color: #fff !important;
  background-color: transparent;
}
.edf-baby .content .discover:hover {
  background-color: #fff;
}

.presentation-edf {
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  background-color: var(--background-global);
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1080px) {
  .presentation-edf {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .presentation-edf {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.presentation-edf .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: inherit;
}
@media screen and (max-width: 900px) {
  .presentation-edf .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.presentation-edf .row .left {
  width: 66.6666666667%;
  background-color: var(--background-global);
}
@media screen and (max-width: 900px) {
  .presentation-edf .row .left {
    width: 100%;
  }
}
.presentation-edf .row .left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.presentation-edf .row .right {
  width: 33.3333333333%;
  background-color: var(--background-global);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--red-edf) !important;
  margin-top: -100px;
  -webkit-transition: margin 1000ms ease-out;
  transition: margin 1000ms ease-out;
  padding: 60px 0;
}
@media screen and (max-width: 1300px) {
  .presentation-edf .row .right {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .presentation-edf .row .right {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 900px) {
  .presentation-edf .row .right {
    width: 100%;
  }
}
.presentation-edf .row .right.margin0 {
  margin-top: 0px;
}
.presentation-edf .row .right .logo-anim {
  max-width: 290px;
  width: 40%;
  position: relative;
}
.presentation-edf .row .right .logo-anim .fraise {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.presentation-edf .row .right .logo-anim .ghost-img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.presentation-edf .row .right .logo-anim .circle-animation {
  position: absolute;
  width: 100%;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.presentation-edf .row .right .title {
  margin-top: 40px;
  font-size: 48px;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  color: var(--red-edf) !important;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .presentation-edf .row .right .title {
    font-size: 48px;
  }
}
.presentation-edf .row .right .desc {
  color: var(--red-edf) !important;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 10px;
  line-height: 33px;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 1080px) {
  .presentation-edf .row .right .desc {
    font-size: 20px;
  }
}

.categorie-edf {
  background: var(--op-color-edf);
  background-size: cover;
  width: 100%;
  padding: 80px 0 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .categorie-edf {
    padding: 100px 0 100px 0;
    min-height: 80vh;
  }
}
.categorie-edf .picto-deco {
  position: absolute;
  right: 0;
  width: 135px;
  bottom: 0%;
  z-index: 5;
  -webkit-transition: bottom 1500ms ease-in-out;
  transition: bottom 1500ms ease-in-out;
  pointer-events: none;
}
.categorie-edf .picto-deco.anim-display {
  bottom: 20%;
}
@media screen and (max-width: 1600px) {
  .categorie-edf .picto-deco.anim-display {
    bottom: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .categorie-edf .picto-deco.anim-display {
    bottom: 35%;
  }
}
@media screen and (max-width: 768px) {
  .categorie-edf .picto-deco.anim-display {
    bottom: 200px;
  }
}
.categorie-edf .picto-deco.anim-undisplay {
  bottom: 90%;
}
.categorie-edf .titles-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
.categorie-edf .titles-div .title {
  color: var(--op2-color-edf) !important;
  font-size: 112px;
  font-family: "Lexend Giga", serif;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-animation: defilement 60s linear infinite;
          animation: defilement 60s linear infinite;
  margin-left: 30px;
  display: inline-block;
  letter-spacing: -11px;
}
@media screen and (max-width: 900px) {
  .categorie-edf .titles-div .title {
    font-size: 65px;
  }
}
@-webkit-keyframes defilement {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes defilement {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.categorie-edf .titles-div .title img {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -10px;
}
@media screen and (max-width: 900px) {
  .categorie-edf .titles-div .title img {
    width: 65px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.categorie-edf .swiper-desk {
  display: block;
}
@media screen and (max-width: 768px) {
  .categorie-edf .swiper-desk {
    display: none;
  }
}
.categorie-edf .swiper-mob {
  display: none;
}
.categorie-edf .swiper-mob ul li:first-child {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .categorie-edf .swiper-mob {
    display: block;
  }
}
.categorie-edf .categories {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  white-space: nowrap;
  display: flex;
  -webkit-overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
  /*&::-webkit-scrollbar {
      display: none;
  }*/
}
@media screen and (max-width: 1080px) {
  .categorie-edf .categories {
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .categorie-edf .categories {
    gap: 10px;
  }
}
.categorie-edf .categories .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  width: 35% !important;
  min-width: 35% !important;
  margin-right: 0 !important;
  cursor: pointer;
}
.categorie-edf .categories .category > a:first-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .categorie-edf .categories .category {
    gap: 10px;
    width: 50% !important;
    min-width: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .categorie-edf .categories .category {
    gap: 10px;
    width: 90% !important;
    min-width: 90% !important;
  }
}
.categorie-edf .categories .category img {
  background-color: #E6D5CD;
  width: 100%;
  aspect-ratio: 590/455;
  -o-object-fit: cover;
     object-fit: cover;
}
.categorie-edf .categories .category.empty {
  background-color: transparent;
  width: calc((100vw - 1220px) / 2 - 40px) !important;
  min-width: calc((100vw - 1220px) / 2 - 40px) !important;
}
.categorie-edf .categories .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--red-edf) !important;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  white-space: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1260px) {
  .categorie-edf .categories .info {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .categorie-edf .categories .info {
    gap: 10px;
  }
}
.categorie-edf .categories .info .name {
  font-family: "Muli", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 5px;
  color: var(--op2-color-edf) !important;
}
.categorie-edf .categories .info .name strong {
  font-family: "Lexend Giga", serif;
  letter-spacing: -5px;
}
@media screen and (max-width: 1260px) {
  .categorie-edf .categories .info .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .categorie-edf .categories .info .name {
    font-size: 26px;
  }
}
.categorie-edf .categories .info p {
  color: var(--op2-color-edf) !important;
}
.categorie-edf .categories .info .discover {
  text-transform: none;
  display: block;
}
@media screen and (max-width: 1125px) {
  .categorie-edf .categories .info .discover {
    display: none;
  }
}

.edf-guide-denim {
  background-color: var(--background-global);
  height: 720px;
  position: relative;
  margin: 75px auto 93px;
}
.edf-guide-denim .bg {
  background-image: url(bg-denim.jpg);
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: contain;
  width: 100%;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 1680px) {
  .edf-guide-denim .bg {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .edf-guide-denim .bg {
    background-image: url(bg-denim-tab.jpg);
  }
}
.edf-guide-denim .content {
  position: absolute;
  margin: auto;
  top: 505px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.edf-guide-denim .content .title {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Muli, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 50px;
}
.edf-guide-denim .content .desc {
  text-align: center;
  color: white;
  line-height: 22px;
  font-weight: 400;
  max-width: 395px;
  min-width: 200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.edf-guide-denim .content .discover {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.discovering-edf {
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: var(--background-global);
}
.discovering-edf .logo-anim {
  max-width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .discovering-edf .logo-anim {
    left: -30px;
    right: auto;
    bottom: 23%;
    top: auto;
  }
}
.discovering-edf .logo-anim .heart {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.discovering-edf .logo-anim .ghost-img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.discovering-edf .logo-anim .circle-animation {
  position: absolute;
  width: 100%;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.discovering-edf .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 50vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.discovering-edf .top-row.appear .image img {
  left: 0%;
}
.discovering-edf .top-row.appear .content .title,
.discovering-edf .top-row.appear .content .desc {
  opacity: 1;
}
.discovering-edf .top-row .image {
  width: 50%;
  position: relative;
  min-height: 50vh;
}
@media screen and (max-width: 768px) {
  .discovering-edf .top-row .image {
    width: 100%;
  }
}
.discovering-edf .top-row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 840/425;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  -webkit-transition: left 1500ms ease-in-out;
  transition: left 1500ms ease-in-out;
}
.discovering-edf .top-row .content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: var(--pink-edf);
  min-height: 50vh;
}
@media screen and (max-width: 768px) {
  .discovering-edf .top-row .content {
    width: 100%;
    padding: 10px;
  }
}
.discovering-edf .top-row .content .title {
  font-size: 48px;
  color: var(--red-edf) !important;
  font-family: "Lexend Giga", serif;
  font-weight: 400;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .discovering-edf .top-row .content .title {
    font-size: 32px;
  }
}
.discovering-edf .top-row .content .desc {
  font-size: 16px;
  color: var(--red-edf) !important;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  opacity: 0;
  line-height: 20px;
}
.discovering-edf .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 50vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.discovering-edf .bottom-row .picto-tache {
  position: absolute;
  left: -170px;
  bottom: -345px;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
  -webkit-transition: bottom 1500ms ease-in-out, -webkit-transform 1500ms ease-in-out;
  transition: bottom 1500ms ease-in-out, -webkit-transform 1500ms ease-in-out;
  transition: bottom 1500ms ease-in-out, transform 1500ms ease-in-out;
  transition: bottom 1500ms ease-in-out, transform 1500ms ease-in-out, -webkit-transform 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  z-index: 2;
}
.discovering-edf .bottom-row .picto-tache.disappear {
  bottom: 50% !important;
  -webkit-transform: rotate(145deg) !important;
          transform: rotate(145deg) !important;
}
.discovering-edf .bottom-row.appear .picto-tache {
  bottom: -235px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.discovering-edf .bottom-row.appear .image img {
  right: 0%;
}
.discovering-edf .bottom-row.appear .content .title,
.discovering-edf .bottom-row.appear .content .desc {
  opacity: 1;
}
.discovering-edf .bottom-row .image {
  width: 50%;
  position: relative;
  min-height: 50vh;
}
@media screen and (max-width: 768px) {
  .discovering-edf .bottom-row .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.discovering-edf .bottom-row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 840/425;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  -webkit-transition: right 1500ms ease-in-out;
  transition: right 1500ms ease-in-out;
}
.discovering-edf .bottom-row .content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: var(--pink-edf);
  min-height: 50vh;
}
@media screen and (max-width: 768px) {
  .discovering-edf .bottom-row .content {
    width: 100%;
    padding: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.discovering-edf .bottom-row .content .title {
  font-size: 48px;
  color: var(--red-edf) !important;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .discovering-edf .bottom-row .content .title {
    font-size: 32px;
  }
}
.discovering-edf .bottom-row .content .desc {
  font-size: 16px;
  color: var(--red-edf) !important;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  opacity: 0;
  line-height: 20px;
}

.discovering-full {
  height: 100vh;
  width: 100%;
  background-color: var(--background-global);
  background: url(discover1.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #889ba1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .discovering-full {
    background: url(discover1-mob.jpg) no-repeat top;
    background-size: cover;
    background-color: #889ba1;
  }
}
.discovering-full .picto-deco {
  position: absolute;
  right: 0;
  width: 135px;
  bottom: 0%;
  z-index: 5;
  -webkit-transition: bottom 1500ms ease-in-out;
  transition: bottom 1500ms ease-in-out;
  pointer-events: none;
}
.discovering-full .picto-deco.anim-display {
  bottom: 25%;
}
@media screen and (max-width: 1600px) {
  .discovering-full .picto-deco.anim-display {
    bottom: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .discovering-full .picto-deco.anim-display {
    bottom: 35%;
  }
}
@media screen and (max-width: 768px) {
  .discovering-full .picto-deco.anim-display {
    bottom: 10%;
  }
}
.discovering-full .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .discovering-full .content {
    padding: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .discovering-full .content {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .discovering-full .content {
    padding: 10px;
  }
}
.discovering-full .content .title {
  font-size: 48px;
  color: var(--beige-edf) !important;
  font-family: "Lexend Giga", serif;
  font-weight: 400;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .discovering-full .content .title {
    font-size: 32px;
  }
}
.discovering-full .content .desc {
  font-size: 16px;
  color: var(--beige-edf) !important;
  max-width: 290px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  line-height: 20px;
  text-align: center;
}
.discovering-full .content .discover {
  margin: 20px auto 0 auto;
}

.discovering-normal {
  background-color: var(--background-global);
  padding: 0 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1080px) {
  .discovering-normal {
    padding: 0 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .discovering-normal {
    padding: 0 10px;
    padding-top: 10px;
  }
}
.discovering-normal .container {
  height: 100vh;
  width: 100%;
  background: url(discover2.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #889ba1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .discovering-normal .container {
    background: url(discover2-mob.jpg) no-repeat center;
    background-size: cover;
    background-color: #889ba1;
  }
}
.discovering-normal .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .discovering-normal .container .content {
    padding: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .discovering-normal .container .content {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .discovering-normal .container .content {
    padding: 10px;
  }
}
.discovering-normal .container .content .title {
  font-size: 48px;
  color: var(--beige-edf) !important;
  font-family: "Lexend Giga", serif;
  font-weight: 400;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .discovering-normal .container .content .title {
    font-size: 32px;
  }
}
.discovering-normal .container .content .desc {
  font-size: 16px;
  color: var(--beige-edf) !important;
  max-width: 280px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  line-height: 20px;
  text-align: center;
}
.discovering-normal .container .content .discover {
  margin: 20px auto 0 auto;
}

.discovering-duo {
  background-color: var(--background-global);
  padding: 40px 40px 40px 40px;
  z-index: 1;
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  .discovering-duo {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .discovering-duo {
    padding: 10px 10px 10px 10px;
  }
}
.discovering-duo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .discovering-duo .container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .discovering-duo .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .discovering-duo .container {
    gap: 10px;
  }
}
.discovering-duo .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .discovering-duo .container .content {
    padding: 40px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1080px) {
  .discovering-duo .container .content {
    padding: 20px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .discovering-duo .container .content {
    padding: 10px;
    width: 100%;
  }
}
.discovering-duo .container .content.left {
  height: 100%;
  width: 100%;
  background: url(discover-left.jpg) no-repeat center;
  background-size: cover;
  aspect-ratio: 1/1;
}
.discovering-duo .container .content.right {
  height: 100%;
  width: 100%;
  background: url(discover-right.jpg) no-repeat center;
  background-size: cover;
  aspect-ratio: 1/1;
}
.discovering-duo .container .content .title {
  font-size: 48px;
  color: var(--beige-edf) !important;
  font-family: "Lexend Giga", serif;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -5px;
}
@media screen and (max-width: 1080px) {
  .discovering-duo .container .content .title {
    font-size: 32px;
  }
}
.discovering-duo .container .content .desc {
  font-size: 16px;
  color: var(--beige-edf) !important;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  line-height: 20px;
  text-align: center;
}
.discovering-duo .container .content .discover {
  margin: 20px auto 0 auto;
}

.engagement-edf {
  background-color: var(--green-edf);
  width: 100%;
  padding: 140px 0 160px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: calc(100vh + 100px);
  overflow: hidden;
  margin-bottom: -130px;
  position: relative;
  margin-top: 40px;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .engagement-edf {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .engagement-edf {
    margin-bottom: -70px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .engagement-edf {
    padding: 180px 0 170px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .engagement-edf {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
}
.engagement-edf .picto-tache {
  position: absolute;
  left: -110px;
  top: 60%;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
  -webkit-transition: top 1500ms ease-in-out, -webkit-transform 1500ms ease-in-out;
  transition: top 1500ms ease-in-out, -webkit-transform 1500ms ease-in-out;
  transition: top 1500ms ease-in-out, transform 1500ms ease-in-out;
  transition: top 1500ms ease-in-out, transform 1500ms ease-in-out, -webkit-transform 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  z-index: 3;
  max-width: 200px;
}
.engagement-edf .picto-tache.disappear {
  top: 0% !important;
  -webkit-transform: rotate(145deg) !important;
          transform: rotate(145deg) !important;
}
.engagement-edf .title {
  margin: auto;
  color: var(--beige-edf) !important;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .engagement-edf .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .engagement-edf .title {
    margin-bottom: 10px;
  }
}
.engagement-edf .container {
  max-width: 1220px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .engagement-edf .container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .engagement-edf .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .engagement-edf .container {
    padding-top: 40px;
  }
}
.engagement-edf .container .image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .engagement-edf .container .image {
    width: 100%;
  }
}
.engagement-edf .container .image .illu {
  aspect-ratio: 620/500;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.engagement-edf .container .informations {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .engagement-edf .container .informations {
    width: 100%;
  }
}
.engagement-edf .container .informations .picto-life {
  margin-bottom: 40px;
  max-height: 160px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .engagement-edf .container .informations .picto-life {
    margin-bottom: 20px;
    max-height: 115px;
  }
}
@media screen and (max-width: 900px) {
  .engagement-edf .container .informations .picto-life {
    max-height: 95px;
  }
}
@media screen and (max-width: 768px) {
  .engagement-edf .container .informations .picto-life {
    max-height: 135px;
  }
}
@media screen and (max-width: 480px) {
  .engagement-edf .container .informations .picto-life {
    margin-bottom: 10px;
  }
}
.engagement-edf .container .informations .content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .engagement-edf .container .informations .content {
    gap: 20px;
  }
}
.engagement-edf .container .informations .content .desc {
  color: var(--beige-edf) !important;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .engagement-edf .container .informations .content .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .engagement-edf .container .informations .content .discover {
    margin-left: auto;
    margin-right: auto;
  }
}

.edf-main-content {
  position: relative;
  z-index: 3;
  top: 0;
  background-color: var(--background-global);
}

.edf-love-christmas {
  padding: 60px 60px 60px 60px;
}
@media screen and (max-width: 1080px) {
  .edf-love-christmas {
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 640px) {
  .edf-love-christmas {
    padding: 40px 0px 40px 0px;
  }
}
.edf-love-christmas .container {
  height: 100vh;
  width: 100%;
  background: url(christmas.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c9b192;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .edf-love-christmas .container {
    background-position-x: 70%;
  }
}
@media screen and (max-width: 480px) {
  .edf-love-christmas .container {
    background: url(christmas-mob.jpg) no-repeat top;
    background-size: cover;
    background-color: #c9b192;
    min-height: 1100px;
  }
}
.edf-love-christmas .content {
  position: absolute;
  left: 20%;
  top: 0;
  bottom: 0;
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .edf-love-christmas .content {
    left: 120px;
  }
}
@media screen and (max-width: 900px) {
  .edf-love-christmas .content {
    left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .edf-love-christmas .content {
    left: 60px;
  }
}
@media screen and (max-width: 640px) {
  .edf-love-christmas .content {
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .edf-love-christmas .content {
    left: 0;
    right: 0;
    top: 40px;
    bottom: auto;
    margin: auto;
  }
}
.edf-love-christmas .content .coeur {
  margin: 0 auto 20px auto;
  display: block;
  width: 90px;
}
@media screen and (max-width: 640px) {
  .edf-love-christmas .content .coeur {
    margin: 0 auto 10px auto;
  }
}
.edf-love-christmas .content .title {
  font-size: 48px;
  color: var(--beige-edf) !important;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .edf-love-christmas .content .title {
    font-size: 32px;
  }
}
.edf-love-christmas .content .desc {
  font-size: 16px;
  color: var(--beige-edf) !important;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  line-height: 20px;
  text-align: center;
}
.edf-love-christmas .content .discover {
  margin: 20px auto 0 auto;
}

.edf-section-robe {
  padding: 60px 60px 60px 60px;
}
@media screen and (max-width: 1080px) {
  .edf-section-robe {
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .edf-section-robe {
    padding: 60px 0;
  }
}
.edf-section-robe .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container {
    height: 600px;
  }
}
.edf-section-robe .container .left {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container .left {
    width: 100%;
  }
}
.edf-section-robe .container .left video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container .left video {
    opacity: 1;
  }
}
.edf-section-robe .container .left .trait {
  max-width: 200px;
  width: calc(100% - 80px);
  margin-bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container .left .trait {
    display: none;
  }
}
.edf-section-robe .container .left .title {
  font-size: 48px;
  color: var(--op-color-edf) !important;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  text-align: center;
  margin-bottom: 10px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .edf-section-robe .container .left .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container .left .title {
    color: var(--white-edf) !important;
  }
}
.edf-section-robe .container .left .desc {
  font-size: 16px;
  color: var(--op-color-edf) !important;
  max-width: 500px;
  -webkit-transition: opacity 1500ms ease-in-out;
  transition: opacity 1500ms ease-in-out;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  line-height: 20px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container .left .desc {
    color: var(--white-edf) !important;
  }
}
.edf-section-robe .container .left .discover {
  margin: 20px auto 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container .left .discover {
    color: var(--white-edf) !important;
    border-color: var(--white-edf) !important;
  }
}
.edf-section-robe .container .right {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .edf-section-robe .container .right {
    display: none;
  }
}
.edf-section-robe .container .right .robe-img-div {
  width: 50%;
  position: relative;
}
.edf-section-robe .container .right .robe-img-div .robe-img-hover,
.edf-section-robe .container .right .robe-img-div .robe-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.edf-section-robe .container .right .robe-img-div .robe-img-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.edf-section-robe .container .right .robe-img-div:hover .robe-img-hover {
  opacity: 1;
}

/*
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
*/