.w-group-onglets{
	position:relative;
	z-index:1;
}

.w-group-onglets__wrap{
	background-color: var(--wp--preset--color--white);
	border:1px solid var(--wp--preset--color--gris-1);
	padding:83px 93px 120px;
	position:relative;
    border-radius: 15px;
}

.w-group-onglets__copain{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	height:80px;
	overflow:hidden;
	padding-top:10px;
}

.w-group-onglets__copain svg{
	fill:var(--wp--preset--color--vert-2);
	transform:rotate(-22deg);
}

/* .w-group-onglets__wrap:before{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:163px;
	height:120px;
	background-image:url(../images/copain-09.svg);
	background-size:cover;
	background-position:top;
	background-repeat:no-repeat;
} */

.w-group-onglets__container{
	width:60%;
	font-size:var(--wp--preset--font-size--xs);
}

.w-group-onglets__image{
	position:absolute;
	top:0;
	right:0;
	width:40%;
	bottom:0;
	z-index:1;
}

.w-group-onglets__image-copain{
	position:absolute;
	top:50%;
	left:30px;
	z-index:-1;
	transform:translateY(-225px) scaleX(-1) rotate(20deg);
}

.w-group-onglets__image-copain svg{
	fill:var(--wp--preset--color--rose-2);
}
.w-group-onglets__image img{
	width:100%;
	height:100% !important;
	object-fit:cover;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='435' height='591' viewBox='0 0 435 591' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.6577 590.174H435V0.174316H164.929C132.117 49.6257 93.3727 112.004 62.2908 175.641C13.4167 275.707 -16.5113 378.886 10.3987 491.406C18.1274 523.722 30.5445 556.809 44.6577 590.174Z' fill='%23FFC8A3'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='435' height='591' viewBox='0 0 435 591' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.6577 590.174H435V0.174316H164.929C132.117 49.6257 93.3727 112.004 62.2908 175.641C13.4167 275.707 -16.5113 378.886 10.3987 491.406C18.1274 523.722 30.5445 556.809 44.6577 590.174Z' fill='%23FFC8A3'/%3E%3C/svg%3E");
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: right;
	mask-position: left;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	border-radius: 0 14px 14px 0;
}

.tabs__list{
	display:flex;
	gap:20px;
	list-style:none;
	padding:0;
	margin:var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--20);
}

.tabs__item{
	flex:1;
}

.tabs__item-image{
	width:45px;
	height:45px;
	object-fit:contain;
}

.tabs__item-button{
	display:flex;
	align-items:center;
	gap:10px;
	flex-direction:row;
	justify-content:start;
	border:0;
	background-color:transparent;
	padding:0;
	font-size:var(--wp--preset--font-size--xs);
	font-weight:500;
	font-family:var(--wp--preset--font-family--manrope);
	color:var(--wp--preset--color--gris-1);
	max-width: 170px;
    text-align: left;
	cursor:pointer;
}

.tabs__item-button:not(.is-active){
	opacity:0.5;
}

.tabs__item-button:not(.is-active):hover,
.tabs__item-button:not(.is-active):focus{
	opacity:.8;
}

.tabs__item-content:not(.is-active){
	display:none;
}

@media (max-width:900px){
	.w-group-onglets__container{
		width:100% !important;
		padding-bottom:220px
	}

	.w-group-onglets__image{
		width:100% !important;
		top:auto !important;
		height:220px;
	}

	.w-group-onglets__image img{
		mask-image: url("data:image/svg+xml,%3Csvg width='327' height='182' viewBox='0 0 327 182' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M1.06712e-05 27.7726L0 272L369 272L369 103.023C338.072 82.4937 299.059 58.2523 259.259 38.8052C196.675 8.22589 132.145 -10.4994 61.7722 6.33756C41.5608 11.1732 20.8676 18.9423 1.06712e-05 27.7726Z' fill='%23FFC8A3'/%3E%3C/svg%3E") !important;
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='327' height='182' viewBox='0 0 327 182' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M1.06712e-05 27.7726L0 272L369 272L369 103.023C338.072 82.4937 299.059 58.2523 259.259 38.8052C196.675 8.22589 132.145 -10.4994 61.7722 6.33756C41.5608 11.1732 20.8676 18.9423 1.06712e-05 27.7726Z' fill='%23FFC8A3'/%3E%3C/svg%3E") !important;
		-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: top;
	mask-position: top;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	border-radius: 0 0 14px 14px;
	}

	.w-group-onglets__image-copain{
		bottom: 0;
		right: 30px;
		z-index: -1;
		transform: translateY(-50px) scaleX(-1) rotate(20deg);
		top: auto;
		left: auto;
	}

	.tabs__item-button{
		flex-direction:column;
		justify-content:space-between;
		text-align:center;
	}
	.w-group-onglets__wrap{
		padding:var(--wp--preset--spacing--20);
	}
	.w-group-onglets__title{
		text-align:center;
	}
}