@charset "UTF-8";
header div.conteneur {
  margin-bottom: 44px !important;
}

.main.conteneur {
  width: 100% !important;
  max-width: 100%;
}

.col-main {
  background: #fff;
}

.fil-ariane {
  display: none;
}

.page.topic-page {
  max-width: 100% !important;
  width: 100% !important;
}

#page_dossier {
  max-width: inherit !important;
}

body {
  overflow-x: hidden;
}

#ldgJeans {
  background: #fff;
  margin: 0 auto;
  max-width: 1368px;
  padding: 0;
  position: relative;
}
#ldgJeans * {
  box-sizing: border-box;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #ldgJeans .ldg-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-desktop {
    display: none !important;
  }
}
#ldgJeans .ldg-dash {
  padding-bottom: 20px;
  position: relative;
}
#ldgJeans .ldg-dash::after {
  background: currentColor;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}
#ldgJeans span[data-lottie] {
  font-size: 0 !important;
}

#ldgJeans .ldg-head {
  background: #2f6591 url("images/head/background.jpg") no-repeat center center;
  padding: 35px 25px;
  text-align: center;
}
#ldgJeans .ldg-head h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}
#ldgJeans .ldg-head p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  margin: 20px auto 0;
  max-width: 790px;
}
#ldgJeans .ldg-head p strong {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-head {
    background: none;
    padding: 0;
  }
  #ldgJeans .ldg-head h1 {
    align-items: center;
    background: url("images/head/background-mobile.jpg") no-repeat center center;
    display: flex;
    height: 255px;
    font-size: 33px;
    justify-content: center;
    line-height: 33px;
    padding: 0 20px;
  }
  #ldgJeans .ldg-head p {
    color: #383838;
    font-size: 12px;
    margin: 20px 20px 0;
    text-align: left;
  }
  #ldgJeans .ldg-head p strong {
    color: #383838;
    font-size: 16px;
  }
}

#ldgJeans .ldg-nav {
  max-width: 1246px;
  margin: 40px auto;
  overflow: auto;
  padding: 15px 25px;
}
#ldgJeans .ldg-nav ol {
  display: flex;
  justify-content: space-between;
  min-width: 985px;
  width: 100%;
}
#ldgJeans .ldg-nav ol li {
  text-align: center;
}
#ldgJeans .ldg-nav ol li a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#ldgJeans .ldg-nav ol li a span[data-lottie] {
  height: 150px;
  left: 50%;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  width: 150px;
  z-index: 1;
}
#ldgJeans .ldg-nav ol li a img {
  display: block;
  margin: 0 auto 35px;
}
#ldgJeans .ldg-nav ol li a span {
  color: #383838;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-nav {
    padding: 0;
  }
  #ldgJeans .ldg-nav ol {
    min-width: 840px;
  }
  #ldgJeans .ldg-nav ol li {
    padding-bottom: 15px;
    width: 140px;
  }
  #ldgJeans .ldg-nav ol li a span[data-lottie] {
    height: 110px;
    top: -15px;
    width: 110px;
  }
  #ldgJeans .ldg-nav ol li a img {
    margin: 15px auto 15px;
    max-width: 80px;
  }
  #ldgJeans .ldg-nav ol li a span {
    font-size: 13px;
    line-height: 17.5px;
  }
}

#ldgJeans .ldg-cuts {
  background: #f2f6f9;
  margin: 0 auto;
  max-width: 1246px;
  padding: 55px 0 50px;
  text-align: center;
}
#ldgJeans .ldg-cuts h2 {
  color: #2186c4;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}
#ldgJeans .ldg-cuts h2 span {
  color: #2186c4;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}
