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, 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 .BtnLink a {
  background-color: #fff;
  display: inline-block;
  color: #333;
  padding: 14px 22px;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.MyContent .BtnLink a::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -3px;
  top: -3px;
  pointer-events: none;
  box-sizing: border-box;
}

.MyContent .BtnLink a:focus::after {
  opacity: 1;
}

.MyContent .BtnLink a:hover {
  color: #b40024;
}

.MyContent .BtnLink a:active::after {
  opacity: 1;
}
.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;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 113px;
}

@media (max-width: 1023px) {
  .MyContent .MyPopin[data-opened="1"] {
    padding-top: 48px;
  }
}
.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: 560px;
  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, sans-serif;
}
#CALM-ESSENTIEL-POPIN-05 .Content {
  max-width: 600px;
}
#CALM-ESSENTIEL-POPIN-01 .Content,
#CALM-ESSENTIEL-POPIN-02 .Content,
#CALM-ESSENTIEL-POPIN-03 .Content,
#CALM-ESSENTIEL-POPIN-05 .Content {
  min-height: 486px;
  max-height: calc(100% - 80px);
  padding-left: 260px;
  overflow-y: scroll;
}

@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-POPIN-01 .Content,
  #CALM-ESSENTIEL-POPIN-02 .Content,
  #CALM-ESSENTIEL-POPIN-03 .Content,
  #CALM-ESSENTIEL-POPIN-05 .Content {
    min-height: auto;
    padding: 20px;
    margin: 20px;
    text-align: center;
    height: calc(100% - 40px);
    overflow-y: scroll;
  }
  #CALM-ESSENTIEL-POPIN-04 .Content {
    min-height: auto;
    padding: 20px;
    margin: 20px;
  }
}

.MyContent .MyPopin .Content .Product {
  top: 40px;
  left: 0;
  position: absolute;
  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: auto;
    left: auto;
    width: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }
  .MyContent .MyPopin .Content .Product img {
    max-width: 100% !important;
    width: 150px !important;
    display: block;
    margin: 0 auto;
  }
}

.MyContent .MyPopin .PopinText {
  margin: 0;
  font-size: 14px;
  line-height: 1.28em;
}

.MyContent .MyPopin .PopinTextPlus {
  margin: 20px 0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.28em;
  background-color: #fbf1f1;
}
.MyContent .MyPopin .PopinTextPlus strong {
  color: #d6006e;
  display: block;
  font-weight: normal;
  padding-bottom: 0.8em;
}
.MyContent .MyPopin .PopinTextPlus strong span {
  display: inline-block;
  font-size: 3em;
  transform: translateY(100%);
}
@media screen and (max-width: 761px) {
  .MyContent .MyPopin .PopinTextPlus {
    margin: 20px;
    padding: 20px;
  }
}
.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, 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, 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;
}

/*
.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, sans-serif;
  box-sizing: border-box;
  border: 2px solid #ececec;
}*/

.MyContent .MyPopin .BtnLink a {
  background-color: #fff;
  display: inline-block;
  color: #333;
  padding: 14px 22px;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.MyContent .MyPopin .BtnLink a::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -3px;
  top: -3px;
  pointer-events: none;
  box-sizing: border-box;
}

.MyContent .MyPopin .BtnLink a:focus::after {
  opacity: 1;
}

.MyContent .MyPopin .BtnLink a:hover {
  color: #b40024;
}

.MyContent .MyPopin .BtnLink a:active::after {
  opacity: 1;
}

