@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
section.section-actusetsejours {
  position: relative;
  padding: 50px 0;
}
section.section-actusetsejours .innersection {
  background-color: #3CBFB6;
  padding: 50px 0 30px;
}
section.section-actusetsejours .innersection:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(/wp-content/themes/yatatheme/img/vague_footer.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
section.section-actusetsejours .innersection:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  transform: rotate(180deg);
  background: url(/wp-content/themes/yatatheme/img/vague_footer.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
section.section-actusetsejours .intro h2 {
  color: #ffffff;
}
section.section-actusetsejours .intro p,
section.section-actusetsejours .intro ul {
  color: #ffffff;
}
section.section-actusetsejours .swiper--ctn {
  height: 100%;
}
section.section-actusetsejours .swiper {
  padding-bottom: 75px;
  width: 118%;
  height: 100%;
}
section.section-actusetsejours div.article .inner {
  display: flex;
  height: 100%;
  justify-content: center;
  background-color: #ffffff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.section-actusetsejours div.article .inner .imgcropCtn {
  height: 100%;
  min-height: 360px;
  width: 60%;
  border-radius: 14px 0 0 14px;
}
section.section-actusetsejours div.article .inner .imgcropCtn img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
section.section-actusetsejours div.article .inner .imgcropCtn a:hover img {
  transform: scale(1.1);
}
section.section-actusetsejours div.article .inner .txt {
  width: 40%;
  padding: 20px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.section-actusetsejours div.article .inner .txt .info {
  display: inline-flex;
  align-items: center;
  background-color: #3CBFB6;
  padding: 3px 12px;
  width: fit-content;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.section-actusetsejours div.article .inner .txt .info i {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 8px;
}
section.section-actusetsejours div.article .inner .txt h3 {
  color: #3CBFB6;
  margin: 0;
  font-family: 'Sourcesanspro', sans-serif;
  text-transform: none;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 600;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
section.section-actusetsejours div.article .inner .txt a:hover h3 {
  color: #2A847E;
}
section.section-actusetsejours div.article .inner .txt p {
  font-size: 1.6rem;
  margin: 0;
}
section.section-actusetsejours div.article .inner .txt .bouton1 {
  margin: 0;
  padding: 11px 35px;
  min-width: auto;
  width: 100%;
}
section.section-actusetsejours .s-button-prev {
  top: auto;
  left: auto;
  bottom: 0;
  right: 60px;
}
section.section-actusetsejours .s-button-next {
  top: auto;
  bottom: 0;
  right: 0;
}
section.section-actusetsejours .s-button-prev:hover,
section.section-actusetsejours .s-button-next:hover {
  border-color: #ffffff;
}
@media screen and (max-width: 1399px) {
  section.section-actusetsejours div.article .inner .imgcropCtn {
    width: 50%;
  }
  section.section-actusetsejours div.article .inner .txt {
    width: 50%;
  }
  section.section-actusetsejours .intro .bouton2 {
    min-width: auto;
    width: 100%;
  }
  section.section-actusetsejours .s-button-next {
    right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  section.section-actusetsejours .swiper {
    width: 100%;
  }
  section.section-actusetsejours div.article .inner .txt h3 {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
  section.section-actusetsejours .s-button-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  section.section-actusetsejours .intro {
    margin-bottom: 30px;
  }
  section.section-actusetsejours .innersection {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.section-actusetsejours div.article .inner {
    flex-direction: column;
    justify-content: flex-start;
  }
  section.section-actusetsejours div.article .inner .imgcropCtn {
    width: 100%;
    height: 60vw;
    min-height: auto;
    max-height: 300px;
    border-radius: 14px 14px 0 0;
  }
  section.section-actusetsejours div.article .inner .txt {
    width: 100%;
  }
  section.section-actusetsejours div.article .inner .txt .info {
    margin-bottom: 15px;
  }
  section.section-actusetsejours div.article .inner .txt h3 {
    margin-bottom: 15px;
  }
  section.section-actusetsejours div.article .inner .txt p {
    margin-bottom: 15px;
  }
  section.section-actusetsejours .swiper {
    padding-bottom: 55px;
  }
  section.section-actusetsejours .s-button-prev {
    right: 50px;
  }
}
