#z_slider .fusion-column-wrapper {
}
#z_slider .fusion-image-wrapper {
	border:none !important;
}
#z_slider_home .slide_fond_1 {
	background:var(--awb-color2) !important;
	color:white;
}
#z_slider_home .slide_fond_1 .titre {
	color:var(--awb-color2) !important;
}
#z_slider_home .slide_fond_2 {
	background:var(--awb-color3) !important;
	color:var(--awb-color7) !important;
}
#z_slider_home .slide_fond_2 .titre {
	color:#6D771C !important;
}
#z_slider_home .slide_fond_3 {
	background:var(--awb-color5) !important;
	color:white;
}
#z_slider_home .slide_fond_3 .titre {
	color:var(--awb-color4) !important;
}
#z_slider_home .slide_fond_4 {
	background: #D4D4DD !important;
	color:var(--awb-color4) !important;
}
#z_slider_home .slide_fond_4 .titre {
	color:var(--awb-color4) !important;
}
#z_slider_home .slide_fond_5 {
	background: #1C1464 !important;
	color:white !important;
}
#z_slider_home .slide_fond_5 .titre {
	color:var(--awb-color4) !important;
}
#z_slider_home img[src$="slide.webp"] {
	opacity:0;
}
#z_slider_home .awb-swiper-button {
	background: white !important;
	opacity: 1;
}
#z_slider_home .awb-swiper-button i {
	color:var(--awb-color7) !important;
}
#z_slider_home .awb-swiper-button-prev {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-left:-10px;
}
#z_slider_home .awb-swiper-button-next {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-right:-10px;
}
#z_slider_home .awb-carousel {
	overflow:visible;
}
#z_slider_home .slide {
	border-radius: 5px;
	position:absolute;
	width: 98%;
	height:100%;
	top: 0;
	left: 1%;
	padding: 10px 10px 10px 10px;
}
#z_slider_home .slide .infos {
	width: 60%;
	float:left;
	margin-right: 5%;
}
#z_slider_home .slide .illustration {
	float:left;
	width: 35%;
}
#z_slider_home .slide .illustration img {
	border-radius: 5px;
}
#z_slider_home .slide_famille_1 {
	background:var(--awb-color5) !important; 
}
#z_slider_home .slide_famille_2 {
	background:var(--awb-color3) !important; 
}
#z_slider_home .slide_famille_3 {
	background:var(--awb-color2) !important; 
}
#z_slider_home .slide .titre {
	font-size: 21px;
	float: left;
	margin-bottom: 10px;
	background: white;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}
#z_slider_home .slide .texte {
	font-size: 15px !important;
	float:left;
	margin-bottom: 10px;
	font-weight: 300;
	text-align: left;
}
#z_slider_home .slide .texte p {
	margin-bottom: 0px;
}
#z_slider_home .slide .bouton {
	padding: 5px 10px;
	background:white;
  display:none;
	color:var(--awb-color7) !important;
	border-radius: 10px;
	font-size: 12px;
	float:left;
}
#z_slider_home .slide:hover .bouton {
	color:var(--awb-color7) !important;
	background:var(--awb-color3) !important;
}
#z_slider_home .slide_fond_2:hover .bouton {
	color:var(--awb-color3) !important;
	background:var(--awb-color7) !important;
}

@media only screen and (max-width: 700px){
  #z_slider_home .fusion-image-wrapper {
    height: 260px;
  }
  #z_slider_home .slide {
      display: block;
      flex-wrap: wrap;
  }
  #z_slider_home .slide .titre {
		flex: 0 0 58%; /* Prend 50% de la largeur */
		order: 1;
    text-align:left;
    margin-right:2%;
    background: transparent;
    color: white !important;
  }
  #z_slider_home .slide .illustration {
		flex: 0 0 40%;
		order: 2; 
		width: 37% !important;
		margin: 0 !important;
  }
  #z_slider_home .slide .infos {
		flex: 0 0 50% !important;
		order: 3; 
    width: 50% !important;
		margin-left:7% !important;
		margin-right:0 !important;
  }
	#z_slider_home .slide .bouton {
		padding: 5px 15px;
		font-size: 18px;
	}
  #z_slider_home .awb-swiper-button {
    height: 80px;
    width: 40px;
  }
}
@media only screen and (min-width: 500px){
}
@media only screen and (max-width: 830px){
}
@media only screen and (max-width: 500px){
}
@media only screen and (min-width: 750px){
}
@media only screen and (min-width: 830px){
	#z_slider_home {
		width: 80%;
		margin-left: 10%;
		height: 280px;
	}
	#z_slider_home .slide .infos {
		width: 59%;
		margin-right: 3%;
		padding-top: 10px;
	}
	#z_slider_home .slide .illustration {
		width: 37%;
	}
	#z_slider_home .slide .titre {
		font-size: 24px;
		margin-bottom: 10px;
		color: var(--awb-color5);
		font-weight: 500;
	}
	#z_slider_home .slide .titre em {
		margin-left:10px;
	}
	#z_slider_home .slide .texte {
		font-size: 13px !important;
		margin-bottom: 20px;
		text-align: left;
	}
	#z_slider_home .slide .texte p {
		margin-bottom: 0px;
	}
	#z_slider_home .slide .bouton {
		padding: 2px 15px;
		cursor:pointer;
		font-size: 21px;
	}
}
@media only screen and (min-width: 1200px){
	#z_slider_home .slide .infos {
		width: 53%;
		margin-right: 4%;
		margin-left: 10px;
	}
	#z_slider_home {
		height: 400px;
	}
	#z_slider_home .slide .illustration {
		width: 39%;
	}
	#z_slider_home .slide .texte {
		font-size: 17px !important;
	}
}
@media only screen and (max-width: 850px){
}
@media only screen and (max-width: 700px){
}
@media only screen and (min-width: 850px){
}