body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 100%;
}
.breadcrumb {
  display: none;
  margin-top: 12px;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
.MyContent {
  display: block;
  position: relative;
  margin: 0 auto;
  /*max-width:1250px;*/
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  background-color: #fff;
}
@media (max-width: 1023px) and (min-width: 762px) {
  /*  .MyContent .MainWrapper {
        transform:scale(0.75);
        width:1024px;
        transform-origin: top left;
        overflow:hidden;
        margin:0 auto;
    }*/
}
.MyContent .isMobile {
  display: none;
}
@media (max-width: 761px) {
  .MyContent .isMobile {
    display: block;
  }
  .MyContent .isDesktop {
    display: none;
  }
}

.MyContent * {
  margin: 0;
  box-sizing: border-box;
}
.MyContent img {
  max-width: 100%;
  display: block;
}
.MyContent .QuickShopLinkContainer {
  display: none !important;
}

.MyContent .MainTitle {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 44px;
  line-height: 1em;
  font-weight: normal;
  margin: 20px auto;
}

.MyContent .Title {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 35px;
  line-height: 1em;
  font-weight: normal;
  margin: 0px auto;
  padding: 20px;
}
.MyContent .Text {
  margin: 0;
}

.MyContent .WhiteBtnLink a,
.MyContent .WhiteBtnLink span {
  background-color: #fff;
  display: inline-block;
  color: #000;
  padding: 14px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  min-width: 176px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.MyContent .BtnLink a,
.MyContent .BtnLink span {
  background-color: #000;
  display: inline-block;
  color: #fff;
  padding: 11px 11px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
}
.MyContent .HollowLink a,
.MyContent .HollowLink span {
  background-color: transparent;
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #fff;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
}
.MyContent .QuickShopLink {
  text-align: center;
  padding-top: 15px;
}
.MyContent .QuickShopLink a,
.MyContent .QuickShopLink span {
  background-color: transparent;
  display: inline-block;
  color: #be0f34;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
}
.MyContent .slick-dots button {
  min-width: unset;
  border: 0px !important;
  outline: 0 !important;
  padding: 0 !important;
  height: auto !important;
  font-size: 0px;
}

.MyContent .slick-dots li.slick-active {
  background-color: #be0f34;
}
/*-----------------------------------------------------------*/
#BelleAToutAge_HEADER {
  max-width: 1048px;
  margin: 0 auto;
  min-height: 566px;
  position: relative;
}
#BelleAToutAge_HEADER img {
  max-width: 100%;
  margin: 0 auto;
}
#BelleAToutAge_HEADER .Packshots {
  width: 173px;
  height: 289px;
  display: block;
  position: absolute;
  top: -284px;
  right: 55px;
}

#BelleAToutAge_HEADER .WhiteBlock {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #fff;
  z-index: 1;
  font-size: 46px;
  line-height: 1em;
  font-family: "ClarinsRegular", "Clarins";
  padding: 35px;
  padding-left: 55px;
  padding-right: 0;
  padding-top: 55px;
  box-sizing: border-box;
  width: 443px;
  text-align: left;
}
#BelleAToutAge_HEADER p.Text {
  margin: 0;
  display: block;
}
#BelleAToutAge_HEADER .WhiteBlock span:first-child {
  font-size: 124px;
  line-height: 124px;
  height: 55px;
  overflow: hidden;
  display: block;
  top: -5px;
  left: 30px;
  position: absolute;
}
@media (max-width: 1023px) and (min-width: 762px) {
  #BelleAToutAge_HEADER .Background img {
    width: 1048px;
    margin-left: calc(50% - 524px);
    max-width: 1048px;
  }
}
@media (max-width: 761px) {
  #BelleAToutAge_HEADER {
    min-height: auto;
  }
  #BelleAToutAge_HEADER .Packshots {
    width: 82px;
    height: 138px;
    top: -120px;
    right: 65px;
  }
  #BelleAToutAge_HEADER .WhiteBlock {
    left: calc(50% - 64px);
    padding: 25px;
  }

  #BelleAToutAge_HEADER .WhiteBlock {
    font-size: 23px;
    line-height: 1em;
    width: calc(50% + 64px);
  }
  #BelleAToutAge_HEADER .WhiteBlock span:first-child {
    font-size: 61px;
    line-height: 61px;
    height: 35px;
    left: 10px;
    top: 0;
  }
  #BelleAToutAge_HEADER img {
    width: 100%;
  }
}
/*-----------------------------------------------------------*/
#BelleAToutAge_INTRO {
  text-align: center;
  max-width: 1048px;
  margin: 0 auto;
  padding-top: 35px;
}
#BelleAToutAge_INTRO .MainTitle {
  font-size: 60px;
  margin: 0 auto;
  font-weight: normal;
}
#BelleAToutAge_INTRO .BoldText {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 20px;
  max-width: 650px;
}
#BelleAToutAge_INTRO .Text {
  font-size: 14px;
  margin: 0 auto;
  max-width: 650px;
}
#BelleAToutAge_INTRO .Mentions {
  font-size: 12px;
  opacity: 0.5;
  margin: 0 auto;
  line-height: 1.4em;
  padding-top: 20px;
  max-width: 650px;
}

