body, html {
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 100%;
}
footer{
  margin-top:0;
}
.footer-wrapper{
  position:relative;
  z-index:1;
}
#primary{
  padding-bottom:0;
}
.MyContent .AnchorTag {
  height: 70px;
  margin-top: -70px;
  flex-basis:100%;
  display:block;
}
@media screen and (max-width:1023px) {
  .MyContent .AnchorTag {
    height: 50px;
    margin-top: -50px;
  }
}
#wrapper.pt_category-wide .site-width-slot, #wrapper.pt_category-wide .breadcrumb-container {
  max-width: 100%;
}
.MyContentWrapper {
  width: 100%;
}
.MyContent {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
  min-height: calc(100vh - 50px);
  /*overflow: hidden;*/
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width:761px) {
  .MyContent {
    min-height: 0;
  }
}
.MyContent .swatchesCircle {
  display: none;
}
.MyContent .product-tile .product-quickshop {
  display: block !important;
}
.MyContent .product-tile {
  margin: 0;
  margin-top: 20px;
  text-align: left;
}
.MyContent .BtnOpenPopin {
  width: 30px;
  height: 30px;
  border: 2px solid #d6006e;
  color: #d6006e;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 30px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  vertical-align: middle;
}
.MyContent .MyPopin {
  display: none;
}
.MyContent .MyPopin[data-opened="1"] {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  padding-top:90px;
}
.MyContent .BtnClosePopin {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  top: 0px;
  right: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(img/close.png);
  font-size: 0;
}
.MyContent .BtnClosePopinBackground {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  cursor: pointer;
}
.MyContent .MyPopin .Content {
  padding: 40px;
  background-color: #fff;
  max-width: 580px;
  z-index: 2;
  position: relative;
  border: 2px solid #efefef;
  box-sizing: border-box;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
}

#CALM-ESSENTIEL-POPIN-01 .Content, #CALM-ESSENTIEL-POPIN-02 .Content, #CALM-ESSENTIEL-POPIN-03 .Content {
  min-height: 406px;
  padding-left: 260px;
}


@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-POPIN-01 .Content, #CALM-ESSENTIEL-POPIN-02 .Content, #CALM-ESSENTIEL-POPIN-03 .Content {
  min-height: auto;
  padding: 20px;
  padding-left:120px;
  margin: 20px;
}
#CALM-ESSENTIEL-POPIN-04 .Content{
  min-height: auto;
  padding:20px;
  margin: 20px;
}
}



.MyContent .MyPopin .Content .Product {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.MyContent .MyPopin .Content .Product img{
  width:224px;
}
#CALM-ESSENTIEL-POPIN-03 .Content .Product img{
  width:260px;
}

@media screen and (max-width:761px) {
  .MyContent .MyPopin .Content .Product {
  top: 20px;
  left: 10px;
  width: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  }
  .MyContent .MyPopin .Content .Product img{
    max-width: 100%!important;
    width: 100px;
  }
}





.MyContent .MyPopin .PopinText {
  margin: 0;
}
@media screen and (max-width:761px) {
  .MyContent .MyPopin .PopinText {
  font-size:13px;
  line-height:1em;    
  min-height: 120px;
}
}
.MyContent .MyPopin .PopinBoxTitle {
  background-color: #fbf1f1;
  margin: 0;
  font-size: 16px;
  color: #d80b74;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  padding: 15px;
  margin-top: 15px;
}
@media screen and (max-width:761px) {
  .MyContent .MyPopin .PopinBoxTitle {
  margin-left:-100px;
}
}
.MyContent .MyPopin .PopinBoxTitle span {
  font-size: 50px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  vertical-align: text-bottom;
}
.MyContent .MyPopin .PopinBoxText {
  background-color: #fbf1f1;
  margin: 0;
  padding: 15px;
  padding-top: 0;
}
@media screen and (max-width:761px) {
  .MyContent .MyPopin .PopinBoxText {
  margin-left:-100px;
  font-size:13px;
  line-height:1em;
}
}
.MyContent .MyPopin .BtnLink {
  margin: 15px 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  max-width: 125px;
}
@media screen and (max-width:761px) {
  .MyContent .MyPopin .BtnLink {
  margin-left:-100px;
}
}
.MyContent .MyPopin .BtnLink a {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  font-size: 11px;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  box-sizing: border-box;
  border: 2px solid #ececec;
}
.MyContent .MyPopin .Mentions {}
.MyContent .MyPopin .PopinTitle {
  margin: 0;
  font-weight: normal;
  color: #d80b74;
  font-size: 26px;
  line-height: 26px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
  letter-spacing: 0.018em;
  margin-bottom: 10px;
}
.MyContent .Mentions {
  font-size: 11px;
  opacity: 0.5;
  margin: 0;
  line-height: 12px;
}
.MyContent .MyBlock h1, .MyContent .MyBlock h2, .MyContent .MyBlock h3, .MyContent .MyBlock p {
  margin: 0;
  font-weight: normal;
}
.MyContent .MyBlock {
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  flex-basis: 100%;
}
.MyContent .TextLink a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}
.MyContent .Menu {
  margin-right: 32px;
  /*---------------------*/
  margin-right: 32px;
  position: absolute;
  right: calc(50% - 800px);
  top: 115px;
}
@media screen and (max-width:1599px) {
  .MyContent .Menu {
    right: -30px;
  }
}
@media screen and (max-width:1023px) {
  .MyContent .Menu {
    display: flex;
    margin-right: 3.33vw;
    height: auto;
    right: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
    top: auto;
    bottom: 15px;
  }
}
.MyContent .Menu a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 67px;
  margin: 8px;
  background-color: #FFF;
}
@media screen and (max-width:1023px) {
  .MyContent .Menu a {
    width: 10vw;
    height: 10vw;
    margin: 2vw;
  }
}
@media screen and (max-width:761px) {
  .MyContent .Menu a {
    width: 12vw;
    height: 12vw;
    margin: 2vw;
  }
}
.MyContent .Menu a img {
  display: block;
  max-width: 100%;
}
.MyContent .Menu:hover a img {
  opacity: 0.5;
}
.MyContent .Menu a:hover img {
  opacity: 1;
}
@media screen and (max-width:1023px) {
  .MyContent .Menu a img {
    opacity: 1;
  }
}
.MenuSticky {
  position: fixed;
  right: 0px;
  /*top: 100px;*/
  top: 70px;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width:1023px) {
  .MenuSticky {
    top: 50px;
    top: auto;
    bottom: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    height: 14vw;
  }
  .MenuSticky .Menu {
    height: 125px;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width:761px) {
  .MenuSticky {
    height: 65px;
  }
  .MenuSticky .Menu {
    height: 65px;
  }
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-01 {
  height: 518px;
  padding-top: 30px;

}
@media screen and (max-width:1410px) {
  #CALM-ESSENTIEL-01 {
   max-width:1410px;
  }
}
@media screen and (max-width:1249px) {
  #CALM-ESSENTIEL-01 {
    padding-left: 40px;
    overflow:hidden;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-01 {
    padding-top: 330px;
    margin-left: 0px;
    height: auto;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-01 {
    padding-top: 277px;
    /*padding-bottom: 70px;*/
    padding-left: 0px;
  }
}
#CALM-ESSENTIEL-01::before {
  content: " ";
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 1600px;
  height: 518px;
  display: block;
  left: calc(50% - 800px);
  top: 0;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-01::before {
    width: 1000px;
    height: 330px;
    display: block;
    background-size: 100% auto;
    left: calc(50% - 500px);
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-01::before {
    background-image: url(img/header-mobile.jpg);
    background-size: auto 100%;
    height: 277px;
    width: 100%;
    background-position: top center;
    left: 0;
  }
}
#CALM-ESSENTIEL-01 .MainTitle {
  padding: 0;
  max-width: 1170px;
  flex-basis: 100%;
  margin: 0 auto;
  font-size: 45px;
  line-height: 45px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.018em;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-01 .MainTitle {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-01 .MainTitle {
    font-size: 35px;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 1em;
  }
}
#CALM-ESSENTIEL-01 .MainTitle strong {
  font-size: 67px;
  line-height: 1em;
  display: block;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-top: -0.2em;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-01 .MainTitle strong {
    font-size: 35px;
    display: inline;
  }
}


  #CALM-ESSENTIEL-01 .Menu {
  
  }


