.swiper-button-next {
	  color: #000; 
	  top: 45%;
	  right: -3%;
	  transition: all 0.2s ease-in;
	  -webkit-transition: all 0.2s ease-in;
	  -moz-transition: all 0.2s ease-in;
}
.swiper-button-prev {
	  color: #000; 
	  top: 45%;
	  left: -3%;
	  transition: all 0.2s ease-in;
	  -moz-transition: all 0.2s ease-in;
	  -webkit-transition: all 0.2s ease-in;
}


/*---------------------------------------------------*/
/*     ENTRE 1025 et 1366 = LAPTOPS                  */
/*---------------------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1440px) {
 
   	.swiper-button-next {
		  right: -4%;
	}
	.swiper-button-prev {
		  left: -4%;
	}
}


/*---------------------------------------------------*/
/*     IPAD                                          */
/*---------------------------------------------------*/
@media screen and (min-width: 761px) and (max-width: 1024px) {
  
   	.swiper-button-next {
		  right: -6%;
	}
	.swiper-button-prev {
		  left: -6%;
	}
}


/*---------------------------------------------------*/
/*     < 760 = SMALL                                 */
/*---------------------------------------------------*/

@media screen and (max-width: 760px) {
   .swiper-button-next {
		  right: -7%;
	}
	.swiper-button-prev {
		  left: -7%;
	}
}