@media (max-width: 761px) {
  #BelleAToutAge_INTRO .MainTitle {
    font-size: 42px;
  }
  #BelleAToutAge_INTRO .BoldText {
    font-size: 14px;
    padding: 20px;
    max-width: 240px;
  }
  #BelleAToutAge_INTRO .Text {
    max-width: calc(100% - 40px);
  }
  #BelleAToutAge_INTRO .Mentions {
    max-width: calc(100% - 40px);
  }
}
/*-----------------------------------------------------------*/
#BelleAToutAge_NAV {
  margin: 0 auto;
  padding-top: 30px;
  height: 80px;
}

#BelleAToutAge_NAV ul {
  display: flex;
  max-width: 848px;
  list-style: none;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

#BelleAToutAge_NAV ul li {
  max-width: 162px;
  flex-basis: 25%;
  text-align: center;
}
#BelleAToutAge_NAV ul li a {
  border-radius: 50px;
  height: 50px;
  border: 1px #ccc solid;
  line-height: 50px;
  display: block;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
#BelleAToutAge_NAV ul li a:hover,
#BelleAToutAge_NAV ul li a[data-selected="1"] {
  border: 1px #be0f34 solid;
  color: #be0f34;
}

#BelleAToutAge_NAV[data-sticky="1"] ul {
  /*max-width:600px;*/
}
#BelleAToutAge_NAV[data-sticky="1"] ul li a {
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  transition: all ease-in-out 0.2s;
}
#BelleAToutAge_NAV[data-sticky="1"] .StickyWrapper {
  position: fixed;
  z-index: 90;
  padding-top: 18px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  /*background: linear-gradient(#fff,rgba(255,255,255,0));
    background:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0));*/
}
@media (max-width: 1023px) {
  #BelleAToutAge_NAV[data-sticky="1"] .StickyWrapper {
    position: fixed;
    z-index: 90;
    padding-top: 18px;
    height: 60px;
    background-color: #fff;
  }
}
@media (max-width: 761px) {
  #BelleAToutAge_NAV[data-sticky="1"] .StickyWrapper {
    padding-top: 14px;
    width: 100%;
  }
  #BelleAToutAge_NAV ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  #BelleAToutAge_NAV ul li {
    flex-basis: calc(25% - 20px);
    margin: 5px;
  }
  #BelleAToutAge_NAV ul li a {
    border-radius: 20px;
    height: 40px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #BelleAToutAge_NAV ul li a span {
    display: none;
  }
}
/*-----------------------------------------------------------*/
#BelleAToutAge_VIDEO {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
#BelleAToutAge_VIDEO img {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 761px) {
  #BelleAToutAge_VIDEO {
    padding-top: 0px;
  }
}
/*-----------------------------------------------------------*/
#BelleAToutAge_STEPS {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
#BelleAToutAge_STEPS img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
#BelleAToutAge_STEPS .Steps_Title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 1048px;
  margin: 0 auto;
  font-weight: normal;
  margin-bottom: 20px;
}
#BelleAToutAge_STEPS .Steps_Title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 28px;
  width: 100%;
  background-color: #e7e4e2;
}

#BelleAToutAge_STEPS .Steps_Title span {
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
}

#BelleAToutAge_STEPS .Steps {
  max-width: 1048px;
  margin: 0 auto;
}
#BelleAToutAge_STEPS .Steps_Item {
  position: relative;
  padding-top: 102px;
}
#BelleAToutAge_STEPS .Steps_Item .Photo {
  text-align: left;
  position: absolute;
  left: 50px;
  top: 0;
}
#BelleAToutAge_STEPS .Steps_Item .Photo img {
  display: block;
}
#BelleAToutAge_STEPS .Steps_Item .Num {
  color: #e8e4e2;
  font-family: "ClarinsRegular", "Clarins";
  font-size: 270px;
  overflow: hidden;
  line-height: 270px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 20px;
}
#BelleAToutAge_STEPS .Steps_Item .Duration {
  background-color: #fff;
  font-family: "ClarinsRegular", "Clarins";
  color: #333333;
  font-size: 18px;
  position: absolute;
  left: 70px;
  top: 230px;
  transform: rotate(-3deg);
  text-transform: uppercase;
  padding: 5px 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
#BelleAToutAge_STEPS .Steps_Item .Text {
  background-color: #f8f8f7;
  height: 360px;
  margin: 10px;
  display: block;
  padding: 40px;
  padding-top: 165px;
  box-sizing: border-box;
  text-align: left;
}

