@charset "utf-8";
.is-lightB {
  color: #2B6FD2;
}
.content-wrapper.layout-width {
  width: 100%;
  padding: 0;
}
.fancybox-content {
  overflow: unset !important;
}
.fancybox-slide--html {
  padding: 22px;
}
.fancybox-slide--html .fancybox-close-small {
  background-image: url('../images/Landing_Pages/H19/jean_jullien/close.svg?$staticlink$');
  background-repeat: no-repeat;
  background-size: 22px;
  right: -45px !important;
  top: 0px;
  width: 22px;
  height: 22px;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.krealid-lp {
  min-width: 320px;
  font-family: 'Quicksand', sans-serif;
  color: #061531;
  line-height: 1.2;
  cursor: default;
  -webkit-text-size-adjust: none;
}
.krealid-lp::after {
  content: 'mobile';
  display: none;
}
.krealid-lp * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.krealid-lp *::before,
.krealid-lp *::after {
  box-sizing: inherit;
}
.krealid-lp *:focus {
  outline: 0;
}
.krealid-lp ::-moz-selection {
  background-color: #15284b;
  color: #fff;
}
.krealid-lp ::selection {
  background-color: #15284b;
  color: #fff;
}
.krealid-lp img {
  max-width: 100%;
}
.krealid-lp .wrap,
.krealid-lp .grid,
.krealid-lp .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.btn {
  background-color: #061531;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  padding: 1.22em 2.72em;
  transition: all 0.1s;
}
.btn:hover {
  background-color: #2B6FD2;
  color: #fff;
}
.btn--game:hover {
  background-color: #fff;
  color: #2B6FD2 !important;
}
.popin {
  display: none;
  padding: 30px 25px;
  background-color: #fff;
  max-width: 840px;
}
.popin__content {
  background-color: #fff;
}
.popin__title {
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-align: center;
}
.popin__title:after {
  content: '';
  width: 36px;
  height: 1px;
  display: block;
  border-top: 1px solid #061531;
  margin: 15px auto 0;
}
.popin__game__questions .question {
  display: none;
}
.popin__game__questions .question__title {
  color: #2B6FD2;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.popin__game__questions .question__answers .answer {
  text-align: center;
  font-size: 16px;
  border: 1px solid #061531;
  border-radius: 3px;
  padding: 5px 12px;
  margin-bottom: 12px;
  transition: all 0.2s;
  max-width: 411px;
  min-height: 110px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-box-orient: vertical;
}
.popin__game__questions .question__answers .answer__span {
  font-weight: 700;
}
.popin__game__questions .question__answers .answer__txt {
  margin: 2px;
}
.popin__game__questions .question__answers .answer:hover,
.popin__game__questions .question__answers .answer.selected {
  background-color: #2B6FD2;
  color: #fff;
  border-color: #2B6FD2;
}
.popin__game__questions .question__answers .answer.error {
  border: 1px solid #c22526;
  color: #061531;
}
.popin__game__questions .question__answers .answer.error:hover {
  border: 1px solid #2B6FD2;
  color: #fff;
}
.popin__game__questions .question__error {
  color: #c22526;
  text-align: center;
  display: none;
  font-weight: 600;
}
.popin__game__questions .question__error.active {
  display: block;
}
.popin__game__questions .question__btn {
  text-align: center;
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-box-orient: vertical;
}
.popin__game__questions .question__btn .btn {
  width: 100%;
  max-width: 326px;
  margin: 5px 0;
  padding: 1.22em 2em;
}
.popin__game__questions .question.active {
  display: block;
}
.popin__animal {
  text-align: center;
}
.popin__animal__content {
  margin-bottom: 40px;
  text-align: center;
}
.popin__animal__content__title {
  color: #2B6FD2;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.popin__animal__content .animal img {
  max-width: 70%;
}
.popin__animal__content .animal__title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.popin__animal__content .animal__txt {
  font-size: 16px;
}
.popin__animal__discover {
  font-weight: 700;
  color: #2B6FD2;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.popin__animal__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-box-orient: vertical;
}
.popin__animal__btn .btn {
  width: 100%;
  max-width: 326px;
  margin-bottom: 15px;
  padding: 1.22em 2em;
  text-align: center;
}
.lp-jean-jullien .heading {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 25px;
}
.lp-jean-jullien .heading__content {
  background-color: #fff;
  text-align: center;
  padding: 40px 15px;
}
.lp-jean-jullien .heading__content__logo {
  display: block;
  margin: 0 auto 30px;
}
.lp-jean-jullien .heading__content__txt {
  font-size: 15px;
  margin-bottom: 0;
}
.lp-jean-jullien .collection {
  position: relative;
  margin-top: 50px;
}
.lp-jean-jullien .collection__category {
  max-width: 1020px;
  margin: 0 auto 50px;
}
.lp-jean-jullien .collection__category__header {
  transform: translateY(13px);
  text-align: center;
}
.lp-jean-jullien .collection__category__subtitle {
  color: #2B6FD2;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.lp-jean-jullien .collection__category__title {
  color: #2B6FD2;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.lp-jean-jullien .collection__category__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-box-orient: horizontal;
}
.lp-jean-jullien .collection__category__items__item {
  position: relative;
  z-index: -1;
}
.lp-jean-jullien .collection__category__items__item .item__price {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30%;
  color: #061531;
}
.lp-jean-jullien .collection__category__items__item .item__price__txt,
.lp-jean-jullien .collection__category__items__item .item__price__price {
  display: block;
}
.lp-jean-jullien .collection__category__items__item .group__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-box-orient: horizontal;
}
.lp-jean-jullien .collection__category__items__item--transform {
  transform: translate(-50%, -55%);
}
.lp-jean-jullien .collection__category__items .items__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-box-orient: horizontal;
}
.lp-jean-jullien .collection__category__items .items__group .collection__category__items__item .item__price {
  width: 100%;
}
.lp-jean-jullien .collection__category__footer {
  font-size: 16px;
  text-align: right;
  transform: translate(-20%, -110px);
}
.lp-jean-jullien .collection__category__footer .txt {
  display: block;
  color: #2B6FD2;
  font-size: 18px;
  margin-top: 2px;
  font-weight: 600;
}
.lp-jean-jullien .collection__category--baby .collection__category__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-box-orient: vertical;
}
.lp-jean-jullien .collection__category--baby .collection__category__items__item {
  margin-bottom: 15px;
}
.lp-jean-jullien .collection__category--baby .collection__category__items__item .item__price {
  width: 100%;
}
.lp-jean-jullien .collection__category--baby .collection__category__items .items__group {
  max-width: 65%;
}
.lp-jean-jullien .collection__category--adult .collection__category__header {
  transform: translateY(0);
  text-align: left;
  margin-bottom: 80px;
}
.lp-jean-jullien .collection__category--adult .collection__category__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.lp-jean-jullien .collection__category--adult .collection__category__items__item {
  z-index: -1;
}
.lp-jean-jullien .collection__category--adult .collection__category__items__item .item__price {
  text-align: center;
  width: 95%;
  bottom: 10px;
}
.lp-jean-jullien .collection__category--adult .collection__category__items__item .item__price__txt,
.lp-jean-jullien .collection__category--adult .collection__category__items__item .item__price__price {
  display: inline-block;
}
.lp-jean-jullien .patchs {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -50px;
}
.lp-jean-jullien .patchs__content {
  max-width: 400px;
  margin: 0 auto;
  border: 20px solid #2B6FD2;
  padding: 20px 15px 0;
  margin-bottom: 45px;
}
.lp-jean-jullien .patchs__content__bloc {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-box-orient: horizontal;
}
.lp-jean-jullien .patchs__content__bloc__txt {
  width: 50%;
}
.lp-jean-jullien .patchs__content__bloc img {
  width: 25%;
}
.lp-jean-jullien .patchs__content__bloc .bloc__title {
  font-size: 22px;
  margin: 0 0 2px;
  color: #061531;
}
.lp-jean-jullien .patchs__content__bloc .bloc__subtitle {
  color: #2B6FD2;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.lp-jean-jullien .patchs__content__bloc .bloc__txt {
  font-size: 14px;
  padding-bottom: 10px;
}
.lp-jean-jullien .jean__jullien {
  margin-bottom: 60px;
}
.lp-jean-jullien .jean__jullien__visuel {
  margin: 0 -20px;
}
.lp-jean-jullien .jean__jullien__visuel img {
  margin: 0 auto;
  display: block;
}
.lp-jean-jullien .jean__jullien__content {
  margin-top: 20px;
  text-align: center;
}
.lp-jean-jullien .jean__jullien__content__span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #061531;
}
.lp-jean-jullien .jean__jullien__content__logo {
  max-width: 150px;
  display: block;
  margin: 5px auto 0;
}
.lp-jean-jullien .jean__jullien__content__txt {
  margin: 25px 0 0;
  font-size: 15px;
}
.lp-jean-jullien .banner {
  background-color: #2B6FD2;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  border-radius: 0;
}
.lp-jean-jullien .banner a {
  color: #fff;
}
.lp-jean-jullien .banner .btn {
  margin-top: 20px;
  display: inline-block;
}
.lp-jean-jullien .banner__content__title {
  margin: 0 0 18px;
}
.lp-jean-jullien .banner__collection .banner__content__title {
  font-size: 17px;
  line-height: 1.5;
}
.lp-jean-jullien .banner__collection .banner__content__txt {
  font-size: 15px;
}
.lp-jean-jullien .banner__game {
  padding: 80px 0 60px;
}
.lp-jean-jullien .banner__game .banner__content__title {
  font-size: 15px;
  line-height: 1.3;
}
.lp-jean-jullien .banner__game .banner__content__txt {
  font-size: 12px;
}
.lp-jean-jullien--en .collection__category__items__item .item__price {
  letter-spacing: -0.03em;
  bottom: 5px;
  left: 8px;
}
.lp-jean-jullien--en .patchs,
.lp-jean-jullien--en .jean__jullien,
.lp-jean-jullien--en .banner,
.lp-jean-jullien--en .collection__category__footer {
  letter-spacing: -0.03em;
}
.lp-jean-jullien--en .collection__category--adult .collection__category__items__item .item__price {
  bottom: 3px;
  margin-left: -5px;
}
.lp-jean-jullien--en .collection__category--adult .collection__category__items__item .item__price__price {
  display: block;
}
@media screen and (min-width: 768px) {
  .fancybox-slide--html {
    padding: 25px;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: -45px;
    top: -5px;
    width: 44px;
    height: 44px;
    background-size: 28px;
  }
  .krealid-lp::after {
    content: 'tablet';
  }
  .krealid-lp .hide-md {
    display: none !important;
  }
  .krealid-lp .show-md {
    display: block;
  }
  .krealid-lp .wrap,
  .krealid-lp .grid,
  .krealid-lp .container {
    max-width: 1500px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .popin {
    padding: 30px !important;
    background-size: cover !important;
    background-image: url('../images/Landing_Pages/H19/jean_jullien/popin-bkg.svg?$staticlink$') !important;
    background-repeat: no-repeat !important;
    background-color: #fff!important;
    min-height: 645px !important;
    max-width: 840px !important;
  }
  .popin__content {
    padding: 30px;
  }
  .popin__game__questions .question__answers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-box-orient: horizontal;
    max-width: 700px;
    margin: 0 auto;
  }
  .popin__game__questions .question__answers .answer {
    width: 46%;
    margin: 12px;
    max-width: 324px;
    min-height: 130px;
    padding: 10px 20px;
  }
  .popin__game__questions .question__btn {
    text-align: center;
    margin: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-box-orient: horizontal;
  }
  .popin__game__questions .question__btn .btn {
    max-width: 260px;
    margin: 0 5px;
    padding: 1.22em 0.2em;
  }
  .popin__animal__content__title {
    font-size: 25px;
  }
  .popin__animal__content .animal img {
    max-width: 180px;
  }
  .popin__animal__content .animal__title {
    font-size: 35px;
    margin: 0 0 10px;
  }
  .popin__animal__content .animal__txt {
    font-size: 18px;
	text-align: center;
  }
  .popin__animal__discover {
    font-size: 18px;
  }
  .popin__animal__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-box-orient: horizontal;
  }
  .popin__animal__btn .btn {
    width: 100%;
    max-width: 166px;
    margin: 0 7px 20px;
    padding: 1.22em 2em;
  }
  .lp-jean-jullien .collection__category__items__item .item__price {
    bottom: 15px;
    left: 20px;
    width: 35%;
  }
  .lp-jean-jullien .collection__category__items__item--transform {
    transform: translate(-20%, -35%);
  }
  .lp-jean-jullien .collection__category--child .collection__category__items {
    margin-left: -18px;
    margin-right: -18px;
  }
  .lp-jean-jullien .collection__category--child .collection__category__items__item {
    margin: 0 18px;
  }
  .lp-jean-jullien .collection__category--baby .collection__category__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-box-orient: horizontal;
  }
  .lp-jean-jullien .collection__category--baby .collection__category__items .items__group {
    margin-right: 35px;
  }
  .lp-jean-jullien .collection__category--baby .collection__category__items .items__group {
    max-width: 100%;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__header {
    margin-bottom: 45px;
    margin-left: 12%;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-box-orient: horizontal;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__items__item .item__price {
    width: 90%;
    bottom: 35px;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__items__item .item__price__txt,
  .lp-jean-jullien .collection__category--adult .collection__category__items__item .item__price__price {
    display: block;
  }
  .lp-jean-jullien .patchs {
    margin-bottom: 60px;
    margin-top: -20px;
  }
  .lp-jean-jullien .patchs__content {
    max-width: 1100px;
    padding: 0 15px;
    border: 30px solid #2B6FD2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .lp-jean-jullien .patchs__content__bloc {
    margin-left: 80px;
  }
  .lp-jean-jullien .patchs__content__product,
  .lp-jean-jullien .patchs__content__bloc {
    width: 50%;
  }
  .lp-jean-jullien .jean__jullien .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-box-orient: horizontal;
  }
  .lp-jean-jullien .jean__jullien__visuel {
    margin: 0px;
    width: 60%;
  }
  .lp-jean-jullien .jean__jullien__content {
    margin: 0 0 0 30px;
    text-align: left;
    width: 40%;
  }
  .lp-jean-jullien .jean__jullien__content__logo {
    margin: 2px 50px 0;
  }
  .lp-jean-jullien .jean__jullien__content__txt {
    margin-top: 25px;
  }
  .lp-jean-jullien--en .collection__category--adult .collection__category__items__item .item__price {
    bottom: 20px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .left45 {
    left: 45px !important;
  }
  .left10 {
    left: 10px !important;
  }
  .left30 {
    left: 30px !important;
  }
  .krealid-lp .wrap,
  .krealid-lp .grid,
  .krealid-lp .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .krealid-lp::after {
    content: 'desktop';
  }
  .krealid-lp .hide-l {
    display: none !important;
  }
  .krealid-lp .show-l {
    display: block;
  }
  .popin {
    width: 840px;
  }
  .popin__title:after {
    margin: 20px auto 0;
  }
  .popin__content {
    padding: 15px 25px 20px;
  }
  .popin__game__questions .question__title {
    font-size: 25px;
  }
  .popin__game__questions .question__answers {
    max-width: 700px;
  }
  .popin__game__questions .question__answers .answer {
    margin: 10px;
    width: 324px;
  }
  .popin__animal__content__title {
    font-size: 25px;
  }
  .popin__animal__content .animal img {
    max-width: 180px;
  }
  .popin__animal__content .animal__title {
    font-size: 35px;
    margin: 0 0 10px;
	text-align: center;
  }
  .popin__animal__content .animal__txt {
    font-size: 18px;
  }
  .popin__animal__discover {
    font-size: 18px;
	text-align: center;
  }
  .lp-jean-jullien .heading {
    padding: 55px;
  }
  .lp-jean-jullien .heading__content__txt {
    font-size: 22px;
	line-height: 1.2;
  }
  .lp-jean-jullien .collection {
    position: relative;
    margin-top: 90px;
  }
  .lp-jean-jullien .collection__category {
    margin: 0 auto 80px;
  }
  .lp-jean-jullien .collection__category__header {
    transform: translateY(32px);
    display: inline-block;
    z-index: 1;
    position: relative;
  }
  .lp-jean-jullien .collection__category__subtitle {
    font-size: 18px;
  }
  .lp-jean-jullien .collection__category__title {
    font-size: 50px;
  }
  .lp-jean-jullien .collection__category__items__item .item__price {
    font-size: 18px;
    width: 100%;
  }
  .lp-jean-jullien .collection__category__items__item--transform {
    transform: translate(-75px, -120px);
  }
  .lp-jean-jullien .collection__category--baby .collection__category__items {
    transform: translateX(110px);
    position: relative;
  }
  .lp-jean-jullien .collection__category__footer {
    font-size: 22px;
    text-align: center;
    transform: translate(22%, -125px);
  }
  .lp-jean-jullien .collection__category__footer .txt {
    font-size: 30px;
    margin-top: 5px;
  }
  .lp-jean-jullien .patchs {
    text-align: center;
    margin-bottom: 100px;
  }
  .lp-jean-jullien .patchs__content {
    max-width: 1100px;
    padding: 0 15px;
    border: 35px solid #2B6FD2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .lp-jean-jullien .patchs__content__bloc {
    margin-left: 100px;
  }
  .lp-jean-jullien .patchs__content__bloc__txt {
    width: 50%;
  }
  .lp-jean-jullien .patchs__content__bloc img {
    width: 25%;
  }
  .lp-jean-jullien .patchs__content__bloc .bloc__title {
    font-size: 40px;
    margin: 0 0 2px;
  }
  .lp-jean-jullien .patchs__content__bloc .bloc__subtitle {
    font-size: 30px;
	line-height: 1.2;
  }
  .lp-jean-jullien .patchs__content__bloc .bloc__txt {
    font-size: 18px;
    margin-top: 25px;
	line-height: 1.2;
  }
  .lp-jean-jullien .patchs__content__product img {
    max-width: 394px;
  }
  .lp-jean-jullien .jean__jullien {
    margin-bottom: 100px;
  }
  .lp-jean-jullien .jean__jullien__visuel {
    width: 618px;
  }
  .lp-jean-jullien .jean__jullien__content__span {
    font-size: 20px;
  }
  .lp-jean-jullien .jean__jullien__content__logo {
    max-width: 100%;
    margin: 2px 90px 0;
  }
  .lp-jean-jullien .jean__jullien__content__txt {
    margin-top: 35px;
    font-size: 22px;
	line-height: 1.2;
  }
  .lp-jean-jullien .banner {
    padding: 60px 0 55px;
  }
  .lp-jean-jullien .banner__game {
    padding: 75px 0 55px;
  }
  .lp-jean-jullien .banner__collection .banner__content__title,
  .lp-jean-jullien .banner__game .banner__content__title {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .lp-jean-jullien .banner__collection .banner__content__txt,
  .lp-jean-jullien .banner__game .banner__content__txt {
    font-size: 22px;
	line-height: 1.2;
  }
  .lp-jean-jullien--en .collection__category--adult .collection__category__items__item .item__price {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
	
	.fancybox-slide--html .fancybox-close-small {
		background-color:#333 !important;
		right:0 !important;
	}

  .leftm0 {
    left: 0 !important;
  }
  .krealid-lp .show-md {
    display: none !important;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__header {
    margin-bottom: -150px;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__footer {
    font-size: 15px;
    transform: translate(-2%, -180px);
  }
  .lp-jean-jullien .collection__category--adult .collection__category__footer .txt {
    font-size: 16px;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__items__item {
    width: 70vw;
  }
  .lp-jean-jullien .collection__category--adult .collection__category__items__item--transform {
    width: 50vw;
    transform: translate(0, 30%);
    float: right;
  }
}
@media screen and (max-width: 1279px) {
  .krealid-lp .show-l {
    display: none !important;
  }
  
 
/*# sourceMappingURL=style.css.map */
