:root {
  --white-color: #ffffff;
  --vert-claire: #7F9580;
  --vert-foncé: #2D5A45;
  --or: #B8965A;
  --fond-titre-acceuil: #f5efe693;
  --beige: #F3E5DA;


  --font-first: 'Cormorant Garamond', serif;
  --font-first: 'Jost', serif;
  --font-first: 'Raleway', serif;
}
a{
  text-decoration: none;
}

.style-haut-page{
    margin-top: 250px;
}
/*------------Header------------------*/
header div ul li a{
    color: var(--vert-claire);
    font-family: 'Raleway', sans-serif;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.site-header{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    z-index: 11;
    background-color: white;
    top: 0%;
    height: 131px;
}

header div a img:hover{
    width: 70%;
    box-shadow: 0   5px 8px rgba(0, 0, 0, 0.546);
}
/*------------Footer------------------*/

footer{
    background-color: #D5BBA5;
    position: absolute;
    width: 100%;
}

.Titre-footer{
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 1rem;
    color: var(--white-color);
    flex: 0 0 auto;
    width: 23.33333333%;
}


.instagram-text{
    color: var(--white-color);
    font-size: 25px;
    text-align: center;
}

#menu-footer li, #menu-footer-bas li{
    list-style: none;
}

#menu-footer > li:not(:last-child) {
    border-right: 3px solid #ffffff;
    padding-right: 15px;
    margin-right: 15px;
}

#menu-footer {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));

}



#menu-footer, #menu-footer-bas{
    display: flex;
    justify-content: space-between;
}
#menu-footer-bas{
    border-top: 3px solid var(--white-color);
    margin-top: 2rem;
}

#menu-footer > li > a {
    font-size: 25px;
}

#menu-footer  li ul, #menu-footer-bas li ul{
    padding-left: 0px;
    font-size: 15px;
}

.back-to-top img:hover{
    width: 110px;
}

#menu-footer li a, #menu-footer-bas li a {
   color: var(--white-color);
}

.instagram-text:hover, #menu-footer li a:hover, #menu-footer-bas li a:hover {
   color: var(--or);
}


/* ─── Couleur des liens de navigation ─────────────────────────── */
.nav-link,
.dropdown-item {
    color: var(--vert-claire) !important;
}

.dropdown-item:hover {
    color: var(--vert-claire) !important;
}

.nav-link:hover,
.nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--vert-foncé) !important;
    opacity: 0.75;
}

/* ─── Icône dropdown (la petite flèche) en noir ───────────────── */
.dropdown-toggle::after {
    border-top-color: black !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

/* ─── Ouverture du sous-menu au hover ─────────────────────────── */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}



/*-----------block type -------------*/

.block-titre-position {
    width: 200px;
}

.Titre-blocks{
    background-color: var(--fond-titre-acceuil);
    font-family: 'Jost', sans-serif;
    padding: 6px;
    color: var(--or);
    text-align: center;
    border-radius: 20px;
}



.Titre-groupe{
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 1rem;
    color: var(--vert-foncé);
}





.Paragraphe-groupe{
    font-family: 'Jost', sans-serif;
    font-size: 23px;
    color: gray;
}

.Paragraphe-groupe-2{
    font-family: 'Jost', sans-serif;
    font-size: 27px;
    color: gray;
    width: 600px;
}

.Bouton-lire-plus{
    font-family: 'Jost', sans-serif;
    background-color: none;
    font-size: 25px;
    border-radius: 77px;
    width: 171px;
    

}

.Bouton-lire-plus div a{
    text-decoration: none;
    color: #2D5A45;
    background-color: #2d5a4500;
    PADDING: 0 16px;
    border: 2px solid #2D5A45;
}

.Bouton-lire-plus:hover{
    background-color: #2D5A45;
}

.Bouton-lire-plus a:hover{
    color: white;
}

.Bouton-lire-plus div a:hover{
    color: white;
}

.dernier-mot {
    color: var(--or);
}



.Image-groupe img{
    border: 4px solid var(--or);
    border-radius: 0px 50px;
}

.Image-groupe img:hover{
    box-shadow: 14px 14px 15px rgba(0, 0, 0, 0.402);
}


.trait-custom {
    opacity: 1;
    margin-right: auto;
    margin-left: auto;
}

/*-----------block Reprend ton souffle -------------*/

.Background-meme-souffle{
    background-color: #f5efe6;
    margin: 0px;
}


#sb_instagram .sbi_photo img {
   border: 4px solid var(--or);
	border-radius: 25px 0px;
}



.taille-titre{
    width: 500px;
}
/*-----------page qui somme-nous -------------*/

.mw-90 {
    max-width: 90%;
}

.style-video div iframe {
    width: 2000px;
    height: 800px;
}



.Image-groupe2 img{
    border: 4px solid var(--or);
    border-radius: 0px 50px;
    max-height: 36rem;
    width: auto;
}
.image-taille img {
    width: 100%;
}


/*-----------page mère -------------*/




.sejour-parallax {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 4rem 2rem;
    overflow: hidden;
}

.sejour-parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.795);
    z-index: 1;
}

.sejour-contenu {
    position: relative;
    z-index: 2;
}



.map > div:first-child {
    border: 4px solid var(--or);
    border-radius: 0px 50px;
}

.reserver {
    width: 50%;
}

.reserver > div:first-child{
    background-color: white;
    border: 4px solid var(--or);
    border-radius: 0px 50px;
    text-align: center;
    align-items: center;
    padding: 46px 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.w-27{
    width: 30% !important;
}





/*-------------ninja form-----------------*/



.nf-before-form-content, .nf-field-label{
    display: none;
}


nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

nf-fields-wrap > nf-field:nth-child(1),
nf-fields-wrap > nf-field:nth-child(2) {
    width: calc(50% - 10px);
}

nf-fields-wrap > nf-field:nth-child(n+3) {
    width: 100%;
}

.nf-field-element input, textarea{
    border: 2px solid var(--or);
    padding: 9px 24px;
    border-radius: 30px;
    box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.2);
}

#nf-field-8{
    background-color: var(--or);
    color: var(--white-color);
    box-shadow: none !important;
    border: none !important;
    padding: 4px 26px;

}




/*article*/


.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 140px;
}

.article-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    border: 3px solid var(--or);
    border-radius: 0px 30px;
}

.article-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* ajuste selon le format voulu */
}

.article-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease;
}

.article-card__title {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
    padding: 0 20px;
    
}

.article-card:hover .article-card__overlay,
.article-card:focus-within .article-card__overlay {
    background-color: rgba(255, 255, 255, 0.75);
}

.article-card:hover .article-card__title,
.article-card:focus-within .article-card__title {
    opacity: 1;
    transform: translateY(0);
}

/* Accessibilité tactile mobile — même logique que tes autres blocs */
@media (hover: none) {
    .article-card__overlay {
        background-color: rgba(255, 255, 255, 0.75);
    }
    .article-card__title {
        opacity: 1;
        transform: translateY(0);
    }
}



/*------------js-----------*/

.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Accessibilité : on désactive l'animation si l'utilisateur préfère */
@media (prefers-reduced-motion: reduce) {
  .reveal-left,
  .reveal-right {
    transition: none;
    transform: none;
    opacity: 1;
  }
}