/* ======================================== */
/*  > styles_inoa_2022.css / 18/01/2023
/* ======================================== */	

.t_legals,
.editorial .t_legals {
	font-size: var(--aox-fs-12px) !important;
    line-height: var(--aox-lh-140);
    margin-top: var(--aox-30px)!important;
    opacity: 0.5;
	}
section.obj_section {
	opacity: 1;
	}

.obj_section h3,
.str_bloc h3{
	text-transform: none;
	}


/***/

@media screen and (max-width:768px){
	.t_title br,
	h2.t_title br,
	.t_title-2 br,
	h2.t_title-2 br{
		display:unset;
		}	
}


/***/

@media screen and (min-width:768px){

	.obj_buttons .ctn_button:first-of-type {
		margin-right: var(--aox-10px);
		width: auto;
		}
	.obj_buttons .ctn_button:last-of-type {
		margin-left: 0;
		width: auto;
		}
	
	}


/***/

@media screen and (max-width: 767px){

	.obj_buttons .ctn_button, 
	.obj_buttons .ctn_button + .ctn_button {
		width: auto;
		margin-left: 0;
		}

	}


/* ======================================== */
/*  section_banner_home
/* ======================================== */
.section_banner_home{
	height:var(--aox-740px);
	background:rgb(235,235,235);
	background:linear-gradient(rgba(235,235,235,1) 0%, rgba(251,251,251,1) 100%);
	padding:0;
	}
.section_banner_home .ctn_section{
	flex-direction:column;
	}
.section_banner_home .ctn_txt{
	width:100%;
	margin:0 auto;
	}
.section_banner_home .t_ribbon{
	margin-bottom:var(--aox-15px);
	}
.section_banner_home .t_subtitle span{
	display: inline-block;
	text-indent: -9999px;
	}
.section_banner_home .t_subtitle svg{
	width: var(--aox-130px);
	height: var(--aox-40px);
	}
.section_banner_home .ctn_background{
	position:absolute;
	opacity:1;
	transition:opacity .5s ease .5s;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:0;
	}
.section_banner_home .ctn_background img{
    width:100%;
	height:100%;
	object-fit:cover;
	}
.section_banner_home .t_mention{
	position:absolute;
   	bottom:var(--aox-20px);
	color:rgba(255,255,255,0.5);
	text-align:right;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	z-index:2;
	}


/***/
@media screen and (max-width: 767px){

	.section_banner_home .obj_buttons .ctn_button h3{
		display: none;
		}

	}


@media screen and (min-width:768px){
	.section_banner_home{
		height:var(--aox-870px);
		}
	.section_banner_home .ctn_section{
		align-items: flex-end;
		padding: 0;
		justify-content: center;
		}
	.section_banner_home .ctn_background{
		height:100%;
		padding:0;
		top:0;
		bottom:unset;
		}
	.section_banner_home .ctn_background img{
		height:100%;
		object-fit:cover;
		}
	.section_banner_home .ctn_txt{
		margin: 0;
		width: var(--aox-570px);
		background: #fff;
		}
	.section_banner_home .ctn_txt > div{
		padding:var(--aox-40px);
		}
	.section_banner_home .t_subtitle{
		font-size:var(--aox-fs-52px);
		}	
	.section_banner_home .t_subtitle svg{
		width: auto;
		height: auto;
		}
	.section_banner_home .t_title{
		font-size:var(--aox-fs-44px);
		line-height: var(--aox-lh-100);
		margin-bottom: var(--aox-30px);
		}
	.section_banner_home .t_title.t_small{
		font-size:var(--aox-fs-52px);
		}
	.section_banner_home .t_legals{
		position:relative;
		left:auto; bottom:auto;
		padding:0;
		}
}


/* ======================================== */
/*  .section_video-full
/* ======================================== */
.section_video-full{
	padding:var(--aox-150px) 0;
	transition:opacity .5s ease;
	}
.section_video-full .ctn_section{
	flex-direction:column;
	}
.section_video-full .ctn_section .t_title-2{
	max-width:var(--aox-col-8);
	margin-bottom:var(--aox-30px);
	}
