@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");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=La+Belle+Aurore&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titan+One&display=swap");

:root {
  --pink: #FFC6FD;
  --green: #0EB46A;
  --shadow-drop: 0 0 20px rgba(0, 0, 0, 0.15);
}

body {
  max-width: 100vw !important;
  background: 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;
}

body::-webkit-scrollbar {
  display: none;
}

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

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

#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;
  }
}

#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;
  }
}

.landing-rdc-content {
  max-width: 1592px;
  margin: -100px auto 0;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .landing-rdc-content {
    padding: 0px 42px;
  }
}

.lgd-rdc-header {
  position: relative;
  padding: 134px 0 100px 0;
}

.lgd-rdc-header::after {
  content: "";
  background: url(mosaic.svg) repeat left top var(--green);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
}

.lgd-rdc-header h1 {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-header h1 {
    width: 344px;
    margin: 0 auto;
  }

  .lgd-rdc-header h1 img {
    width: 100%;
  }
}

.lgd-rdc-header .lgd-header-offre {
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-header .lgd-header-offre {
    margin-bottom: 27px;
  }
}

.lgd-rdc-header .lgd-header-offre .remise {
  font-size: 75px;
  line-height: 55px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.lgd-rdc-header .lgd-header-offre .remise .jusqua {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  left: -25px;
  top: 10px;
}

.lgd-rdc-header .lgd-header-offre .remise sup {
  font-size: 32px;
}

.lgd-rdc-header .lgd-header-offre .remise .off {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  top: 33px;
  left: 94px;
}

.lgd-rdc-header .lgd-header-offre .libelle {
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 400;
  text-align: center;
}

.lgd-rdc-accessories {
  background-color: #fff;
  width: 100%;
  border-radius: 30px 30px 56px 56px;
  padding: 33px 16px 16px;
  -webkit-box-shadow: var(--shadow-drop);
  box-shadow: var(--shadow-drop);
}

.lgd-rdc-accessories h2 {
  font-family: "Titan One", Arial, sans-serif;
  font-size: 40px;
  line-height: 31px;
  color: var(--green);
  text-align: left;
  margin-bottom: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-accessories h2 {
    text-align: center;
    font-size: 70px;
    line-height: 52px;
  }
}

.lgd-rdc-accessories .lgd-accessories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-accessories .lgd-accessories {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.lgd-rdc-accessories .lgd-accessories .lgd-accessories-item {
  border: 8px solid var(--pink);
  border-radius: 40px;
  position: relative;
}

.lgd-rdc-accessories .lgd-accessories .lgd-accessories-item .full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-accessories .lgd-accessories .lgd-accessories-item {
    max-width: 492px;
    width: 33%;
  }
}

.lgd-rdc-accessories .lgd-accessories .lgd-accessories-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 32px;
  display: block;
}

.lgd-rdc-accessories .lgd-accessories .lgd-accessories-item .lgd-accessory-name {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background-color: #fff;
  border-radius: 8px 8px 8px 26px;
  color: var(--green);
  font-family: "Titan One", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  padding: 6px 16px;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-accessories .lgd-accessories .lgd-accessories-item .lgd-accessory-name {
    font-size: 36px;
    line-height: 42px;
    border-radius: 12px 12px 12px 39px;
    padding: 9px 24px;
  }
}

.lgd-rdc-sectionpink {
  -webkit-box-shadow: var(--shadow-drop);
  box-shadow: var(--shadow-drop);
  background-color: #fff;
  border-radius: 48px;
  padding: 18px;
  margin-top: 24px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .lgd-rdc-sectionpink {
    margin-top: 32px;
  }
}

.lgd-rdc-sectionpink .full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  display: block;
}

.lgd-rdc-sectionpink .lgd-section-content {
  background-color: var(--pink);
  border-radius: 40px;
  padding: 6px 8px;
}

.lgd-rdc-sectionpink .lgd-section-content .lgd-content-picture {
  border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 308px;
}

