@import "https://cacestculte.com/wp-content/themes/cestculte/assets/css/general.css";
body {
  background: url(https://cacestculte.com/wp-content/themes/cestculte/assets/img/bg.jpg)
    no-repeat center top #fff;
  background-size: auto;
  background-size: 100% auto;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  flex: 1;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 999;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next {
  background: url(https://cacestculte.com/wp-content/themes/cestculte/assets/img/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 50px;
  height: 70px;
}
.prev {
  background: url(https://cacestculte.com/wp-content/themes/cestculte/assets/img/prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 70px;
}

.fs48 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  opacity: 0.8;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.event {
  background-color: #1f145f;

  background-size: cover;
  height: 33%;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  border: black solid 1px;
  position: relative;
}
.carre {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1f145f;
  opacity: 0.5;
  top: 0;
  z-index: 5;
}
.event h2 {
  font-size: 20px;
  font-weight: 600;
  display: inline;
}

.event h3 {
  color: black;
  font-weight: 400;
  font-size: 12px;
}
.event-date {
  background-color: white;
  padding: 5px 15px;
  border-radius: 7px;
  height: max-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}

section {
  margin: 50px 0;
}

.card {
  background-color: white;
  width: 350px;
  display: flex;
  flex-direction: column;
  text-align: start;
  border-radius: 4px;
  margin: 25px 25px;
  box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.26);
}
.card h2 {
  font-size: 21px;
  font-weight: bold;
  color: black;
}
.card img {
  border-radius: 0px 4px;
  margin-bottom: 15px;
}
.card p {
  padding: 10px;
  color: #8d9ba2;
  font-weight: 400;
  font-size: 12px;
}

.header-card span {
  font-size: 12px;
  font-weight: 600;
  color: #8d9ba2;
}

.news-section {
  max-width: 1280px;
  width: 100%;
  display: flex;
  padding-top: 100px;
}

.weather {
  background-color: #524ff5;
  border-radius: 8px;
  padding: 8px 100px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.caption {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}
.caption.no-text {
    min-height: auto;
    padding: 10px 15px;
}