@media screen and (max-width:1599px) {
  #CALM-ESSENTIEL-01 .Menu {
    right:calc(50% - 720px);
  }
}
@media screen and (max-width:1410px) {
  #CALM-ESSENTIEL-01 .Menu {
    right:-30px;
  }
}
@media screen and (max-width:1250px) {
  #CALM-ESSENTIEL-01 .Menu {
    right:-30px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-01 .Menu {
    right:0;
  }
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-02 {
  max-width: 1170px;
  margin-top: -50px;
  background-color: #fff;
  min-height: 392px;
  padding-top: 50px;
}
@media screen and (max-width:1410px) {
  #CALM-ESSENTIEL-02 {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-02 {
    padding-top: 0px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-02 {
    margin-left: 20px;
    margin-right:20px;
  }
}
#CALM-ESSENTIEL-02 .Wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-02 .Wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-02 .Wrapper {
    margin-right: 0px;
    margin-left: 0px;
    width: 690px;
    justify-content: center
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-02 .Wrapper {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    justify-content: center
  }
}
#CALM-ESSENTIEL-02 .Title {
  color: #d80b74;
  font-size: 35px;
  line-height: 35px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
  letter-spacing: 0.018em;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-02 .Title {
    margin-bottom: 30px;
  }
}
#CALM-ESSENTIEL-02 .Text {
  color: #d80b74;
  font-size: 15px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-basis: 350px;
  padding: 50px 70px;
  background-size: 100% auto;
  text-align: center;
  box-sizing: border-box;
  min-height: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-02 .Text {
    flex-basis: 340px;
    padding: 50px 60px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-02 .Text {
    flex-basis: 340px;
    padding: 40px;
    font-size: 14px;
  }
}
#CALM-ESSENTIEL-02 .Text::before {
  content: " ";
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #d80b74;
  margin-bottom: 8px;
}
#CALM-ESSENTIEL-02 .Text:nth-child(1) {
  background-image: url(img/bulle-1.png);
  margin-left: 50px;
  margin-bottom: 50px;
  padding-right: 100px;
  margin-right: -10px;
  padding-top: 20px;
}
#CALM-ESSENTIEL-02 .Text:nth-child(2) {
  background-image: url(img/bulle-2.png);
  margin-left: -110px;
  margin-right: -100px;
  margin-top: 60px;
  padding: 50px 80px;
  padding-top: 30px;
  padding-right: 100px
}
#CALM-ESSENTIEL-02 .Text:nth-child(3) {
  background-image: url(img/bulle-3.png);
  margin-right: -100px;
  margin-bottom: 40px;
  margin-left: -20px;
  z-index: 2;
}
#CALM-ESSENTIEL-02 .Text:nth-child(4) {
  background-image: url(img/bulle-4.png);
  margin-top: 50px;
  margin-left: -30px;
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-02 .Text:nth-child(1) {
    margin-left: 0px;
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(2) {}
  #CALM-ESSENTIEL-02 .Text:nth-child(3) {}
  #CALM-ESSENTIEL-02 .Text:nth-child(4) {}
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-02 .Text:nth-child(1) {
    margin-left: 0px;
    padding-left: 80px;
    order: 1;
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(2) {
    margin-right: -50px;
    flex-basis: 360px;
    padding: 20px 80px;
    order: 2;
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(3) {
    margin-top: 0px;
    order: 4;
    margin-left: -50px;
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(4) {
    order: 3;
    margin: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-02 .Text:nth-child(1) {
    order: 1;
    margin: 0;     margin-bottom: -30px;
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(2) {
    order: 2;
    margin: 0;    margin-bottom: -30px;

  }
  #CALM-ESSENTIEL-02 .Text:nth-child(3) {
    order: 3;
    margin: 0;     margin-bottom: -30px;
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(4) {
    order: 4;
    margin: 0;     margin-bottom: 30px;
  }
}
#CALM-ESSENTIEL-02 .Text:nth-child(1)::before {
  background-image: url(img/picto-1.png);
}
#CALM-ESSENTIEL-02 .Text:nth-child(2)::before {
  background-image: url(img/picto-2.png);
}
#CALM-ESSENTIEL-02 .Text:nth-child(3)::before {
  background-image: url(img/picto-3.png);
}
#CALM-ESSENTIEL-02 .Text:nth-child(4)::before {
  background-image: url(img/picto-4.png);
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-03 {
  max-width: 1170px;
  background-color: #f7e3e5;
  min-height: 210px;
  padding: 40px;
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-03 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-03 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#CALM-ESSENTIEL-03 .Title {
  color: #d80b74;
  font-size: 28px;
  line-height: 28px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
  letter-spacing: 0.018em;
}
#CALM-ESSENTIEL-03 .Text {
  font-size: 16px;
  line-height: 1.4em;
  padding: 20px;
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-04 {
  flex-basis: 768px;
  margin-right: 0;
  background-color: #fff;
  padding-top: 40px;
}
@media screen and (max-width:1249px) {
  #CALM-ESSENTIEL-04 {
    flex-basis: 650px;
  }
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-04 {
    flex-basis: 600px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-04 {
    flex-basis: 100%;
  }
}
#CALM-ESSENTIEL-04 .Title {
  color: #d80b74;
  font-size: 35px;
  line-height: 35px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
  letter-spacing: 0.018em;
}
#CALM-ESSENTIEL-04 .Text {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 15px;
}
#CALM-ESSENTIEL-04 .TextBold {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  color: #f0b3b6;
  font-size: 22px;
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-05 {
  padding-top: 70px;
  position: relative;
  margin-right: 175px;
  max-width: 496px;
  margin-left: auto;
}
@media screen and (max-width:1250px) {
  #CALM-ESSENTIEL-05 {
    margin-right: 100px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-05 {
    margin-right: 180px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-05 {
    margin: 0 auto;
  }
}
#CALM-ESSENTIEL-05 .Packshot {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-05 .Packshot {
    width: 375px;
  }
}
#CALM-ESSENTIEL-05 .Packshot img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-05 .Packshot img {
    width: 390px;
    margin-left: -30px;
  }
}
#CALM-ESSENTIEL-05 .Product {
  position: absolute;
  width: 200px;
  left: 50%;
}
#CALM-ESSENTIEL-05 .ProductName {
  color: #d6006e;
  font-size: 18px;
  line-height: 18px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
}
#CALM-ESSENTIEL-05 .ProductPrice {
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  padding: 5px 0;
}
#CALM-ESSENTIEL-05 .BtnLink {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  max-width: 125px;
}
#CALM-ESSENTIEL-05 .BtnLink a {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  font-size: 11px;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  box-sizing: border-box;
  border: 2px solid #ececec;
}
#CALM-ESSENTIEL-05-PRODUCT-01 .BtnOpenPopin {
  top: 115px;
  left: calc(50% - 15px);
}
#CALM-ESSENTIEL-05-PRODUCT-02 .BtnOpenPopin {
  top: -65px;
  left: calc(50% - 35px);
}
#CALM-ESSENTIEL-05-PRODUCT-03 .BtnOpenPopin {
  top: -40px;
  left: calc(50% + 15px);
}
#CALM-ESSENTIEL-05-PRODUCT-01 {
  top: 20px;
  margin-left: -15px;
}
#CALM-ESSENTIEL-05-PRODUCT-02 {
  top: 552px;
  margin-left: -105px;
}
#CALM-ESSENTIEL-05-PRODUCT-03 {
  top: 552px;
  margin-left: 65px;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-05-PRODUCT-01 .BtnOpenPopin {
    top: 95px;
    left: calc(50% - 15px);
  }
  #CALM-ESSENTIEL-05-PRODUCT-02 .BtnOpenPopin {
    top: -65px;
    left: calc(50% + 15px);
  }
  #CALM-ESSENTIEL-05-PRODUCT-03 .BtnOpenPopin {
    top: -65px;
    left: calc(50% + 35px);
  }
  #CALM-ESSENTIEL-05-PRODUCT-01 {
    top: 20px;
    margin-left: -70px;
  }
  #CALM-ESSENTIEL-05-PRODUCT-02 {
    top: 439px;
    margin-left: -185px;
  }
  #CALM-ESSENTIEL-05-PRODUCT-03 {
    top: 439px;
    margin-left: -15px;
  }
}
#CALM-ESSENTIEL-05 .Sticker {
  display: block;
  position: absolute;
  background-image: url(img/sticker-bulle.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 152px;
  height: 182px;
  top: 50%;
  margin-left: 180px;
  margin-top: -200px;
  left: 50%;
  color: #d6006e;
  padding-top: 20px;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-05 .Sticker {
    transform: scale(0.7);
margin-left: 70px;
  }
}