#ldgJeans .ldg-cuts p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 595px;
  margin: 25px auto 40px;
}
#ldgJeans .ldg-cuts p strong {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}
#ldgJeans .ldg-cuts .ldg-cuts--genders {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#ldgJeans .ldg-cuts .ldg-cuts--genders li {
  align-items: center;
  border: 1px solid #383838;
  color: #383838;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  height: 70px;
  justify-content: center;
  margin: 0 20px;
  transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  width: 240px;
}
#ldgJeans .ldg-cuts .ldg-cuts--genders li span:not(.arrow) {
  font-size: 18px;
  margin-right: 10px;
}
#ldgJeans .ldg-cuts .ldg-cuts--genders li .arrow {
  border-bottom: 3px solid #383838;
  border-right: 3px solid #383838;
  display: inline-block;
  height: 12px;
  transform: rotate(-45deg);
  transition: border 0.1s linear, transform 0.1s linear;
  width: 12px;
}
#ldgJeans .ldg-cuts .ldg-cuts--genders li:active {
  transform: translateY(2px);
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--prev,
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--next {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 496px;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 2;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--prev span,
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--next span {
  background: #fff;
  display: block;
  font-size: 0;
  height: 33px;
  width: 33px;
  transition: background 0.1s linear;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--prev:active span,
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--next:active span {
  transform: translateY(2px);
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--prev {
  left: 0;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--prev span {
  background: #fff url("images/arrow-prev.png") no-repeat center center;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--next {
  right: 0;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--next span {
  background: #fff url("images/arrow-next.png") no-repeat center center;
}
@media only screen and (max-width: 640px) {
  #ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--prev,
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-cuts--list-nav .ldg-cuts--list-nav--next {
    height: 407px;
  }
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container {
  width: 100%;
  margin: 0 auto -18px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li {
  margin-right: 75px;
  padding-bottom: 25px;
  position: relative;
  text-align: left;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li img {
  margin-bottom: 25px;
  max-width: inherit;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  padding-left: 35px;
  padding-right: 5px;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3::after {
  left: 35px;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3.skinny {
  color: #f8ce2c;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3.regular {
  color: #754494;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3.slim {
  color: #3e75b7;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3.slim-confort {
  color: #12aedc;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3.tregging {
  color: #8e9ca8;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0 15px;
  padding: 0 5px 0 35px;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li p strong {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li .cta {
  bottom: 0;
  color: #383838;
  font-size: 15px;
  font-weight: 600;
  left: 35px;
  text-decoration: underline;
  position: absolute;
}
#ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li .ldg-looks-corner {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-cuts {
    padding: 35px 0;
  }
  #ldgJeans .ldg-cuts h2 {
    font-size: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-align: left;
  }
  #ldgJeans .ldg-cuts p {
    font-size: 12px;
    line-height: 22px;
    margin: 20px auto;
    max-width: 100%;
    padding: 0 10px;
    text-align: left;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--genders {
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--genders li {
    border: 1px solid #2186c4;
    font-size: 12px;
    height: 50px;
    margin: 0;
    width: 150px;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--genders li span:not(.arrow) {
    font-size: 14px;
    margin-right: 0;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--genders li .arrow {
    display: none;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li {
    margin-right: 25px;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li img {
    margin-bottom: 10px;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li p {
    font-size: 12px;
    line-height: 22px;
    margin: 15px 0 10px;
  }
}
@media only screen and (max-width: 365px) {
  #ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li {
    margin-right: 0;
  }
  #ldgJeans .ldg-cuts .ldg-cuts--lists .ldg-cuts--list .ldg-looks-selector-container ul li img {
    width: 320px;
  }
}
#ldgJeans .ldg-cuts .ldg-cuts--genders li:hover, #ldgJeans .ldg-cuts[data-gender=girls] .ldg-cuts--genders li[data-gender=girls], #ldgJeans .ldg-cuts[data-gender=boys] .ldg-cuts--genders li[data-gender=boys] {
  background: #2186c4;
  border: 1px solid #2186c4;
  color: #fff;
}
#ldgJeans .ldg-cuts .ldg-cuts--genders li:hover .arrow, #ldgJeans .ldg-cuts[data-gender=girls] .ldg-cuts--genders li[data-gender=girls] .arrow, #ldgJeans .ldg-cuts[data-gender=boys] .ldg-cuts--genders li[data-gender=boys] .arrow {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
#ldgJeans .ldg-cuts[data-gender=girls] .ldg-cuts--lists .ldg-cuts--list[data-gender=girls], #ldgJeans .ldg-cuts[data-gender=boys] .ldg-cuts--lists .ldg-cuts--list[data-gender=boys] {
  display: block;
}

#ldgJeans .ldg-guide {
  align-items: center;
  background: url("images/guide/background.jpg") no-repeat left center;
  display: flex;
  height: 415px;
  justify-content: center;
  padding: 0 40px;
}
#ldgJeans .ldg-guide .ldg-guide-animation {
  margin-right: 140px;
  max-height: 100%;
}
#ldgJeans .ldg-guide .ldg-guide-animation span[data-lottie] {
  display: block;
  max-height: 90%;
}
#ldgJeans .ldg-guide .ldg-guide-animation span[data-lottie] svg {
  height: 385px !important;
}
#ldgJeans .ldg-guide .ldg-guide-container h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  padding-bottom: 40px;
}
#ldgJeans .ldg-guide .ldg-guide-container p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px;
  max-width: 585px;
}
#ldgJeans .ldg-guide .ldg-guide-container .ldg-cta {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  text-decoration: underline;
}
@media only screen and (max-width: 1080px) {
  #ldgJeans .ldg-guide .ldg-guide-animation {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-guide {
    background: url("images/guide/background-mobile.jpg") no-repeat left center;
    flex-direction: column;
    height: 604px;
    margin: 0 auto;
    max-width: 320px;
    padding: 10px;
  }
  #ldgJeans .ldg-guide .ldg-guide-animation {
    margin: 0 auto 10px;
    height: auto;
  }
  #ldgJeans .ldg-guide .ldg-guide-animation span[data-lottie] svg {
    height: 220px !important;
  }
  #ldgJeans .ldg-guide .ldg-guide-container h2 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 25px;
  }
  #ldgJeans .ldg-guide .ldg-guide-container p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  #ldgJeans .ldg-guide .ldg-guide-container .ldg-cta {
    font-size: 14px;
    margin-top: 20px;
  }
}