#BelleAToutAge_STEPS .Steps_Item .Text strong {
  display: block;
  padding-bottom: 10px;
}
#BelleAToutAge_STEPS .HollowLink {
  padding-top: 20px;
}
#BelleAToutAge_STEPS .HollowLink a {
  color: #be0f34;
  border: 1px solid #e7e4e2;
}
@media (max-width: 1023px) and (min-width: 762px) {
  #BelleAToutAge_STEPS .Steps_Item .Text {
    height: 400px;
    margin: 10px;
    display: block;
    padding: 20px;
    padding-top: 165px;
    box-sizing: border-box;
    text-align: left;
  }
  #BelleAToutAge_STEPS .Steps_Item .Photo {
    left: 30px;
  }
}
@media (max-width: 761px) {
  #BelleAToutAge_STEPS .Steps {
    max-width: 355px;
    margin: 0 auto;
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  #BelleAToutAge_STEPS .Steps_Title {
    padding: 20px;
  }
  #BelleAToutAge_STEPS .Steps_Title::after {
    display: none;
  }
  #BelleAToutAge_STEPS .Steps_Title span {
    padding: 0px;
  }
}
/*-----------------------------------------------------------*/
#BelleAToutAge_BEAUTYCONSULT {
  margin: 0 auto;
  text-align: center;
  max-width: 1048px;
  position: relative;
}
#BelleAToutAge_BEAUTYCONSULT img {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1023px) and (min-width: 762px) {
  #BelleAToutAge_BEAUTYCONSULT img {
    margin: 0 auto;
    max-width: 1048px;
    width: 1048px;
    margin-left: calc(50% - 524px);
  }
}
#BelleAToutAge_BEAUTYCONSULT .Title {
  font-size: 42px;
  padding-top: 0;
}
#BelleAToutAge_BEAUTYCONSULT .Text {
  margin-bottom: 20px;
}
#BelleAToutAge_BEAUTYCONSULT .Box {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

/*-----------------------------------------------------------*/
#BelleAToutAge_FAQ {
  text-align: center;
  max-width: 1048px;
  margin: 0 auto;
  font-size: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
#BelleAToutAge_FAQ .Title {
  font-size: 35px;
  font-weight: normal;
  line-height: 1em;
}
#BelleAToutAge_FAQ .Text {
  font-size: 16px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  padding-bottom: 20px;
}
#BelleAToutAge_FAQ .Questions {
  width: calc(50% - 40px);
  height: auto;
  margin: auto 20px;
  display: inline-block;
  vertical-align: top;
}
#BelleAToutAge_FAQ .Questions_Item {
  height: 40px;
  display: block;
  transition: height ease-in-out 0.5s;
  overflow: hidden;
}
#BelleAToutAge_FAQ .Questions_Title::after {
  content: "+";
  color: #8b8b8b;
  font-size: 22px;
  width: 20px;
  height: 40px;
  display: flex;
  position: absolute;
  right: 0px;
  top: 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
#BelleAToutAge_FAQ .Questions_Title[data-open="1"]::after {
  content: "-";
}

#BelleAToutAge_FAQ .Questions_Title {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #cbcbcb;
  padding: 20px 0;
  padding-right: 45px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

#BelleAToutAge_FAQ .Questions_Answer {
  font-size: 14px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 761px) {
  #BelleAToutAge_FAQ .Questions {
    width: calc(100% - 40px);
  }
}

/*-----------------------------------------------------------*/
#BelleAToutAge_PERFECTGIFT {
  margin: 0 auto;
  text-align: center;
  max-width: 1048px;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#BelleAToutAge_PERFECTGIFT .Title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 1048px;
  margin: 0 auto;
  font-weight: normal;

  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
}
#BelleAToutAge_PERFECTGIFT .Title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 28px;
  width: 100%;
  background-color: #e7e4e2;
}

#BelleAToutAge_PERFECTGIFT .Title span {
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
}

#BelleAToutAge_PERFECTGIFT .Text {
  color: #333;
  margin: 0 auto;
  max-width: 848px;
  overflow: hidden;
  height: 65px;
  position: relative;
  transition: height ease-in-out 0.5s;
}
#BelleAToutAge_PERFECTGIFT .Text::after {
  content: " ";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  transition: opacity ease-in-out 0.5s;
  opacity: 1;
}
#BelleAToutAge_PERFECTGIFT[data-open="1"] .Text p {
  display: block;
}

#BelleAToutAge_PERFECTGIFT[data-open="1"] .Text::after {
  opacity: 0;
}

