body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 100%;
}
.breadcrumb {
  margin: 20px;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}


#Moisturizers_NAV {
    margin: 0 auto;
    padding-top: 30px;
    height: 80px;
}

#Moisturizers_NAV ul {
    display: flex;
    /*max-width: 848px;*/
    list-style: none;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
    align-items: center;
}

#Moisturizers_NAV ul li {
    max-width: 162px;
    flex-basis: 25%;
    text-align: center;
}

#Moisturizers_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;
    font-size: 14px;
}

@media (max-width: 480px) {
  #Moisturizers_NAV{
    height: 310px;
  }
  #Moisturizers_NAV ul{
    display: grid;
    justify-content: center;
  }
  #Moisturizers_NAV ul li{
    margin: 5px 0;
    width: 185px;
  }
}

/* Master Analysis */

.dp-product-section__gamme{
  display: flex;
  justify-content: center;
  text-align: center;
}
#Moisturizers_NAV ul {
  max-width: 1200px;
}



/* ---------------------------------- */
.footer-wrapper button.button-link.go-to-top:active,
.footer-wrapper button.button-link.go-to-top:focus,
button.button-link.inTheMiddle:active,
button.button-link.inTheMiddle:focus {
    border: none !important;
    outline: none !important;
}

body {
  overflow-y: hidden;
}

#my-clarins_nav,
section#my-clarins, 
#my-clarins + .dp-routine {
  display: none;
}