.bloc-jaune{
	padding: 20px 50px;
	    max-width: 1103px;
		margin: 0px auto;
	height: 265px;
	background: #FFE319;
	mix-blend-mode: multiply;
	box-shadow: 0px 171px 69px rgba(0, 0, 0, 0.01), 0px 96px 58px rgba(0, 0, 0, 0.05), 0px 43px 43px rgba(0, 0, 0, 0.09), 0px 11px 24px rgba(0, 0, 0, 0.1);
	border-radius: 28px;
}
.bloc-jaune .bloc-header-activit-logo{
	width: 203px;
	height: 204px;
}
.bloc-jaune-subtitle{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.bloc-jaune .bloc-jaune-price{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	line-height: 34px;
	color: #0135E5;
}
.bloc-jaune p{
	width: 393px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0135E5;
}
.bloc-jaune .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.bloc-jaune a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	gap: 10px;
	min-width: 150px;
	height: 48px;
	background: #0135E5;
	border-radius: 50px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFE319;
	transition: all .5s ease;
}
body:not(.is-touch) .bloc-jaune  a:hover{
	border: 2px solid #0135E5;
	background: #FFF;
	color: #0135E5;
}
body:not(.is-touch) .bloc-jaune  a:hover svg path{
	fill: #0135E5;
}
@media (max-width: 50em) {
	.bloc-jaune {
    padding: 0px 32px 30px;
    max-width: 100%;
    margin: 40px auto;
	height: auto;
    min-height: 442px;
    
box-shadow: 0px 177px 71px rgba(0, 0, 0, 0.01), 0px 11px 24px rgba(0, 0, 0, 0.05);
border-radius: 20px;
}
.bloc-jaune-subtitle{
	       height: 45px; 
        
	width: 248px;

border-radius: 0px 0px 20px 20px;
font-size: 14px;
line-height: 17px;
/* identical to box height */
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;

        justify-content: center;

}
.bloc-jaune p {
width: 211px;
font-size: 16px;
line-height: 20px;
letter-spacing: -0.02em;
color: #0027B1;

}
.bloc-jaune-title {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloc-jaune-title .col-md-3 {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bloc-jaune .col-md-6 {
    gap: 20px;
}
}