#BelleAToutAge_PERFECTGIFT .HollowLink {
  padding-top: 20px;
}
#BelleAToutAge_PERFECTGIFT .HollowLink span {
  color: #be0f34;
  border: 1px solid #e7e4e2;
}
#BelleAToutAge_PERFECTGIFT[data-open="1"] .HollowLink span[data-open="1"] {
  display: none;
}
#BelleAToutAge_PERFECTGIFT[data-open="0"] .HollowLink span[data-open="0"] {
  display: none;
}
@media (max-width: 761px) {
  #BelleAToutAge_PERFECTGIFT .Text {
    margin: 0 20px;
  }

  #BelleAToutAge_PERFECTGIFT .Title {
    padding: 20px;
  }
  #BelleAToutAge_PERFECTGIFT .Title::after {
    display: none;
  }
  #BelleAToutAge_PERFECTGIFT .Title span {
    padding: 0px;
  }
}
/*-----------------------------------------------------------*/
.AgeBlock {
  display: flex;
  flex-wrap: wrap;
  max-width: 1048px;
  margin: 0 auto;
  padding-top: 70px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (max-width: 761px) {
  .AgeBlock {
    display: block;
    padding-top: 120px;
  }
}
/*---------------------------------------*/

.AgeBlock .ProductRange {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 761px) {
  .AgeBlock .ProductRange {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

/*---------------------------------------*/
.AgeBlock .Complex {
  max-width: 747px;
  margin: 20px auto;
  position: relative;
  flex-basis: 100%;
  order: 5;
}
.AgeBlock .Complex .Box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  padding-left: 300px;
  box-sizing: border-box;
  text-align: left;
  transform: translateY(-50%);
}
.AgeBlock .Complex .Box .BoldText {
  font-weight: normal;
  color: #c14209;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}
.AgeBlock .Complex .Box .Text {
  color: #333333;
  letter-spacing: -0.02em;
}
.AgeBlock .Complex .Box .Text strong {
  font-weight: normal;
  color: #000;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}

@media (max-width: 761px) {
  .AgeBlock .Complex {
    max-width: 335px;
    margin: 20px auto;
    width: calc(100% - 40px);
  }
  .AgeBlock .Complex .Box {
    padding: 20px;
    padding-top: 138px;
    text-align: center;
  }
}
/*---------------------------------------*/
.AgeBlock .Women {
  flex-basis: calc(50% - 20px);
  position: relative;
  margin-bottom: 200px;
}

.AgeBlock:nth-child(2n) .Women {
  order: 1;
  margin-right: 40px;
}

.AgeBlock:nth-child(2n + 1) .Women {
  order: 2;
  margin-left: 40px;
}

.AgeBlock .Women_Photo {
  background-size: cover;
}
.AgeBlock .Women_Name {
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 150px;
  font-family: "ClarinsRegular", "Clarins";
  font-size: 22px;
  line-height: 1em;
}
.AgeBlock .Women_Name span {
  display: block;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 8px;
}

.AgeBlock[data-age="30"] .Women_Name {
  color: #000;
}
.AgeBlock:nth-child(2n + 1) .Women_Name {
  left: 184px;
}
.AgeBlock:nth-child(2n) .Women_Name {
  left: 70px;
}

.AgeBlock[data-age="30"] .Women_Photo {
  background-image: url(../img/degrade-1.png);
}
.AgeBlock[data-age="40"] .Women_Photo {
  background-image: url(../img/degrade-2.png);
}
.AgeBlock[data-age="50"] .Women_Photo {
  background-image: url(../img/degrade-3.png);
}
.AgeBlock[data-age="60"] .Women_Photo {
  background-image: url(../img/degrade-4.png);
}

.AgeBlock:nth-child(2n + 1) .Women_Photo {
  margin-left: 40px;
}

.AgeBlock:nth-child(2n) .Women_Photo {
  margin-right: 40px;
}

.AgeBlock:nth-child(2n + 1) .Women_Photo img {
  transform: translateY(40px) translateX(-40px);
}

.AgeBlock:nth-child(2n) .Women_Photo img {
  transform: translateY(40px) translateX(40px);
}
@media (max-width: 1023px) and (min-width: 762px) {
  .AgeBlock .Women {
    flex-basis: calc(50% - 60px);
  }
  .AgeBlock:nth-child(2n + 1) .Women_Name {
    left: 20px;
  }
}

@media (max-width: 761px) {
  .AgeBlock .Women {
    width: 100%;
    margin: 0 !important;
  }
  .AgeBlock .Women_Photo {
    margin: 0 !important;
    padding-top: 30px;
    background-repeat: no-repeat;
  }
  .AgeBlock .Women_Photo img {
    transform: none !important;
  }

  .AgeBlock:nth-child(2n) .Women_Photo {
    background-position: top right 40px;
  }

  .AgeBlock:nth-child(2n + 1) .Women_Photo {
    background-position: top left 40px;
  }
  .AgeBlock .Women_Name {
    color: #fff;
    position: absolute;
    padding: 10px 20px;
    width: 208px;
    box-sizing: border-box;
    bottom: 0px;
  }
  .AgeBlock:nth-child(2n) .Women_Name {
    right: auto;
    left: 0px;
  }

  .AgeBlock:nth-child(2n + 1) .Women_Name {
    left: 50%;
    right: auto;
    margin-left: 0px;
    padding-left: 0;
  }
  .AgeBlock .Women_Name span {
    font-size: 10px;
    line-height: 1em;
  }
}

/*---------------------------------------*/
.AgeBlock .Ingredient {
  width: 500px;
  z-index: 2;
  position: absolute;
  top: 574px;
  box-sizing: border-box;
}
.AgeBlock .Ingredient_Visual {
  flex-basis: 202px;
  position: absolute;
  bottom: 0;
}
.AgeBlock .Ingredient_Text {
  flex: 1;
  padding: 20px;
}
.AgeBlock .Ingredient_Name {
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
}

.AgeBlock[data-age="30"] .Ingredient_Name {
  top: 0;
  right: 0;
}
.AgeBlock[data-age="40"] .Ingredient_Name {
  top: 0;
  right: 0;
}
.AgeBlock[data-age="50"] .Ingredient_Name {
  bottom: 0;
  right: 0;
}
.AgeBlock[data-age="60"] .Ingredient_Name {
  bottom: 0;
  right: 0;
}
.AgeBlock:nth-child(2n) .Ingredient_Visual {
  right: 0;
}

.AgeBlock:nth-child(2n + 1) .Ingredient_Visual {
  left: 0;
}

.AgeBlock:nth-child(2n) .Ingredient {
  /*order: 3;*/
  right: calc(50% - 20px);
  padding-right: 204px;
  text-align: right;
}

.AgeBlock:nth-child(2n + 1) .Ingredient {
  /*order: 4;*/
  left: calc(50% - 20px);
  padding-left: 204px;
  text-align: left;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .AgeBlock:nth-child(2n) .Ingredient {
    right: calc(50% + 40px);
    padding-top: 224px;
    text-align: left;
    display: block;
    top: 400px;
    width: 330px;
    padding-right: 0;
  }
  .AgeBlock:nth-child(2n) .Ingredient_Visual {
    left: 20px;
    top: 20px;
    bottom: auto;
    width: 204px;
  }
  .AgeBlock:nth-child(2n + 1) .Ingredient {
    left: calc(50% + 40px);
    padding-top: 224px;
    text-align: left;
    display: block;
    top: 400px;
    width: 330px;
    padding-left: 0;
  }
  .AgeBlock:nth-child(2n + 1) .Ingredient_Visual {
    left: 20px;
    top: 20px;
    bottom: auto;
    width: 204px;
  }
}

@media (max-width: 761px) {
  .AgeBlock .Ingredient {
    width: 375px !important;
    z-index: 2;
    position: relative;
    margin: 0 auto !important;
    top: auto;
    padding: 0px !important;
  }
  .AgeBlock:nth-child(2n) .Ingredient {
    right: auto;
    padding-right: 168px !important;
  }

  .AgeBlock:nth-child(2n + 1) .Ingredient {
    left: auto;
    padding-left: 168px !important;
  }
  .AgeBlock .Ingredient_Text {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .AgeBlock:nth-child(2n) .Ingredient_Text {
    padding-left: 10px;
  }

  .AgeBlock:nth-child(2n + 1) .Ingredient_Text {
    padding-right: 10px;
  }
  .AgeBlock .Ingredient_Visual {
    bottom: 0;
    top: auto;
    width: 178px;
  }
}

/*---------------------------------------*/
.AgeBlock .ProductRange {
  text-align: center;
  position: relative;
}
.AgeBlock:nth-child(2n) .ProductRange {
  order: 2;
}

.AgeBlock:nth-child(2n + 1) .ProductRange {
  order: 1;
}

.ProductRange_Title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 8px;
  width: 100%;
  background-size: cover;
}

.AgeBlock[data-age="30"] .ProductRange_Title::after {
  background-image: url(../img/degrade-1.png);
}
.AgeBlock[data-age="40"] .ProductRange_Title::after {
  background-image: url(../img/degrade-2.png);
}
.AgeBlock[data-age="50"] .ProductRange_Title::after {
  background-image: url(../img/degrade-3.png);
}
.AgeBlock[data-age="60"] .ProductRange_Title::after {
  background-image: url(../img/degrade-4.png);
}
.ProductRange_Title {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.ProductRange_Title span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}
.ProductRange_Name {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 42px;
  font-weight: normal;
  line-height: 1em;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.AgeBlock[data-age="30"] .ProductRange_Name {
  color: #ce778b;
}
.AgeBlock[data-age="40"] .ProductRange_Name {
  color: #da7558;
}
.AgeBlock[data-age="50"] .ProductRange_Name {
  color: #ba0c2f;
}
.AgeBlock[data-age="60"] .ProductRange_Name {
  color: #c5a885;
}
.ProductRange_Link {
  text-align: center;
  padding-bottom: 20px;
}
.ProductRange_Link a {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 1em;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.ProductRange_Text {
  color: #333333;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}
.ProductRange_Text strong {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
}

.Product_Arguments {
  font-size: 14px;
  text-align: left;
}
.Product_Ingredient {
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 50%;
  text-align: left;
  line-height: 1em;
  width: 200px;
}
.Product_Name {
  font-size: 14px;
  text-align: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
}

.Product_Text {
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
  color: #333;
}

.Product_Arguments {
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
  color: #333;
}

.ProductRange .Packshot {
  width: 375px;
  margin: 0 auto;

  padding-top: 15px;
  position: relative;
}

.AgeBlock .Packshot img {
  margin-left: 100px;
}
.AgeBlock[data-age="30"] .Packshot img {
  max-width: 234px;
}
.AgeBlock[data-age="30"] .Product_Ingredient {
  margin-top: 150px;
  margin-left: 100px;
}
.AgeBlock[data-age="40"] .Packshot img {
  max-width: 200px;
}
.AgeBlock[data-age="40"] .Product_Ingredient {
  margin-top: 150px;
  margin-left: 100px;
}
.AgeBlock[data-age="50"] .Packshot img {
  max-width: 243px;
}
.AgeBlock[data-age="50"] .Product_Ingredient {
  margin-top: 120px;
  margin-left: 140px;
}
.AgeBlock[data-age="60"] .Packshot img {
  max-width: 264px;
}
.AgeBlock[data-age="60"] .Product_Ingredient {
  margin-top: 20px;
  margin-left: 140px;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .ProductRange .Packshot {
    margin: 20px calc(50% - 187px);
  }
  .ProductRange_Name {
    font-size: 36px;
  }
  .AgeBlock[data-age="50"] .Product_Ingredient {
    margin-top: 20px;
    margin-left: 80px;
  }
  .AgeBlock[data-age="60"] .Product_Ingredient {
    margin-top: -10px;
    margin-left: 60px;
  }
}
@media (max-width: 761px) {
  .ProductRange .Packshot {
    margin: 20px calc(50% - 187px);
  }
  .ProductRange_Name {
    font-size: 36px;
  }
  .AgeBlock[data-age="50"] .Product_Ingredient {
    margin-top: 20px;
    margin-left: 80px;
  }
  .AgeBlock[data-age="60"] .Product_Ingredient {
    margin-top: -10px;
    margin-left: 60px;
  }
}
/*---------------------------------------*/
.AgeBlock:nth-child(2n + 1) .Product {
  order: 4;
}

.AgeBlock:nth-child(2n) .Product {
  order: 3;
}

/*---------------------------------------*/
.Routine {
  flex-basis: 100%;
  order: 6;
}

.Routine_List {
  /* display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;*/
  max-width: 788px;
  margin: 0 auto;
}

.Routine_Title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.2em;
  font-weight: normal;
}
.Routine_Title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 33px;
  width: 100%;
  background-color: #e7e4e2;
}

.Routine_Title span {
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
}

.Routine_Title strong {
  font-weight: normal;
}
.AgeBlock[data-age="30"] .Routine_Title strong {
  color: #e5b6c1;
}
.AgeBlock[data-age="40"] .Routine_Title strong {
  color: #e19179;
}
.AgeBlock[data-age="50"] .Routine_Title strong {
  color: #ba0c2f;
}
.AgeBlock[data-age="60"] .Routine_Title strong {
  color: #c5a885;
}
.Routine_List_Item {
  padding: 10px;
}
.Routine_List_Item .QuickShopLink span {
  color: #000;
}

.Routine_List_Item_Packshot {
  background-color: #f8f8f7;
  display: flex;
  height: 242px;
  width: 242px;
  justify-content: center;
  align-items: center;
}

.Routine_List_Item_Packshot img {
  width: 132px !important;
  display: block;
  margin: 0 auto;
}
.Routine_List_Item_Packshot[data-product="double-serum"] img {
  width: 56px !important;
}
.Routine_List_Item_ProductName {
  font-size: 13px;
  text-align: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 761px) {
  .Routine_Title {
    padding: 20px;
  }
  .Routine_Title::after {
    display: none;
  }
  .Routine_Title span {
    padding: 0px;
  }
  .Routine_Title strong {
    display: block;
  }
  .Routine_List {
    max-width: 262px;
  }
  .Routine_List .slick-list {
    overflow: visible;
  }
}

/*Master analysis edits*/

.AgeBlock[data-age="40"] .Ingredient_Name{
   right: -7px;
}
.AgeBlock[data-age="60"] .Ingredient_Name{
  bottom: -8px;
  right: -8px;
}
.AgeBlock .Ingredient_Name{
  font-size: 11px;
}



@media (max-width: 761px) {
  .AgeBlock .Ingredient_Name{
    font-size: 10px;
  }
  .AgeBlock[data-age="30"] .Ingredient_Name{
    right: 110px;
  }
  .AgeBlock[data-age="50"] .Ingredient_Name{
    right: 90px;
  }
  .AgeBlock[data-age="60"] .Ingredient_Name{
    bottom: 133px;
    right: 119px;
  }
  .AgeBlock[data-age="40"] .Ingredient_Name{
    right: -8px;
  }

  .AgeBlock .Women_Name{
    width: 175px;
  }
  .AgeBlock:nth-child(2n + 1) .Women_Name{
    left: 54%;
  }

  .AgeBlock{
    padding-top: 50px;
  }

  .AgeBlock .Ingredient{
        width: 359px !important;
  }

}


/*MASTER ANALYSIS*/
div#custom-cta {
    margin-top: 19px;
}
#gradientEffect::before {
    top: 39px!important;
}

.AgeBlock[data-age="60"] .Ingredient_Name {
  bottom: 0px;
  right: 0px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.trigger_seo {
    margin-top: 29px!important;
} 
}

@media screen and (max-width: 761px) {
.Routine_List_Item_ProductName {
    font-size: 13px;
    text-align: center;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
#gradientEffect::before {
    top: 100px!important;
    height: 62px!important;
}

#BelleAToutAge_BEAUTYCONSULT .Title {
    font-size: 36px;
    padding-top: 0;
}
}

@media (max-width: 480px) {
  #gradientEffect::before {
    top: 148px!important;
    height: 62px!important;
}
}




/*2022 UPDATE*/
@font-face {
  font-family: "Gotham XLight";
  src: url("fonts/Gotham XLight Regular.eot");
  src: url("fonts/Gotham XLight Regular.eot") format("embedded-opentype"),
    url("fonts/Gotham XLight Regular.woff2") format("woff2"),
    url("fonts/Gotham XLight Regular.woff") format("woff"),
    url("fonts/Gotham XLight Regular.ttf") format("truetype");
}

#BelleAToutAge_STEPS .Steps_Item .Num {
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  --GOTHAM-LIGHT: "Gotham Light", Helvetica, Arial, sans-serif;
  --GOTHAM-XLIGHT: "Gotham XLight", Helvetica, Arial, sans-serif;
  /*****************************************************************************/
  font-family: var(--GOTHAM-BOOK);
}

