

/*Les typos à utiliser dans la bannière*/	
@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;

}

/* TON CSS*/
.acct_CADEAU_20231023_content{
    position: relative;
	width:100%;
	max-width:1280px;
	margin:auto;
	height:225px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	overflow: hidden;
	background-color:#fff000;
	background-image: url('https://imagine.bayard.io/unsafe/1280x225/bayard-static/e-bayard-jeunesse.com/2023/noel/boutique/carte-cadeau/images/20231023_cadeau_backgrounds_dk.png');
}
.acct_CADEAU_20231023_content img{
	width:100%;
	height:auto;
	display:block;
}
.acct_CADEAU_20231023_textContainer{
	margin-left:6%;
	width:44%;
}
.acct_CADEAU_20231023_textContainer p{
	font-family: 'gilroyregular';
	font-size:28px;
	color:#000000;
	line-height:40px;
	position:relative;
}
.acct_CADEAU_20231023_textContainer p:after{
	content:'';
	width:276px;
	height:58px;
	position:absolute;
	top:0;
	right:0;
	background:url('https://imagine.bayard.io/unsafe/276x58/bayard-static/e-bayard-jeunesse.com/2023/noel/boutique/carte-cadeau/images/20231023_cadeau_fleche_dk.png');
}
.acct_CADEAU_20231023_textContainer p>strong{
	font-family: 'gilroybold';
	font-weight: normal;
}
.acct_CADEAU_20231023_content .acct_CADEAU_20231023_textContainer img{
	display: inline-block;
	vertical-align: bottom;
}
.acct_CADEAU_20231023_souligne{
	position: relative;
}
.acct_CADEAU_20231023_souligne:after{
	content:'';
	width:151px;
	height:8px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-8px;
	background:url('https://imagine.bayard.io/unsafe/151x8/bayard-static/e-bayard-jeunesse.com/2023/noel/boutique/carte-cadeau/images/20231023_cadeau_souligne_dk.png');

}
.acct_CADEAU_20231023_btnContainer button{
	border:none;
	box-shadow: none;
	outline: none;
	background:#ffffff;
	padding:12px 0;
	width:190px;
	max-width:190px;
	border-radius:50px;
	font-family:'Lato','Arial',sans-serif;
	font-weight:700;
	text-transform: uppercase;
	font-size:17px;
	position:relative;
}
.acct_CADEAU_20231023_btnContainer button:after{
	content:'';
	width:115px;
	height:137px;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	transform:translateY(37%);
	background:url('https://imagine.bayard.io/unsafe/115x137/bayard-static/e-bayard-jeunesse.com/2023/noel/boutique/carte-cadeau/images/20231023_cadeau_btn_dk.png');
}
	.acct_CADEAU_20231023_content>div:nth-child(2){
		align-self: end;
	}
@media screen and (max-width: 1130px) {
	.acct_CADEAU_20231023_content>div:last-child{
		display:none;
	}
	.acct_CADEAU_20231023_btnContainer{
		margin-right:2%;
	}
	.acct_CADEAU_20231023_textContainer{
		margin-left:2%;
	}
	.acct_CADEAU_20231023_textContainer{
		width:48%;
		min-width:494px;
	}
}
@media screen and (max-width: 900px) {
	.acct_CADEAU_20231023_btnContainer{
		display:none;
	}

}
@media screen and (max-width: 768px) {
	.acct_CADEAU_20231023_textContainer p{
		font-size:24px;
	}
	.acct_CADEAU_20231023_textContainer{
		width:60%;
		min-width: auto;
	}
	.acct_CADEAU_20231023_content>div:nth-child(2) img{
		max-width:261px!important;
	}
	.acct_CADEAU_20231023_textContainer p:after{
		margin-right:-10%;
	}
}
@media screen and (max-width: 740px) {
	.acct_CADEAU_20231023_content .acct_CADEAU_20231023_textContainer img{
		display:none;
	}
	.acct_CADEAU_20231023_textContainer p:after{
		margin-right:-6%;
	}
}
@media screen and (max-width: 650px) {
	.acct_CADEAU_20231023_textContainer p:after,
	.hide650{
		display:none;
	}
}


@media screen and (max-width: 450px) {
	.acct_CADEAU_20231023_content{
		height:175px;
	}
	.acct_CADEAU_20231023_textContainer p{
		font-size:22px;
		line-height: 32px;
	}
	.acct_CADEAU_20231023_textContainer {
		margin-left: 5%;
	}
	.acct_CADEAU_20231023_textContainer {
		width: 55%;
		min-width: auto;
	}
	.acct_CADEAU_20231023_souligne:after{
		background-size: 100% auto;
    	background-repeat: no-repeat;
		width: 111px;
		right: 12px;
		margin-bottom: -6px;
	}
}