@font-face {
  font-family: 'Milgran';
  src: url('/wp-content/themes/yatatheme/fonts/MilgranRegular-jE0MG.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-sliderarticles {
  padding: 60px 0;
  background-color: #021040;
  background-image: url('/wp-content/themes/yatatheme/img/logo_bg2.svg');
  background-repeat: no-repeat;
  background-size: 11%;
  background-position: -3% 53%;
}
.section-sliderarticles .container-fluid {
  max-width: 1560px;
  margin: 0 0 0 auto;
}
.section-sliderarticles .bout1 {
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.section-sliderarticles .bout1:hover {
  border-color: #49C175;
  color: #49C175;
}
.section-sliderarticles .titraille {
  max-width: 600px;
}
.section-sliderarticles .titraille h2 {
  color: #f7f7f7;
}
.section-sliderarticles .titraille p {
  color: #f7f7f7;
  margin-bottom: 30px;
}
.section-sliderarticles .swiper--ctn {
  position: relative;
}
.section-sliderarticles .swiper--ctn .swiper {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 520px;
  position: relative;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  height: 265px;
  z-index: 1;
  margin-bottom: 15px;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img span.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 7px 20px 5px;
  color: #f7f7f7;
  background-color: #EFA800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img span.overlay {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #021040;
  pointer-events: none;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small {
  z-index: 3;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #f7f7f7;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copysymb {
  padding: 5px 0;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--legende {
  font-family: 'Milgran';
  color: #EFA800;
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide--legende:hover {
  color: #49C175;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 38% !important;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide--img {
  height: 430px;
}
.section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide--legende {
  font-size: 2.5rem;
  line-height: 3.2rem;
}
.section-sliderarticles .swiper--ctn .s-button-prev,
.section-sliderarticles .swiper--ctn .s-button-next {
  position: absolute;
  z-index: 10;
  top: 375px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: transparent;
  border: 1px solid #f7f7f7;
  color: #f7f7f7;
  font-size: 25px;
  transform-origin: center;
}
.section-sliderarticles .swiper--ctn .s-button-prev:hover,
.section-sliderarticles .swiper--ctn .s-button-next:hover {
  color: #49C175;
  border-color: #49C175;
}
.section-sliderarticles .swiper--ctn .s-button-prev:focus,
.section-sliderarticles .swiper--ctn .s-button-next:focus {
  outline: 0;
}
.section-sliderarticles .swiper--ctn .s-button-prev {
  left: 1050px;
  transform: rotate(180deg);
}
.section-sliderarticles .swiper--ctn .s-button-next {
  left: 1120px;
}
.section-sliderarticles .swiper--ctn .s-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.section-sliderarticles .swiper--ctn .s-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  margin: 5px;
  border: 1px solid #021040;
  background-color: transparent;
}
.section-sliderarticles .swiper--ctn .s-pagination .swiper-pagination-bullet:hover {
  border-color: #49C175;
}
.section-sliderarticles .swiper--ctn .s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #021040;
  border-color: #021040;
}
@media (max-width: 1200px) {
  .section-sliderarticles .swiper--ctn .s-button-next {
    left: auto;
    right: 0px;
  }
  .section-sliderarticles .swiper--ctn .s-button-prev {
    left: auto;
    right: 70px;
  }
}
@media (max-width: 1024px) {
  .section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  .section-sliderarticles .swiper--ctn .s-button-prev,
  .section-sliderarticles .swiper--ctn .s-button-next {
    display: none;
  }
  .section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
  .section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide--legende {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide--img {
    height: 60vw;
  }
  .section-sliderarticles .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
    height: 80vw;
  }
}