.lgd-rdc-sectionpink .lgd-section-content h2 {
  font-size: 42px;
  line-height: 31px;
  color: var(--pink);
  font-family: "Titan One", Arial, sans-serif;
  text-align: center;
  padding-top: 17px;
  font-weight: 400;
}

.lgd-rdc-sectionpink .lgd-section-content h2 span {
  margin-top: 7px;
  font-family: "Titan One", Arial, sans-serif;
  font-size: 24px;
  line-height: 31px;
  display: block;
}

.lgd-rdc-sectionpink .lgd-section-content .lgd-content-links {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.lgd-rdc-sectionpink .lgd-section-content .cta {
  width: 162px;
  max-width: 480px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px auto;
}

.lgd-rdc-sectionpink .lgd-section-content .cta:hover,
.lgd-rdc-sectionpink .lgd-section-content .cta:focus {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-sectionpink .lgd-section-content h2 {
    font-size: 80px;
    line-height: 50px;
    position: absolute;
    top: 115px;
    left: 175px;
  }

  .lgd-rdc-sectionpink .lgd-section-content h2 span {
    font-size: 38px;
    line-height: 50px;
  }

  .lgd-rdc-sectionpink .lgd-section-content .lgd-content-links {
    position: absolute;
    top: 214px;
    left: 142px;
  }
}

.lgd-rdc-slider {
  -webkit-box-shadow: var(--shadow-drop);
  box-shadow: var(--shadow-drop);
  background-color: var(--green);
  border-radius: 40px;
  margin-top: 26px;
  padding-top: 36px;
  padding-bottom: 31px;
}

.lgd-rdc-slider h2 {
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  font-family: "Titan One", Arial, sans-serif;
  text-align: center;
  margin-bottom: 23px;
  font-weight: 400;
}

.lgd-rdc-slider .rdc-slider .slider {
  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: nowrap;
  flex-wrap: nowrap;
  overflow-y: auto;
  gap: 10px;
  scrollbar-width: none;
}

@media only screen and (min-width: 1580px) {
  .lgd-rdc-slider .rdc-slider .slider {
    scrollbar-width: thin;
  }
}

.lgd-rdc-slider .rdc-slider .slider .section {
  border: 8px solid var(--pink);
  border-radius: 40px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 290px;
  height: 328px;
}

.lgd-rdc-slider .rdc-slider .slider .section:first-child {
  margin-left: 16px;
}

.lgd-rdc-slider .rdc-slider .slider .section:last-child {
  margin-right: 16px;
}

.lgd-rdc-slider .rdc-slider .slider .section img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 32px;
}

.lgd-rdc-slider .rdc-slider .slider .section .title-section {
  position: absolute;
  bottom: 8px;
  left: 9px;
  background-color: #fff;
  border-radius: 8px 8px 8px 26px;
  color: var(--green);
  font-family: "Titan One", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  padding: 6px 13px 6px 16px;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-slider .rdc-slider .slider .section .title-section {
    font-size: 31px;
    line-height: 36px;
    border-radius: 10px 10px 10px 33px;
    padding: 7px 11px 7px 20px;
  }
}

.lgd-rdc-slider .rdc-slider .slider .section .full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-slider .rdc-slider .slider .section {
    max-width: 375px;
    min-width: 375px;
    max-height: 422px;
    height: 100%;
  }

  .lgd-rdc-slider .rdc-slider .slider .section img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.lgd-rdc-slider .bullet-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3125rem;
  display: none;
  margin-top: 20px;
}