.MyContent .MyPopin .Mentions {
}
.MyContent .MyPopin .PopinTitle {
  margin: 0;
  font-weight: normal;
  color: #d80b74;
  font-size: 26px;
  line-height: 26px;
  font-family: ClarinsRegular, Clarins;
  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, 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-left: 0px;
    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;
  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;
    height: auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-01 .MainTitle {
    font-size: 35px;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 1em;
    height: auto;
  }
}
#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;
    height: 14vw;
    top: 590px;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-01 .Menu {
    top: 620px;
  }
}
/*----------------------------------------------*/
#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;
  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, 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: -40px;
    transform: translateX(-10%);
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(2) {
    order: 4;
    margin: 0;
    margin-bottom: 30px;
    transform: translateX(10%);
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(3) {
    order: 3;
    margin: 0;
    margin-bottom: -40px;
    transform: translateX(-10%);
  }
  #CALM-ESSENTIEL-02 .Text:nth-child(4) {
    order: 2;
    margin: 0;
    margin-bottom: -40px;
    transform: translateX(10%);
  }
}
#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;
    padding: 20px;
    min-height: 0;
    padding-bottom: 0;
  }
}
#CALM-ESSENTIEL-03 .Title {
  color: #d80b74;
  font-size: 28px;
  line-height: 28px;
  font-family: ClarinsRegular, Clarins;
  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;
  min-height: 878px;
}
@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%;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-04 {
    z-index: 4;
    position: relative;
  }
}
#CALM-ESSENTIEL-04 .Title {
  color: #d80b74;
  font-size: 35px;
  line-height: 35px;
  font-family: ClarinsRegular, Clarins;
  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, sans-serif;
  color: #f0b3b6;
  font-size: 22px;
}
/*----------------------------------------------*/
#CALM-ESSENTIEL-05 {
  padding-top: 70px;
  position: relative;
  margin-right: auto;
  max-width: 620px;
  margin-left: -20px;
}
@media screen and (max-width: 1250px) and (min-width: 1171px) {
  #CALM-ESSENTIEL-05 {
    max-width: 620px;
    width: 620px;
    margin-left: -100px;
    margin-right: 0;
    transform: scale(0.9);
    transform-origin: right center;
  }
}
@media screen and (max-width: 1170px) and (min-width: 1024px) {
  #CALM-ESSENTIEL-05 {
    max-width: 620px;
    width: 620px;
    margin-left: -140px;
    margin-right: 0;
    transform: scale(0.9);
    transform-origin: right center;
  }
}
@media screen and (max-width: 1023px) and (min-width: 762px) {
  #CALM-ESSENTIEL-05 {
    margin: 0 auto;
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-05 {
    margin: 0 auto;
    height: 130vw;
  }
}
#CALM-ESSENTIEL-05 .Packshot {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-05 .Packshot {
    width: 140vw;
    margin-left: -30vw;
    z-index: 4;
  }
}
#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;
}
#CALM-ESSENTIEL-05 .ProductPrice {
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, 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, sans-serif;
  box-sizing: border-box;
  border: 2px solid #ececec;
}
#CALM-ESSENTIEL-05-PRODUCT-01 .BtnOpenPopin {
  top: 105px;
  left: calc(50% - 15px);
}
#CALM-ESSENTIEL-05-PRODUCT-02 .BtnOpenPopin {
  top: -65px;
  left: calc(50% - 15px);
}
#CALM-ESSENTIEL-05-PRODUCT-03 .BtnOpenPopin {
  top: -50px;
  left: calc(50% + 15px);
}
#CALM-ESSENTIEL-05-PRODUCT-04 .BtnOpenPopin {
  top: 135px;
  left: calc(50% - 15px);
}
#CALM-ESSENTIEL-05-PRODUCT-01 {
  top: 20px;
  margin-left: -80px;
}
#CALM-ESSENTIEL-05-PRODUCT-02 {
  top: 562px;
  margin-left: -190px;
}
#CALM-ESSENTIEL-05-PRODUCT-03 {
  top: 562px;
  margin-left: 5px;
}
#CALM-ESSENTIEL-05-PRODUCT-04 {
  top: 40px;
  margin-left: 105px;
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-05 .Product {
    width: 40vw;
  }
  #CALM-ESSENTIEL-05-PRODUCT-01 .BtnOpenPopin {
    top: 28vw;
    left: calc(50% - 15px + 7vw);
  }
  #CALM-ESSENTIEL-05-PRODUCT-02 .BtnOpenPopin {
    top: -9vw;
    left: calc(50% - 15px + 1vw);
  }
  #CALM-ESSENTIEL-05-PRODUCT-03 .BtnOpenPopin {
    top: -12vw;
    left: calc(50% - 15px - 10vw);
  }
  #CALM-ESSENTIEL-05-PRODUCT-04 .BtnOpenPopin {
    top: 32vw;
    left: calc(50% - 15px + 7vw);
  }
  #CALM-ESSENTIEL-05-PRODUCT-01 {
    top: 4vw;
    margin-left: 0;
    margin-right: -8vw;
    right: 50%;
    left: auto !important;
  }
  #CALM-ESSENTIEL-05-PRODUCT-02 {
    top: 125vw;
    margin: 0;
  }
  #CALM-ESSENTIEL-05-PRODUCT-03 {
    top: 125vw;
    margin: 0;
    right: 50%;
    left: auto !important;
  }
  #CALM-ESSENTIEL-05-PRODUCT-04 {
    top: 10vw;
    margin-left: 8vw;
  }
}
#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: 280px;
  margin-top: -200px;
  left: 50%;
  color: #d6006e;
  padding-top: 20px;
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-05 .Sticker {
    transform: scale(0.8);
    margin-left: -116px;
    top: auto;
    bottom: -250px;
    z-index: 3;
  }
}

