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

#banner-acm-2023 {
	height: 230px;
	display: grid;
	grid-template-columns: 58% 42%;
	overflow: hidden;
	margin: 1rem auto;
}

#banner-acm-2023 .acm-titre { 
	font-size: 2.5rem;
	line-height: 1.2;
	margin: .75rem auto;
	font-family: 'gilroyregular';
}

b {	font-family: 'gilroybold';}

@media screen and (min-width: 992px) {
	#banner-acm-2023 {
		background: url(https://imagine.bayard.io/unsafe/821x230/bayard-static/e-bayard-jeunesse.com/2023/landing-page/activites-a-faire-chez-soi/avril/banniere/images/bkg-enfant.png) no-repeat top left;
		background-size: contain;
	}
	#banner-acm-2023 .acm-description {
		position: relative;
	}
	#banner-acm-2023 .acm-description:after {
		content:"";
		display:block;
		position: absolute;
		width: 45px;
		height:37px;
		background: url(https://imagine.bayard.io/unsafe/90x74/bayard-static/e-bayard-jeunesse.com/2023/landing-page/activites-a-faire-chez-soi/avril/banniere/images/fleche.png) no-repeat top left;
		background-size: contain;
		left: 75%;
		top: 5.2rem;
	}
}

@media screen and (max-width: 1024px) {
	#banner-acm-2023 {
		grid-template-columns: 44% 56%;
		background: #e5f3e7;
	}
}


/* Left */
.acm-left {
	display:flex;
	align-items: center;
	text-align: left;
	padding: 0 0 0 5%;
}
.acm-left p {
	max-width: 300px;
}

/* Right */
.acm-right {
	text-align: center;
	background: url(https://imagine.bayard.io/unsafe/527x230/bayard-static/e-bayard-jeunesse.com/2023/landing-page/activites-a-faire-chez-soi/avril/banniere/images/bkg-livret.png) no-repeat center left;
	background-size: cover;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 1px;
	padding:0 8%;
}

.acm-right > div {
	display:flex;
	align-items: center;
}
.acm-livret {
	width:90%;
	height:auto;
}
.acm-txt-livret{
	font-size: 1.8rem;
}
#banner-acm-2023 .actions > .acm-cta {
	display:inline-block;
	width: 140px !important;
	min-width: 140px !important;
	color: #fff !important;
	background: #b24e94;
	line-height: 35px;
	padding: 0 40px !important;
	border-radius: 20px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border: none;
}
.acm-cta:hover {
	background: #fff;
	color: #000 !important;
}

.acm-picto-cadeau {
	width: 60%;
}
.acm-txt-cadeau {
	width: 95%;
}


/* Smartphone */

@media screen and (max-width: 767px) {
	#banner-acm-2023 {
		display:block;
		height: 280px;
		background: url(https://imagine.bayard.io/unsafe/600x261/bayard-static/e-bayard-jeunesse.com/2023/landing-page/activites-a-faire-chez-soi/avril/banniere/images/bkg-xs.png) no-repeat top center;
	}
	.acm-titre { text-align: center; width: 100%; font-size: 2.2rem !important;}
	.acm-description, .acm-picto-cadeau, p.acm-description, p.acm-txt-livret, .acm-txt-cadeau {display:none;}
	
	.acm-livret-xs {display:block; width:100%; margin: 0 auto .5rem;}

	.acm-left {
		padding: 0;
	}

	.acm-left div {
		width: 100%;
		padding: 0;
	}

	.acm-right {
		display: block !important;
		width:100%;
		max-width: 320px;
		margin: 0 auto;
		padding:0;
		background:none;		
	}
	.acm-right div {
		width: 100%;
	}
	.acm-cta {
		transform: translateY(-15px);
	}
	
	
}