#CALM-ESSENTIEL-05 .Sticker span:nth-child(1) {
  font-size: 36px;
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
}
#CALM-ESSENTIEL-05 .Sticker span:nth-child(2) {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
#CALM-ESSENTIEL-05 .Sticker span:nth-child(3) sup {
  font-size: 36px;
}
#CALM-ESSENTIEL-05 .Sticker span:nth-child(3) {
  font-size: 60px;
  display: block;
  /* padding-top: 10px; */
  padding-bottom: 0px;
  line-height: 1em;
}
#CALM-ESSENTIEL-05 .Sticker span:nth-child(4) {
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  padding: 5px 30px;
  padding-left: 25px;
  padding-right: 35px;
}
#CALM-ESSENTIEL-05 .IngredientName {
  font-size: 10px;
  display: block;
  position: absolute;
  top: 140px;
  right: 50%;
  text-align: right;
  margin-right: 140px;
  line-height:1.1em;
}
@media screen and (max-width:1249px) {
  #CALM-ESSENTIEL-05 .IngredientName {
    flex-basis: calc(100% - 650px);
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-05 .IngredientName {
    top: 120px;
  }
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-06 {
  flex-basis: 400px;
  margin-left: 0;
  padding-left: 40px;
  text-align: left;
  margin-top: 84px;
}
@media screen and (max-width:1249px) {
  #CALM-ESSENTIEL-06 {
    flex-basis: calc(100% - 650px);
  }
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-06 {
    flex-basis: calc(100% - 600px);
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-06 {
    flex-basis: 100%;
    padding-bottom: 40px;
    padding: 40px;
    padding-bottom: 40px;
    padding-left: 440px;
    min-height: 380px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-06 {
    padding: 20px;
    text-align: center;
  }
}
#CALM-ESSENTIEL-06::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 618px;
  height: 100%;
  background-color: #fbf1f1;
  z-index: -1;
  background-image: url(img/texture.png);
  background-repeat: no-repeat;
  background-position: bottom -30px left 363px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-06::before {
    background-image: none;
    width: 100%;
    height: 100%;
    background-position: bottom -30px right;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-06::before {
    background-image: none;
  }
}
#CALM-ESSENTIEL-06 .Photo {
  margin-top: -50px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-06 .Photo {
   
    width: 380px;
    position: absolute;
    top: 0;
    left: 40px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-06 .Photo {
    width:auto;
    position: relative;
    top: auto;
    left: auto;
 
    margin-left: auto;
    margin-right: -20px;
    text-align: right;
  }
  #CALM-ESSENTIEL-06 .Photo img{
    width:280px;
  }
}
#CALM-ESSENTIEL-06 .Title {
  color: #d80b74;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.018em;
  padding: 10px 0;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-06 .Title {
    max-width: 100%;
  }
}
#CALM-ESSENTIEL-06 .Text {
  max-width: 250px;
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-06 .Text {
    max-width: 100%;
  }
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-07 {
  flex-basis: 450px;
  min-height: 800px;
  margin-right: 0;
  margin-top: -20px;
  z-index: 2;
  text-align: right;
  padding-right: 40px;
  padding-bottom:20px;
}
@media screen and (max-width:1249px) {
  #CALM-ESSENTIEL-07 {
    margin-top: 0px;
  }
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-07 {
    flex-basis: 360px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-07 {
    flex-basis: 50%;
    padding: 20px 40px;
    text-align: center;
    min-height: 20px;
    margin:0;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-07 {
    flex-basis: 100%;
    min-height: 20px;
    padding: 20px;
    text-align: right;
  }
}
#CALM-ESSENTIEL-07::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  height: 100%;
  background-color: #f1cfd1;
  z-index: -1;
}
#CALM-ESSENTIEL-07 .CategTitle {
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 55px;
  margin-right: 15px;
  margin-left: auto;
  text-align: right;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-07 .CategTitle {
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-07 .CategTitle {
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
  }
}
#CALM-ESSENTIEL-07 .CategTitle::before {
  content: " ";
  border-top: 1px solid #fff;
  position: absolute;
  width: 800px;
  left: -800px;
  top: 50%;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-07 .CategTitle::before {
    content: " ";
    border-top: 1px solid #fff;
    position: absolute;
    width: 800px;
    left: -800px;
    top: 50%;
  }
  #CALM-ESSENTIEL-07 .CategTitle::after {
    content: " ";
    border-top: 1px solid #fff;
    position: absolute;
    width: 800px;
    right: -800px;
    top: 50%;
  }
}
#CALM-ESSENTIEL-07 .Photo {
  max-width: 300px;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-07 .Photo {
    margin: 15px auto;
  }
}
#CALM-ESSENTIEL-07 .Photo img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#CALM-ESSENTIEL-07 .Text {
  max-width: 280px;
  text-align: left;
  margin-left: auto;
  margin-bottom: 25px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-07 .Text {
    margin: 15px auto;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-07 .Text {
    text-align: center;
  }
}
#CALM-ESSENTIEL-07 .BtnLink {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  max-width: 280px;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-07 .BtnLink {
    text-align: center;
    display: block;
    margin: 20px auto;
  }
}
#CALM-ESSENTIEL-07 .BtnLink a {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  box-sizing: border-box;
  border: 2px solid #fff;
}
#CALM-ESSENTIEL-07 .Mentions {
  text-align: left;
  max-width: 280px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-07 .Mentions {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-08 {
  flex-basis: 768px;
  margin-top: -20px;
  min-height: 800px;
  margin-left: 0;
  padding-left: 60px;
  z-index: 2;
  text-align: left;
  padding-bottom: 180px;
}
@media screen and (max-width:1249px) {
  #CALM-ESSENTIEL-08 {
    margin-top: 0px;
  }
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-08 {
    flex-basis: calc(100% - 360px);
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-08 {
    flex-basis: 50%;
    padding: 20px 40px;
    padding-bottom: 40px;
    text-align: center;
    box-sizing:border-box;
    margin:0;
    overflow:hidden;
  }
}

@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-08 {
    flex-basis: 100%;
    min-height: 20px;
    padding: 20px;
    text-align: left;
  }
}
#CALM-ESSENTIEL-08::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 100%;
  background-color: #f8e8e9;
  background: linear-gradient(180deg, #f8e2e3, #fcf9f8);
  z-index: -2;
}
#CALM-ESSENTIEL-08::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 100%;
  z-index: -1;
  background-image: url(img/texture.png);
  background-repeat: no-repeat;
  background-position: top -230px left 730px;
  opacity: 0.5;
}
@media screen and (max-width:1249px) {
  #CALM-ESSENTIEL-08::after {
    background-position: top -250px left 580px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-08::after {
    display: none;
  }
}
#CALM-ESSENTIEL-08 .CategTitle {
  color: #f0b3b6;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 55px;
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-08 .CategTitle {
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-08 .CategTitle {
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
  }
}
#CALM-ESSENTIEL-08 .CategTitle::after {
  content: " ";
  border-top: 1px solid #f0b3b6;
  position: absolute;
  width: 800px;
  right: -800px;
  top: 50%;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-08 .CategTitle::before {
    content: " ";
    border-top: 1px solid #f0b3b6;
    position: absolute;
    width: 800px;
    left: -800px;
    top: 50%;
  }
}
#CALM-ESSENTIEL-08 .Title {
  color: #d6006e;
  font-size: 35px;
  line-height: 35px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
  letter-spacing: 0.018em;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 15px
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-08 .Title {
    text-align: center;
  }
}
#CALM-ESSENTIEL-08 .Text {
  font-size: 16px;
  max-width: 500px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-08 .Text {
    margin: 0 auto;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-08 .Text {
    text-align: center;
  }
}
#CALM-ESSENTIEL-08 .SubTitle {
  font-size: 20px;
  color: #d6006e;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
