/*
Theme Name: Generatepress Enfant par Les ailes digitales
Description: Theme enfant du theme Generatepress. 
Author: Jérôme Evano
Author URI: https://www.ailes-digitales.fr
Template: generatepress
Version: 1.0
*/
@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css';


.contained-content.one-container .site-content, .contained-content.separate-containers .inside-article {
    padding: 0em;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background-color: #ffffff;
}
	
	
/*#page, .p0 .generate-sections-inside-container {padding: 0}*/
/** RWD **/
@media screen and (min-width: 1024px) {
.hidden-on-small {display: block;}
.visible-on-small {display: none;}
}
@media screen and (max-width: 640px) {
.hidden-on-small {display: none;}
.visible-on-small {display: block;}
}

/* mise en page fiche SEJOURS */
.sejour-page {
  --sejour-sable: #faf6f1;
  --sejour-sable-sombre: #dbc7ae;
  --sejour-brique: #842e1b;
  --sejour-brique-sombre: #5e241a;
  --sejour-white: #ffffff;
  --sejour-text: #2f211c;
  color: var(--sejour-text);
  background: var(--sejour-sable);
  padding-bottom: 3rem;
}

.sejour-hero-full {
  position: relative;
  width: 100vw;
  min-height: 92vh;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 24px;
  background: var(--sejour-brique-sombre);
}

.sejour-hero-full-bg,
.sejour-hero-full-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sejour-hero-full-bg img {
  object-fit: cover;
  object-position: top center;
}

.sejour-hero-full-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(94,36,26,.92), rgba(132,46,27,.55), rgba(250,246,241,.05)),
    linear-gradient(0deg, rgba(94,36,26,.45), rgba(94,36,26,.05));
}

.sejour-hero-full-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  color: var(--sejour-white);
}

.sejour-kicker {
  color: var(--sejour-sable-sombre);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .82rem;
  font-weight: 600;
  margin: 14px 0px;
}

.sejour-hero-full .sejour-kicker {
  color: var(--sejour-sable-sombre);
}

.sejour-title {
  font-size: 3rem;
  line-height: .95;
  margin: 0 0 20px;
  color: var(--sejour-white);
}

.sejour-subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.sejour-intro {
  max-width: 650px;
  font-size: 1.12rem;
  line-height: 1.75;
}

.sejour-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.sejour-button-primary,
.sejour-button-secondary {
  font-family: montserrat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}

.sejour-button-primary {
  background: var(--sejour-brique);
  color: var(--sejour-white);
}

.sejour-hero-full .sejour-button-primary {
  background: var(--sejour-sable);
  color: var(--sejour-brique-sombre);
}

.sejour-button-primary:hover {
  background: var(--sejour-brique-sombre);
  color: var(--sejour-white);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(94,36,26,.28);
}

.sejour-hero-full .sejour-button-primary:hover {
  background: var(--sejour-sable-sombre);
  color: var(--sejour-brique-sombre);
}

.sejour-button-secondary {
  color: var(--sejour-white);
  border: 1px solid rgba(250,246,241,.75);
}

.sejour-button-secondary:hover {
  background: var(--sejour-sable);
  color: var(--sejour-brique-sombre);
  transform: translateY(-3px);
}

.sejour-summary {
  max-width: 1120px;
  margin: -55px auto 26px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 5;
}

.sejour-summary-card {
  background: var(--sejour-white);
  border: 1px solid var(--sejour-sable-sombre);
  border-radius: 24px;
  padding: 30px 18px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sejour-brique-sombre);
  box-shadow: 0 18px 45px rgba(94,36,26,.12);
}

.sejour-summary-card span {
  display: block;
  color: var(--sejour-brique);
  font-size: 1.15rem;
  font-weight: 400;
}

.sejour-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0px 24px 40px 24px;
}

.sejour-heading {
  line-height: 1.05;
  color: var(--sejour-brique-sombre);
  margin: 0 0 24px;
}

.sejour-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.sejour-content p,
.sejour-centered p,
.sejour-seo p {
  font-size: 1.08rem;
}

.sejour-centered {
  max-width: 940px;
  text-align: center;
}

.sejour-inclusions {
  background: var(--sejour-white);
  border: 1px solid var(--sejour-sable-sombre);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 18px 45px rgba(94,36,26,.08);
}

.sejour-inclusions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.sejour-inclusions li {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
}

.sejour-inclusions li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sejour-brique);
  font-weight: 900;
}

.sejour-slider {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
}

.sejour-slide {
  min-width: 78%;
  height: 460px;
  border-radius: 32px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 18px 45px rgba(94,36,26,.14);
}

.sejour-slide img,
.sejour-image-wide img,
.sejour-card-image img,
.sejour-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sejour-image-wide {
  max-width: 1280px;
  height: 520px;
  margin: 30px auto;
  border-radius: 36px;
  overflow: hidden;
}