.section_video-full .t_legals{
	margin-top:var(--aox-20px);
	max-width:var(--aox-col-4);
	opacity:0;
	transition:opacity .5s ease;
	}
.section_video-full .obj_video{
	width:100%;
   	margin:0 auto;
	}
.section_video-full .ctn_player-video{
	position:relative;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	}
.section_video-full .obj_video .ctn_player-video > div{
	position:absolute;
	display:block;
	width:100%;
	height:0;
	overflow:hidden;
	transition:height .5s ease;
	}
.section_video-full.parallax-fixed-element-init .obj_video .ctn_player-video > div{
    height:100%;
	}
.section_video-full.parallax-fixed-element-init .t_legals{
	opacity:1;
	}

@media screen and (max-width:767px){
	.section_video-full{
		padding:var(--aox-60px) 0;
		}
	.section_video-full .ctn_section{
		width:100%;
		}
	.section_video-full .ctn_section .t_title-2{
		max-width:var(--aox-col-6);
		margin:0 auto var(--aox-20px) auto;
		}
	.section_video-full .t_legals{
		padding:0 var(--aox-25px);
		max-width:unset;
		}
}

/* ======================================== */
/*  section_loreal_access
/* ======================================== */
.section_loreal_access{
	transition:opacity .5s ease;
	height: auto;
	}
.section_loreal_access .ctn_section{
	justify-content: space-between;
	padding: var(--aox-100px) 0 0;
	flex-wrap: wrap;
	}
.section_loreal_access .ctn_img {
	position: relative;
	bottom: unset;
	left: unset;
	width: calc(var(--aox-460px) + var(--aox-3px));
	height: calc(var(--aox-750px) + var(--aox-7px));
	}
.obj_section.section_loreal_access .ctn_txt .t_title{
	max-width:var(--aox-520px);
	font-weight:700;
	font-size:var(--aox-fs-52px) !important;
	line-height:1;
	color:black;
	}
.section_loreal_access .ctn_txt{
	opacity:0;
	width: var(--aox-col-5);
	}
.section_loreal_access .ctn_txt p{
	max-width:var(--aox-col-4);
	color:black;
	margin-top: var(--aox-15px);
	}
.section_loreal_access .ctn_txt .t_ribbon span{
    color:white;
    background:black;
	}
.section_loreal_access .ctn_txt .ctn_button{
	margin-top:var(--aox-30px);
	}
.section_loreal_access .ctn_section > .t_legal{
    right:0;
    left:auto;
    width:var(--aox-550px);
	}

@media screen and (max-width:767px){
	.section_loreal_access{
		height:auto;
		}
	.section_loreal_access .ctn_section{
		width: var(--aox-grid);
		padding: var(--aox-70px) 0 0;
		flex-direction: column-reverse;
		}
	.section_loreal_access .ctn_img{
		left: unset;
		width: var(--aox-290px); height: var(--aox-500px);
		margin-top: var(--aox-20px);
		transform: unset;
		position: relative;
		bottom: unset;
		}
	.section_loreal_access .ctn_txt{
		padding-right: 0;
    	width: var(--aox-grid);
		}
	.obj_section.section_loreal_access .ctn_txt .t_title{
		font-size:var(--aox-fs-36px) !important;
		}
	.section_loreal_access .ctn_section > .t_legal{
		left:var(--aox-25px);
		}
	.section_loreal_access.parallax-fixed-element-init .ctn_txt{
		transition-delay:0s;
		}
	.section_loreal_access .ctn_txt .ctn_button{
		margin-top:var(--aox-30px);
		}
}

/* ======================================== */
/*  .section_desc
/* ======================================== */

/***/
.section_desc{
    padding: var(--aox-150px) 0;
	}
.section_desc + .section_desc {
	padding: 0 0 var(--aox-100px);
	}


/***/
.section_desc.desc_01 .ctn_section,
.section_desc.desc_02 .ctn_section,
.section_desc.desc_03 .ctn_section,
.section_desc.desc_04 .ctn_section {
    /* align-items: flex-start; */
	align-items: center;
	}