#BelleAToutAge_HEADER .WhiteBlock {
  bottom: 90px;
}

#BelleAToutAge_INTRO .BoldText {
  font-weight: normal;
}

.AgeBlock .Women {
  margin-bottom: 120px;
}

.dp-product-section__gamme {
  margin: auto;
  padding: 10px;
}

.dp-product-section__gamme img {
  margin: auto;
}

.Product_Arguments {
  text-align: center;
  list-style-position: inside;
}

.ProductRange_Link {
  padding: 30px;
}

.ProductRange_Link a {
  text-transform: none;
  border: 1px solid #e7e4e2;
  padding: 15px;
  border-radius: 3px;
}

.MyContent .QuickShopLink a, .MyContent .QuickShopLink span {
  text-transform: none;
  font-size: 12px;
}

ul {
  list-style: none;
}

.AgeBlock:nth-child(2n) .Ingredient_Visual {
  bottom: -35px;
}

.AgeBlock[data-age="30"] .Ingredient_Name {
  right: 55%;
  top: 10%;
  background-color: rgba(140, 105, 142, 0.60);
  color: #fff;
}

.AgeBlock[data-age="30"] .Product_Arguments li::before {
  content: "\2022";
  color: #ce778b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.AgeBlock:nth-child(2n + 1) .Ingredient_Visual {
  bottom: -45px;
}