.sejour-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.sejour-card {
  background: var(--sejour-brique-sombre);
  color: var(--sejour-white);
  border-radius: 30px;
  overflow: hidden;
  transition: all .35s ease;
}

.sejour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(94,36,26,.22);
}

.sejour-card-image {
  height: 220px;
}

.sejour-card h3 {
  color: var(--sejour-sable-sombre);
  font-size: 1.7rem;
  margin: 28px 28px 12px;
}

.sejour-card p {
  padding: 0 28px 32px;
  line-height: 1.7;
}

.sejour-cards-x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: stretch;
}

.sejour-cards-x2 .sejour-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sejour-cards-x2 .sejour-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.sejour-cards-x2 .sejour-card > div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sejour-cards-x2 .sejour-card > div:last-child > div:last-child {
    margin-top: auto !important;
}

/* Mobile */

@media (max-width: 767px) {
    .sejour-cards-x2 {
        grid-template-columns: 1fr;
    }
}
.sejour-programme,
.sejour-faq {
  max-width: 920px;
}
.sejour-faq {
  margin-top: 2em;
}

.sejour-day,
.sejour-faq-item {
  border-bottom: 1px solid rgba(94,36,26,.22);
  padding: 22px 0;
}

.sejour-day summary,
.sejour-faq-item summary {
  cursor: pointer;
  list-style: none;
  color: var(--sejour-brique-sombre);
  font-size: 1.15rem;
  font-weight: 600;
}

.sejour-day summary::-webkit-details-marker,
.sejour-faq-item summary::-webkit-details-marker {
  display: none;
}

.sejour-day summary::after,
.sejour-faq-item summary::after {
  content: "+";
  float: right;
  color: var(--sejour-brique);
  font-size: 1.5rem;
}

.sejour-day[open] summary::after,
.sejour-faq-item[open] summary::after {
  content: "–";
}

.sejour-day p,
.sejour-faq-item p {
  margin-top: 16px;
  line-height: 1.8;
}

.sejour-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
}

.sejour-gallery img {
  height: 310px;
  border-radius: 28px;
}

.sejour-gallery img:first-child {
  grid-row: span 2;
  height: 640px;
}

.sejour-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 100px 24px;
  background: var(--sejour-brique-sombre);
  color: var(--sejour-white);
  text-align: center;
}

.sejour-cta-content {
  max-width: 780px;
  margin: 0 auto;
}

.sejour-cta h2 {
  color: var(--sejour-white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 20px;
}

.sejour-cta p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.sejour-seo {
  background: var(--sejour-white);
  border: 1px solid var(--sejour-sable-sombre);
  border-radius: 36px;
  padding: 60px;
  box-shadow: 0 18px 45px rgba(94,36,26,.08);
}

.sejour-animate-up {
  animation: sejourFadeUp .8s ease both;
}

.sejour-animate-left {
  animation: sejourFadeLeft .8s ease both;
}

.sejour-animate-right {
  animation: sejourFadeRight .8s ease both;
}

@keyframes sejourFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sejourFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sejourFadeRight {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .sejour-summary,
  .sejour-grid-two,
  .sejour-cards,
  .sejour-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .sejour-slide {
    min-width: 88%;
    height: 360px;
  }

  .sejour-gallery img:first-child {
    grid-row: auto;
    height: 310px;
  }
}

@media (max-width: 640px) {
  .sejour-hero-full {
    min-height: 78vh;
    padding: 90px 20px;
  }

  .sejour-summary,
  .sejour-grid-two,
  .sejour-cards,
  .sejour-gallery {
    grid-template-columns: 1fr;
  }

  .sejour-summary {
    margin-top: -35px;
  }

  .sejour-section {
    padding: 26px 20px 0px 20px;
  }
  .sejour-centered {
    margin-bottom: 1em;
  }

  .sejour-title {
    font-size: 2rem;
  }
  .sejour-subtitle {
    font-size: 1.4rem;
  }

  .sejour-image-wide {
    height: 340px;
    border-radius: 15px;
  }

  .sejour-slide {
    min-width: 92%;
    height: 300px;
  }

  .sejour-seo {
    padding: 36px 24px;
  }

  .sejour-buttons {
    flex-direction: column;
  }
}
.logo-dar-sahbi {
    float: right;
    max-width: 200px;
    height: auto;
    margin: 0 0 15px 15px;
}

@media (max-width: 768px) {
    .logo-dar-sahbi {
        float: none;
        display: block;
        margin: 0 auto 20px;
        max-width: 180px;
    }

    .sejour-seo {
        text-align: center;
    }

    .sejour-seo p {
        text-align: left;
    }
}
/* FIN mise en page fiche SEJOURS */

body {
	font-family: montserrat;
	font-size: 1rem;
}
h1 {
  font-size: 1.6rem;
  font-weight: 600;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}


/* ancien Ailes Digitales


.a {
	color: #da5500;
}
 */
.button {
  border-radius: 25px;
	padding: 5px 20px;
	/*background: #da5500; */
} /*.button:hover {background: #D93900;} */