/* .section_desc.desc_01 .ctn_section .ctn_txt,
.section_desc.desc_02 .ctn_section .ctn_txt,
.section_desc.desc_03 .ctn_section .ctn_txt,
.section_desc.desc_04 .ctn_section .ctn_txt{
	padding-top: var(--aox-70px);
	} */

.section_desc.desc_01 .ctn_img{
	height: auto;
	}
.section_desc.desc_01 .ctn_img img{
	height: auto;
	}


/***/
.section_desc .t_title-2 + .t_desc{
	margin-top: var(--aox-20px);
	}
.section_desc .t_desc{
	margin-right: var(--aox-col-1);
	}
.section_desc.desc_01 .ctn_txt .t_title{
	margin-bottom:var(--aox-15px);
	font-size: var(--aox-fs-60px) !important;
	}

.section_desc.desc_01 .ctn_img .t_title,
.section_desc.desc_01 .ctn_video .t_title{
	font-size: var(--aox-fs-30px)!important;
    line-height: var(--aox-lh-130);
    font-family: 'LorealProBold'!important;
	margin-top: var(--aox-40px);
	}
.section_desc.desc_01 .ctn_img .list_store,
.section_desc.desc_01 .ctn_video .list_store{
	position:relative;
	display:flex;
	margin-top:var(--aox-15px);
	}
.section_desc.desc_01 .ctn_img .list_store li + li,
.section_desc.desc_01 .ctn_video .list_store li + li{
	margin-left:var(--aox-20px);
	}
.section_desc.desc_01 .ctn_img .list_store li img,
.section_desc.desc_01 .ctn_video .list_store li img{
	height: auto;
    width: 100%;
	}


/***/

.section_desc.desc_02 .ctn_txt .t_big{
	font-size: var(--aox-fs-30px)!important;
    line-height: var(--aox-lh-130);
    font-family: 'LorealProBold'!important;
	margin-top: var(--aox-40px);
    margin-bottom: var(--aox-40px);
	}
.section_desc .ctn_txt .ctn_button {
	margin-top: var(--aox-40px);
	}
.section_desc .ctn_img, .section_desc .ctn_video {
	width: var(--aox-630px);
	height: auto;
	}
.section_desc .ctn_img img, .section_desc .ctn_video video {
	width: var(--aox-630px);
	height: auto;
	object-fit: cover;
	}


/***/

.section_desc.desc_04 .ctn_txt .t_title {
    font-size: var(--aox-fs-52px);
    margin-bottom: var(--aox-30px);
	}

/***/
.section_desc .ctn_img.var_small, .section_desc .ctn_video.var_small {
	width: auto;
	height: auto;
	}
.section_desc .ctn_img.var_small img, .section_desc .ctn_video.var_small video {
	width: auto;
	height: auto;
	object-fit: cover;
	}


/***/
.section_desc .ctn_txt ul.t_desc-big{
	margin-top: var(--aox-40px);
	padding-right: var(--aox-col-1);
	}
.section_desc .ctn_txt ul.t_desc-big li{
	font-size:var(--aox-fs-30px); line-height:var(--aox-lh-130);
	}
.section_desc .ctn_txt ul.t_desc-big li + li{
	margin-top: var(--aox-15px);
	}

/***/
.section_desc.var_desc_long .ctn_txt {
    width: var(--aox-col-9);
	}
.section_desc.var_desc_long .ctn_txt .t_desc{
	margin-right: var(--aox-col-1);
	}

/***/
.section_desc.desc_05 .ctn_txt {
	width: var(--aox-col-6-gutter);
	margin: 0;
	}
.section_desc.desc_05 .ctn_txt .t_title {
    font-size: var(--aox-fs-52px);
    margin-bottom: var(--aox-30px);
	}
.section_desc.desc_05 .ctn_img.var_small {
	position: relative;
	margin-right: var(--aox-col-1);
	}
.section_desc.desc_05 .ctn_img.var_small .t_caption{
	position: absolute;
    bottom: var(--aox-180px);
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
	}