#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: 15px;
  line-height: 1.2em;
  display: block;
  padding: 5px 30px;
  padding-left: 35px;
  padding-right: 35px;
}
#CALM-ESSENTIEL-05 .IngredientName {
  font-size: 10px;
  display: block;
  position: absolute;
  top: 140px;
  right: 50%;
  text-align: right;
  margin-right: 220px;
  line-height: 1.1em;
  background-color: rgba(214, 0, 110, 0.6);
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 1249px) {
  #CALM-ESSENTIEL-05 .IngredientName {
    margin-right: 160px;
  }
}
@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;
  z-index: 3;
}
@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::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1600px;
  height: 100%;
  z-index: -1;
  background-color: #f5dbdd;
}
#CALM-ESSENTIEL-06::before {
  content: " ";
  position: absolute;
  left: 280px;
  bottom: -20px;
  width: 362px;
  height: 243px;
  z-index: 1;
  background-image: url(img/texture.png);
}
@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: 80vw;
  }
}
#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: 400px;
  min-height: 800px;
  margin-right: 0;
  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, 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;
  text-align: left;
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-07 .BtnLink {
    text-align: center;
    display: block;
    margin: 20px auto;
  }
}

#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;
  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;
    min-height: 100px;
  }
}

@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;
}

@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, 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;
  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, 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, 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: 604px;
  padding-top: 35px;
}
@media screen and (max-width: 1170px) {
  #CALM-ESSENTIEL-10 {
    min-height: 544px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 762px) {
  #CALM-ESSENTIEL-10 {
    display: flex;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
    min-height: 724px;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-10 {
    display: flex;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
    background-color: #eff1f0;
    /*display:block;*/
    height: auto;
  }
}
#CALM-ESSENTIEL-10::after {
  content: " ";
  width: 2000px;
  height: 100%;
  display: block;
  left: calc(50% - 1000px);
  top: 0;
  z-index: -2;
  position: absolute;
  background-color: #f9f6f5;
}
#CALM-ESSENTIEL-10::before {
  content: " ";
  background-image: url(img/background-stats.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 446px;
  height: 604px;
  display: block;
  left: calc(50% + 230px);
  top: 0;
  z-index: -1;
  position: absolute;
  background-color: #f9f6f5;
}
@media screen and (max-width: 1170px) {
  #CALM-ESSENTIEL-10::before {
    background-position: top left;
    background-size: cover;
    width: 350px;
    height: 438px;
    display: block;
    left: auto;
    right: 0;
    top: 0;
  }
}
@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: 50% auto;
    background-position: top right;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-10::before {
    background-position: bottom right;
    width: 100vw;
    height: 125vw;
    background-image: url(img/background-stats-mobile.jpg);
    background-size: 100% auto;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    background-color: #eff1f0;
    position: relative;
    z-index: 1;
    order: 4;
  }
}