#CALM-ESSENTIEL-08 .SubTitle::before {
  content: " ";
  display: block;
  height: 140px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  left: 0;
}
#CALM-ESSENTIEL-08 .Picto-1::before {
  background-image: url(img/picto-arg-1.png);
}
#CALM-ESSENTIEL-08 .Picto-2::before {
  background-image: url(img/picto-arg-2.png);
}
#CALM-ESSENTIEL-08 .Picto-3::before {
  background-image: url(img/picto-arg-3.png);
}
#CALM-ESSENTIEL-08 .MethodeContainer {
  display: flex;
  max-width: 730px;
  margin-left: -20px;
  margin-top: 40px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-08 .MethodeContainer {
    display: none;
  }
}
#CALM-ESSENTIEL-08 .Method {
  margin: 0 20px;
  text-align: center;
  padding-top: 120px;
  background: linear-gradient(0deg, #f8e2e3, #fcf9f8);
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-08 .Method {
    margin: 0 10px;
    margin-top:50px;
  }
}
#CALM-ESSENTIEL-08 .Method .Text {
  text-align: center;
  padding: 10px 25px;
  font-size: 14px;
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-08 .Method .Text {
    padding: 10px 15px;
  }
}
#CALM-ESSENTIEL-08 .Method .Mentions {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: -20px;
}
#CALM-ESSENTIEL-08 .MethodeContainerMobile {
  display: none;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-08 .MethodeContainerMobile {
    display: block;
    /*overflow:hidden;*/
  }
}
#CALM-ESSENTIEL-08 .MethodeContainerMobile .slick-dots{
  bottom:-45px;
   }
   #CALM-ESSENTIEL-08 .MethodeContainerMobile .slick-dots li.slick-active {
     background: #f0b3b6;
   }