.section_desc.desc_05 .ctn_img.var_small .t_caption .t_title{
	font-size: var(--aox-fs-60px);
    font-family: 'LorealProBold', sans-serif;
    font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
	}
.section_desc.desc_05 .ctn_img.var_small .t_caption .t_title.t_small{
	font-size: var(--aox-fs-44px);
	}
/***/
.section_desc.desc_06 .ctn_txt {
    width: var(--aox-col-8);
	}
.section_desc.desc_06 .ctn_txt .t_desc{
	margin-right: var(--aox-col-1-gutter);
	}


/***/


.section_desc .ctn_video{
	position:relative;
	opacity: 0;
    transition: opacity .5s ease;
	}
.section_desc.parallax-fixed-element-init .ctn_video{
	opacity: 1;
	}
.section_desc .ctn_video video{
	width:100%; height:100%;
	object-fit:cover;
	}
.section_desc .ctn_video .video_mobile{
	display: none;
	}

/***/

@media screen and (max-width:767px){

	.obj_section + .obj_section {
		padding: 0;
		}
	.section_desc.var_desc_long .ctn_txt {
		margin: 0;
		}

	.obj_section.section_desc.desc_01 {
    	padding: 0;
		}
	.section_desc .ctn_section .ctn_txt{
		padding-top: var(--aox-100px);
		}

	.section_desc.desc_02 .ctn_section,
	.section_desc.desc_03 .ctn_section,
	.section_desc.desc_04 .ctn_section,
	.section_desc.desc_05 .ctn_section {
		flex-flow: column;
		}

	.section_desc .ctn_txt{
		width: 100%;
		}
	.section_desc .t_desc {
		margin-right: 0;
		}
	.section_desc .ctn_txt ul.t_desc-big {
		margin-top: var(--aox-20px);
		padding-right: 0;
		}
	.section_desc .ctn_txt ul.t_desc-big li {
		font-size: var(--aox-fs-24px);
		line-height: var(--aox-lh-120);
		}
	.section_desc .ctn_txt ul.t_desc-big li + li {
		margin-top: var(--aox-10px);
		}

	.section_desc.desc_01 .ctn_section .ctn_txt .t_subtitle{
		margin-bottom: var(--aox-10px);
		}
	.section_desc.desc_01 .ctn_section .ctn_txt .t_subtitle img{
		max-width: var(--aox-260px);
		}
	.section_desc.desc_01 .t_desc br {
		display: block;
		}
	.section_desc.desc_01 .ctn_img,
	.section_desc.desc_02 .ctn_img,
	.section_desc.desc_03 .ctn_img,
	.section_desc.desc_05 .ctn_img {
		height: auto;
		width: 100%;
		}
	.section_desc.desc_01 .ctn_img img,
	.section_desc.desc_02 .ctn_img img,
	.section_desc.desc_03 .ctn_img img,
	.section_desc.desc_05 .ctn_img img {
		height: auto;
		width: 100%;
		}
	.section_desc.desc_01 .ctn_img .t_title {
		font-size: var(--aox-fs-24px)!important;
		margin-top: var(--aox-30px);
		}

	.section_desc.desc_02 .ctn_txt .t_big {
		font-size: var(--aox-fs-24px)!important;
		line-height: var(--aox-lh-120);
		margin-top: var(--aox-20px);
		margin-bottom: var(--aox-20px);
		}
	.section_desc.desc_03 .ctn_txt .t_subtitle {
		font-size: var(--aox-fs-36px)!important;
		line-height: var(--aox-lh-100);
		margin-bottom: var(--aox-20px);
		}

	.section_desc.var_desc_long .ctn_txt .t_desc{
		margin-right: 0;
		}
	
	.section_desc.desc_05 .ctn_txt {
		width: 100%;
		}
	.section_desc.desc_05 .ctn_img.var_small {
		margin-right: 0;
		margin-top: var(--aox-30px);
		}

	.section_desc.desc_06{
		padding-bottom: var(--aox-100px);
		}

	.section_desc.desc_05 .ctn_img.var_small .t_caption {
		bottom: var(--aox-80px);
		width: 85%;
		}

	/***/
	.section_desc .ctn_video{
		width:100%;
		height:auto;
		}
	.section_desc .ctn_video .video_mobile{
		display: block;
		}
	.section_desc .ctn_video .video_desktop {
		display: none;
		}

	}



