.bulle_texte {
	padding:20px;
}
.bulle_texte .fusion-column-wrapper {
	z-index:3;
	border-radius: 10px !important;
  background: var(--awb-color5) !important;
	padding: 10px !important;
}
.bulle_texte .fusion-text {
	z-index:3;
}
.bulle_texte .fusion-text p:last-child {
	margin-bottom:0;
}
.bulle_texte h1 {
	font-size:30px !important;
}
.bulle_texte .fusion-text {
	font-size:18px !important;
	line-height:24px !important;
}
@media only screen and (min-width: 700px){
	.bulle_texte {
		padding: 0 !important;
	}
  .bulle_texte .fusion-column-wrapper {
    padding: 10px 10px 10px 10px !important;
  }
  .bulle_texte h1 {
    font-size:30px !important;
  }
  .bulle_texte .fusion-text {
    font-size: 19px !important;
    line-height: 31px !important;
    position: relative;
  }
}
@media only screen and (min-width: 1000px){
	.bulle_texte {
		min-height: 280px;
	}
  .bulle_texte .fusion-column-wrapper {
    padding: 60px 110px 40px 40px !important;
    background: none !important;
  }
  .bulle_texte:before {
		z-index:1;
		position:absolute;
		content:"";
		background-image:url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 875 144" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">    <path d="M0,143.196L874.401,143.196C874.414,142.425 874.42,141.653 874.42,140.876C874.42,1.977 727.118,0 434.986,0C200.934,0 0,-0.741 0,85.514L0,143.196Z" style="fill:rgb(53,55,130);fill-rule:nonzero;"/></svg>');
		width: 874px;
		height: 143px;
		background-size:cover;
		zoom: .8;
		top: 36px;
		}
	.bulle_texte .fusion-column-wrapper:after {
		z-index:1;
		position:absolute;
		content:"";
		background:var(--awb-color5);
		width: 698px;
		top:143px;
		left:0px;
		height: calc(100% - 281px);
	}
  .bulle_texte:after {
		z-index:1;
		position:absolute;
		content:"";
		background-image:url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 875 139" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">    <g transform="matrix(1,0,0,1,0,-143.196)">       <path d="M874.401,143.196L0,143.196L0,282L437.21,282C565.905,282 690.78,282 773.892,255.384C834.91,235.843 873.418,201.957 874.401,143.196Z" style="fill:rgb(53,55,130);fill-rule:nonzero;"/>    </g></svg>');
		width: 874px;
		height: 138px;
		bottom: 35px;
		background-size:cover;
		zoom: .8;
	}
}
@media only screen and (min-width: 1100px){
  .bulle_texte:before {
		zoom: 0.9;
		top: 16px;
		}
  .bulle_texte .fusion-column-wrapper:after {
		width: 787px;
	}
  .bulle_texte:after {
		zoom: 0.9;
		bottom: 16px;
	}
}
@media only screen and (min-width: 1200px){
  .bulle_texte:before {
		zoom:1;
		top: 0px;
		}
  .bulle_texte .fusion-column-wrapper:after {
		width: 874px;
	}
  .bulle_texte:after {
		zoom: 1;
		bottom: 0px;
	}
}