/* @override 
	https://sitedev-2026.lec.info:8043/wp-content/themes/sl-lec-2026/assets/css/pays.css */
body.page-template-intro-formules main {
  padding-bottom: 50px;
}
.page-hero .page-hero-title {
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .page-hero .hero-title {
    width: 40%;
  }
  .page-hero h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 990px) {
  .page-hero .hero-title {
    left: 5%;
  }
}
.hero-title {
  position: relative;
}
.hero-title picture,
.hero-title img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-title .title {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: .125em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5em;
}
@media only screen and (max-width: 600px) {
  .hero-title picture,
  .hero-title img {
    aspect-ratio: 1.77777778;
  }
}
@media only screen and (min-width: 602px) {
  .hero-title .title {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-title .title {
    max-width: 50%;
    font-size: 2.33em;
  }
}
.intro-formules {
  padding: 20px 0;
}
.intro-formules h2 {
  font-size: 1.25em;
  font-weight: 400;
  color: #27a6cf;
  margin-top: 0;
}
.intro-formules-sejour {
  padding: 20px;
  background: #FFFFFF;
}
.intro-formules-sejour > div:not(:last-child) {
  margin-bottom: 20px;
}
.intro-formules-sejour a {
  padding: 10px  20px;
  background: #27a6cf;
  color: #FFFFFF;
  min-height: 100%;
  font-weight: 300;
  align-items: center;
  gap: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out 0s;
}
.intro-formules-sejour a:hover {
  background: #094679;
}
.intro-formules-sejour a strong {
  font-weight: 800;
  display: block;
}
.intro-formules-sejour a .icon {
  color: #e10000;
  padding: 4px;
  font-size: 36px;
  background: #FFFFFF;
  border-radius: 100%;
  width: 44px;
}
.intro-formules-sejour a .title {
  width: calc( 100% - 44px - 15px );
}
@media only screen and (min-width: 602px) {
  .intro-formules-sejour {
    gap: 20px;
  }
  .intro-formules-sejour > div {
    margin: 0 !important;
    width: calc( 50% - 10px );
  }
}
.country-links {
  background: #FFFFFF;
  margin: 20px 0;
  padding: 1px 20px;
}
.country-links > div {
  background: #27a6cf;
  display: flex;
  margin: 20px 0;
}
.country-links > div strong {
  font-weight: 800;
}
.country-links > div a {
  display: flex;
  gap: 10px;
  min-height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  color: #FFFFFF;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out 0s;
}
.country-links > div a:hover {
  background: #094679;
}
.country-links > div a span.flag {
  width: 50px;
}
.country-links > div a span.flag img {
  display: block;
  max-width: 100%;
  height: auto;
}
.country-links > div a span.label {
  text-align: left;
}
@media only screen and (min-width: 602px) {
  .country-links {
    --gap: 20px;
    padding: 20px;
    gap: var(--gap);
  }
  .country-links > div {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
}
.activites .flex-row {
  background: #27a6cf;
  padding: 20px;
}
.activites .flex-row .activity {
  padding: 20px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.activites .flex-row h3 {
  color: #27a6cf;
  font-weight: 400;
  font-size: 1.25em;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .activites .flex-row {
    --gap: 20px;
    gap: var(--gap);
  }
  .activites .flex-row > div {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
}
.flickity-page-dots .dot {
  background: #27a6cf;
}
.country-regions {
  background: #FFFFFF;
}
.country-regions .slide {
  display: block;
  width: 100%;
}
.country-regions h2,
.country-regions h3 {
  color: #27a6cf;
  font-weight: 400;
  font-size: 1.2em;
  margin: 0 0 15px;
}
.country-regions h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
}
.country-regions .regions-slider {
  padding-bottom: 60px;
}
.country-regions .regions-slider .slide {
  padding: 20px;
}
.country-regions .images-slider {
  height: 100%;
}
.country-regions .images {
  position: relative;
}
.country-regions .images img {
  display: block;
  width: 100%;
  height: auto;
}
.country-regions .images #region-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
}
.country-regions .images #region-detail img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 30px;
}
.country-regions .images #region-detail a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #27a6cf;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 34px;
  border-radius: 36px;
  border: 1px solid #27a6cf;
}
@media only screen and (max-width: 600px) {
  .country-regions .images img {
    aspect-ratio: 1.77777778;
    object-fit: cover;
  }
}
@media only screen and (min-width: 602px) {
  .country-regions {
    flex-direction: row-reverse;
  }
  .country-regions > div {
    width: 50%;
  }
  .country-regions .regions img {
    display: block;
    max-width: 100%;
    padding: 30px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .country-regions > div {
    width: 33.333333%;
  }
  .country-regions .regions-slider .slide {
    padding: 0 20px 0 0;
  }
}
.country-intro {
  margin: 20px 0;
  position: relative;
}
.country-intro picture,
.country-intro img {
  display: block;
  object-fit: cover;
  min-width: 100%;
}
.country-intro .flex-row {
  position: relative;
}
.country-intro .flex-row .title {
  background: rgba(39, 166, 207, 0.7);
}
.country-intro h2 {
  font-size: 2.35em;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.country-intro h2 strong {
  display: block;
}
.country-intro .inner {
  background: #27a6cf;
  color: #FFFFFF;
  font-size: 14px;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .country-intro picture,
  .country-intro img {
    aspect-ratio: .8;
  }
  .country-intro .flex-row {
    margin-top: -60%;
  }
  .country-intro .flex-row .title {
    width: 100%;
  }
  .country-intro .flex-row h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 990px) {
  .country-intro .title {
    width: 50%;
  }
}
@media only screen and (min-width: 602px) {
  .country-intro picture,
  .country-intro img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .country-intro + .country-intro .flex-row {
    flex-direction: row-reverse;
  }
  .country-intro .flex-row > div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .country-intro .flex-row > div.title h2 {
    padding: 0;
  }
  .country-intro .flex-row > div.text {
    padding: 50px 100px;
  }
}
section.formules + section.formules {
  margin-top: 20px;
}
section.formules .sejours {
  background: #27a6cf;
  padding: 20px;
}
section.formules .sejours .sejour {
  background: #FFFFFF;
  padding: 15px;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 20px;
}
section.formules .sejours .sejour .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.formules .sejours .sejour h3 {
  margin: 0;
  font-size: 1.4em;
  font-weight: 400;
  color: #27a6cf;
}
section.formules .sejours .sejour ul,
section.formules .sejours .sejour ol {
  padding: 0;
  list-style: none;
}
section.formules .sejours .sejour ul li,
section.formules .sejours .sejour ol li {
  margin: .75em 0;
  padding-left: 1.5em;
  position: relative;
}
section.formules .sejours .sejour ul li:before,
section.formules .sejours .sejour ol li:before {
  font-family: 'fontawesome';
  content: "\f00c";
  color: #e10000;
  position: absolute;
  left: 0;
  top: 0;
}
section.formules .sejours .sejour a.toggle {
  color: #27a6cf;
}
@media only screen and (min-width: 602px) {
  section.formules .sejours {
    --gap: 20px;
    --columns: 2;
    gap: var(--gap);
    flex-wrap: wrap;
  }
  section.formules .sejours .sejour {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
}
@media only screen and (min-width: 992px) {
  section.formules .sejours {
    --columns: 3;
  }
}
.country-content {
  padding: 20px;
  background: #27a6cf;
  color: #FFFFFF;
  margin: 20px 0;
}
.country-content h3 {
  font-size: 1.1em;
  margin-top: 0;
}
.country-content p {
  margin-bottom: 0;
}