@media screen and (min-width:768px){

	.section_desc.desc_01 .ctn_img .list_store{
		flex-flow:row wrap;
		align-content:inherit;
		margin-top:var(--aox-15px);
		justify-content:flex-start;
		}
	.section_desc.desc_01 .ctn_img .list_store li{
		width: auto;
		}
	.section_desc.desc_01 .ctn_img .list_store li + li{
		margin-left:var(--aox-40px);
		}


	/***/
	.section_des.desc_04 .ctn_txt {
		display: block;
		margin: var(--aox-30px) 0;
		width: var(--aox-col-9);
		}
	.section_desc .ctn_txt ul.t_desc-big ul {
		width: 100%;
		}
	.section_desc .ctn_txt ul.t_desc-big ul li {
		font-size: var(--aox-fs-24px);
    	line-height: var(--aox-lh-110);
		}

	}



/* ======================================== */
/*  section_custom-before-after
/* ======================================== */

.section_custom-before-after.parallax-fixed-element-init .ctn_section-custom .ctn_video ,
.section_custom-before-after.parallax-fixed-element-init .ctn_section-custom .ctn_before-after{
	opacity:1;
	}
.section_custom-before-after .ctn_text{
	opacity:0;
	transition:opacity .5s ease .5s;
	}
.section_custom-before-after.parallax-fixed-element-init .ctn_text{
	opacity:1;
	}
/***/
.section_custom-before-after{
	position:relative;
	padding-top: 0;
	transition:opacity .5s ease;
	}
.section_custom-before-after .ctn_section-custom{
	position:relative;
	z-index:2;
	margin:0 auto;
	width:var(--aox-1220px); height:100%;
	min-height: calc(var(--aox-900px) + var(--aox-5px));
	}
.section_custom-before-after .ctn_section-custom .ctn_img-large{
	position:absolute;
	z-index:1;
	overflow:hidden;
	right:var(--aox-col-9); top:0;
	width:calc(var(--aox-external-gutter) + var(--aox-col-3-gutter));
	height:calc(var(--aox-900px) + var(--aox-5px));
	}
.section_custom-before-after .ctn_section-custom .ctn_img-large img{
	position:relative;
	z-index:1;
	width:100%; height:100%;
	object-fit:cover;
	}
.section_custom-before-after .ctn_section-custom .ctn_img-large::before{
	content:'';
	position:absolute;
	z-index:2;
	right:-110%; top:0;
	width:110%; height:100%;
	background:#fff;
	}

.section_custom-before-after .ctn_section-custom .ctn_video{
	position:absolute;
	z-index:1;
	opacity:0;
	transition:opacity .5s ease;
	overflow:hidden;
	right:var(--aox-col-9); top:0;
	width:calc(var(--aox-external-gutter) + var(--aox-col-3-gutter));
	height:calc(var(--aox-900px) + var(--aox-5px));
	}
.section_custom-before-after .ctn_section-custom .ctn_video video{
	position:relative;
	z-index:1;
	width:100%; height:100%;
	object-fit:cover;
	}

.section_custom-before-after .ctn_before-after{
	position:absolute;
	z-index:1;
	opacity:0;
	transition:opacity .5s ease;
	left:var(--aox-col-2-gutter); top: var(--aox-170px);
	width:calc(var(--aox-310px) + var(--aox-5px)); height:var(--aox-450px);
	}
.section_custom-before-after .ctn_before-after p{
	position:absolute;
	left:0; bottom:calc(var(--aox-35px) * -1);
	text-align: right;
	padding:var(--aox-25px) 0 0 calc(var(--aox-130px) + var(--aox-5px));
	width:100%;
	font-size:var(--aox-fs-12px) !important; line-height:1;
	}

.section_custom-before-after .obj_before-after{
	position:relative;
	width:100%; height:100%;
	}