/*----------------------------------------------*/
#CALM-ESSENTIEL-09 {
  margin-top: -170px;
  height: 170px;
  z-index: 3;
  margin-left: 458px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 40px;
}
@media screen and (max-width:1170px) {
  #CALM-ESSENTIEL-09 {
    margin-left: 360px;
  }
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-09 {
    margin: 0 auto;
    padding:0 40px;
    height: auto;
    flex-direction: row;
  }
}
#CALM-ESSENTIEL-09 .Title {
  flex-basis: 100%;
  background-image: url(img/lotus.png);
  background-size: 38px auto;
  background-position: top 48px left;
  background-repeat: no-repeat;
  color: #d6006e;
  font-size: 22px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
  width: 135px;
  text-align: right;
  padding-top: 15px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-09 .Title {
    flex-basis: 100%;
    margin: 0;
    background-position: top 20px left;
    text-align: left;
    padding-left: 50px;
    padding-top: 20px;
    box-sizing: border-box;
  }
}
#CALM-ESSENTIEL-09 .Picto {
  width: 50px;
  flex-basis: 100%;
  margin: 15px;
  margin-top: 25px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-09 .Picto {
    flex-basis: 50px;
    margin-left: 0;
  }
}
#CALM-ESSENTIEL-09 .Picto img {
  display: block;
  max-width: 100%;
}
#CALM-ESSENTIEL-09 .Text {
  margin-top: 20px;
  text-align: left;
  width: calc(100% - 240px);
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-09 .Text {
    flex-basis: calc(100% - 90px);
  }
}
#CALM-ESSENTIEL-09 .TextLink {
  text-align: left;
  flex: 1;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-09 .TextLink {
    text-align: center;
    flex-basis: 100%;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-09 .TextLink {
    text-align: center;
    flex-basis: 100%;
    margin-top:20px;
  }
}
#CALM-ESSENTIEL-09 .Mentions {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-09 .Mentions {
    flex-basis: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-10 {
  min-height: 558px;
  padding-top: 35px;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-10 {
    display: flex;
    padding-top:0;
    flex-direction: column;
    align-items: center;
 
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-10 {
    background-color: #eff1f0;
    /*display:block;*/
    height:auto;
  }
}
#CALM-ESSENTIEL-10::before {
  content: " ";
  background-image: url(img/background-stats.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 1600px;
  height: 558px;
  display: block;
  left: calc(50% - 800px);
  top: 0;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-10::before {
    left: 0;
    background-color: #eff1f0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 100%;
    background-position: right -54vw center;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-10::before {
    background-position: bottom right;
    width: 100%;
    height: 369px;
    flex-basis:369px;
    background-size: auto 369px;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    background-color: #eff1f0;
    position: relative;
    z-index: 1;
    order: 4;
  }
}
#CALM-ESSENTIEL-10::after {
  content: " ";
  background-image: url(img/sticker.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
  display: block;
  left: calc(50% + 520px);
  top: 50px;
  z-index: -1;
  position: absolute;
  background-size: 100% auto;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-10::after {
    top: auto;
    bottom: 100px;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-10::after {
    top: auto;
    bottom: auto;
    left: auto;
    z-index: 3;
    position: relative;
    order: 4;
    height: 340px;
    flex-basis:340px;
    margin-left: auto;
    margin-right: 80px;
    margin-top: -340px;
    background-position: top right;
    transform: scale(0.8);
    transform-origin: top right;
  }
}
#CALM-ESSENTIEL-10 .Title {
  color: #d6006e;
  font-size: 35px;
  line-height: 35px;
  font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
  letter-spacing: 0.018em;
}
@media screen and (max-width:1023px) {
  #CALM-ESSENTIEL-10 .Title {
    text-align: left;
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    line-height: 1em;
    padding-bottom: 0;
  }
}
@media screen and (max-width:761px) {
  #CALM-ESSENTIEL-10 .Title {
    background-color: transparent;
    order: 1;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
   

  }
}
  #CALM-ESSENTIEL-10 .Mentions {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
  }
  @media screen and (max-width:1170px) {
    #CALM-ESSENTIEL-10 .Mentions {
      width: calc(100% - 80px);
      left:40px;
    }
    #CALM-ESSENTIEL-10 .Mentions br {
      display: none;
    }
  } 
   @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-10 .Mentions {
      width: calc(100% - 80px);
    left: auto;
    position: relative;
    bottom: auto;
    order: 6;
    padding-bottom: 20px;
    }
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-10 .Mentions {
      order: 5;
      background-color: #fff;
      position: relative;
      bottom: auto;
      padding: 20px;
      width: calc(100% - 40px);
    }
  }
  #CALM-ESSENTIEL-10 .TestimonyContainer {
    position: absolute;
    width: 303px;
   /* height: 417px;*/
    top: calc(50% - 215px);
    right: calc(50% + 280px);
    text-align: center;
    background: linear-gradient(0deg, #f8e2e3, #fcf9f8);
   /* overflow: hidden;*/
  } 
   #CALM-ESSENTIEL-10 .TestimonyContainer .slick-dots{
 bottom:-45px;
  }
  #CALM-ESSENTIEL-10  .slick-dots li.slick-active {
    background: #f0b3b6;
  }
  @media screen and (max-width:1170px) {
    #CALM-ESSENTIEL-10 .TestimonyContainer {
      right: auto;
      left: 40px;
      height: 377px;
      top: calc(50% - 190px);
    }
  }
  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-10 .TestimonyContainer {

      top: auto;
      left: auto;
      order: 3;
      position: relative;
      margin-left: 40px;
      margin-right: auto;
    }
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-10 .TestimonyContainer {
      margin-left: auto;
      margin-right: auto;
   
    }
  }
  #CALM-ESSENTIEL-10 .Testimony {
    color: #eba3a7;
    padding-bottom:20px;
  }
  #CALM-ESSENTIEL-10 .TestimonyContent {
    font-size: 30px;
    line-height: 30px;
    font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
    padding: 20px;
    display: block;
    background-image: url(img/quote.png);
    background-position: top 30px center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    padding-top: 90px;
  }
  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-10 .TestimonyContent {
      /*font-size: 24px;
      line-height: 24px;*/
    }
  }
  #CALM-ESSENTIEL-10 .TestimonyAuthor::before {
    content: " ";
    height: 1px;
    border-top: 1px solid #eba3a7;
    width: 42px;
    display: block;
    margin: 10px auto;
  }
  #CALM-ESSENTIEL-10 .TestimonyAuthor {
    color: #eba3a7;
    font-size: 12px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  #CALM-ESSENTIEL-10 .StatContainer {
    position: absolute;
    width: 420px;
    top: 130px;
    left: calc(50% - 235px);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  @media screen and (max-width:1170px) {
    #CALM-ESSENTIEL-10 .StatContainer {
      width: 360px;
      left: calc(50% - 160px);
    }
  }
 

  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-10 .StatContainer {
      display: none;
    }
  }
  #CALM-ESSENTIEL-10 .Stat {
    flex-basis: calc(50% - 40px);
    color: #f0b3b6;
    font-size: 16px;
    line-height: 20px;
    margin: 20px;
  }
  /*#CALM-ESSENTIEL-10 .Stat span:nth-child(1) {
    font-size: 24px;
    line-height: 24px;
    display: block;
  }*/
  #CALM-ESSENTIEL-10 .Stat span:nth-child(1) {
    font-size: 20px;
    line-height: 24px;
    display: block;
  }
  #CALM-ESSENTIEL-10 .Stat span:nth-child(1) strong {
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
  }
  #CALM-ESSENTIEL-10 .Stat span:nth-child(1) sup {
    margin: 0;
    padding: 0;
    font-size: 30px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    padding-left: 2px;
    margin-right: -20px;
  }
  #CALM-ESSENTIEL-10 .Stat span:nth-child(2) sup {
    margin: 0;
    padding: 0;
    font-size: 10px;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    padding-left: 2px;
  }
  .StatContainerSliderMobile {
    width: 300px;
    display: none;
  }
  @media screen and (max-width:1023px) {
    .StatContainerSliderMobile {
      display: block;
      order:2;
      margin: 20px auto;
      margin-left:40px;
    }
  }
  @media screen and (max-width:761px) {
    .StatContainerSliderMobile {
      display: block;
     
      order:2;
      margin: 0 auto;
      
    }
  }
  .StatContainerSliderMobile .slick-slide {
    width: 300px;
  }
  /*----------------------------------------------*/
  #CALM-ESSENTIEL-11 {
    padding-top: 32px;
    padding-bottom: 30px;
    ;
    padding-left: 600px;
    text-align: left;
  }
  @media screen and (max-width:1170px) {
    #CALM-ESSENTIEL-11 {
      padding-left: calc(50% - 40px);
    }
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-11 {
      padding: 20px;
      text-align: center;
    }
  }
  #CALM-ESSENTIEL-11::before {
    content: " ";
    background-image: url(img/big-texture.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 1600px;
    height: 1300px;
    display: block;
    right: calc(50% + 80px);
    top: 0;
    z-index: -1;
    position: absolute;
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-11::before {
      display: none;
    }
  }
  #CALM-ESSENTIEL-11 .Title {
    color: #d6006e;
    font-size: 35px;
    line-height: 35px;
    font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
    letter-spacing: 0.018em;
    max-width: 458px;
  }
  #CALM-ESSENTIEL-11 .Text {
    font-size: 16px;
    padding-top: 18px;
    max-width: 360px;
  }
  #CALM-ESSENTIEL-11 .Photo {
    margin-left: -160px;
    margin-top: 30px;
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-11 .Photo {
      margin: 20px -20px;
      width: calc(100% + 40px);
    }
    #CALM-ESSENTIEL-11 .Photo img {
      max-width: 100%;
      display: block;
    }
  }
  /*----------------------------------------------*/
  #CALM-ESSENTIEL-12 {
    max-width: 970px;
    background-color: #fff;
    min-height: 485px;
    margin-bottom: 70px;
  }
  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-12 {
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 120px;
    }
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-12 {
      margin: 0px;
      padding: 20px;
      padding-top: 200px;
      background-image: url(img/big-texture-mobile.jpg);
      background-position: top center;
      background-repeat: no-repeat;
      text-align: center;
    }
  }
  #CALM-ESSENTIEL-12 > .Title {
    color: #d6006e;
    font-size: 35px;
    line-height: 35px;
    font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
    letter-spacing: 0.018em;
    padding: 40px;
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-12 > .Title {
      padding: 20px 0px;
    }
  }
  #CALM-ESSENTIEL-12 .Text {
    max-width: 610px;
    margin-right: 0;
    margin-left: auto;
    text-align: left;
    padding-right: 40px;
    box-sizing: border-box;
    font-size: 16px;
  }
  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-12 .Text {
      max-width: 450px;
    }
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-12 .Text {
      text-align: center;
      margin: 0;
      padding: 0;
    }
  }
  #CALM-ESSENTIEL-12 .Photo {
    position: absolute;
    width: calc(100% - 610px);
    left: 0;
    bottom: 0;
  }
  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-12 .Photo {
      width: calc(100% - 450px);
    }
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-12 .Photo {
      position: relative;
      width: 300px;
      margin: 20px auto;
    }
  }
  #CALM-ESSENTIEL-12 .BtnOpenPopin {
    top: 50%;
    left: calc(50% + 55px);
  }
  /*----------------------------------------------*/
  #CALM-ESSENTIEL-13 {
    max-width: 610px;
    background-color: #fbf1f1;
    padding: 30px;
    margin-right: 0;
    margin-left: auto;
    box-sizing: border-box;
    text-align: left;
    margin-top: 30px;
    min-height: 270px;
  }
  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-13 {
      max-width: 450px;
    }
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-13 {
      margin-bottom: 100px;
      padding-bottom: 60px;
      text-align: center;
    }
  }
  #CALM-ESSENTIEL-13::before {
    content: " ";
    background-image: url(img/background-fin.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 352px;
    height: 347px;
    display: block;
    right: -104px;
    bottom: -164px;
    z-index: 0;
    position: absolute;
  }
  #CALM-ESSENTIEL-13 .Title {
    color: #d6006e;
    font-size: 22px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  #CALM-ESSENTIEL-13 .Text {
    margin: 15px 0;
    z-index: 3;
    position: relative;
  }
  #CALM-ESSENTIEL-13 .TextLink a {
    display: inline-block;
    position: relative;
    line-height: 12px;
    margin-left: 30px;
  }
  #CALM-ESSENTIEL-13 .TextLink a::before {
    content: " ";
    width: 25px;
    height: 25px;
    background-image: url(img/btn-play-link.png);
    display: block;
    background-size: 100% auto;
    position: absolute;
    left: -30px;
    top: -6px;
  }
  /*----------------------------------------------*/
  #CALM-ESSENTIEL-STICKY {
    height: 60px;
    display: inline-block;
    padding-left: 50px;
    padding-right: 15px;
    background-color: #f1cfd1;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  #CALM-ESSENTIEL-STICKY.Canada-Version{
    padding-left: 70px;
  }
  @media screen and (max-width:1023px) {
    #CALM-ESSENTIEL-STICKY {
      width: 100%;
      box-sizing: border-box;
    }
  }
  #CALM-ESSENTIEL-STICKY a {
    color: #d6006e;
    text-decoration: none;
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
  }
  @media screen and (max-width:761px) {
    #CALM-ESSENTIEL-STICKY a {
      display: flex;
  height: 60px;
  flex-wrap: wrap;
  line-height: 1em;
  align-items: center;
    }
  }
 
  #CALM-ESSENTIEL-STICKY a::before {
    content: " ";
    width: 50px;
    height: 60px;
    background-image: url(img/picto-hands.png);
    display: block;
    background-size: 25px auto;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
  }

   
  #CALM-ESSENTIEL-STICKY.Canada-Version a::before {
    width: 70px;
    height: 60px;
    background-image: url(img/picto-gamme.png);
    background-size:  auto 35px;
  }

