.bloc-nouveauts{
	gap: 39px;
	max-width: 1103px;
	margin: 119px auto 142px;
}
@media (max-width: 1512px) {
  .bloc-nouveauts{
	max-width: calc(1103px * (100vw / 1512px));
	margin: calc(119px * (100vw / 1512px)) auto calc(142px * (100vw / 1512px));
	gap: calc(17px * (100vw / 1512px));
  }
}
.bloc-nouveauts .bloc-nouveauts-cat{
	
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #0127B3;
	text-align: center;
}
@media (max-width: 1512px) {
  .bloc-nouveauts .bloc-nouveauts-cat{
	font-size: calc(16px * (100vw / 1512px));
	line-height: calc(23px * (100vw / 1512px));
	letter-spacing: calc(-0.02em * (100vw / 1512px));
  }
}
.bloc-nouveauts-title-line-1{
	z-index: 9;
}
.bloc-nouveauts-title,
.bloc-nouveauts-title-line-1{
	gap: 5px;
}
.bloc-nouveauts-title-line-2{
	 margin-top: -13px;
}
.bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-before-img,
.bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-after-img{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 37px;
	line-height: 57px;
	color: #000000;
}
@media (max-width: 1512px) {
  .bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-before-img,
  .bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-after-img{
	font-size: calc(37px * (100vw / 1512px));
	line-height: calc(57px * (100vw / 1512px));
	letter-spacing: calc(-0.02em * (100vw / 1512px));
  }
}
.bloc-nouveauts .bloc-nouveauts-title-img{
	width: 98.15px;
	height: 54.27px;
	border-radius: 36.2678px;
	transform: rotate(-5.48deg);
	overflow: hidden;
}
@media (max-width: 1512px) {
  .bloc-nouveauts .bloc-nouveauts-title-img{
	width: calc(98.15px * (100vw / 1512px));
	height: calc(54.27px * (100vw / 1512px));
	border-radius: calc(36.2678px * (100vw / 1512px));
	transform: rotate(calc(-5.48deg * (100vw / 1512px)));
  }
}
.bloc-nouveauts .bloc-nouveauts-title-img video{
	width: 98.15px;
	height: 54.27px;
}
@media (max-width: 1512px) {
  .bloc-nouveauts .bloc-nouveauts-title-img video{
	width: calc(98.15px * (100vw / 1512px));
	height: calc(54.27px * (100vw / 1512px));
  }
}
.bloc-nouveauts .bloc-nouveauts-title  .bloc-nouveauts-title-blue{
	padding: 5px 20px;
	background: #0135E5;
	border-radius: 30px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 37px;
	line-height: 45px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	transform: rotate(-0.04deg);
}
@media (max-width: 1512px) {
  .bloc-nouveauts .bloc-nouveauts-title  .bloc-nouveauts-title-blue{
	padding: calc(5px * (100vw / 1512px)) calc(20px * (100vw / 1512px));
	border-radius: calc(30px * (100vw / 1512px));
	font-size: calc(37px * (100vw / 1512px));
	line-height: calc(45px * (100vw / 1512px));
	letter-spacing: calc(-0.01em * (100vw / 1512px));
	transform: rotate(calc(-0.04deg * (100vw / 1512px)));
  }
}
.bloc-nouveauts .bloc-nouveauts-description{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	text-align: center;
	display: flex;
	align-items: center;
	text-align: center;
	width: 577px;
}
@media (max-width: 1512px) {
  .bloc-nouveauts .bloc-nouveauts-description{
	font-size: calc(20px * (100vw / 1512px));
	line-height: calc(30px * (100vw / 1512px));
  }
}
.bloc-nouveauts .bloc-nouveauts-description p{
	margin: 0;
}
.bloc-nouveauts .bloc-nouveauts-description strong{
	font-weight: 600;
}
.bloc-nouveauts-line-1{
	gap: 20px;
}
@media (max-width: 1512px) {
  .bloc-nouveauts-line-1{
	gap: calc(20px * (100vw / 1512px));
  }
}
.bloc-nouveauts .bloc-nouveauts-line-2{
	border-radius: 24px;

}

