/********************************************************galerie image*********************************************************/
.uael-img-carousel-wrap.uael-nav-both, .uael-img-carousel-wrap.uael-nav-dots {
  margin-bottom: 0px;
	margin-top: 60px;
}

/******arrows******/
.uael-img-carousel-wrap .slick-next:before {
	content: "";
    background-image: url(/wp-content/uploads/arrow-right.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 16px;
    width: 30px;
}

.uael-img-carousel-wrap .slick-prev:before {
	content: "";
    background-image: url(/wp-content/uploads/arrow-left.png);
    background-size: 100% 100%;
    display: inline-block;
        height: 16px;
    width: 30px;
}

/******dots******/
.uael-img-carousel-wrap ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
		color: var(--ast-global-color-1);
}

/*active*/
.uael-img-carousel-wrap ul.slick-dots li.slick-active button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
	color: var(--ast-global-color-1);
	opacity: 1;
}

/*****galerie droite*****/


.gallerie1 .slick-arrow{
	top: -30px;
}

.gallerie1 .slick-dots{
	top: -51px !important; 
	bottom: 0px !important;
}


@media screen and (min-width: 768px) {
.gallerie1 .slick-prev{
	left: 70% !important;
}

.gallerie1 .slick-dots{

	left: 33.5% !important;

}
	
}

/*****galerie gauche*****/
.gallerie2 .slick-arrow{
	top: -30px;
}

.gallerie2 .slick-dots{
	top: -51px !important; 
	bottom: 0px !important;
}

@media screen and (min-width: 768px) {
.gallerie2 .slick-next{
	right: 70% !important;
}

.gallerie2 .slick-dots{
	left: -33.5% !important;
}
}

/**************************************************************galerie logos clients et normes*************************************************/
/*galerie*/
.img100 img{
		height: 100px;
	object-fit: contain;
}