/*----------------- DTW Edits (Master Analysis)---------------------*/
.MyContent .AnchorTag {
margin-left:50%;
}

.plus-sign{margin-left:4%;}

#CALM-ESSENTIEL-10 .TestimonyMention{
      font-size: 11px;
    line-height: 16px;
    display:block;
    margin-top:70px;
    }

#CALM-ESSENTIEL-10 .TestimonyFirst{
     padding-top: 90px;
     background-image:none;
    }

/*-------------- Ipad Air 3rd Gen (Lanscape) ----------------------------*/
@media screen and (max-width: 1112px) and (min-width: 1025px){
  #CALM-ESSENTIEL-02 .Wrapper {
    margin-left: 20px;
}
.MenuSticky {
    top: 50px;
    top: auto;
    bottom: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    height: 10vw;
  }
  .MenuSticky .Menu {
    height: 125px;
    top: 0;
    bottom: auto;
  }
   .MyContent .Menu {
    display: flex;
    margin-right: 3.33vw;
    height: auto;
    right: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
    top: auto;
    bottom: 15px;
  }
  #CALM-ESSENTIEL-STICKY{
    width:100%;
    right:-6%;
  }
  #CALM-ESSENTIEL-01 .Menu {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0%;
}
#CALM-ESSENTIEL-10::before {
  left: calc(50% - 862px);
 }
 #CALM-ESSENTIEL-10::after {
  width: 105px;
  left: calc(50% + 438px);
}
#CALM-ESSENTIEL-10 .Stat span:nth-child(1) {
    font-size: 18px;
  }
}
/*-------------- Ipad Air 3rd Gen (Lanscape) ----------------------------*/