.AgeBlock[data-age="40"] .Ingredient_Name {
  right: 40%;
  top: 70%;
  background-color: rgba(215, 110, 41, 0.60);
  color: #fff;
}

.AgeBlock[data-age="40"] .Product_Arguments li::before {
  content: "\2022";
  color: #D76E29;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.AgeBlock:nth-child(2n) .Ingredient {
  right: calc(50% - 55px);
}

.AgeBlock[data-age="50"] .Ingredient_Name {
  right: 21%;
  top: 70%;
  background-color: rgba(230, 128, 123, 0.62);
  color: #fff;
  width: 100%;
  max-width: 140px;
  text-align: left;
  bottom: auto;
}

.AgeBlock[data-age="50"] .Product_Arguments li::before {
  content: "\2022";
  color: #BA0C2F;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#AGE-50 .Mentions {
    font-size: 12px;
    opacity: 0.5;
    margin: 0 auto;
    line-height: 1.4em;
    padding-top: 20px;
    max-width: 400px;
}

.Routine_List_Item_ProductName {
  min-height: 60px;
}

.AgeBlock[data-age="60"] .Ingredient_Name {
  right: 40%;
  top: 10%;
  background-color: rgba(230, 136, 117, 0.60);
  color: #fff;
  width: 100%;
  max-width: 105px;
  text-align: left;
  bottom: auto;
}