#ldgJeans .ldg-colors {
  align-items: center;
  background: #f2f6f9;
  display: flex;
  margin: 0 auto;
  max-width: 1246px;
  padding: 55px 60px 80px 70px;
}
#ldgJeans .ldg-colors .ldg-colors-visuel {
  margin-right: 90px;
  min-width: 480px;
  flex: 1;
}
#ldgJeans .ldg-colors .ldg-colors-visuel img {
  height: auto;
  width: 100%;
}
#ldgJeans .ldg-colors .ldg-colors-container h2 {
  color: #2186c4;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}
#ldgJeans .ldg-colors .ldg-colors-container p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px;
}
#ldgJeans .ldg-colors .ldg-colors-container p strong {
  color: #2186c4;
  font-size: 14px;
  font-weight: 600;
}
#ldgJeans .ldg-colors .ldg-colors-container ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  max-width: 350px;
}
#ldgJeans .ldg-colors .ldg-colors-container ul li {
  margin-bottom: 20px;
  margin-right: 24px;
  text-align: center;
}
#ldgJeans .ldg-colors .ldg-colors-container ul li img {
  border-radius: 50%;
  margin: 0 auto 10px;
  max-width: inherit;
  overflow: hidden;
}
#ldgJeans .ldg-colors .ldg-colors-container ul li span {
  color: #383838;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (max-width: 1080px) {
  #ldgJeans .ldg-colors {
    padding: 55px 30px 80px 35px;
  }
  #ldgJeans .ldg-colors .ldg-colors-visuel {
    margin-right: 30px;
    min-width: 400px;
  }
}
@media only screen and (max-width: 920px) {
  #ldgJeans .ldg-colors {
    align-items: flex-start;
  }
  #ldgJeans .ldg-colors .ldg-colors-visuel {
    margin-right: 15px;
    min-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-colors {
    padding: 45px 15px 35px;
  }
  #ldgJeans .ldg-colors .ldg-colors-visuel {
    display: none;
  }
  #ldgJeans .ldg-colors .ldg-colors-container {
    max-width: 100%;
  }
  #ldgJeans .ldg-colors .ldg-colors-container h2 {
    font-size: 36px;
    line-height: 36px;
  }
  #ldgJeans .ldg-colors .ldg-colors-container p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
  }
  #ldgJeans .ldg-colors .ldg-colors-container p strong {
    font-size: 12px;
  }
  #ldgJeans .ldg-colors .ldg-colors-container .ldg-colors-list {
    max-width: 100%;
    overflow: auto;
  }
  #ldgJeans .ldg-colors .ldg-colors-container .ldg-colors-list ul {
    flex-wrap: nowrap;
    margin-top: 30px;
  }
  #ldgJeans .ldg-colors .ldg-colors-container .ldg-colors-list ul li {
    margin-bottom: 10px;
    margin-right: 24px;
  }
  #ldgJeans .ldg-colors .ldg-colors-container .ldg-colors-list ul li span {
    white-space: nowrap;
  }
  #ldgJeans .ldg-colors .ldg-colors-container .ldg-colors-list ul li:last-child {
    margin-right: 0;
  }
}

#ldgJeans .ldg-shopping {
  align-items: center;
  background: #2f6591 url("images/shopping/background.jpg") no-repeat left center;
  display: flex;
  height: 415px;
  justify-content: center;
  padding: 0 40px;
}
#ldgJeans .ldg-shopping .ldg-shopping-animation {
  margin-right: 125px;
  max-height: 100%;
}
#ldgJeans .ldg-shopping .ldg-shopping-animation span[data-lottie] {
  display: block;
  max-height: 90%;
}
#ldgJeans .ldg-shopping .ldg-shopping-animation span[data-lottie] svg {
  height: 242px !important;
}
#ldgJeans .ldg-shopping .ldg-shopping-container h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  padding-bottom: 40px;
}
#ldgJeans .ldg-shopping .ldg-shopping-container p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px;
  max-width: 540px;
}
#ldgJeans .ldg-shopping .ldg-shopping-container p strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 1080px) {
  #ldgJeans .ldg-shopping .ldg-shopping-animation {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-shopping {
    background: url("images/shopping/background-mobile.jpg") no-repeat center center;
    flex-direction: column;
    height: 570px;
    margin: 0 auto;
    max-width: 320px;
    padding: 10px;
  }
  #ldgJeans .ldg-shopping .ldg-shopping-animation {
    margin-bottom: 30px;
    margin-right: 0;
  }
  #ldgJeans .ldg-shopping .ldg-shopping-animation span[data-lottie] svg {
    height: 166px !important;
  }
  #ldgJeans .ldg-shopping .ldg-shopping-container h2 {
    font-size: 36px;
    padding-bottom: 15px;
  }
  #ldgJeans .ldg-shopping .ldg-shopping-container p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
  }
}

