.octobre-rose {
	color: #000000;
}
.octobre-rose .band{
    position: relative;
	background-color: #000000;
}
.octobre-rose .band .img-responsive{
    opacity: 0.65;
    object-fit: cover;
    min-height: 250px;
    max-height: 330px;
    width: 100%;
    aspect-ratio: 2048/552; /* fix pour ne pas avoir de saut apres chargement */
}
.octobre-rose #video-marque {
    object-fit: cover;
    height: 35vh;
	vertical-align: top;
	opacity: 60%;
}
.octobre-rose .band-text{
    position: absolute;
    left: 0;
    z-index: 10;
    right: 0;
    top: auto;
    bottom:32px;
    text-align: center;
}

.octobre-rose .band-text h1{
    font-size: 49px;
    color: white;
    font-weight: 900;
    line-height: 64px;
    margin:0 0 0;
    letter-spacing: -0.031rem;
}

.octobre-rose .band-text img{
    width: 312px;
    margin: 0 auto;
}

.octobre-rose .toggleVideo:after {
    color: #FFFFFF;
}

.octobre-rose .toggleVideo {
    opacity: 1;
    position: absolute;
    bottom: 0;
}

.octobre-rose .rose  {
	background-color:#FF64C4;
	padding: 40px 0;
}
.octobre-rose .rose img  {
	width: 50px;
    margin: 0 auto;
    filter: brightness(1000%) contrast(1000%);
}

.octobre-rose .rose .title{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 5% 0 5%;
    margin: 0 auto;
}

.octobre-rose .subtitle{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 5% 0 5%;
    line-height: 26px;
	max-width: 1200px;
    margin: 0 auto;
}
.octobre-rose h1 + .subtitle{
    padding-top:16px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.03rem;
    font-size:16px;
}
.octobre-rose .subtitle a {
    color: white;
    text-decoration: underline;
}
.octobre-rose .bloc-1 {
	display: flex;
	position: relative;
}
.octobre-rose .bloc-1 .left {
    width: 50%;
    align-self: center;
    margin: 0 auto;
    padding: 2% 0 5% 2%;
	position: relative;
    z-index: 10;
}
.octobre-rose .bloc-1 .left img {
    max-width: 286px;
    width: 15vw;
}
.octobre-rose .bloc-1 .left p {
    margin-top: 25px;
	font-size: 16px;
    line-height:24px;
}
.octobre-rose .bloc-1 .right {
    width: 40%;
	position: relative;
    z-index: 10;
}
.octobre-rose .bloc-1 .right img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.octobre-rose .bloc-2 {
    padding: 40px 10%;
	position: relative;
}

.octobre-rose .bg_circle {
    position: absolute;
    background: linear-gradient(180deg, #FCC7E1 35.94%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.4;
    filter: blur(93.5px);
    z-index: 1;
}

.octobre-rose .bg_circle.un {
    left: 47%;
    top: 5px;
    width: 490px;
    height: 490px;
}
.octobre-rose .bg_circle.deux {
    left: 53%;
    top: 125px;
    width: 456px;
    height: 456px;
}
.octobre-rose .bg_circle.trois {
    right: 65%;
    top: 290px;
    width: 572px;
    height: 572px;
}

.octobre-rose .bloc-2 p.intro {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    padding:20px 0 30px 0;
	position: relative;
    z-index: 10;
}
.bloc-2-container {
    display: flex;
    justify-content: center;
	position: relative;
    z-index: 10;
}
.bloc-2-container .content {
	max-width: 630px;
    display: flex;
    flex-direction: column;
    padding: 15px 32px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 16px;
    z-index: 10;
    position: relative;
}
.bloc-2-container .content .big-num {
	font-size: 31px;
    font-weight: 700;
    color: #FF64C4;
}

.bloc-2-container .content p.title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #0C0C0D;
    margin: 10px 0 16px;
}

.bloc-2-container .content p.txt {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #8D8D8E;
}
.bloc-3 {
	padding: 40px 5%;
}

.bloc-3 p.txt1 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #0C0C0D;
}

.bloc-3 p.txt2 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    align-items: center;
    text-align: center;
	margin-top: 16px;
}

.bloc-3 img {
    width: 50px;
    margin: 16px auto 32px;
}

.octobre-rose img.basdepage {
    width: 100%;
    margin-top: 56px;
}