#CALM-ESSENTIEL-10 .Title {
  color: #d6006e;
  font-size: 35px;
  line-height: 35px;
  font-family: ClarinsRegular, Clarins;
  letter-spacing: 0.018em;
}
@media screen and (max-width: 1023px) and (min-width: 762px) {
  #CALM-ESSENTIEL-10 .Title {
    text-align: center;
    width: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
    line-height: 1em;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-10 .Title {
    line-height: 1em;
    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: 420px;
  /*bottom: 40px;*/
  text-align: center;
  left: calc(50% - 235px);
}
@media screen and (max-width: 1170px) {
  #CALM-ESSENTIEL-10 .Mentions {
    width: calc(100% - 80px);
    left: 40px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 762px) {
  #CALM-ESSENTIEL-10 .Mentions {
    width: 50%;
    left: 50%;
    bottom: 20px;
    order: 6;
    padding: 20px;
    box-sizing: border-box;
  }
  #CALM-ESSENTIEL-10 .Mentions br {
    display: none;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-10 .Mentions br {
    display: none;
  }
  #CALM-ESSENTIEL-10 .Mentions {
    bottom: 0px !important;
    left: 0px !important;
    padding: 20px !important;
    width: 100vw;
    background-color: #f5e7e6;
    box-sizing: border-box;
    order: 6;
    position: relative;
    height: auto !important;
    z-index: 3;
  }
}
#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;
    top: 40px;
  }
}
@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;
    height: auto;
  }
}
#CALM-ESSENTIEL-10 .Testimony {
  color: #eba3a7;
  padding-bottom: 20px;
}
#CALM-ESSENTIEL-10 .TestimonyContent {
  font-size: 30px;
  line-height: 30px;
  font-family: ClarinsRegular, Clarins;
  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: 1170px) and (min-width: 1024px) {
  #CALM-ESSENTIEL-10 .TestimonyContent {
    font-size: 24px;
    line-height: 24px;
  }
}
@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, sans-serif;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
#CALM-ESSENTIEL-10 .StatContainer {
  position: absolute;
  width: 420px;
  top: 170px;
  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% - 180px);
    top: 130px;
    transform: scale(0.9);
  }
}

@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% + 160px);
  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;
  letter-spacing: 0.018em;
  max-width: 400px;
}
#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;
    text-align: center;
    padding-top: 0;
  }
}
#CALM-ESSENTIEL-12 > .Title {
  color: #d6006e;
  font-size: 35px;
  line-height: 35px;
  font-family: ClarinsRegular, Clarins;
  letter-spacing: 0.018em;
  padding: 40px;
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-12 > .Title {
    padding: 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 .Title {
  color: #d6006e;
  font-size: 22px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, 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, 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;
}

/*----------------- DTW Edits (Master Analysis)---------------------*/

.plus-sign {
  margin-left: 4%;
}

#CALM-ESSENTIEL-10 .TestimonyMention {
  font-size: 11px;
  line-height: 16px;
  display: block;
}

#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-08 .Method {
    margin-bottom: 20px;
    height: 160px;
  }

  #CALM-ESSENTIEL-08 .Method .Mentions {
    bottom: -20px;
  }

  .MyContent .MyPopin[data-opened="1"] {
    padding-top: 50px;
    box-sizing: border-box;
  }
  #CALM-ESSENTIEL-07 .CategTitle {
    margin-right: 85px;
  }
  #CALM-ESSENTIEL-08 .CategTitle {
    margin-left: 87px;
  }

  #CALM-ESSENTIEL-10 .TestimonyMention {
    margin-top: 45px;
  }
}

img#mask-friendly-logo-size {
  width: 35% !important;
  padding-top: 5px !important;
  margin: 0 auto;
  margin-top: 10px;
}

#CALM-ESSENTIEL-01 .MainTitle strong {
  font-size: 59px !important;
}

span#calm-essentiel-title-color {
  color: #ff0080 !important;
  font-size: 64px !important;
  margin-bottom: 20px;
}
#CALM-ESSENTIEL-STICKY {
  right: 660px !important;
}

#CALM-ESSENTIEL-10 .Stat span:nth-child(1) sup {
  font-size: 21px !important;
}
span#statcontainer-more-than {
  margin-top: -24px !important;
}
#CALM-ESSENTIEL-10 .TestimonyFirst {
  padding-top: 15px !important;
}

div#Discover-the-range-title-btn {
  height: 40px;
  max-width: 1170px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  padding: 0;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  margin-top: -130px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}