/*-------------- Ipad Air Lanscape (Custom) ----------------------------*/
@media screen and (width: 1024px){
.MenuSticky {
    top: 50px;
    top: auto;
    bottom: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    height: 10vw;
  }
  .MenuSticky .Menu {
    height: 125px;
    top: 0;
    bottom: auto;
  }
   .MyContent .Menu {
    display: flex;
    margin-right: 3.33vw;
    height: auto;
    right: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
    top: auto;
    bottom: 15px;
  }
  #CALM-ESSENTIEL-STICKY{
    width:100%;
    right:-6%;
  }
  #CALM-ESSENTIEL-01 .Menu {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0%;
}
}
/*-------------- Ipad Air Lanscape (Custom) ----------------------------*/

/*-------------- Ipad Air 3rd Gen (Portrait) ----------------------------*/
@media screen and (max-width: 834px) and (min-width: 769px){
  #CALM-ESSENTIEL-02 .Wrapper{margin-left: 6%;}
  .plus-sign{margin-left:0;}
  #CALM-ESSENTIEL-08 .Method{
    margin-bottom: 20px;
    height: 160px;
  }
}
/*-------------- Ipad Air 3rd Gen (Portrait) ----------------------------*/

/*-------------- Iphone / mobile ----------------------------*/

@media screen and (max-width: 761px){
  #CALM-ESSENTIEL-05 .Sticker {
margin-left: 56px;
  }

  #CALM-ESSENTIEL-08 .Method{
    margin-bottom: 20px;
    height: 160px;
  }

  #CALM-ESSENTIEL-08 .Method .Mentions{bottom: -20px;}

  .MyContent .MyPopin[data-opened="1"] {
  padding-top:10px;
}
 #CALM-ESSENTIEL-07 .CategTitle {
    margin-right: 85px;
  }
   #CALM-ESSENTIEL-08 .CategTitle {
    margin-left: 87px;
  }

  #CALM-ESSENTIEL-10 .TestimonyMention{
    margin-top:45px;
    }
}
/*-------------- Iphone / mobile ----------------------------*/

/*ZH-TW REQUESTS*/

  #CALM-ESSENTIEL-01 .MainTitle{
    height: 40%;
    font-size: 30px;
    line-height: 35px;
    padding-top: 7%;
  }
  #CALM-ESSENTIEL-01 .BtnLink {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    max-width: 125px;
  }
  #CALM-ESSENTIEL-01 .BtnLink a {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    font-size: 11px;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
    box-sizing: border-box;
  }
  .BtnDiv{
    float: left;
    width: 37%;
  }
  #Block1{
    display: inline-block;
/*    margin: 20px auto;*/
  }
  .Block1Div{
    display: flex;
    width: 1050px;
    margin: 0 auto;
  }
  #Block1 .Photo img{
    width: 100%;
  }
  #Block1 h2{
    padding: 15px;
  }

  #Block2{
    display: inline-block;
/*    margin: 20px auto;
    max-width: 1170px;
    background-color: #f7e3e5;
    padding: 20px;*/
  }
  .Block2Div{
    display: flex;
    width: 700px;
    margin: 0 auto;
  }
  #Block2 .Photo img{
    width: 100%;
  }
   #Block3 .Photo img{
    width: 100%;
  }
  #Block2 h2{
    padding: 15px;
    width: 30%;
    margin: 15px auto;
    border: 2px white solid;
  }
  .Block2Div .Block2Title{
    width: 30%;
    margin: 15px auto!important;
    padding: 10px 0;
    border: 2px white solid;
  }

  #Block3{
    display: inline-block;
    margin: 20px auto;
    max-width: 1170px;
    padding: 20px;
  }
  #Block3 h2{
    background-color: #f7e3e5;
    padding: 10px;
    width: 30%;
    margin: 15px auto;
  }
  .Block3Div{
    display: flex;
    width: 1050px;
    margin: 0 auto;
  }
  #Block3Content{
    width: 250px;
    margin: 0 15px;
  }
  .Block3Title{
    padding: 15px 50px;
  }
  .Block3Text{
    height: 150px;
    margin: 15px 0!important;
    padding-top: 80px;
  }
  #pink1{
    background-color: #f7e3e5;
  }
  #pink2{
    background-color: #f7eeef;
  }
  #CALM-ESSENTIEL-07 .Title {
    color: #d6006e;
    font-size: 35px;
    line-height: 35px;
    font-family: ClarinsRegular, Clarins, "Microsoft Jhenghei";
    letter-spacing: 0.018em;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.AddedMention{
  position: absolute;
  margin-top: 15%;
  margin-left: 5%;

}

.StrongTitle{
  font-weight: bold;
    display: contents;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  #CALM-ESSENTIEL-10 .StatContainer{
    width: 310px;
  }
  #Block2 h2{
    width: 35%;
  }
  .AddedMention{
    margin-top: 10%;
    margin-left: 6%;
  }
  .AddedMention .Mentions{
    font-weight: bold!important;
  }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .Block1Photo{
    width: 26.5%;
  }
  .Block3Div{
    width: auto;
  }
  #Block3Content{
    width: 170px;
  }
  .Block3Title {
    padding: 15px 15px;
}
#Block2 h2,
#Block3 h2{
  width: 50%;
}
#CALM-ESSENTIEL-01{
  padding-left: unset;
  height: 710px;
}
#CALM-ESSENTIEL-01 .MainTitle{
  height: 20%;
}
.BtnDiv{
  width: 100%;
}
#CALM-ESSENTIEL-01 .MainTitle{
  padding-bottom: 6%;
}
.Block3Div{
    width: 1050px;
}
.Block1Div{
  width: 1050px!important;
}
#CALM-ESSENTIEL-10{
  height: 795px;
}
#CALM-ESSENTIEL-01 .MainTitle{
  padding-top: 3%;
}
.AddedMention{
  margin-top: 6%;
  position: unset;
  margin-left: unset;
}

}