.bloc-nouveauts-carte-1{
	background: #FCEA00;
	box-shadow: 7px 70px 71px rgba(0, 0, 0, 0.09);
	border-radius: 24px;
	min-height: 369px;
}


.bloc-nouveauts-carte-2{
	
	background-blend-mode: hard-light, normal;
	border-radius: 24px;
	min-height: 369px;
}

.bloc-nouveauts-carte-3{
	background: #87D5C8;
	box-shadow: 0px 180px 72px rgba(0, 0, 0, 0.01), 0px 101px 61px rgba(0, 0, 0, 0.05), 0px 45px 45px rgba(0, 0, 0, 0.09), 0px 11px 25px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	min-height: 369px;
}
.bloc-nouveauts-carte-3 img{
	width: 166px;
	height: 91px;
	border-radius: 24px;
}
.bloc-nouveauts-carte-2 img{
	width: 207px;
	height: 167px;
	mix-blend-mode: lighten;
	border-radius: 15px;
}
.bloc-nouveauts-carte_item h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 23px;
	text-transform: uppercase;
}
.bloc-nouveauts-carte_item p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
}
.bloc-nouveauts-carte_item a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	gap: 10px;
	min-width: 150px;
	height: 48px;
	border-radius: 50px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.bloc-nouveauts-carte-1 a{
	background: #0135E5;
	color: #FFE319;
}
.bloc-nouveauts-carte-2 a,
.bloc-nouveauts-carte-3 a{
	background: #FEE21B;
	color: #0135E5;    z-index: 999;
}
.bloc-nouveauts-carte-1 h3,
.bloc-nouveauts-carte-1 p{
	color: #0135E5;
}
.bloc-nouveauts-carte-2 h3,
.bloc-nouveauts-carte-2 p{
	color: #FFFFFF;
}
.bloc-nouveauts-carte-3 h3,
.bloc-nouveauts-carte-3 p{
	color: #0135E5;
}
.bloc-nouveauts-carte-3 p{
	width: 355px;
}
.bloc-nouveauts-carte-1 .bloc-nouveauts-carte-logo-img{
	width: 337px;
	height: 140px;
	border-radius: 15px;    position: absolute;
    top: 27px;
    right: 47px;
    z-index: 99;
}
.bloc-nouveauts-carte-1{
	transition: all 0.3s ease;
}
body:not(.is-touch) .bloc-nouveauts-carte-1:hover .bloc-nouveauts-carte-logo-vector2{
	transform: scale(1.1);
}
body:not(.is-touch) .bloc-nouveauts-carte-1:hover .pather-etoile {
    right: 290px;
    bottom: -18px;
}
.bloc-nouveauts-carte-1 .pather-etoile{
    position: absolute;
    right: 240px;
    bottom: 34px;
    z-index: 9;
}
.bloc-nouveauts-carte-texte{
	padding: 56px 77px;
	    gap: 27px;
}
.bloc-nouveauts-cartes {
    gap: 74px;
}
.bloc-nouveauts-cartes-23 {
    gap: 21px;
}
.bloc-nouveauts-carte-2{
	position: relative;
	padding: 14px 49px 45px 79px;
	    align-items: start;
		    gap: 15px;
			    background-blend-mode: hard-light, normal;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.bloc-nouveauts-carte-2 .pathern-etoile-2 {
    margin-bottom: 46px;
}
.bloc-nouveauts-carte-2 img {
    position: absolute;
    right: 79px;
	top: 14px;
}
.bloc-nouveauts-carte-3 {
    gap: 23px;
}
body:not(.is-touch) .bloc-nouveauts-carte-3:hover img,
body:not(.is-touch) .bloc-nouveauts-carte-3:hover h3,
body:not(.is-touch) .bloc-nouveauts-carte-3:hover p,
body:not(.is-touch) .bloc-nouveauts-carte-3:hover a {
	animation: shakeFade 0.6s ease-in-out;
}
@keyframes shakeFade {
    0%   { transform: translateX(0); opacity: 1; }
    20%  { transform: translateX(-8px); opacity: 0.6; }
    40%  { transform: translateX(8px);  opacity: 0.8; }
    60%  { transform: translateX(-8px); opacity: 0.5; }
    80%  { transform: translateX(8px);  opacity: 0.9; }
    100% { transform: translateX(0);   opacity: 1; }
}
.bloc-nouveauts-carte-3 p{
    margin: 0px;
}
.bloc-nouveauts-cartes {
 
    margin: 0;
}
.pathern-etoile-carte2{
	    position: absolute;
    bottom: -60px;
    left: -60px;
}
.bloc-nouveauts-carte-logo-vector1{
	position: absolute;
	width: 592px;
	height: 358px;
	right: 0px;
	top: 0px;
	border-radius: 25px;
}
.bloc-nouveauts-carte-logo-vector2{
	    position: absolute;
    width: 345px;
    height: auto;
    right: -50px;
    bottom: -130px;
    border-radius: 25px;
}
.bloc-nouveauts-carte-1{
	position: relative;
}
.bloc-nouveauts-carte-1 a{
	transition: all 0.3s ease;
}
body:not(.is-touch) .bloc-nouveauts-carte-1 a:hover{
	border: 2px solid #0135E5;
	background: #FFF;
	color: #0135E5;
}
body:not(.is-touch) .bloc-nouveauts-carte-1 a:hover svg path{
	fill: #0135E5;
}
.bloc-nouveauts-carte-2  a,
.bloc-nouveauts-carte-3  a{
	transition: all 0.3s ease;
}
body:not(.is-touch) .bloc-nouveauts-carte-2  a:hover,
body:not(.is-touch) .bloc-nouveauts-carte-3  a:hover{
	border: 2px solid #FFE319;
	background: #FFF;
}
.bloc-nouveauts-carte-3{
	position: relative;
}
body:not(.is-touch) .bloc-nouveauts-carte-3:hover:after{
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20381%20302%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M33.8397%206.75549C29.7238%2023.1683%2022.8693%2030.3959%206.54513%2034.0793C4.51041%2034.5358%202.33644%2034.9382%200%2035.3019C2.40607%2035.7507%204.64967%2036.2305%206.74628%2036.7567C18.003%2039.5812%2024.9427%2043.6902%2029.3834%2051.2582C30.1803%2052.6124%2030.8921%2054.0826%2031.5419%2055.6767C33.1976%2059.7625%2034.3967%2064.6686%2035.3019%2070.6038C36.3541%2064.9936%2037.5687%2060.2655%2039.1238%2056.2571C39.5106%2055.2666%2039.9206%2054.3148%2040.3539%2053.4094C45.5064%2042.5991%2054.0553%2037.8401%2070.6038%2035.3019C48.9182%2031.2471%2040.3307%2024.7005%2036.2767%205.41678C36.1529%204.82093%2036.0291%204.20961%2035.9131%203.58281C35.6965%202.42981%2035.4953%201.23812%2035.3019%200C35.0311%201.45479%2034.7449%202.84768%2034.4509%204.18639C34.2575%205.06855%2034.0563%205.9275%2033.8474%206.75549H33.8397Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M361.213%20116.636C358.998%20125.47%20355.309%20129.359%20346.523%20131.342C345.428%20131.588%20344.258%20131.804%20343%20132C344.295%20132.242%20345.503%20132.5%20346.631%20132.783C352.689%20134.303%20356.425%20136.515%20358.815%20140.588C359.243%20141.317%20359.627%20142.108%20359.976%20142.966C360.867%20145.165%20361.513%20147.806%20362%20151C362.566%20147.98%20363.22%20145.436%20364.057%20143.278C364.265%20142.745%20364.486%20142.233%20364.719%20141.746C367.492%20135.927%20372.093%20133.366%20381%20132C369.329%20129.818%20364.707%20126.294%20362.525%20115.915C362.458%20115.595%20362.391%20115.266%20362.329%20114.928C362.212%20114.308%20362.104%20113.666%20362%20113C361.854%20113.783%20361.7%20114.533%20361.542%20115.253C361.438%20115.728%20361.33%20116.19%20361.217%20116.636H361.213Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
    width: calc( 100% - 30px);
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
	transform: translate(-50%, -50%);
	z-index: 0;
}
@media (max-width: 50em) {
	    .bloc-nouveauts {
        max-width: 100%;
margin: 50px auto !important;
gap: 30px;
    }
	.bloc-nouveauts-cartes-23 {
        padding: 0;
    flex-wrap: wrap;
}
.bloc-nouveauts-carte-logo-vector1 {
    display: none;
}

.bloc-nouveauts-carte-1 .bloc-nouveauts-carte-logo-img {
    width: 126.477px;
	height: 53px;
    border-radius: 15px;
    top: 27px;
    right: 19px;
    box-shadow: none;
}
    .bloc-nouveauts {
        max-width: 100%;
  
    }
	.pathern-etoile-carte2 {
    bottom: -20px;
    left: 0px;
    width: 286px;
    height: 94px;
}
.bloc-nouveauts-cartes {
    gap: 30px;
}
.bloc-nouveauts-carte-2 {

    order: 99999;
}
.bloc-nouveauts .bloc-nouveauts-cat{
	font-size: 14px;
line-height: 17px;
letter-spacing: -0.02em;
text-transform: uppercase;
}
.bloc-nouveauts .bloc-nouveauts-line-2 {
    width: 100%;
	        justify-content: center !important;
}
.bloc-nouveauts-title, .bloc-nouveauts-title-line-1 {
 
    flex-wrap: wrap;
    justify-content: center;
}
    .bloc-nouveauts .bloc-nouveauts-description {
        font-size: 16px;
line-height: 20px;
width: 100%;
    }
	.bloc-nouveauts .bloc-nouveauts-line-1 {
            width: 100%;
        gap: 15px;
}
    .bloc-nouveauts .bloc-nouveauts-cat {
        font-size: 14px;
line-height: 17px;
        letter-spacing: -0.02em;
    }
	    .bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-blue {
       padding: 5px 10px;
        border-radius: 30px;
        font-size: 25px;
line-height: 30px;
       letter-spacing: -0.01em;
        transform: rotate(-0.04deg);
    }
	.bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-before-img, .bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-after-img {
        font-size: 25px;
line-height: 30px;
        letter-spacing: -0.01em;
    }
	    .bloc-nouveauts .bloc-nouveauts-title-img {
			order: 1;
       width: 100%;
        height: 54px;
        border-radius: 0px;
transform: none;text-align: center;
margin-top: 15px;
margin-bottom: 15px;        display: flex;
        justify-content: center;
        align-items: center;
    }
	.bloc-nouveauts .bloc-nouveauts-title-img>div {
		width: 98px !important;
height: 54px !important;
border-radius: 36.2678px !important;
transform: rotate(-5.48deg) !important;

    }
	.bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-before-img{
		order: 2;
	}.bloc-nouveauts .bloc-nouveauts-title .bloc-nouveauts-title-after-img {
        order: 3;
    }
	.bloc-nouveauts .bloc-nouveauts-title-img img {
		width: 98px;
height: 54px;
border-radius: 36.2678px;
transform: rotate(-5.48deg);

    }
	
	.bloc-nouveauts-carte-2 {
    padding: 36px 27px;
    gap: 15px;
}
.bloc-nouveauts-carte-3:after {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20381%20302%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M33.8397%206.75549C29.7238%2023.1683%2022.8693%2030.3959%206.54513%2034.0793C4.51041%2034.5358%202.33644%2034.9382%200%2035.3019C2.40607%2035.7507%204.64967%2036.2305%206.74628%2036.7567C18.003%2039.5812%2024.9427%2043.6902%2029.3834%2051.2582C30.1803%2052.6124%2030.8921%2054.0826%2031.5419%2055.6767C33.1976%2059.7625%2034.3967%2064.6686%2035.3019%2070.6038C36.3541%2064.9936%2037.5687%2060.2655%2039.1238%2056.2571C39.5106%2055.2666%2039.9206%2054.3148%2040.3539%2053.4094C45.5064%2042.5991%2054.0553%2037.8401%2070.6038%2035.3019C48.9182%2031.2471%2040.3307%2024.7005%2036.2767%205.41678C36.1529%204.82093%2036.0291%204.20961%2035.9131%203.58281C35.6965%202.42981%2035.4953%201.23812%2035.3019%200C35.0311%201.45479%2034.7449%202.84768%2034.4509%204.18639C34.2575%205.06855%2034.0563%205.9275%2033.8474%206.75549H33.8397Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M361.213%20116.636C358.998%20125.47%20355.309%20129.359%20346.523%20131.342C345.428%20131.588%20344.258%20131.804%20343%20132C344.295%20132.242%20345.503%20132.5%20346.631%20132.783C352.689%20134.303%20356.425%20136.515%20358.815%20140.588C359.243%20141.317%20359.627%20142.108%20359.976%20142.966C360.867%20145.165%20361.513%20147.806%20362%20151C362.566%20147.98%20363.22%20145.436%20364.057%20143.278C364.265%20142.745%20364.486%20142.233%20364.719%20141.746C367.492%20135.927%20372.093%20133.366%20381%20132C369.329%20129.818%20364.707%20126.294%20362.525%20115.915C362.458%20115.595%20362.391%20115.266%20362.329%20114.928C362.212%20114.308%20362.104%20113.666%20362%20113C361.854%20113.783%20361.7%20114.533%20361.542%20115.253C361.438%20115.728%20361.33%20116.19%20361.217%20116.636H361.213Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
    width: calc(100% - 30px);
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.bloc-nouveauts-carte-2 img{
    width: 92px;        object-fit: contain;
height: 103px;border-radius: 15px;right: 22px;
        top: 22px;
}
.bloc-nouveauts-carte-2 .pathern-etoile-2 {
    margin-bottom: 46px;
    width: 37.081px;
    height: 37.081px;
}
.bloc-nouveauts-carte_item h3 {
    font-size: 25px;
line-height: 30px;
}
.bloc-nouveauts-carte_item p {
    font-size: 16px;
line-height: 23px;
}
.bloc-nouveauts-carte-2 {
    min-height: 401px;
}
.bloc-nouveauts-carte-texte {
            padding: 0px;
    gap: 20px;        z-index: 1;
    
}
.bloc-nouveauts-carte-1 {
    min-height: 401px;
	 padding: 11px 27px;
	border-radius: 20px;
}
    .bloc-nouveauts-carte-logo-vector2 {
        width: 192px;
        height: 137px;
        right: -30px;
        bottom: -70px;
        z-index: 9;
    }
	.bloc-nouveauts-carte-1 {
   background: url('/wp-content/uploads/2025/11/96f3b3b36b675c8514bda30ae89752ea79838c28.png'), #FFED00;        background-size: cover;
        background-position: center;
		position: relative;

}
.bloc-nouveauts-carte-1:after{
	        content: '';
        background-color: rgba(255, 237, 0, 0.75);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;        border-radius: 20px;
}
.bloc-nouveauts-carte-3 {

    width: 100%;
}	.bloc-nouveauts-title-line-2{
	 margin-top: 0px;
}
}

