/* -------------------------------------------------- */
/*   29/10/25 : 09:30
/* -------------------------------------------------- */

/*** bg_stars ***/

body {
	background: #000;
	}
.site-hd {
	background: white;	
	}

[data-page="aoxpage"] .bg_stars {
	background: url('https://www.lorealprofessionnel.fr/-/media/Master/FR/landing-page-aox/steampod-2025/background/Background_Desktop_Img.jpg') no-repeat left top;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: -1;
	top: 0;
	}
[data-page="aoxpage"] .obj_section:not(.section_hero-carrousel, .section_claim, .obj_section-sticky_bottom),
.editorial {
	background: none;
	}
.editorial [data-page="aoxpage"] .obj_section .t_legal {
	color: #fff !important;
	opacity: 0.4;
	}
.editorial [data-page="aoxpage"] .section_edito.obj_section .obj_review-rating svg {
	fill: white;
	}


/***/

[data-page="aoxpage"] .obj_section.section_hero-carrousel {
    background-color: #000;
	}

[data-page="aoxpage"] .section_edito.edito_carrousel#performance .t_title {
    font-size: var(--aox-fs-62px) !important;
	}


/* -------------------------------------------------- */
/*   Personnalisation section Routine 23/10/2023
/* -------------------------------------------------- */
[data-page="aoxpage"] #focus_soin.section_edito.obj_routine .ctn_text:not(:only-child) {
	margin-top: 0;
	}
[data-page="aoxpage"] #focus_soin.obj_section.obj_routine .t_ribbon {
	margin-top: var(--aox-40px);
	}
[data-page="aoxpage"] #focus_soin.obj_section.obj_routine .t_subtitle {
	margin-top: var(--aox-10px);
	}
.editorial article [data-page="aoxpage"] #focus_soin.obj_routine p {
	margin-top: var(--aox-10px);
	}
.editorial article [data-page="aoxpage"] #focus_soin.obj_routine p.t_legal {
	margin-top: var(--aox-30px);
	}
[data-page="aoxpage"] #focus_soin.obj_section.obj_routine .ctn_text > .obj_buttons {
	margin-top: var(--aox-10px);
	}



/***/

@media screen and (max-width: 767px) {

	[data-page="aoxpage"] .bg_stars {
		background: url('https://www.lorealprofessionnel.fr/-/media/Master/FR/landing-page-aox/steampod-2025/background/Background_Mobile_Img.jpg') no-repeat center center;
		background-size: cover;
		}
	
	[data-page="aoxpage"] .section_hero_2 .t_subtitle img {
		width: var(--aox-300px);
		}
	
	}