.section_custom-before-after .obj_before-after figure{
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	overflow:hidden;
	transition:width .5s ease;
	}
.section_custom-before-after .obj_before-after figure.ctn_before{
	z-index:2;
	}
.section_custom-before-after .obj_before-after.is-after figure.ctn_before{
	width:0;
	}
.section_custom-before-after .obj_before-after figure.ctn_after{
	z-index:1;
	}
.section_custom-before-after .obj_before-after figure div{
	position:relative;
	width:calc(var(--aox-310px) + var(--aox-5px)); height:var(--aox-450px);
	}
.section_custom-before-after .obj_before-after img{
	position:absolute;
	left:0; top:0;
	z-index:1;
	width:100%; height:100%;
	object-fit:cover;
	transition:transform .8s ease;
	}
.section_custom-before-after .obj_before-after figure.ctn_before img{
	transform:scale(1);
	}
.section_custom-before-after .obj_before-after.is-after figure.ctn_before img{
	transform:scale(1.2);
	}
.section_custom-before-after .obj_before-after figure.ctn_after img{
	transform:scale(1.2);
	}
.section_custom-before-after .obj_before-after.is-after figure.ctn_after img{
	transform:scale(1);
	}
.section_custom-before-after .obj_before-after figcaption{
	position:absolute;
	right:0; top:0;
	z-index:2;
	color: #000000;
	padding:var(--aox-20px) var(--aox-10px);
	font-family:'LorealProBold', sans-serif;
	font-size:var(--aox-fs-16px); line-height:1;
	font-weight:700;
	text-transform:uppercase;
	}

.section_custom-before-after .ctn_section-custom .ctn_text{
	position: relative;
	z-index: 2;
	width: var(--aox-col-5);
	margin: 0 0 0 var(--aox-col-7-gutter);
	padding-top: var(--aox-100px);
	}
.section_custom-before-after .ctn_section-custom .ctn_text .t_desc{
	width: var(--aox-col-4-gutter);
	margin-top: var(--aox-10px);
	}

.section_custom-before-after .ctn_text ul.t_desc-big{
	margin-top: var(--aox-40px);
	padding-right: var(--aox-col-1);
	}
.section_custom-before-after .ctn_text ul.t_desc-big li{
	font-size:var(--aox-fs-30px); line-height:var(--aox-lh-130);
	}
.section_custom-before-after .ctn_text ul.t_desc-big li + li{
	margin-top: var(--aox-15px);
	}

.section_custom-before-after .ctn_section-custom .ctn_text .ctn_button{
	margin-top: var(--aox-40px);
	}

/***/
@media screen and (max-width: 767px){

	.section_custom-before-after .ctn_section-custom .ctn_text{
		padding-top: 0;
		}

}


@media screen and (max-width:767px){
	.section_custom-before-after{
		padding-bottom:var(--aox-40px);
		}
	.section_custom-before-after .ctn_section-custom{
		width: 100%; min-height: unset;
		display: flex;
    	flex-direction: column;
		}
	.section_custom-before-after .ctn_section-custom .ctn_video{
		display: none;
		}
	.section_custom-before-after .ctn_before-after{
		position: relative;
		left: unset;
		top: unset;
		width: var(--aox-grid);
		margin: 0 auto;
		order: 2;
		margin-top: var(--aox-30px);
		}
	.section_custom-before-after .obj_before-after figure div{
		width: var(--aox-grid);
		}
	.section_custom-before-after .ctn_section-custom .ctn_text{
		order: 1;
		width: var(--aox-grid);
		margin: 0 auto;
		padding-top: var(--aox-100px);
		}
	.section_custom-before-after .ctn_section-custom .ctn_text .t_title{
		font-size: var(--aox-fs-34px);
		padding: 0;
		}
	.section_custom-before-after .ctn_section-custom .ctn_text ul {
		width: 100%;
		}
	.section_custom-before-after .ctn_section-custom .ctn_text ul li {
		font-size: var(--aox-fs-24px);
    	line-height: var(--aox-lh-110);
		}

}