/* @override 
	https://sitedev-2026.lec.info:8043/wp-content/themes/sl-lec-2026/assets/css/home.css */
main {
  background: #FFFFFF;
}
@media only screen and (min-width: 602px) {
  .home-hero {
    position: relative;
    margin-bottom: 40px;
  }
  .home-hero .left-content {
    position: absolute;
    left: 5%;
    top: 20px;
    width: auto;
    z-index: 1;
  }
  .home-hero h2.baseline {
    margin: 0;
    font-size: 1.1em;
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .home-hero .slider-wrapper .slide {
    width: 100%;
    position: relative;
    padding: 40px 0;
  }
  .home-hero .slider-wrapper .slide .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s ease-in-out 0s;
    opacity: 0;
  }
  .home-hero .slider-wrapper .slide:hover .overlay,
  .home-hero .slider-wrapper .slide:hover .wrapper .longdesc {
    opacity: 1;
  }
  .home-hero .slider-wrapper .slide .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 70px;
    font-size: 0;
    margin-left: -55px;
    margin-top: -35px;
    background: url('../../img/play-btn.svg') no-repeat center center;
  }
  .home-hero .slider-wrapper .slide .wrapper {
    width: 40%;
    height: 300px;
    display: flex;
    flex-direction: column;
    margin: 100px 0 0 auto;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
  }
  .home-hero .slider-wrapper .slide .wrapper .longdesc {
    font-weight: 600;
    font-size: 1.2em;
    text-align: right;
    transition: opacity 0.3s ease-in-out 0s;
    opacity: 0;
  }
  .home-hero .slider-wrapper .slide .wrapper .shortdesc {
    margin: auto 0 0 auto;
    width: 320px;
  }
  .home-hero .slider-wrapper .slide .wrapper .shortdesc a,
  .home-hero .slider-wrapper .slide .wrapper .shortdesc span {
    display: block;
    text-align: center;
  }
  .home-hero .slider-wrapper .slide .wrapper .shortdesc span {
    padding: 5px 10px;
  }
  .home-hero .slider-wrapper .slide .wrapper .shortdesc span.caption {
    background: rgba(39, 166, 207, 0.6);
  }
  .home-hero .slider-wrapper .slide .wrapper .shortdesc span.more {
    background: #27a6cf;
  }
  .home-hero .slider-wrapper img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 990px) {
  .home-hero .slider-wrapper .slide {
    min-height: 480px;
  }
}
@media only screen and (min-width: 1292px) {
  .home-hero .left-content {
    left: calc( ( 100% - 1280px ) / 2 );
  }
}
.home-three-col {
  margin: 30px 0;
}
.home-three-col > div {
  position: relative;
}
.home-three-col > div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home-three-col > div a {
  display: block;
  padding: 20px;
  margin: 30px 0;
  color: #FFFFFF;
  position: relative;
  transition: background 0.3s ease-in-out 0s;
}
.home-three-col .title {
  font-weight: 300;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 130%;
}
.home-three-col em {
  font-style: normal;
}
.home-three-col .classement {
  --icon: 40px;
  background: linear-gradient(180deg, #00a3da 0%, #ff9bc2 100%);
  padding-bottom: 20px;
}
.home-three-col .classement a {
  padding-bottom: 20px;
}
.home-three-col .classement strong,
.home-three-col .classement span,
.home-three-col .classement em {
  display: block;
  line-height: 130%;
}
.home-three-col .classement strong {
  font-weight: 800;
  font-size: 1.3em;
}
.home-three-col .classement span {
  font-size: .7em;
}
.home-three-col .classement em {
  font-weight: 700;
  font-size: .8em;
}
.home-three-col .classement .fa {
  width: var(--icon);
  height: var(--icon);
  line-height: var(--icon);
  border-radius: var(--icon);
  background: #ff9bc2;
  text-align: center;
  position: absolute;
  font-size: calc( var(--icon) / 2 );
  left: calc( var(--icon) / 2 );
  top: calc( var(--icon) * -.5 );
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home-three-col .classement span.more {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1em;
  background: #27a6cf;
  text-transform: uppercase;
  position: absolute;
  right: -10px;
  bottom: -30px;
  font-weight: 600;
  font-size: 1em;
}
.home-three-col .sejour-test a {
  background: rgba(39, 166, 207, 0.7);
}
.home-three-col .sejour-test a:hover {
  background: #27a6cf;
}
.home-three-col .sejour-test strong {
  font-weight: 800;
  font-size: 2em;
}
.home-three-col .sejour-test span,
.home-three-col .sejour-test strong {
  display: block;
  line-height: 130%;
}
.home-three-col .sejour-test span {
  font-size: .7em;
}
.home-three-col .language-test {
  font-size: .5em;
}
.home-three-col .language-test a {
  background: rgba(9, 70, 121, 0.7);
}
.home-three-col .language-test a:hover {
  background: #094679;
}
.home-three-col .language-test h4 {
  line-height: 200%;
}
.home-three-col .language-test em {
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1.4em;
}
@media only screen and (min-width: 602px) {
  .home-three-col {
    --gap: 30px;
    --columns: 3;
    gap: var(--gap);
    flex-direction: row-reverse;
  }
  .home-three-col > div {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  .home-three-col > div a {
    margin: 0;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
  }
  .home-three-col > div a h4 {
    margin: auto;
  }
  .home-three-col > div.classement {
    --icon: 50px;
  }
}
ul.voyages-brochure {
  margin: 40px 0;
}
ul.voyages-brochure li {
  margin: 20px 0;
  display: block;
  background: linear-gradient(180deg, #00a3da 0%, #ff9bc2 100%);
  color: #FFFFFF;
}
ul.voyages-brochure li a {
  display: flex;
  align-items: center;
}
ul.voyages-brochure li a .image {
  width: 35%;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.voyages-brochure li a .image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
ul.voyages-brochure li a .image.doc {
  padding: 10px;
}
ul.voyages-brochure li a .text {
  width: 65%;
  padding: 0 40px;
  font-size: 1.15em;
  line-height: 110%;
}
ul.voyages-brochure li a .text strong {
  font-weight: 800;
}
@media only screen and (min-width: 602px) {
  ul.voyages-brochure {
    display: flex;
    gap: 20px;
  }
  ul.voyages-brochure li {
    margin: 0;
    width: calc( 50% - 10px );
  }
  ul.voyages-brochure li.brochure .image {
    align-items: flex-start;
  }
  ul.voyages-brochure li.brochure .image img {
    height: 200%;
    max-height: 200%;
    width: auto;
    max-width: 200%;
    margin: 0 0 0 auto;
  }
}
.featured-title {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 2em 0 1em;
}
.featured-title .fa {
  color: #27a6cf;
}
.featured-stays {
  --gap: 20px;
  --columns: 1;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin: 30px 0 50px;
}
.featured-stays .featured {
  background-color: #f4f4f4;
}
.featured-stays .featured.theme > a {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.featured-stays .featured.theme > a img {
  height: 100%;
}
.featured-stays .featured.theme > a > div {
  position: relative;
  margin: auto 0 0;
  color: #FFFFFF;
}
.featured-stays .featured.theme > a > div h3 {
  text-transform: uppercase;
  padding: 30px;
  font-weight: 800;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  margin: 0;
  line-height: 1.15em;
}
.featured-stays .featured.theme > a > div span.more {
  display: block;
  padding: 10px 15px;
  background: #e10000;
  text-align: center;
}
@media only screen and (min-width: 602px) {
  .featured-stays {
    --columns: 2;
  }
}
@media only screen and (min-width: 992px) {
  .featured-stays {
    --columns: 4;
  }
}
#home-content .homeblock {
  margin: 40px 0;
}
#home-content .homeblock.media .main-block-content .legend {
  background: #27a6cf;
  color: #FFFFFF;
  padding: 15px 30px;
}
#home-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#home-content .content h2 {
  color: #27a6cf;
  font-size: 2em;
  font-weight: 400;
}
#home-content .content ul li {
  position: relative;
  padding-left: 1em;
  margin: .75em 0;
}
#home-content .content ul li:before {
  content: "•";
  font-size: 24px;
  color: #27a6cf;
  left: 0;
  top: 5px;
  line-height: 1rem;
  position: absolute;
}
#home-content .col.quote {
  color: #e10000;
  font-weight: 400;
  font-size: 1.2em;
}
@media only screen and (min-width: 602px) {
  #home-content .main-block-content {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  #home-content .main-block-content .col.quote {
    width: 30%;
  }
  #home-content .main-block-content .col.content {
    width: 50%;
  }
  #home-content .homeblock.block-right .main-block-content {
    justify-content: flex-end;
  }
  #home-content .homeblock.media .main-block-content .media {
    width: 30%;
  }
  #home-content .homeblock.media .main-block-content .media img {
    display: block;
    margin: 0 auto;
  }
  #home-content .homeblock.media .main-block-content .legend {
    width: 15%;
    padding: 30px;
    margin-left: -50px;
  }
}
