@charset "UTF-8";
/* CSS Document */


.carrousel-mag {
  display: flex;
  justify-content: center;
  align-items: center;
	
}

.swiper {
max-width: 90%;
width: 500px;
height: auto;
margin: 0 10px 0 10px;
}

.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
border-radius: 18px;
aspect-ratio: 10/10;	
}
.carrousel-img {
display: flex;
flex-wrap: nowrap;	
align-items: center;
justify-content: center;
max-width: 100%;
height: 500px;	
}


.swiper-slide:nth-child(1n) {
background-image: url("../img/mag01.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);	
}

.swiper-slide:nth-child(2n) {
background-image: url("../img/mag02.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);		
}

.swiper-pagination-bullet-active {
background: #000;
cursor: pointer;	
}

.margin-img {
margin : 0 10px 0 10px;
}