@media screen and (max-width: 1023px) {
  div#Discover-the-range-title-btn {
    margin: 0 auto !important;
    text-align: center !important;
    margin-bottom: 16vw !important;
  }
}
@media screen and (max-width: 761px) {
  #CALM-ESSENTIEL-10 .TestimonyMention {
    margin-top: 10px !important;
  }

  #CALM-ESSENTIEL-08 .CategTitle {
    margin-left: 122px !important;
  }
  #CALM-ESSENTIEL-07 .CategTitle {
    margin-right: 110px !important;
  }
  span#statcontainer-more-than {
    margin-top: 0px !important;
  }
  #CALM-ESSENTIEL-STICKY {
    right: 0px !important;
  }
  #CALM-ESSENTIEL-10 .TestimonyContent {
    font-size: 23px !important;
  }
  #CALM-ESSENTIEL-01 .MainTitle {
    margin-left: 0px !important;
    margin-top: 5px !important;
  }
  div#Discover-the-range-title-btn {
    text-align: center !important;
    margin: 0 !important;
  }
  span#calm-essentiel-title-color {
    font-size: 49px !important;
  }
  #CALM-ESSENTIEL-01 .MainTitle strong {
    font-size: 45px !important;
  }
  #CALM-ESSENTIEL-01 {
    padding-bottom: 120px !important;
  }

  .break-line {
    display: block !important;
  }

  span#calm-essentiel-second-title {
    font-size: 26px !important;
  }
}

/*DTW EDITS*/
span#calm-essentiel-mention {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  margin-bottom: 15px;
}

span#calm-essentiel-second-title {
  text-align: left;
  font-size: 30px;
  line-height: 30px;
}
.break-line {
  display: none;
}

.MenuSticky {
  top: 120px;
}
@media screen and (max-width: 1023px) {
  .MenuSticky {
    top: 50px;
  }
}

@media screen and (max-width: 761px) {
  .MyContent .Menu {
    top: auto;
  }
  .MenuSticky {
    top: auto;
  }
}

.pdp-calm-essentiel__actions {
  max-width: 390px;
  display: grid;
  font-size: 12px;
  line-height: 1.2em;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}
@media screen and (min-width: 762px) {
  .pdp-calm-essentiel__actions {
    transform: scale(0.9);
    height: 290px;
    transform-origin: top left;
  }
}

.pdp-calm-essentiel__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #d6006e;
  text-transform: uppercase;
}

.pdp-calm-essentiel__picto {
  position: relative;
}

.pdp-calm-essentiel__picto img {
  width: 115px;
  height: 115px;
  display: block;
  margin: 0 auto;
}

.pdp-calm-essentiel__item p {
  margin: 0;
}

.pdp-calm-essentiel__picto:hover::before,
.pdp-calm-essentiel__picto:hover::after {
  animation: hotSpot 0.6s infinite;
}

@keyframes hotSpot {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.pdp-calm-essentiel__picto::before,
.pdp-calm-essentiel__picto::after {
  content: " ";
  background-color: #c20f2f;
  opacity: 0.5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  display: none;
}

*[data-item="1"] .pdp-calm-essentiel__picto::before {
  display: block;
  top: 70px;
  left: 24px;
}

*[data-item="1"] .pdp-calm-essentiel__picto::after {
  display: block;
  top: 70px;
  right: 24px;
  animation-delay: 0.2s;
}

*[data-item="2"] .pdp-calm-essentiel__picto::before {
  display: block;
  top: 40px;
  left: 30px;
}

*[data-item="3"] .pdp-calm-essentiel__picto::before {
  display: block;
  top: 40px;
  right: 26px;
}

*[data-item="4"] .pdp-calm-essentiel__picto::before {
  display: block;
  top: 77px;
  left: 12px;
}


/*========================================*/
#peau-apaisee,
#reponse-clarins,
#methode-calm-essentiel,
#preuve-par-tests,
#decouverte-scientifique,
#formule{
  scroll-margin-top: 100px;
}

#CALM-ESSENTIEL-10 .Mentions{
  bottom: 30px;
}

#CALM-ESSENTIEL-01 .MainTitle{
  margin-top: 130px;
}

#CALM-ESSENTIEL-01 h2{
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
}

h2 #calm-essentiel-second-title{
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  font-family: ClarinsRegular, Clarins;
  color: #000;
  letter-spacing: 0.018em;
}

div#Discover-the-range-title-btn{
  margin-top: 20px!important;
}



body, html {
   overflow-x: hidden;
}

@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 .Mentions {
    bottom: 5px;
  }
  #CALM-ESSENTIEL-01 .MainTitle {
    margin-top: 170px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  #CALM-ESSENTIEL-01 .MainTitle{
    margin-top: unset;
  }
  #CALM-ESSENTIEL-01 h2{
    text-align: center;
  }
}


@media (max-width: 480px) {
  #CALM-ESSENTIEL-05 .IngredientName{
    margin-right: 110px;
  }
  .MenuSticky{
    bottom: 0px;
  }
}