.Block1DivMobile{
  display: none;
}
.Block2DivMobile{
  display: none;
}
.Block3DivMobile{
  display: none;
}
#CALM-ESSENTIEL-10 .TestimonyMention{
  padding: 15px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
  #Block2 h2{
    width: 35%;
  }
  /*.Block3Div{
    width: auto;
  }*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
  #Block2 h2,
  #Block3 h2{
    width: 50%;
  }
  .Block3Div,
  .Block1Div{
    width: auto;
  }
  .Block3Title {
    padding: 15px 15px;
}
#CALM-ESSENTIEL-01{
  padding-left: unset;
}
#CALM-ESSENTIEL-01{
  height: 690px;
}
#CALM-ESSENTIEL-01 .MainTitle{
  height: 35%;
  padding-bottom: 1px;
}
.BtnDiv{
  width: 100%;
}

}

@media only screen and (max-width: 761px){
  .Block1DivMobile{
    display: block;
  }
  .Block1Div{
    display: none;
  }
  .Block2DivMobile{
    display: block;
  }
  .Block2Div{
    display: none;
  }
  .Block3DivMobile{
    display: block;
  }
  .Block3Div{
    display: none;
  }
  .BtnDiv{
    width: 100%;
  }
  #CALM-ESSENTIEL-01 .MainTitle{
    height: 75%;
  }
  .Block1Div,
  #Block3Content{
    width: auto;
  }
  .Block1Photo,
  .Block2Photo{
    margin: 15px auto;
  }
  #Block1 .Photo img,
  #Block2 .Photo img{
    margin: 10px auto;
  }
  #Block2 h2,
  #Block3 h2{
    width: 85%;
  }
  #CALM-ESSENTIEL-01 .MainTitle{
    font-size: 25px;
    line-height: 30px;
  }
  #CALM-ESSENTIEL-11 {
    padding: 18px;
    text-align: center;
}
#CALM-ESSENTIEL-12 > .Title,
#CALM-ESSENTIEL-04 .Title{
  font-size: 32px;
}
#CALM-ESSENTIEL-04 .TextBold{
  font-size: 20px;
}
.slick-dots{
  right: -2%;
}
#CALM-ESSENTIEL-05 .IngredientName{
  width: 100%;
  right: 49%;
}
#CALM-ESSENTIEL-05{
  padding-top: 80px;
}
#CALM-ESSENTIEL-05-PRODUCT-01 .BtnOpenPopin{
  top: 110px;
}

#CALM-ESSENTIEL-POPIN-01 .Content{
  padding: 30px;
  padding-left: 120px;
}
#CALM-ESSENTIEL-POPIN-02 .Content, #CALM-ESSENTIEL-POPIN-03 .Content{
  padding: 30px;
  padding-left: 120px;
}
#CALM-ESSENTIEL-11 .Photo img{
  width: 100%;
}
#CALM-ESSENTIEL-12{
  background-size: 180%;
}
.plus-sign{
  bottom: 20px;
}

.MyContent .BtnOpenPopin{
  width: 40px;
  height: 40px;
}
#CALM-ESSENTIEL-01{
  padding-bottom: 105px;
}
.AddedMention{
  position: unset;
}
.MobilePhoto{
  display: block!important;
}
.Photo{
  display: none;
}
#Block3{
  padding: unset;
}
#CALM-ESSENTIEL-07 .Title{
  font-size: 28px;
}
#CALM-ESSENTIEL-11 .Title,
#CALM-ESSENTIEL-08 .Title{
  font-size: 24px;
}

}

/*#CALM-ESSENTIEL-14{
  height: 500px;
}*/

.MobilePhoto{
  display: none;
}

/*DTW EDITS VALUE SECTION*/
#VALUE-SECTION {
    text-align: center;
    margin: 50px auto 50px;
    width: 100%;
    display: block !important;
    left: 0;
    right: 0;
}
#VALUE-SECTION .Product-CarouselContainer {
    display: flex;
    justify-content: center;
}
.value-section-title h2{
    margin: 0;
    font-size: 35px;
    line-height: 1em;
    font-weight: normal;
    font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
    margin-bottom: 25px !important;
    letter-spacing: -0.01em;
}
#VALUE-SECTION .Method img {
    max-width: 225px;
    width: 100%;
}
#VALUE-SECTION .ProductName {
    margin: 0;
    color: #be0f34;
    font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
}
#VALUE-SECTION .Packshot img {
    max-width: 225px;
    width: 100%;
}
#VALUE-SECTION .Packshot {
    margin: 20px auto;
}
#VALUE-SECTION .Method .Text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#VALUE-SECTION .BtnLink {
    margin: 30px auto 0;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 165px;
}

#VALUE-SECTION .BtnLink a {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    font-size: 11px;
    line-height: 1em;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}
#VALUE-SECTION .Product-CarouselContainerSliderMobile{
  display: none;
}

/*DTW RESPONSIVE EDITS VALUE SECTION*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  #VALUE-SECTION{
    margin: 100px 0;
  } 
  #VALUE-SECTION .Product-CarouselContainer {
      display: none;
  }
  #VALUE-SECTION .Product-CarouselContainerSliderMobile{
    display: block;
  }
  #VALUE-SECTION .Packshot img {
      margin: 0 auto;
  }
  #VALUE-SECTION .slick-dots {
      bottom: -130px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
  #VALUE-SECTION {
    margin: 100px 0;
  }
  #VALUE-SECTION .Product-CarouselContainer {
      display: none;
  }
  #VALUE-SECTION .Product-CarouselContainerSliderMobile{
    display: block;
  }
  #VALUE-SECTION .Packshot img {
      margin: 0 auto;
  }
  #VALUE-SECTION .slick-dots {
      bottom: -130px;
  }
}

@media screen and (max-width: 761px){
  #VALUE-SECTION {
    margin: 70px 0 0;
  }
  #VALUE-SECTION .Product-CarouselContainer {
      display: none;
  }
  #VALUE-SECTION .Product-CarouselContainerSliderMobile{
    display: block;
  }
  #VALUE-SECTION .slick-dots {
    bottom: -60px;
  }
}
/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  #VALUE-SECTION .Product-CarouselContainer {
      display: none;
  }
  #VALUE-SECTION .Product-CarouselContainerSliderMobile{
    display: block;
  }
  #VALUE-SECTION .Packshot img {
      margin: 0 auto;
  }
}