    @import url(mobile.css) (max-width: 625px);
    @import url(tablette.css) (max-width: 1024px);
    @import url(mondesign.css)(max-width:1920px); 
html {
  font-family: Comic Sans Ms, sans-serif;
align-items: center;
justify-content: center;
background: url(fond.jpg) no-repeat center center fixed;
background-size: cover;
}

.carousel-container {
  border-radius: 30px;
width:100%;
   position: relative;
  box-shadow: 0 0 60px -20px #223344;
  margin: 30px auto 40px;
  z-index: 0;
     background: linear-gradient(30deg, #6a8abd 20%, #b1d3ff 65%);
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}
.mySlides img {
  display: block;
  width: 97%;
  border-radius:5% 100% 5% 100% / 78% 24% 78% 24% ; 
}

.mySlides img {}
/* image gradient overlay [optional] */
/*  .mySlides::after {
  content: "";
  position: absolute;
  inset: 0;
    background-image: linear-gradient(-45deg, rgba(110, 0, 255, .1), rgba(70, 0, 255, .2));
} */

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%);
  width: auto;
  padding: 20px;
  color: #4e632d;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 8px 8px 0;
  background: rgba(173, 216, 230, 0.1);
  user-select: none;
}
.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.prev:hover,
.next:hover {
  background-color: rgba(173, 216, 230, 0.3);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: rgba(10, 10, 20, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-family: Comic Sans Ms, segoepr,sans-serif;
}

/* Number text (1/3 etc) */
.number {
  color: #f2f2f2;
  font-size: 16px;
  background-color: rgba(173, 216, 230, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
@media (max-width: 767px) {
  .text,  .number {
    font-size: 14px;

    font-weight: normal;
    margin: 0 0 30px;
  }
 
}

/* The dots/bullets/indicators */


/* transition animation */
.animate {

  animation-name: animate;
  animation-duration: 2s;
}

@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }
  to {
    transform: scale(1) rotateY(0deg);
  }
}
a{
	font-weight: bold;
	text-decoration: none;
border:none ;
	color: #2e8c04;
}
a:hover,a:active,a:focus{
border:none!important;
	color:  #efda07;
}

.top {
  vertical-align: middle;
}