.AgeBlock[data-age="60"] .Product_Arguments li::before {
  content: "\2022";
  color: #c5a885;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#BelleAToutAge_STEPS .Steps_Item .Num {
  color: #333;
  font-weight: 100;
  right: 0;
  top: 10px;
}

#stp-1-cstom {
  right: 25px!important;
}

.dp-routine__product-price {
  text-align: center;
  color: #000;
  font-weight: normal;
  min-height: 25px;
  flex: 1;
}

.MyContent .HollowLink a, .MyContent .HollowLink span {
  text-transform: none;
}

#BelleAToutAge_STEPS .HollowLink a {
  color: #000;
  font-size: 12px;
}

#BelleAToutAge_FAQ .Questions_Title {
  line-height: 1.2em;
}

.Menu {
  margin: 4% 78%;
  position: absolute;
}

.Menu ul {
  font-size: 30px;
}

.Menu a {
  color: #cbcbcb;
}

.Menu a:hover {
  color: #ba0c2f;
}

.Menu a:focus {
  color: #ba0c2f;
}

.AgeBlock:nth-child(2n + 1) .ProductRange {
  order: 3;
  padding-left: 50px;
}

.AgeBlock:nth-child(2n) .ProductRange {
  order: 1;
  padding-right: 50px;
}