.reassurance {
	z-index: 10;
    position: relative;
}
@media(min-width:768px){
    .octobre-rose .bloc-1{
        display:table;
    }
    .octobre-rose .bloc-1 .left{
        display:table-cell;
        padding:2% 5% 2% 5%;
    }
    .octobre-rose .bloc-1 .right{
        display:table-cell;
        position:relative;
        height:100%;
        overflow:hidden;
    }
    /*.octobre-rose .bloc-1 .right img{*/
    /*    position:absolute;*/
    /*    top:0;*/
    /*    right:0;*/
    /*    width:auto;*/
    /*    max-width:200%;*/
    /*    max-height:200%;*/
    /*    height:auto;*/
    /*}*/
}
@media(max-width:767px){

    .octobre-rose .bloc-1 .right{
        aspect-ratio: 944/645;
    }
    .octobre-rose .band-text{
        bottom:16px;
    }
    .octobre-rose h1 + .subtitle{
        padding-top:8px;
    }
}
@media(max-width:1200px){
	/*.octobre-rose .bloc-1 .left {*/
	/*	padding: 2% 0 0 0;*/
	/*}	*/
	.octobre-rose .bloc-2 {
    	padding: 40px 5%;
	}
	.bloc-2-container .content {
		max-width: 45%;
	}
	/*.octobre-rose .bloc-1 .right img {*/
    /*	height: 430px;*/
	/*}*/
}
@media (max-width: 1024px){
	body #columns {
    	padding-top: 115px;
	}
	
	.bloc-3 {
		padding: 0 5% 24px 5%;
		margin-top: 36px;
	}
}
@media (max-width: 900px){

	.octobre-rose .band-text h1{
    	font-size: 39px;
        font-weight: 900;
	}	
    .octobre-rose .wrapper{
        margin: 0px;
    }
	.octobre-rose .rose .title {
		font-size: 28px;
		line-height: 35px;
	}
	.octobre-rose .bloc-2 p.intro {
		font-size: 31px;
        font-weight:700;
		line-height: 35px;
		padding: 0px 0 30px 0;
	}	
	.bloc-2-container .content .big-num {
		font-size: 31px;
	}	
	.bloc-2-container .content p.title {
		font-size: 20px;
		line-height: 26px;
	}
	.bloc-3 p.txt2 {
		font-size: 20px;
		line-height: 26px;
	}
    .octobre-rose .subtitle{
        font-size:20px;
        font-weight:400;
    }
}

@media(max-width: 768px){
    .bloc-3 p.txt2 {
        font-size: 20px;
        line-height: 26px;
    }
    .octobre-rose .bloc-2 p.intro{
        font-size:20px;
        line-height:30px;
    }
    .bloc-2-container .content p.title{
        font-size:20px;
        line-height:26px;
    }
	.octobre-rose .bloc-1 {
		display: inline-block;
	}	
	.octobre-rose .bloc-1 .left {
		width: 100%;
		padding: 40px 5%;
	}
	.octobre-rose .bloc-1 .right {
		width: 100%;
	}
	.octobre-rose .band-text img{
		width: 215px;
	}
    .octobre-rose .rose .title {
        font-size: 28px;
        line-height: 35px;
		padding: 0 5% 24px 5%;
    }	
    .octobre-rose .subtitle{
        padding: 0 5%;
    }	
	.octobre-rose .bloc-1 .left img {
		max-width: 135px;
		width: 100%;
		margin: 0 auto;
	}
	.octobre-rose .bloc-2 {
		padding: 40px 5% 0 5%;
	}		
	.bloc-2-container { 
		display: block;
	}
	.bloc-2-container .content { 
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.octobre-rose .bloc-1 .right img {
    	height: auto;
	}

  }
.octobre-rose .rose p.text-center{
    text-align:center;
}
.octobre-rose .rose .btn-white{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: initial;
    font-family: 'Hanken Grotesk', sans-serif;
    padding: 8px 16px;
    text-align: center;
    border-radius:8px;
    background:white;
    color:#0C0C0D;
    display:inline-block;
    vertical-align: middle;
    margin:16px 0 0;
}
.octobre-rose .rose .btn-white:hover{
    background: rgba(242, 242, 242, 1);
    text-decoration: none;
}
.octobre-rose .rose .btn-white:after{
    content:url('../../img/icon/caret-right.svg');
    margin:0 0 0 8px;
    color:#0C0C0D;
    float: right;
    line-height: 24px;
    height: 24px;
}
#octobrerose{

}