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

}
@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;

}
.acct_HOME_20230926_content{
    position: relative;
	width:100%;
	max-width:1280px;
	margin:auto;
	height:150px;
	display:flex;
	align-items:center;
	justify-content:space-evenly;
	overflow: hidden;
	background-color:#d66968;
	color:#fff;
	text-align: center;
}
.acct_HOME_20230926_content>div:first-child{
	margin-left:1%;
}
.acct_HOME_20230926_content>div:last-child{
	margin-right:1%;
}
.acct_HOME_20230926_content .container_text p:first-child{
	font-family:'gilroybold',arial,helvetica;
	font-size:30px;
	width:100%;
	margin:auto;
	padding:0;
	margin-bottom:20px;
	letter-spacing:0.5pt;
	line-height: 100%;
}
.acct_HOME_20230926_content .container_text p:first-child>span:first-child,
.acct_HOME_20230926_content .container_text p:first-child>span:last-child{
	position: relative;
	display:inline-block;
}
.acct_HOME_20230926_content .container_text p:first-child>span:first-child::before{
	content:'';
	width:160px;
	height:20px;
	background:url('https://imagine.bayard.io/unsafe/160x20/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_bgText_1_dk.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-15px;
}
.acct_HOME_20230926_content .container_text p:first-child>span:last-child::before{
	content:'';
	width:170px;
	height:20px;
	background:url('https://imagine.bayard.io/unsafe/170x20/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_bgText_2_dk.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-20px;
}
.acct_HOME_20230926_content .container_text p:last-child{
	font-family:'gilroyregular',arial,helvetica;
	font-size:24px;
	width:95%;
	max-width:640px;
	margin:auto;
	padding:0;
	letter-spacing:0.5pt;
	line-height:120%;
}
.acct_HOME_20230926_content .container_text p:last-child>span:last-child{
	background:#fff;
	font-family:'gilroybold',arial,helvetica;
	color:#000;
	display:inline-block;
	border-radius:4px;
	padding:2px 2px;
}
.acct_HOME_20230926_content .container_fleche>span{
	display:block;
	width:25px;
	position: relative;
}
.acct_HOME_20230926_content .container_fleche>span:before{
	content:'';
	height:5px;
	width:25px;
	border-radius:5px;
	background-color:#fff000;
	position:absolute;
	top:0;
	right:0;
	transform:rotate(40deg);
	margin-top:-7px;
}
.acct_HOME_20230926_content .container_fleche>span:after{
	content:'';
	height:5px;
	width:25px;
	border-radius:5px;
	background-color:#fff000;
	position:absolute;
	top:0;
	right:0;
	transform:rotate(-40deg);
	margin-top:7px;
}

@media screen and (max-width: 1000px) {
	.acct_HOME_20230926_content .container_text p:first-child>span:first-child::before{
		width: 140px;
		height: 10px;
		background: url(https://imagine.bayard.io/unsafe/140x10/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_bgText_1_t.png);
		background-repeat: no-repeat;
    	margin-bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.acct_HOME_20230926_content .container_text p:first-child>span:last-child::before{
		width: 120px;
		height: 20px;
		background: url(https://imagine.bayard.io/unsafe/120x20/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_bgText_2_t.png);
		background-repeat: no-repeat;
    	margin-bottom: -15px;
		left: auto;
    	right: 5px;
	}
	.acct_HOME_20230926_content .container_text p:first-child{
		margin-bottom:15px;
		line-height: 95%;
	}
	.acct_HOME_20230926_content .container_text p:last-child{
		line-height:110%;
	}
	.acct_HOME_20230926_content .container_text {
		width:80%;
		margin-right:3%;
	}
}
@media screen and (max-width: 768px) {
	.acct_HOME_20230926_content>div:last-child{
		display:none;
	}
	.acct_HOME_20230926_content .container_text p:first-child{
		max-width:435px;
	}
	.acct_HOME_20230926_content>div:first-child img{
		content:url(https://imagine.bayard.io/unsafe/100x150/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_phone_t.png);
	}
	.acct_HOME_20230926_content .container_text p:last-child{
		font-size:23px;
	}
}
@media screen and (max-width: 700px) {
	.acct_HOME_20230926_content .container_text p:first-child{
		font-size:27px;
	}
	.acct_HOME_20230926_content .container_text p:last-child{
		font-size:20px;
	}
}
@media screen and (max-width: 620px) {
	.acct_HOME_20230926_content .container_text p:first-child{
		font-size:25px;
	}
	.acct_HOME_20230926_content .container_text p:last-child{
		font-size:18px;
	}
	.acct_HOME_20230926_content>div:first-child{
		width:15%;
	}
	.acct_HOME_20230926_content>div:first-child img{
		width:100%;
	}
}
@media screen and (max-width: 460px) {
	.acct_HOME_20230926_content>div:first-child{
		position:absolute;
		bottom:0;
		left:0;
		width:fit-content;
		margin:0;
	}
	.acct_HOME_20230926_content>div:first-child img{
		content:url(https://imagine.bayard.io/unsafe/60x80/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_phone_m.png);
		max-width:60px!important;
	}
	.acct_HOME_20230926_content .container_text{
		margin:auto;
		width:100%;
	}
	.acct_HOME_20230926_content .container_text p:last-child{
		font-size:15px;
		margin-left: 70px;
		width: fit-content;
	}
	.acct_HOME_20230926_content .container_text p:first-child>span:first-child::before{
		width: 140px;
		height: 10px;
		background: url(https://imagine.bayard.io/unsafe/140x10/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_bgText_1_m.png);
		background-repeat: no-repeat;
    	margin-bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.acct_HOME_20230926_content .container_text p:first-child>span:last-child::before{
		width: 100px;
		height: 20px;
		background: url(https://imagine.bayard.io/unsafe/100x20/bayard-static/e-bayard-jeunesse.com/2023/rentree/boutique/offre-couplee/bandeau/images/20230926_bgText_2_m.png);
		background-repeat: no-repeat;
    	margin-bottom: -15px;
		left: auto;
    	right: 5px;
	}
	
	.acct_HOME_20230926_content .container_text p:last-child>span:first-child{
		display: block;
	}
	.acct_HOME_20230926_content .container_text p:first-child {
		font-size: 25px;
		margin-top: -10px;
		margin-bottom: 20px;
	}
}