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-039-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;
    }
}
@media screen and (max-width: 850px) {
    .beauty-faq-header__background{
        left: calc(50% - 430px);
        width: 850px;
    }
}

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

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

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

.beauty-faq-header__title .beauty-faq-line-01{
    margin-left: -0.9em;
}



.beauty-faq-header__content {
    background-color: #fff;
    max-width: 1170px;
    padding: 30px 20px;
    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 5px;
}

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

/*-------------responsive-------------*/
@media screen and (min-width: 762px) {
    .beauty-faq-header__background img{
        width: 150%;
        margin-left: -20%;
    }
    
    
    h1.beauty-faq-header__title{
        padding:15px;
        font-size: 28px;
        width: 300px;
        height: 120px;
        top: 220px; 
    }
    h1.beauty-faq-header__title .line_lg_txt{
        font-size: 36px;
    }
}
@media screen and (min-width: 945px) {
    .beauty-faq-header__background img{
        width: 110%;
        margin-left: -10%;
    }
    h1.beauty-faq-header__title{
        padding: 20px;
        font-size: 32px;
        width: 400px;
        height: 160px;
        top: 140px; 
    }
    h1.beauty-faq-header__title .line_lg_txt{
        font-size: 42px;
    }
}
@media screen and (min-width: 1023px) {
   
    h1.beauty-faq-header__title{
        padding: 20px;
        font-size: 42px;
        width: 440px;
        height: 180px;
        top: 140px; 
    }
    h1.beauty-faq-header__title .line_lg_txt{
        font-size: 60px;
    }
}
@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 {
       
        margin: 0px !important;
        text-align: left;
        max-width: unset !important;
        left: auto;
        position: relative;
        width: 100%;
        
        padding: 0;
     
        top: auto;
        justify-content: center;
        font-size: 42px;
    }
 
    h1.beauty-faq-header__title .line_lg_txt{
        font-size: 58px;
    }
}

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

    h1.beauty-faq-header__title {
        font-size: 36px;
        height: 120px;
    }
 
    h1.beauty-faq-header__title .line_lg_txt{
        font-size: 48px;
    }
}

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

.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% - 1040px);
    }
}

@media screen and (max-width: 761px) {
    .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 - 575px);
        margin-left: 575px;
        top: 0px;
        display: block;
        height: 800px;
        background-image: url(img/beauty-FAQ-Article-039-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: 200px;
        margin-left: 575px;
    }

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

    .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-039-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: 200px;
        margin-right: 555px;
    }

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

@media only screen and (max-width: 1250px) and (min-width: 1040px) {
    .beauty-faq-wrapper[data-fixed="1"]::after {
        width: 10vw;
        margin-left: 40vw;
    }
    .beauty-faq-wrapper[data-fixed="1"]::before {
        width: 10vw;
        margin-right: 40vw;
    }
    .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 480px;
    }
    .beauty-faq-wrapper::before {
        background-size: auto 720px;
    }
}

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

.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: 32px;
}

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-wrapper .beauty-faq-item:nth-child(1) .beauty-faq-item__answer{
    padding: 0;
} */

.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: 10px;
    }
    .beauty-faq-item__answer {
        display: block;
        padding: 20px !important;
    }
    .beauty-faq-item__content {
        padding: 20px 0;
    }
}

/*DTW EDITS*/
 h1.beauty-faq-header__title {font-size: 35px;}
  h1.beauty-faq-header__title .line_lg_txt {font-size: 50px;}
.beauty-faq-header__title .beauty-faq-line-01 {margin-left: 0em;}