.AgeBlock:nth-child(2n + 1) .Women_Photo img {
  transform: translateY(40px) translateX(25px);
}

.AgeBlock:nth-child(2n + 1) .Ingredient_Visual {
  left: -25%;
}

.AgeBlock:nth-child(2n + 1) .Women_Name {
  left: 15%;
}

.AgeBlock:nth-child(2n + 1) .Women {
  margin-left: -20px;
}

.AgeBlock:nth-child(2n) .Women_Photo img {
  transform: translateY(40px) translateX(-35px);
}

.AgeBlock:nth-child(2n) .Women_Name {
  left: 200px;
}

.AgeBlock:nth-child(2n) .Ingredient {
  right: calc(50% - 130px);
  top: 51%;
}


/*tablet landscape*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .Menu {
    margin: 7% 93%;
  }
}


/*tablet portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .Menu {
    margin: 9% 91%;
  }

  .AgeBlock:nth-child(2n + 1) .Women_Name {
    left: 20%;
  }

  .AgeBlock:nth-child(2n) .Women_Name {
    left: 60px;
  }

  .AgeBlock .Women {
    margin-bottom: 250px;
  }

  .AgeBlock[data-age="30"] .Ingredient_Visual {
    left: -70%;
  }

  .AgeBlock[data-age="40"] .Ingredient_Visual {
    left: 45%;
    top: -170px;
  }

  .AgeBlock[data-age="40"] .Ingredient_Name {
    top: 35%;
  }

  .AgeBlock[data-age="50"] .Ingredient_Visual {
    left: -70%;
  }

  .AgeBlock[data-age="50"] .Ingredient_Name {
    top: 60%;
  }

  .AgeBlock[data-age="60"] .Ingredient_Visual {
    left: 53%;
    top: -170px;
  }

  .AgeBlock[data-age="60"] .Ingredient_Name {
    top: 5%;
  }
}


/*mobile*/
@media (max-width: 480px) {
  .Menu {
    display: none;
  }

  .AgeBlock:nth-child(2n + 1) .ProductRange {
    padding-left: 0;
  }

  .AgeBlock .Women {
    margin-bottom: 100px!important;
  }

  .AgeBlock:nth-child(2n + 1) .Women_Photo {
    width: 95%!important;
    background-position: top left 0px;
  }

  .AgeBlock:nth-child(2n + 1) .Women_Photo img {
    transform: translateY(10px) translateX(13px)!important;
  }

  .AgeBlock[data-age="30"] .Ingredient_Visual {
    left: 56%;
    bottom: 30px;
  }

  .AgeBlock:nth-child(2n) .ProductRange {
    padding-right: 0;
  }

  .AgeBlock:nth-child(2n) .Women_Photo {
    background-position: top right 0px;
    width: 95%!important;
    margin-left: 19px!important;
  }

  .AgeBlock:nth-child(2n) .Women_Photo img {
    transform: translateY(10px) translateX(-10px)!important;
  }

  .AgeBlock:nth-child(2n) .Women_Name {
    left: 170px;
    width: auto;
  }

  .AgeBlock[data-age="40"] .Ingredient_Visual {
    right: 132px;
    bottom: 30px;
  }

  .AgeBlock[data-age="40"] .Ingredient_Name {
    right: 35%;
  }

  #AGE-50 .Mentions {
    padding-bottom: 50px;
  }

  .AgeBlock[data-age="50"] .Ingredient_Visual {
    left: 55%;
    bottom: 15px;
  }

  .AgeBlock[data-age="50"] .Ingredient_Name {
    right: 15%;
  }

  .AgeBlock[data-age="60"] .Ingredient_Visual {
    right: 132px;
    bottom: 30px;
  }

  .AgeBlock[data-age="60"] .Ingredient_Name {
    right: 40%;
    top: 10%;
  }
}
/* =================================== */
/* #BelleAToutAge_STEPS .Steps_Item .Num {
  font-family: var(--GOTHAM-LIGHT);
} */
@media screen and (max-width: 480px){
  .AgeBlock:nth-child(2n + 1) .Women_Name {
    left: 12%;
  }
  .slick-custom-carousel .slick-item-inner, .slick-custom-carousel .slick-slide>div:first-of-type {
    justify-content: space-around;
  }
  /* #BelleAToutAge_STEPS .Steps_Item .Num {
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
    font-family: var(--GOTHAM-BOOK) !important;
  } */
  #gradientEffect::before {
    height: 33px!important;
  }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .slick-custom-carousel .slick-item-inner, .slick-custom-carousel .slick-slide>div:first-of-type {
    justify-content: space-around;
  }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .desktop_break {
    display: none;
  }
  #gradientEffect::before {
    height: 45px !important;
  }
}


#BelleAToutAge_STEPS .Steps_Item .Num {
  font-family: 'Gotham Light';
  color: #333;
  /* font-weight: 100; */
  font-weight: lighter!important;
  right: 0px;
  top: 10px;
}