body,
html {
    overflow-x: hidden;
}

.beauty-faq-main-title {
    font-size: 55px;
    display: flex;
    margin: 0 auto;
    width: 300px;
    height: 140px;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    font-family: ClarinsRegular, Clarins;
    line-height: 1em;
}

.beauty-faq-main-title span {
    font-size: 88px;
    display: block;
    line-height: 1em;
    text-align: left;
}

.beauty-faq-item_text-displayinline {
    display: inline-block;
}
@media screen and (max-width: 761px) {
    .beauty-faq-main-title {
        font-size: 37px;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        height: 60px;
        align-items: center;
        line-height: 60px;
    }
    .beauty-faq-main-title span {
        font-size: 60px;
        margin-bottom: 16px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 762px) {
    .MyContent .ShareLink {
        top: 20px;
    }
}

.MyContent .ShareLink span {
    opacity: 0.5;
}

/*---------------BEAUTY FAQ HEADER -------------------------*/

.beauty-faq-header {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    padding-top: 420px;
}

.beauty-faq-header__background {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 1;
    width: 1600px;
    height: 530px;
    left: calc(50% - 800px);
    top: 0;
    padding-top: 10px;
    background-image: url(img/beauty-FAQ-Article-078-reduce-stretch-marks-2021-line.png);
    background-size: auto 10px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .beauty-faq-header__background{
        left: calc(50% - 550px);
        width: 1100px;
    }
    h1.beauty-faq-header__title{
        margin-left: 0px !important;
    }
    .beauty-faq-header__background img {
        max-width: unset;
        width: 145%;
        display: block;
        left: -10%;
    }
}



h1.beauty-faq-header__title {
    margin: 0;
    padding: 30px;
    font-weight: normal;
    z-index: 2;
    box-sizing: border-box;
    flex-direction: column;
    font-family: ClarinsRegular, Clarins;
    font-size: 42px;
    line-height: 1.2em;
    width: 360px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/beauty-FAQ-Article-078-reduce-stretch-marks-2021-degrade.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 60px;
    top: 72px;
    color: #fff;
}


.beauty-faq-header__title .beauty-faq-line-02 span{
    font-size: 60px;
}

.beauty-faq-header__title .beauty-faq-line-01,
.beauty-faq-header__title .beauty-faq-line-02{
    margin-left: -0.2em;
   
}

.beauty-faq-header__title .beauty-faq-line-03{
    margin-left: 1.8em;
    
}

.beauty-faq-header__title .beauty-faq-line-03{
    margin-left: 1.8em;
    
}

@media screen and (max-width: 1000px) {

    .beauty-faq-header__background img {
        max-width: unset;
        width: 150%;
        display: block;
    }
    h1.beauty-faq-header__title{
        padding: 20px;
        font-size: 34px;
        width: 360px;
        height: 220px;
        top: 100px; 
    }
    h1.beauty-faq-header__title .beauty-faq-line-01,
    h1.beauty-faq-header__title .beauty-faq-line-02{
        font-size: 42px;
    }
    
    h1.beauty-faq-header__title .beauty-faq-line-02 span{
        font-size: 60px;
    }
}


@media screen and (max-width: 375px) {
    h1.beauty-faq-header__title .beauty-faq-line-01,
    h1.beauty-faq-header__title .beauty-faq-line-02{
        font-size: 35px;
    }
    
    h1.beauty-faq-header__title .beauty-faq-line-02 span{
        font-size: 53px;
    }
}

.beauty-faq-header__content {
    background-color: #fff;
    max-width: 1170px;
    padding: 30px 40px;
    padding-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
}

.beauty-faq-header__content > .beauty-faq-header__text:nth-child(2){
    padding: 15px;
}

.beauty-faq-header__text {
    margin: 10px auto;
    font-weight: normal;
    position: relative;
    z-index: 2;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    font-size: 14px;
    max-width: 930px;
}
.beauty-faq-header__gf20{
    font-size: 20px;
}
.beauty-faq-header__red{
    color: #ba0c2f;
}
.beauty-faq-header__text a {
    color: #000;
    text-decoration: underline;
}

.beauty-faq-header__text--bold {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
}

.beauty-faq-header__text--red {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    color: #ba0c2f;
}

/*-------------responsive-------------*/


@media screen and (max-width: 761px) {
    .beauty-faq-header {
        min-height: unset;
        padding: 0;
        text-align: center;
        display: block;
    }
    .beauty-faq-header__background {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
    }
    h1.beauty-faq-header__title {
        font-size: 12vw;
        margin: 0px !important;
        text-align: left;
        max-width: unset !important;
        left: auto;
        position: relative;
        width: 100%;
        height: 60vw;
        padding: 11%;
        padding-top: 5vw;
        top: 0;
        justify-content: center;
    }
 
    h1.beauty-faq-header__title span {
        /* font-size: 14vw; */
        line-height: 40px;
    }
    h1.beauty-faq-header__title span:nth-child(1){
        letter-spacing: 0.55vw;
    }
    .beauty-faq-header__content {
        padding: 10px;
        padding-bottom: 0;
    }
    .beauty-faq-header__text {
        margin: 10px !important;
        text-align: center;
        max-width: unset !important;
    }
}


/*------------------------------------------*/

.beauty-faq-bandeau {
    display: block;
    padding: 0;
    margin: 40px auto;
    margin-top: 0;
    width: 100%;
    height: 232px;
    position: relative;
}

.beauty-faq-bandeau img {
    width: 1600px;
    height: 232px;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 800px);
}
@media screen and (max-width: 768px) {
    .beauty-faq-bandeau img{
        left: calc(50% - 440px);
    }
    .beauty-faq-header__background img {
        width: 150%;
        margin-left: -10%;
        left: 0;
    }
    h1.beauty-faq-header__title {
        padding: 15px;
        font-size: 28px;
        /* width: 100%; */
        height: 199px;
        /* top: 0px; */
        line-height: 1.4em;
    }
    
}