@media only screen and (max-width: 48.0625rem) {
  .lgd-rdc-slider .bullet-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lgd-rdc-slider .bullet-nav .bullet-nav__item a {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.lgd-rdc-slider .bullet-nav .bullet-nav__item a.active {
  width: 24px;
  background-color: #fff;
}

@media only screen and (min-width: 1259px) {
  .lgd-rdc-looks.lgd-rdc-slider .rdc-slider .slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.lgd-rdc-sectionpink.lgd-rdc-basics {
  margin-top: -40px;
}

.lgd-rdc-sectionpink.lgd-rdc-basics .lgd-section-content .lgd-content-picture {
  background-image: url(basics-mob.jpg);
}

@media screen and (min-width: 769px) {
  .lgd-rdc-sectionpink.lgd-rdc-basics {
    margin-top: 32px;
  }

  .lgd-rdc-sectionpink.lgd-rdc-basics .lgd-section-content .lgd-content-picture {
    background-image: url(basics-desk.jpg);
    background-size: cover;
  }

  .lgd-rdc-sectionpink.lgd-rdc-basics h2 {
    left: 253px;
    top: 89px;
  }

  .lgd-rdc-sectionpink.lgd-rdc-basics .lgd-section-content .lgd-content-links {
    left: 335px;
    top: 223px;
  }
}

.lgd-rdc-sectionpink.lgd-rdc-sport {
  margin-top: 24px;
}

.lgd-rdc-sectionpink.lgd-rdc-sport .lgd-section-content .lgd-content-picture {
  background-image: url(sport-mob.jpg);
}

.lgd-rdc-sectionpink.lgd-rdc-sport .lgd-section-content .lgd-content-links .cta {
  width: 115px;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .lgd-rdc-sectionpink.lgd-rdc-sport .lgd-section-content .lgd-content-picture {
    background-image: url(sport-desk.jpg);
    background-size: cover;
  }

  .lgd-rdc-sectionpink.lgd-rdc-sport h2 {
    left: 191px;
    top: 112px;
  }

  .lgd-rdc-sectionpink.lgd-rdc-sport .lgd-section-content .lgd-content-links {
    left: 142px;
    top: 214px;
  }

  .lgd-rdc-sectionpink.lgd-rdc-sport .lgd-section-content .lgd-content-links .cta {
    width: 162px;
  }
}

.lgd-rdc-sectionpink.lgd-rdc-broderie .lgd-content-picture {
  height: 500px;
  width: 100%;
}

.lgd-rdc-sectionpink.lgd-rdc-broderie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 32px;
}

.lgd-rdc-sectionpink.lgd-rdc-broderie h2 {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
}

.lgd-rdc-sectionpink.lgd-rdc-broderie .lgd-section-txt span {
  margin: 18px 20px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2D2A29;
}

@media only screen and (min-width: 769px) {
  .lgd-rdc-sectionpink.lgd-rdc-broderie .lgd-section-txt span {
    margin: 20px auto;
  }
}

.lgd-rdc-sectionpink.lgd-rdc-broderie .lgd-section-txt a.cta {
  margin-top: 18px;
  width: 228px;
}

.rdc-brand {
  position: relative;
  text-align: center;
  margin-top: 2.1875rem;
}

.rdc-brand .cta {
  width: 330px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px auto;
}

.rdc-brand .cta:hover,
.rdc-brand .cta:focus {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.rdc-brand h3 {
  font-family: "Titan One";
  font-weight: 400;
  font-size: 36px;
  line-height: 31px;
  text-align: center;
  color: #0EB46A;
  font-weight: 400;
}

.rdc-brand h3 span {
  color: #0EB46A;
  font-size: 1.6875rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotateZ(-3deg) translateX(-40px) translateY(-50%);
  transform: rotateZ(-3deg) translateX(-40px) translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .rdc-brand h3 {
    font-size: 36px;
  }

  .rdc-brand h3 span {
    font-size: 3.125rem;
  }
}

.rdc-brand .rdc-brands-list {
  max-width: 64.1875rem;
  margin: 0 auto 2.3125rem;
}

@media only screen and (max-width: 48rem) {
  .rdc-brand .rdc-brands-list {
    margin-bottom: 1.4375rem;
  }
}

.rdc-brand .rdc-brands-list .scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.rdc-brand .rdc-brands-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: 2.125rem;
}

.rdc-brand .rdc-brands-list ul li:first-child {
  margin-left: 1rem;
}

.rdc-brand .rdc-brands-list ul li:last-child {
  margin-right: 1rem;
}

.rdc-brand .rdc-brands-list ul img {
  width: 8.75rem;
}

.rdc-brand .rdc-brands-list ul a {
  display: block;
}