/*DTW Edits*/
#CALM-ESSENTIEL-02 .Text{
  font-size: 14px;
}
#CALM-ESSENTIEL-10 .Title{
  top: -20px;
}
#CALM-ESSENTIEL-10 .StatContainer{
  top: 127px;
}
#CALM-ESSENTIEL-10 .Stat {
    flex-basis: calc(49% - 44px);
    margin: 0 20px;
}
#CALM-ESSENTIEL-10 .Stat{
  font-size: 12px;
  line-height: 18px;
}
#CALM-ESSENTIEL-10 .TestimonyContainer{
  top:calc(44% - 215px);
}

/*DTW Responsive Edits*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
  #CALM-ESSENTIEL-08 .Method {
    height: 230px;
  }
  span#statcontainer-more-than{
    margin-top: 0 !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
    height: 160px;
  }
  #CALM-ESSENTIEL-10 .Stat {
    position: relative;
    top: 10px;
    height: 150px;
  }
  #CALM-ESSENTIEL-10 .TestimonyContainer {
    top: 30px;
    width: 303px;
  }
  #CALM-ESSENTIEL-10 .TestimonyContent{
    font-size: 22px;
  }
  #CALM-ESSENTIEL-10 .TestimonyMention{
    padding: 0 10px;
  }
  #CALM-ESSENTIEL-10 .Mentions {
    bottom: 20px;
  }
  #YTvideobox {
    left: 0;
    width: 100%;
  }
  #ytapiplayer_lightbox{
    width: 100%;
  }
  #CALM-ESSENTIEL-07{
    min-height: 740px;
  }
  .MethodeContainerMobile.slick-initialized.slick-slider.slick-dotted{
    height: 450px;
  }
  #CALM-ESSENTIEL-10{
    min-height: 754px;
  }
}

@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 .TestimonyContainer {
    top: calc(41% - 215px);
  }
  #CALM-ESSENTIEL-10 .TestimonyMention {
    font-size: 10px;
    padding: 0 10px;
  }
  #CALM-ESSENTIEL-10 .StatContainer{
    width: 440px;
    top: 87px;
    left: calc(50% - 220px);
  }
  #CALM-ESSENTIEL-10 .Stat {
    margin: 20px;
  }
  #CALM-ESSENTIEL-10 .Mentions{
    width: calc(91% - 80px);
  }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  span#calm-essentiel-second-title {
    font-size: 24px !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  #CALM-ESSENTIEL-01 h2{
    text-align: center;
  }
  #CALM-ESSENTIEL-08 .Method{
    height: 250px;
  }
  #CALM-ESSENTIEL-09 .Text {
    flex-basis: calc(100% - 70px);
  }
  #CALM-ESSENTIEL-10 .Stat {
    position: relative;
    top: 20px;
  }
  .StatContainerSliderMobile.slick-initialized.slick-slider.slick-dotted {
    height: 170px;
  }
  #CALM-ESSENTIEL-10 .TestimonyContainer {
    top: 0;
  }
  #CALM-ESSENTIEL-10 .TestimonyMention{
    padding: 0 10px;
  }
  #CALM-ESSENTIEL-07 .CategTitle{
    margin-right: auto !important;
    margin-left: auto;
    width: 100%;
    padding: 0 !important;
  }
  #CALM-ESSENTIEL-07 .CategTitle::before {
    left: 260px;
  }
  #CALM-ESSENTIEL-07 .CategTitle::after {
    right: 260px;
  }
  #CALM-ESSENTIEL-08 .CategTitle{
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100%;
    padding: 0 !important;
  }
  #CALM-ESSENTIEL-08 .CategTitle::before {
    left: 230px;
  }
  #CALM-ESSENTIEL-08 .CategTitle::after {
    right: 230px;
  }
}


/*EDIT*/

img#mask-friendly-logo-size{
  display: none;
}

#CALM-ESSENTIEL-10 .TestimonyContainer{
  width: 325px;
}

#CALM-ESSENTIEL-10 .Stat{
  font-size: 14px;
}

#CALM-ESSENTIEL-10 .StatContainer{
  top: 93px;
}

@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 .Mentions{
    bottom: -14px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
  #CALM-ESSENTIEL-10 .StatContainer{
    top: 55px;
  }
}