@media screen and (max-width: 761px) {
    .beauty-faq-header__background img {
        width: 100%;
        margin-left: 0;
    }
    .beauty-faq-bandeau {
        margin: 40px auto;
        width: 100%;
        height: auto;
    }
    .beauty-faq-bandeau img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: auto;
        left: auto;
    }
}

/*------------------------------------------*/

.beauty-faq-wrapper {
    padding: 40px;
    position: relative;
}

@media only screen and (min-width: 1040px) {
    .beauty-faq-wrapper::after {
        content: " ";
        left: 50%;
        width: calc(50vw - 555px);
        margin-left: 555px;
        top: 0px;
        display: block;
        height: 780px;
        background-image: url(img/beauty-FAQ-Article-078-reduce-stretch-marks-2021-background-right.jpg?$staticlink$);
        background-size: 100% auto;
        background-position: center right;
        background-repeat: no-repeat;
        position: absolute;
        pointer-events: none;
    }

    .beauty-faq-wrapper[data-fixed="1"]::after {
        position: fixed;
        top: 150px;
    }

    .beauty-faq-wrapper[data-fixed="2"]::after {
        background-position: center right;
        top: calc(100% - 700px);
    }

    .beauty-faq-wrapper::before {
        content: " ";
        right: 50%;
        width: calc(50vw - 555px);
        margin-right: 555px;
        top: 0px;
        display: block;
        background-image: url(img/beauty-FAQ-Article-078-reduce-stretch-marks-2021-background-left.jpg?$staticlink$);
        background-size: 100% auto;
        background-position: center left;
        background-repeat: no-repeat;
        height: 800px;
        position: absolute;
        pointer-events: none;
    }

    .beauty-faq-wrapper[data-fixed="1"]::before {
        position: fixed;
        top: 140px;
    }

    .beauty-faq-wrapper[data-fixed="2"]::before {
        background-position: center left;
        top: calc(100% - 700px);
    }
}

@media only screen and (max-width: 1250px) and (min-width: 1040px) {
    .beauty-faq-wrapper {
        width: 70vw;
        margin: 0 auto;
    }

    .beauty-faq-wrapper::after {
        width: 10vw;
        margin-left: 40vw;
    }

    .beauty-faq-wrapper::before {
        width: 10vw;
        margin-right: 40vw;
    }
}

@media only screen and (min-width: 1600px) {
    .beauty-faq-wrapper::after {
        background-size: auto 500px;
    }
    .beauty-faq-wrapper::before {
        background-size: auto 500px;
    }
}

/*------------------------------------------*/

.beauty-faq-item {
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1048px;
}

.beauty-faq-item p {
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.45em;
}

.beauty-faq-item a {
    color: #000;
    text-decoration: underline;
}

.beauty-faq-item p:last-child {
    margin: 0;
}

h2.beauty-faq-item__title {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 18px;
    margin: 0;
    border-bottom: 2px solid #ececec;
    min-height: 42px;
    display: block;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding: 8px;
    padding-left: 0px;
    padding-right: 50px;
}

h2.beauty-faq-item__title::before {
    content: "+";
    color: #949494;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-self: center;
    cursor: pointer;
    line-height: 40px;
    font-size: 22px;
}

.active h2.beauty-faq-item__title::before {
    content: "-";
}

h2.beauty-faq-item__title .beauty-faq-item__red-text {
    display: inline-block;
    width: 30px;
}

.beauty-faq-item__red-text {
    color: #ba0c2f;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 18px;
}
.beauty-faq-item__bold-text {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
}

.beauty-faq-item__answer {
    display: flex;
    border-bottom: 2px solid #ececec;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
}

.beauty-faq-item__media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.beauty-faq-item__media img {
    max-width: 100%;
    display: block;
}

.beauty-faq-item__content {
    padding-left: 40px;
    padding-right: 30px;
    flex-basis: 546px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.beauty-faq-item {
    transition: max-height 0.2s ease-out;
    box-sizing: border-box;
    overflow: hidden;
}

.beauty-faq-item__action {
    padding-left: 40px;
    padding-bottom: 20px;
    position: relative;
}

.beauty-faq-item__action-num {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    color: #ba0c2f;
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 40px;
    line-height: 40px;
}

.beauty-faq-item__action-title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    color: #ba0c2f;
    margin-bottom: 8px !important;
}

.beauty-faq-item__text-noted{
    color: #8b8b8b;
    font-size: 10px;
}

@media screen and (max-width: 1023px) {
    .beauty-faq-item__content br {
        display: none;
    }
    .beauty-faq-wrapper {
        padding: 0px;
        padding-top: 30px;
    }
    h2.beauty-faq-item__title {
        padding-left: 20px;
    }
    .beauty-faq-item__answer {
        display: block;
        padding: 20px !important;
    }
    .beauty-faq-item__content {
        padding: 20px 0;
    }

    
}

