/*Les typos à utiliser dans la bannière*/
@font-face {
	font-family: 'gilroyRegular';
	src: url('https://static.bayard.io/e-bayard-jeunesse.com/typos/gilroy-regular-webfont.woff2') format('woff2'),
		url('https://static.bayard.io/e-bayard-jeunesse.com/typos/gilroy-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gilroyExtraBold';
	src: url('https://static.bayard.io/e-bayard-jeunesse.com/typos/gilroy-extrabold-webfont.woff2') format('woff2'),
		url('https://static.bayard.io/e-bayard-jeunesse.com/typos/gilroy-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.acct_HOME_20240227_LMDA_content img {
	display: block;
	width: 100%;
	margin: auto;
}

.category-view>.category-cms>div {
	width: 100%;
}

.acct_HOME_20240227_LMDA_container a {
	text-decoration: none;
	color: initial;
}

/* TON CSS*/
.acct_HOME_20240227_LMDA_container {
	width: 100%;
	max-width: 1280px;
	position: relative;
	margin: auto;
	height: 150px;
	background-color: #fff;
}

.acct_HOME_20240227_LMDA_container>a:after {
	content: '';
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	position: absolute;
	top: 0;
	left: 0;
	border-style: inset;
	border: 9px solid #ffed00;
	z-index: 1;
}

.acct_HOME_20240227_LMDA_content {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	text-align: center;
	color: #010101;
	font-family: 'gilroyRegular';
}

.acct_HOME_20240227_LMDA_content>div:nth-child(1) {
	position: relative;
	z-index: 2;
	margin-left: 1%;
}

.acct_HOME_20240227_LMDA_content>div:nth-child(2) {
	position: relative;
	z-index: 2;
	white-space: nowrap;
}

.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:first-child {
	font-size: 31px;
	line-height: normal;
	margin: 0;
}

.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:nth-child(2) {
	font-size: 27px;
	line-height: normal;
	margin: 0;
}

.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:nth-child(2)>span {
	position: relative;
	z-index: 2;
	background: url('https://imagine.bayard.io/unsafe/306x32/bayard-static/e-bayard-jeunesse.com/2024/mars/boutique/fixe/images/20240227-HOME_LMDA_bg_text.png');
	background-size: 100% auto;
	background-position: 0 10px;
	background-repeat: no-repeat;
	padding: 4px 0;
}

.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:first-child strong {
	font-family: 'gilroyExtraBold';
}

.acct_HOME_20240227_LMDA_content>div:nth-child(2) img {
	position: absolute;
	bottom: 0;
	left: 15px;
	margin-bottom: -22px;
}

.acct_HOME_20240227_LMDA_content>div:nth-child(3) {
	position: relative;
	margin-left: -80px;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.acct_HOME_20240227_LMDA_content>div:nth-child(3)>button {
	background: url('https://imagine.bayard.io/unsafe/166x50/bayard-static/e-bayard-jeunesse.com/2024/mars/boutique/fixe/images/20240227-HOME_LMDA_btnBackground.png');
	background-size: 100% 100%;
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 166px;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'lato';
	font-size: 31px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 10%;
	box-shadow: none;
	transform: translateY(-66%);
}

.acct_HOME_20240227_LMDA_content>div:nth-child(3)>button>span {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
}

@media screen and (max-width: 1090px) {
	.acct_HOME_20240227_LMDA_content>div:nth-child(3)>button {
		width: 130px;
		height: 40px;
		font-size: 26px;
		line-height: 40px;
	}
}

@media screen and (max-width: 960px) {
	.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:first-child {
		font-size: 20px;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:nth-child(2) {
		font-size: 18px;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2) {
		padding-bottom: 45px;
	}
}

@media screen and (max-width: 768px) {
	.acct_HOME_20240227_LMDA_content>div:nth-child(2) {
		height: 100%;
		padding: 0;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:first-child {
		font-size: 18px;
		margin-top: 25px;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:nth-child(2) {
		font-size: 16px;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(3) {
		position: initial;
		margin-left: -40px;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(3)>button {
		left: 0;
		right: 0;
		transform: none;
		width: 143px;
		height: 32px;
		line-height: 32px;
		font-size: 20px;
		bottom: 23px;
		top: auto;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2) img {
		width: 55px;
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.acct_HOME_20240227_LMDA_content>div:nth-child(3) {
		display: none;
	}

	.acct_HOME_20240227_LMDA_content {
		justify-content: center;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(1) {
		margin: 0;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2) {
		padding-right: 20px;
	}
}

@media screen and (max-width: 500px) {
	.hide_m {
		display: none !important;
	}

	.acct_HOME_20240227_LMDA_content {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(1) {
		margin: 0;
		width: 100%;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(1) img {
		max-width: 375px !important;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2) {
		height: fit-content;
		padding: 0;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:first-child {
		margin: auto;
		font-size: 15px;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:nth-child(2) {
		margin: auto;
		font-size: 13px;
	}

	.acct_HOME_20240227_LMDA_content>div:nth-child(2)>p:nth-child(2)>span {
		background-position: 0 6px;
	}

}