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;
}

@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-028-line.png);
    background-size: auto 10px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    h1.beauty-faq-header__title{
        margin-left: 0 !important;
    }
}

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

h1.beauty-faq-header__title {
    margin: 0;
    margin-left: 61px;
    padding: 30px 0px 40px 0px;
    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: 331px;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/beauty-FAQ-Article-028-degrade.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 83px;
    color: #fff;
}

.beauty-faq-header__title .beauty-faq-line-01 {
    font-size: 45px;
    line-height: 45px;
    margin-left: -1.75rem;
}

.beauty-faq-header__title .beauty-faq-line-01:nth-of-type(2) {
    font-size: 60px;
    line-height: 60px;
    margin-left: 4rem;
    margin-top: 0px;
}

.beauty-faq-header__title .beauty-faq-line-02 {
    font-size: 45px;
    line-height: 47px;
    margin-top: 0rem;
    margin-left: -7.75rem;
}

.beauty-faq-header__title .beauty-faq-line-02:nth-of-type(4) {
    margin-left: 3.5rem;
}

@media screen and (max-width: 1000px) {
    h1.beauty-faq-header__title .beauty-faq-line-01 span{
        font-size: 63px;
    }

    h1.beauty-faq-header__title .beauty-faq-line-02 span{
        font-size: 44px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1169px) {
    h1.beauty-faq-header__title{
        padding: 10px 20px 20px 20px;
        font-size: 8px;
        line-height: 5.75em;
        width: 310px;
    }
    .beauty-faq-header__background {
        left: calc(50% - 1100px);
    }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1169px) {
    .beauty-faq-header__content {
        padding: 30px 40px;
    }
}

.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__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;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.beauty-faq__text--red {
    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: 255px;
        top: 0;
        justify-content: center;
        padding: 5px 15px 15px 15px;
    }
 
    h1.beauty-faq-header__title span {
        font-size: 14vw;
        line-height: 46px;
    }
    .beauty-faq-header__content {
        padding: 15px 20px 10px 20px;
        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: 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;
    }
    h1.beauty-faq-header__title {
        width: 100%;
        top: 0;
    }
}

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

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

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

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

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

    .beauty-faq-wrapper::before {
        content: " ";
        right: 50%;
        width: calc(50vw - 520px);
        margin-right: 540px;
        top: 55px;
        display: block;
        background-image: url(img/beauty-FAQ-Article-028-background-left.jpg?$staticlink$);
        background-size: 100% auto;
        background-position: center left;
        background-repeat: no-repeat;
        height: 480px;
        position: absolute;
        pointer-events: none;
        background-position: left top 80px;
    }

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

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

@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 980px;
    }
    .beauty-faq-wrapper::before {
        background-size: auto 517px;
        background-position: left bottom;
    }
}

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

.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_text-displayinline {
    display: inline-block;
}
.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__answer p {
    width: 100%;
}

.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: start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.beauty-faq-item__content span.beauty-faq-item__red-text {
    font-size: 14px;
}

.beauty-faq-item__content .beauty-faq-item__red-text a {
    color:  #ba0c2f;
}

.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;
}

.beauty-faq-item__content span.beauty-faq-item__text-list {
    font-size: 16px;
}

@media screen and (max-width: 1023px) {
    .beauty-faq-item__content br {
        display: none;
    }
    .beauty-faq-item__content br.beauty-faq-breakline {
        display: inline;
    }
    .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;
    }
}

br.beauty-faq-header__breakline {
    display: inline;
}

@media screen and (min-width: 768px) {
    br.beauty-faq-header__breakline {
        display: none;
    }
}
/* Question DESKTOP */
#BLOCK-QUESTIONS-CATEGORY #DESKTOP-JCAROUSEL .Question:nth-child(1) {
    background-color: #b3dbd2;
}
#BLOCK-QUESTIONS-CATEGORY #DESKTOP-JCAROUSEL .Question:nth-child(2) {
    background-color: #ffffff;
}
#BLOCK-QUESTIONS-CATEGORY #DESKTOP-JCAROUSEL .Question:nth-child(3) {
    background-color: #6ab7a5;
}
#BLOCK-QUESTIONS-CATEGORY #DESKTOP-JCAROUSEL .Question[data-category="makeup"]:nth-child(2n) h3::before {
    color: #69b6a2;
}


/* Question MOBILE */
#BLOCK-QUESTIONS-CATEGORY #MOBILE-JCAROUSEL ul li .Question {
    background-color: #b3dbd2;
}
#BLOCK-QUESTIONS-CATEGORY #MOBILE-JCAROUSEL ul li:nth-child(2n) .Question {
    background-color: #ffffff;
}
#BLOCK-QUESTIONS-CATEGORY #MOBILE-JCAROUSEL ul li:nth-child(2n) .Question[data-category="makeup"] h3::before {
    color: #69b6a2;
}




/*--------------------*/
/*tablet portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    .beauty-faq-header__background {
        left: calc(50% - 1044px);
    }
}

/*mobile*/
@media (max-width: 480px) {
    .beauty-faq-item__media img {
        margin: auto;
    }
}