#ldgJeans .ldg-expertise .ldg-expertise-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: 50px auto 55px;
  padding: 90px 60px 290px;
  position: relative;
}
#ldgJeans .ldg-expertise .ldg-expertise-container h2 {
  color: #ff9015;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  position: relative;
  width: 463px;
  z-index: 2;
}
#ldgJeans .ldg-expertise .ldg-expertise-container h2::before {
  background: url("images/expertise/wording.png") no-repeat center center;
  content: "";
  display: inline-block;
  height: 70px;
  left: -50px;
  position: absolute;
  top: 60px;
  width: 268px;
}
#ldgJeans .ldg-expertise .ldg-expertise-container p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
  position: relative;
  width: 463px;
  z-index: 2;
}
#ldgJeans .ldg-expertise .ldg-expertise-container p strong {
  color: #ff9015;
  font-size: 14px;
  font-weight: 600;
}
#ldgJeans .ldg-expertise .ldg-expertise-container .ldg-expertise-container-visuel {
  left: 60px;
  position: absolute;
  top: 0;
  max-height: 100%;
}
@media only screen and (max-width: 1080px) {
  #ldgJeans .ldg-expertise .ldg-expertise-container .ldg-expertise-container-visuel {
    left: -115px;
  }
}
@media only screen and (max-width: 920px) {
  #ldgJeans .ldg-expertise .ldg-expertise-container .ldg-expertise-container-visuel {
    bottom: 0;
    max-height: 80%;
    top: inherit;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-expertise .ldg-expertise-container {
    align-items: flex-start;
    padding: 320px 15px 0;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-container h2 {
    font-size: 36px;
    line-height: 36px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-container h2::before {
    left: -50px;
    top: 30px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-container p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
    width: auto;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-container .ldg-expertise-container-visuel {
    bottom: inherit;
    left: 20px;
    max-height: 277px;
    top: 0;
  }
}
#ldgJeans .ldg-expertise .ldg-expertise-exps-container {
  overflow: auto;
  margin-bottom: 60px;
  max-width: 100%;
}
#ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1247px;
}
#ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp {
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
#ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp span {
  bottom: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  left: 25px;
  line-height: 25px;
  opacity: 0;
  position: absolute;
  right: 25px;
  text-align: center;
  transform: translateY(200%);
  transition: opacity 0.1s linear, transform 0.1s linear;
  z-index: 2;
}
#ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp::before {
  background-image: linear-gradient(to top, #ff9015 0%, rgba(255, 144, 21, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  transition: transform 0.1s linear;
  width: 100%;
}
#ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp::after {
  background: url("images/expertise/plus.png") no-repeat center center;
  bottom: 20px;
  content: "";
  height: 61px;
  position: absolute;
  right: 20px;
  transition: opacity 0.1s linear, transform 0.1s linear;
  width: 61px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps {
    margin-left: 15px;
    margin-right: 15px;
    width: 990px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp img {
    width: 233px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp span {
    bottom: 10px;
    font-size: 14px;
    left: 10px;
    line-height: 16px;
    right: 10px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp::after {
    background-size: 100% auto;
    bottom: 10px;
    height: 49px;
    right: 10px;
    width: 49px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-exps-container .ldg-expertise-exps .ldg-expertise-exp:last-child {
    margin-right: 15px;
  }
}
#ldgJeans .ldg-expertise .ldg-expertise-list {
  position: relative;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item {
  align-items: flex-end;
  display: none;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 110px;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description h2 {
  color: #ff9015;
  font-size: 42px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description h2::before {
  background: url("images/expertise/wording.png") no-repeat center center;
  content: "";
  display: inline-block;
  height: 70px;
  left: -60px;
  position: absolute;
  top: 90px;
  width: 268px;
  z-index: -1;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description h3 {
  color: #383838;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  max-width: 325px;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description p strong {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description .ldg-cta {
  color: #ff9100;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-discover {
  margin-top: 25px;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-discover p {
  color: #383838;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-discover .ldg-expertise-item-discover-nav {
  margin: 0;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-discover .ldg-expertise-item-discover-nav li {
  color: #383838;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  text-decoration: underline;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(2) {
  line-height: 0;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(2) img {
  max-width: 100%;
}
@media only screen and (max-width: 1160px) {
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item {
    flex-direction: column;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) {
    min-width: inherit;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description h2::before {
    left: -10px;
    top: -30px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description h3 {
    font-size: 32px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 60px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description p strong {
    font-size: 12px;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-description .ldg-cta {
    display: none;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-item > div:nth-child(1) .ldg-expertise-item-discover {
    display: none;
  }
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--prev,
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--next {
  align-items: flex-start;
  bottom: 18px;
  cursor: pointer;
  display: flex;
  height: 110.5vw;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--prev span,
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--next span {
  background: #ff9015;
  display: block;
  font-size: 0;
  height: 50px;
  transition: background 0.1s linear;
  width: 50px;
  z-index: 1;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--prev:hover span,
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--next:hover span {
  background-color: rgba(255, 144, 21, 0.75);
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--prev:active span,
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--next:active span {
  transform: translateY(2px);
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--prev {
  left: 0;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--prev span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH9JREFUeNqUkwEKwCAIRV3soDuCR2knyJ3UGWysSWp++JDRU9LamBlEKO6LEyIJgPyp9QSei+IPcYsqdBP/ZVYagyVIb4TQrKwLWd0wIa+FUwiCvmsIC2SVyE6ZS1OmrZQZHGWeBnlPY+nwC+Dq4dl/uJ4/YWoX1yGu0dxuAQYAENhgKBirmEsAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--next {
  right: 0;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--next span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH9JREFUeNqUkwEKwCAIRV3soDuCR2knyJ3UGWysSWp++JDRU9LamBlEKO6LEyIJgPyp9QSei+IPcYsqdBP/ZVYagyVIb4TQrKwLWd0wIa+FUwiCvmsIC2SVyE6ZS1OmrZQZHGWeBnlPY+nwC+Dq4dl/uJ4/YWoX1yGu0dxuAQYAENhgKBirmEsAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--prev {
    display: none;
  }
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-nav .ldg-expertise-nav--next {
    bottom: 0;
    height: 50px;
  }
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-pagin {
  display: flex;
  justify-content: center;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-pagin .ldg-expertise-pagin--item {
  border-radius: 50%;
  border: 4px solid #fff;
  background: #d8d8d8;
  cursor: pointer;
  font-size: 0;
  height: 18px;
  transition: background 0.1s linear;
  width: 18px;
}
#ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-pagin .ldg-expertise-pagin--item:hover, #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-pagin .ldg-expertise-pagin--item.active {
  background: #ff9015;
}
@media only screen and (min-width: 768px) {
  #ldgJeans .ldg-expertise .ldg-expertise-list .ldg-expertise-pagin {
    display: none;
  }
}
#ldgJeans .ldg-expertise .ldg-expertise-exps .ldg-expertise-exp:hover span,
#ldgJeans .ldg-expertise .ldg-expertise-exps .ldg-expertise-exp.current span {
  opacity: 1;
  transform: translateY(0%);
}
#ldgJeans .ldg-expertise .ldg-expertise-exps .ldg-expertise-exp:hover::before,
#ldgJeans .ldg-expertise .ldg-expertise-exps .ldg-expertise-exp.current::before {
  transform: translateY(0%);
}
#ldgJeans .ldg-expertise .ldg-expertise-exps .ldg-expertise-exp:hover::after,
#ldgJeans .ldg-expertise .ldg-expertise-exps .ldg-expertise-exp.current::after {
  opacity: 0;
  transform: scale(0);
}
#ldgJeans .ldg-expertise[data-expertise=ultraresistant] .ldg-expertise-list .ldg-expertise-item[data-expertise=ultraresistant], #ldgJeans .ldg-expertise[data-expertise=bistretch] .ldg-expertise-list .ldg-expertise-item[data-expertise=bistretch], #ldgJeans .ldg-expertise[data-expertise=slimconfort] .ldg-expertise-list .ldg-expertise-item[data-expertise=slimconfort], #ldgJeans .ldg-expertise[data-expertise=thermo] .ldg-expertise-list .ldg-expertise-item[data-expertise=thermo] {
  display: flex;
}

#ldgJeans .ldg-cleaner {
  background-image: linear-gradient(0deg, rgba(242, 246, 249, 0) 0%, #f2f6f9 19%, #f2f6f9 100%);
  margin: 135px auto 0;
  max-width: 1246px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-cleaner {
    margin-top: 50px;
    padding: 0;
  }
}
#ldgJeans .ldg-cleaner .ldg-cleaner-container {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  padding: 160px 0 75px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner-container h2 {
  color: #3a9f72;
  font-size: 44px;
  font-weight: 600;
  line-height: 42px;
  position: relative;
  z-index: 2;
}
#ldgJeans .ldg-cleaner .ldg-cleaner-container h2::before {
  background: url("images/cleaner/wording.png") no-repeat center center;
  bottom: 70px;
  content: "";
  display: inline-block;
  height: 185px;
  left: -40px;
  position: absolute;
  width: 228px;
  z-index: -1;
}
#ldgJeans .ldg-cleaner .ldg-cleaner-container p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px;
  max-width: 370px;
  position: relative;
  z-index: 1;
}
#ldgJeans .ldg-cleaner .ldg-cleaner-container p strong {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}
#ldgJeans .ldg-cleaner .ldg-cleaner-container .ldg-cleaner-container-visuel {
  bottom: -215px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 980px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner-container .ldg-cleaner-container-visuel {
    right: -255px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner-container {
    padding: 70px 20px 40px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner-container h2 {
    font-size: 36px;
    line-height: 36px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner-container h2::before {
    bottom: -20px;
    left: -10px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner-container p {
    font-size: 12px;
    max-width: 100%;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner-container p strong {
    font-size: 12px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner-container .ldg-cleaner-container-visuel {
    display: none;
  }
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans {
  display: flex;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean {
  cursor: pointer;
  line-height: 0;
  position: relative;
  width: 50%;
  min-width: 225px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean span {
  bottom: 35px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  left: 0;
  position: absolute;
  text-align: center;
  transition: color 0.1s linear;
  width: 100%;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean::after {
  border-bottom: 3px solid #383838;
  border-left: 3px solid #383838;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 45px;
  bottom: 45px;
  transform: rotate(-45deg);
  transition: border 0.1s linear, transform 0.1s linear;
  width: 12px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=materials] span {
  color: #383838;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=materials]::after {
  border-color: #383838;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=washes] span {
  color: #fff;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=washes]::after {
  border-color: #fff;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=washes] .img-open {
  display: none;
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean {
    height: 240px;
    overflow: hidden;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean img {
    height: 240px;
    margin: 0 auto;
    width: auto;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean span {
    bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--cleans .ldg-cleaner--clean::after {
    height: 8px;
    right: 28px;
    bottom: 28px;
    width: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner--cleans {
    max-width: 648px;
    overflow: auto;
  }
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals {
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals {
    margin: 0 auto;
  }
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal {
  display: none;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] {
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 80px;
  padding-top: 65px;
  width: 100%;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(1) {
  width: 415px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(1) p {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.39px;
  padding-right: 50px;
  text-align: right;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(1) p strong {
  background-image: linear-gradient(6deg, #429f72 0%, #46a45c 0%, #a2d3ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3a9f72;
  display: block;
  font-size: 86px;
  font-weight: 600;
  letter-spacing: -2px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) {
  flex: 1;
  padding-left: 45px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) p {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 650px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) a {
  color: #3a9f72;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul {
  display: flex;
  margin-top: 25px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul li {
  margin-right: 20px;
  text-align: center;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul li img {
  margin: 0 auto 25px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul li span {
  color: #3a9f72;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (max-width: 1260px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] {
    flex-direction: column;
    margin: 0 auto;
    max-width: 683px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(1) {
    padding: 0 15px;
    width: 100%;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(1) p {
    padding-right: 0;
    padding-bottom: 30px;
    text-align: left;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) {
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 1260px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(1) p {
    font-size: 18px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(1) p strong {
    font-size: 60px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) p {
    font-size: 12px;
    line-height: 18px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) a {
    font-size: 14px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul {
    justify-content: center;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul li {
    margin-right: 10px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul li:last-child {
    margin-right: 0;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul li img {
    max-width: 90px;
    margin-bottom: 10px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials] div:nth-child(2) ul li span {
    font-size: 16px;
    line-height: 22px;
  }
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) {
  background: #FFF;
  padding: 50px 30px 10px 85px;
  width: 50%;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) p span {
  color: #00a26e;
  font-weight: 600;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 30px;
  opacity: 0.67;
  text-align: right;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) span.ldg-dash {
  color: #383838;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 35px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) span.ldg-dash::after {
  background: #3a9f72;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) {
  background: #f7f8f8;
  line-height: 0;
  position: relative;
  width: 50%;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul {
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul li {
  margin: 0 15px;
  text-align: center;
  width: 130px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul li span {
  display: block;
  margin: 0 auto 15px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul li p {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  height: 90px;
  justify-content: center;
  line-height: 30px;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) img {
  max-width: 100%;
}
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2)::after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(20, 16, 56, 0.3) 100%);
  bottom: 0;
  content: "";
  height: 75%;
  left: 0;
  opacity: 0.69;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1260px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] {
    flex-direction: column;
    margin: 0 auto;
    max-width: 683px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) {
    width: 100%;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) {
    padding: 30px 15px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) h3 br,
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) p br,
#ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(1) .ldg-quote br {
    display: none;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul {
    width: 320px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul li {
    margin: 0 7px;
    width: 33%;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul li span {
    height: 150px;
  }
  #ldgJeans .ldg-cleaner .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] div:nth-child(2) ul li p {
    font-size: 18px;
    height: 90px;
    line-height: 22px;
  }
}
#ldgJeans .ldg-cleaner[data-goal=materials] .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=materials] span, #ldgJeans .ldg-cleaner[data-goal=washes] .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=washes] span {
  color: #3a9f72;
}
#ldgJeans .ldg-cleaner[data-goal=materials] .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=materials]::after, #ldgJeans .ldg-cleaner[data-goal=washes] .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=washes]::after {
  border-color: #3a9f72;
  transform: rotate(-45deg) rotateZ(-180deg);
}
#ldgJeans .ldg-cleaner[data-goal=washes] .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=washes] .img-closed {
  display: none;
}
#ldgJeans .ldg-cleaner[data-goal=washes] .ldg-cleaner--cleans .ldg-cleaner--clean[data-goal=washes] .img-open {
  display: block;
}
#ldgJeans .ldg-cleaner[data-goal=materials] .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=materials], #ldgJeans .ldg-cleaner[data-goal=washes] .ldg-cleaner--goals .ldg-cleaner--goal[data-goal=washes] {
  display: flex;
}

#ldgJeans .ldg-number {
  background: #f2f6f9;
  margin-top: 50px;
  padding: 70px 0 90px;
}
#ldgJeans .ldg-number .ldg-number-container {
  background: url("images/number/visuel.png") no-repeat left 155px top;
  height: 525px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 320px);
}
#ldgJeans .ldg-number .ldg-number-container .ldg-number-corner {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#ldgJeans .ldg-number .ldg-number-container h2 {
  color: #3a9f72;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  padding-top: 45px;
}
#ldgJeans .ldg-number .ldg-number-container h2 strong {
  background: linear-gradient(6deg, #429f72 0%, #46a45c 0%, #a2d3ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3a9f72;
  display: block;
  font-size: 175px;
  font-weight: 600;
  line-height: 0.85em;
}
#ldgJeans .ldg-number .ldg-number-container h2 strong span {
  background: linear-gradient(6deg, #429f72 0%, #46a45c 0%, #a2d3ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3a9f72;
  font-size: 175px;
  font-weight: 600;
  line-height: 0.85em;
}
#ldgJeans .ldg-number .ldg-number-container h2 strong sup {
  background: linear-gradient(6deg, #429f72 0%, #46a45c 0%, #a2d3ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #3a9f72;
  font-size: 76px;
  font-weight: 600;
  vertical-align: text-top;
  position: relative;
  top: 0;
  line-height: inherit;
}
@media only screen and (max-width: 1024px) {
  #ldgJeans .ldg-number .ldg-number-container {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-number {
    margin-top: 20px;
    padding: 40px 0 30px;
  }
  #ldgJeans .ldg-number .ldg-number-container {
    background: url("images/number/visuel.png") no-repeat center bottom;
    background-size: 100% auto;
    text-align: center;
    padding-bottom: calc(340px + 62.581vw);
    width: 100%;
  }
  #ldgJeans .ldg-number .ldg-number-container h2 {
    display: inline-block;
    font-size: 26px;
    line-height: 31px;
    margin: 20px auto 0;
    padding-top: 0;
    text-align: left;
    width: auto;
  }
  #ldgJeans .ldg-number .ldg-number-container h2 strong span {
    font-size: 113px;
  }
  #ldgJeans .ldg-number .ldg-number-container h2 strong sup {
    font-size: 59px;
    vertical-align: middle;
  }
}

#ldgJeans .ldg-extend {
  background: #f2f6f9;
}
#ldgJeans .ldg-extend .ldg-extend-container {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) {
  margin-right: 60px;
  position: relative;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1)::before {
  background: url("images/extend/planet.png") no-repeat center center;
  content: "";
  display: inline-block;
  height: 292px;
  position: absolute;
  right: -30px;
  top: 15px;
  width: 300px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) h2 {
  color: #3a9f72;
  font-size: 44px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) h2::before {
  background: url("images/extend/wording.png") no-repeat center center;
  bottom: 150px;
  content: "";
  display: inline-block;
  height: 60px;
  left: -65px;
  position: absolute;
  width: 249px;
  z-index: -1;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) img {
  position: relative;
  z-index: 2;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) {
  max-width: 620px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) h3 {
  color: #383838;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-list {
  margin: 40px 0 50px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-list li {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-list li::before {
  content: "•";
  margin-right: 5px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-list li strong {
  color: #3a9f72;
  font-size: 14px;
  font-weight: 600;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  max-width: 600px;
  overflow: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li {
  width: 180px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li:not(:last-child) {
  margin-right: 30px;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li img {
  max-width: inherit;
  transform: scale(1);
  transition: transform 0.75s ease-in;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li p {
  color: #383838;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 20px 0;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li a {
  color: #00a26e;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li a::after {
  background: #00a26e;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.25s ease-in;
  width: 0%;
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li:hover img {
  transform: scale(0.9);
}
#ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li:hover a::after {
  width: 100%;
}
@media only screen and (max-width: 1060px) {
  #ldgJeans .ldg-extend .ldg-extend-container {
    flex-direction: column;
    padding: 0 20px 80px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) img {
    height: 240px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-extend .ldg-extend-container {
    padding-top: 70px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1)::before {
    display: none;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) h2::before {
    bottom: 115px;
    left: -15px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(1) img {
    display: none;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) h3 {
    font-size: 18px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-list {
    margin: 20px 0 35px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-list li {
    font-size: 12px;
    line-height: 22px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-list li strong {
    font-size: 12px;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li {
    max-width: 37vw;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li {
    max-width: 70vw;
  }
  #ldgJeans .ldg-extend .ldg-extend-container div:nth-child(2) .ldg-extend-articles li:not(:last-child) {
    margin-right: 10px;
  }
}

#ldgJeans .ldg-recycle {
  overflow: hidden;
  padding: 135px 40px 40px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container {
  background: #f2f6f9;
  display: flex;
  margin: 0 auto;
  max-width: 1030px;
  padding: 50px 50px 80px;
  position: relative;
}
#ldgJeans .ldg-recycle .ldg-recycle-container > picture {
  bottom: 0;
  line-height: 0;
  position: absolute;
  right: 100px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div {
  position: relative;
  z-index: 1;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div h2 {
  color: #3a9f72;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  max-width: 270px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div h2::after {
  width: 70px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div ul {
  margin: 30px 0 40px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div ul li {
  display: flex;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div ul li img {
  margin-right: 20px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div ul li span {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div ul li:not(:last-child) {
  margin-bottom: 25px;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div > strong {
  color: #3a9f72;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}
#ldgJeans .ldg-recycle .ldg-recycle-container div > strong span {
  font-size: 40px;
  font-weight: 600;
}
#ldgJeans .ldg-recycle .ldg-recycle-container .ldg-mentions {
  bottom: 10px;
  color: #383838;
  font-size: 9px;
  font-weight: 400;
  left: 15px;
  line-height: 24px;
  position: absolute;
}
@media only screen and (max-width: 1080px) {
  #ldgJeans .ldg-recycle .ldg-recycle-container > picture {
    right: -35px;
  }
}
@media only screen and (max-width: 880px) {
  #ldgJeans .ldg-recycle .ldg-recycle-container > picture {
    right: -155px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-recycle .ldg-recycle-container {
    background: #fff;
    flex-direction: column-reverse;
    padding: 0;
  }
  #ldgJeans .ldg-recycle .ldg-recycle-container > picture {
    bottom: inherit;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    right: inherit;
  }
  #ldgJeans .ldg-recycle .ldg-recycle-container > picture img {
    min-width: 768px;
  }
  #ldgJeans .ldg-recycle .ldg-recycle-container div {
    width: 100%;
    padding: 30px 15px 40px;
  }
  #ldgJeans .ldg-recycle .ldg-recycle-container div h2 {
    font-size: 24px;
    line-height: 24px;
    max-width: inherit;
  }
  #ldgJeans .ldg-recycle .ldg-recycle-container div > strong {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-recycle {
    padding: 40px 0 0;
  }
}

#ldgJeans .ldg-social {
  background: #f2f6f9;
  padding: 30px 60px 40px;
  text-align: center;
}
#ldgJeans .ldg-social h2 {
  color: #2186c4;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}
#ldgJeans .ldg-social h2 small {
  color: #2186c4;
  display: block;
  font-size: 24px;
}
#ldgJeans .ldg-social .ldg-social-visuels {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 35px;
  overflow: auto;
}
#ldgJeans .ldg-social .ldg-social-visuels .ldg-social-visuel {
  min-width: 215px;
}
#ldgJeans .ldg-social .ldg-social-visuels .ldg-social-visuel img {
  height: auto;
  width: 100%;
}
#ldgJeans .ldg-social .ldg-social-visuels .ldg-social-visuel:not(:last-child) {
  margin-right: 30px;
}
#ldgJeans .ldg-social p {
  color: #383838;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 auto;
  max-width: 525px;
}
#ldgJeans .ldg-social h3 {
  margin-top: 15px;
  color: #2186c4;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}
#ldgJeans .ldg-social h3 a img {
  vertical-align: text-bottom;
}
@media only screen and (max-width: 1080px) {
  #ldgJeans .ldg-social {
    padding: 30px 15px 40px;
  }
}
@media only screen and (max-width: 767px) {
  #ldgJeans .ldg-social {
    padding: 25px 15px;
  }
  #ldgJeans .ldg-social h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #ldgJeans .ldg-social h2 small {
    font-size: 18px;
  }
  #ldgJeans .ldg-social .ldg-social-visuels {
    margin: 20px 0;
  }
  #ldgJeans .ldg-social p {
    max-width: 100%;
    padding: 0 10px;
  }
  #ldgJeans .ldg-social h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 27px;
  }
  #ldgJeans .ldg-social h3 a img {
    height: auto;
    width: 30px;
  }
}

#ldgJeans .ldg-mentions p {
  color: #383838;
  font-size: 9px;
  line-height: 12px;
  margin: 10px;
}