body{margin: 0;}
#main{max-width: 100%;color:#000000;padding: 0}
#footer{position: relative;z-index: 100}
html{scroll-behavior: smooth;}

.octobre-rose{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 1.6;
    text-align: center;
    background: #FFF7FA;
}

.octobre-rose section{
    position: relative;
}

.octobre-rose .video{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.octobre-rose .img-responsive{
    display: block;
    height: auto;
    max-width: 100%;
}

.octobre-rose .rose{
    color: #DB92B2;
}

.octobre-rose .violet{
    color: #A2245E;
}

.octobre-rose .semibold{
    font-weight: 600;
}

.octobre-rose .bold{
    font-weight: 700;
}

.octobre-rose .italic{
    font-style: italic;
}

.octobre-rose .style-titre{
    color: #FCD2E5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-family: sofia-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.octobre-rose .citation{
    font-style: italic;
    display: inline-block;
    position: relative;
}

.octobre-rose .citation::before{
    content: "";
    background: url("../quote-left.svg")no-repeat center;
    position: absolute;
    top: -38px;
    left: -38px;
    width: 28px;
    height: 28px;
}

.octobre-rose .citation::after{
    content: "";
    background: url("../quote-right.svg")no-repeat center;
    position: absolute;
    bottom: -38px;
    right: -38px;
    width: 28px;
    height: 28px;
}

@media(max-width:1024px) {
    .octobre-rose .big-titre{
        font-size: 15.63vw;
        line-height: 1;
    }

    .octobre-rose .titre{
        font-size: 13.02vw;
        line-height: 1;
    }

    .octobre-rose .small-titre{
        font-size: 12.37vw;
        letter-spacing: 1.17vw;
    }

    .octobre-rose .big-sous-titre{
        font-size: 6.25vw;
    }

    .octobre-rose .sous-titre{
        font-size: 3.65vw;
    }

    .octobre-rose .big-paragraphe{
        font-size: 4.17vw;
    }

    .octobre-rose .paragraphe, .octobre-rose .cta{
        font-size: 2.6vw;
    }

    .octobre-rose .small-paragraphe{
        font-size: 2.34vw;
    }

    .octobre-rose .med-paragraphe{
        font-size: 3.26vw;
    }

    .octobre-rose .hidden-m{
        display: none;
    }
}

@media(max-width:480px) {
    .octobre-rose .sous-titre{
        font-size: 16px;
    }

    .octobre-rose .paragraphe, .octobre-rose .cta{
        font-size: 14px;
    }

    .octobre-rose .small-paragraphe{
        font-size: 12px;
    }

    .octobre-rose .citation.big-paragraphe {
      font-size: 20px;
    }
}

@media(min-width:1025px) {
    .octobre-rose .big-titre{
        font-size: 10.42vw;
    }

    .octobre-rose .titre{
        font-size: 7.81vw;
    }

    .octobre-rose .small-titre{
        font-size: 6.25vw;
        letter-spacing: 0.625vw;
    }

    .octobre-rose .big-sous-titre{
        font-size: 2.5vw;
    }

    .octobre-rose .sous-titre{
        font-size: 1.46vw;
    }

    .octobre-rose .big-paragraphe{
        font-size: 1.67vw;
    }

    .octobre-rose .paragraphe, .octobre-rose .cta{
        font-size: 1.04vw;
    }

    .octobre-rose .small-paragraphe{
        font-size: 0.94vw;
    }

    .octobre-rose .med-paragraphe{
        font-size: 1.3vw;
    }

    .octobre-rose .hidden-d{
        display: none;
    }
}

@media(min-width:1920px) {
    .octobre-rose .big-titre{
        font-size: 200px;
    }

    .octobre-rose .titre{
        font-size: 150px;
    }

    .octobre-rose .small-titre{
        font-size: 120px;
        letter-spacing: 12px;
    }

    .octobre-rose .big-sous-titre{
        font-size: 48px;
    }

    .octobre-rose .sous-titre{
        font-size: 28px;
    }

    .octobre-rose .big-paragraphe{
        font-size: 32px;
    }

    .octobre-rose .paragraphe, .octobre-rose .cta{
        font-size: 20px;
    }

    .octobre-rose .small-paragraphe{
        font-size: 18px;
    }

    .octobre-rose .med-paragraphe{
        font-size: 25px;
    }
}

@media(max-width:1024px) {
    .octobre-rose .banner-margin{
        margin-top: 7.81vw;
    }

    .octobre-rose .banner-margin-0-mob{
        margin: 0;
    }

    .octobre-rose .banner-padding{
        padding: 7.16vw 5.47vw;
    }

    .octobre-rose .banner-padding-top-bot{
        padding: 10.16vw 0;
    }

    .octobre-rose .mb30{
        margin-bottom: 3.9vw;
    }
}

@media(min-width:1025px) {
    .octobre-rose .banner-margin{
        margin-top: 6.25vw;
    }

    .octobre-rose .banner-padding{
        padding: 4.17vw 25vw;
    }

    .octobre-rose .banner-padding-top-bot{
        padding: 3.39vw 0;
    }

    .octobre-rose .mb30{
        margin-bottom: 1.56vw;
    }
}

@media(min-width:1920px) {
    .octobre-rose .banner-margin{
        margin-top: 120px;
    }

    .octobre-rose .banner-padding{
        padding: 80px 480px;
    }

    .octobre-rose .banner-padding-top-bot{
        padding: 65px 0;
    }

    .octobre-rose .mb30{
        margin-bottom: 30px;
    }
}

.octobre-rose .cta{
    color: #DB92B2;
    border: 1px solid #DB92B2;
    font-weight: 700;
    transition: all ease-out 0.6s;
    display: inline-block;
    margin-top: 4%;
    cursor: pointer;
}

@media(max-width:1024px) {
    .octobre-rose .cta{
        padding: 1.95vw 4.56vw;
        margin-top: 6%;
    }
}

@media(min-width:1025px) {
    .octobre-rose .cta{
        padding: 0.78vw 1.82vw;
    }

    .octobre-rose .cta:hover{
        color: #FFF;
        background: #DB92B2;
        transition: all ease-out 0.6s;
    }
}

@media(min-width:1920px) {
    .octobre-rose .cta{
        padding: 15px 35px;
    }
}

.octobre-rose .player{
    position: absolute;
    bottom: 15%;
    left: 50%;
    width: 5.90625%;
    cursor: pointer;
    z-index: 9;
    transform: translateX(-50%);
}

.octobre-rose .picto-asso{
    width: 18.54166666666667%;
    margin: 0 auto 5%;
}

.octobre-rose .titre-aime-palpe{
    width: 27.96052631578947%;
}

.octobre-rose .num-etape{
    width: 9.046052631578947%;
}

.octobre-rose .picto-collab{
    width: 35.3125%;
    margin: 0 auto 3%;
}

@media(max-width:1024px) {
    .octobre-rose .player{
        width: 17.421875%;
    }

    .octobre-rose .picto-asso{
        width: 24.54166666666667%;
    }

    .octobre-rose .titre-aime-palpe{
        width: 38.96052631578947%;
        margin: 0 auto 7.81vw;
    }

    .octobre-rose .picto-collab{
        width: 52.734375%;
        margin: 0 auto 6%;
    }

    .octobre-rose .num-etape{
        width: 12.161458333333333%;
        margin: 0 auto 3.91vw;
    }
}

@media(min-width:1025px) {
    .octobre-rose .titre-aime-palpe{
        margin: 0 auto 3.125vw;
    }

    .octobre-rose .num-etape{
        margin: 0 auto 1.56vw;
    }
}

@media(min-width:1920px) {
    .octobre-rose .titre-aime-palpe{
        margin: 0 auto 60px;
    }

    .octobre-rose .num-etape{
        margin: 0 auto 30px;
    }
}

.octobre-rose .banner-sticky{
    padding: 20px 0;
    background: #F4DEE8;
}

.octobre-rose .banner-bottom{
    background: #FAEFF4;
}

.octobre-rose .item{
    position: relative;
}

.octobre-rose .item .paragraphe{
    padding: 0 9%;
}

.octobre-rose .item .citation{
    margin: 0 26%;
}

.octobre-rose .item .player{
    width: 10.8125%;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.octobre-rose .item .slider-portrait .flickity-page-dots{
    width: 50%;
    left: 25%;
}

.octobre-rose .item .slider-portrait__item, .octobre-rose .slider-infos__item{
    width: 100%;
}

.octobre-rose .item .slider-portrait .flickity-slider{
    height: 100%;
}

.octobre-rose .slider-infos__item{
    background: #FAEFF4;
}

.octobre-rose .slider-infos__item .item:last-child{
    padding: 0 9%;
}

.octobre-rose .slider-infos .flickity-page-dots .dot{
    height: 12px;
    width: 12px;
    background: #F4DEE8;
    border: 1px solid #DB92B2;
    margin: 0 7px;
}

.octobre-rose .slider-infos .flickity-page-dots .dot.is-selected{
    background: #DB92B2;
}

.octobre-rose .slider-infos .flickity-page-dots{
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.octobre-rose .list-symptome{
    display: flex;
    justify-content: center;
    gap: 4%;
}

.octobre-rose .list-symptome__item{
    width: 22%;
}

.octobre-rose .container-flex__item img{
    width: 32.57443082311734%;
    margin: 0 auto 4%;
}

.octobre-rose .link1{
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333%;
    height: 100%;
}

.octobre-rose .link2{
    position: absolute;
    top: 0;
    left: 33.3333%;
    width: 33.3333%;
    height: 100%;
}

.octobre-rose .link3{
    position: absolute;
    top: 0;
    left: 66.6666%;
    width: 33.3333%;
    height: 100%;
}

@media(max-width:1024px) {
    .octobre-rose .item:last-child{
        padding: 15.16vw 0;
    }

    .octobre-rose .slider-infos__item .item:last-child{
        padding: 0 9.11vw;
        height: 115.625vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .octobre-rose .container-flex{
        width: 81%;
        margin: 0 auto;
    }

    .octobre-rose .container-flex__item:first-child{
        border-bottom: 1px solid #DB92B2;
        margin-bottom: 7.81vw;
        padding-bottom: 7.81vw;
    }

    .octobre-rose .item .citation{
        margin: 0px 18%;
    }

    .octobre-rose .banner-bottom .big-sous-titre + .small-paragraphe{
        padding: 0 5%;
    }

    .octobre-rose .item .slider-portrait__item.h100, .octobre-rose .item .slider-portrait__item.h100 video{
        height: 100%;
    }

    .octobre-rose .item .player{
        width: 12.813%;
    }
}

@media(min-width:1025px) {
    .octobre-rose .item-50{
        width: 50%;
    }

    .octobre-rose .banner-flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .octobre-rose .banner-flex-reverse{
        flex-direction: row-reverse;
    }

    .octobre-rose .container-flex{
        display: flex;
        justify-content: center;
    }

    .octobre-rose .container-flex__item{
        width: 30%;
    }

    .octobre-rose .container-flex__item:first-child{
        border-right: 1px solid #DB92B2;
    }

    .octobre-rose .item .slider-portrait__item{
        display: flex;
        align-items: stretch;
        min-height: 100%;
    }
}
