.as-link-gites {
    min-width: 410px;
    padding: 3px 14px !important;
}

.as-img-gites {
    width: auto;
    max-height: 54px;
    padding: 0 20px 0 0;
    transition: all 300ms ease-in-out;
}

.as-link-gites:hover .as-img-gites {
    filter: brightness(2) saturate(0);
}

@media screen and (max-width: 450px) {
    .as-link-gites {
        min-width: auto;
    }
}

header nav ul li ul li {
    margin-left: 0;
    width: 100%;
}

header.fixed_header nav ul li ul li a {
    color: var(--bs-dropdown-link-color);
}

header {
    padding-top: 0;
}

.as-top-bar * {
    color: #fff;
}

.sticky .as-top-bar * {
    color: #333;
}

.as-top-bar-left {
    padding-left: 20px;
}

.as-top-bar-right {
    text-align: right;
}

.header.fixed_header.sticky .as-top-bar {
    display: none;
}

@media screen and (max-width: 768px) {
    .as-top-bar-left,
    .as-top-bar-right {
        text-align: center;
    }
}

.as-main-inside .box_facilities {
    border-image: linear-gradient(to bottom, transparent, transparent) 1 60%;
}

.as-main-inside .box_facilities i {
    color: #fff5;
}

.as-main-inside .box_facilities p {
    color: #fff8;
}

.box_facilities svg {
    max-width: 65px;
    height: auto;
    margin-bottom: 15px;
}


/* .bg_white .box_facilities svg path {
  stroke: #fff;
} */

.bg_white .box_facilities svg {
    fill: #fff;
}

.as-banner {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
}

.as-banner::before {
    content: ' ';
    position: absolute;
    inset: 0;
    /* background-color: #0005; */
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

#contacts h2,
#contacts .phone_element a span em,
#contacts p,
.nav-tabs#customTab .nav-link {
    color: #fffb;
}

#contacts .phone_element a i,
#contacts .phone_element a span {
    color: #fff;
}

#contacts .btn_1.outline {
    background-color: transparent;
    border: 2px solid #fffb;
    color: #fffb;
}

ul.list-unstyled li {
    padding-bottom: 10px;
}

.marquee .track {
    background-color: #fff;
}

.marquee .content {
    opacity: 0.08;
}

.as-shape1 {
    position: absolute;
    top: 100px;
    left: 0px;
    opacity: 0.1;
    z-index: -1;
}

.as-shape2 {
    position: absolute;
    top: 750px;
    left: 20px;
    opacity: 0.1;
    z-index: -1;
}

input[type='checkbox']~label {
    padding-left: 0;
}

input[type='checkbox']~label:before {
    display: none;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

@media (max-width: 991px) {
    .as-contact {
        height: 1050px;
    }
}

.as-resa {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.as-resa:hover {
    color: #fff9;
    border: 2px solid #fff9;
}

@media (max-width: 991px) {
    .as-resa {
        border: 2px solid #000;
        width: fit-content;
    }
}

.sticky-cheque-cadeau {
    cursor: pointer;
    position: fixed;
    top: 36.5%;
    right: -5px;
    transform: translateY(-36.5%);
    font-size: 15px;
    /* border: 1px solid #000; */
    border-right: 0;
    padding: 5px;
    width: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.sticky-cheque-cadeau .sticky-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top-left-radius: 5px;
    background-color: #000;
    transition: all 0.5s ease-in-out;
}

.sticky-cheque-cadeau .sticky-icon i {
    color: #fff;
    font-size: 25px;
}

.sticky-cheque-cadeau:hover {
    width: 120px;
    /* border-top-left-radius: 0;
  border-bottom-left-radius: 0; */
}

.sticky-cheque-cadeau p {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    margin-bottom: 0;
}
/* ==========================================================================
   BOITE VIDEO POSEE SUR LE PARALLAXE  (Anonyme Studio, 31/07/2026)
   Le parallaxe garde son image et son voile : le lecteur vient par-dessus.
   Rien n'est demande a YouTube tant que le visiteur n'a pas clique.
   ========================================================================== */

.as-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;          /* format 16/9 */
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
}

.as-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.as-video:hover .as-video__poster {
    transform: scale(1.04);
}

.as-video__cadre {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.as-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 250ms ease, transform 250ms ease;
}

.as-video__play svg {
    width: 38px;
    height: 38px;
    margin-left: 5px;             /* recentre le triangle dans le rond */
    fill: #1d1d1b;
}

.as-video:hover .as-video__play {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.09);
}

.as-video__play:focus-visible {
    outline: 3px solid #00bef2;
    outline-offset: 4px;
}

.as-video__legende {
    margin: 20px 0 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

@media (max-width: 575px) {
    .as-video__play {
        width: 62px;
        height: 62px;
    }

    .as-video__play svg {
        width: 28px;
        height: 28px;
    }

    .as-video__legende {
        font-size: 13px;
    }
}

/* ==========================================================================
   BLOG  (Anonyme Studio, 04/09/2026)
   Le theme du site n'a aucun style de blog : tout ce qui suit est a nous.
   Cartes sobres, sur fond blanc, dans la ligne des pages interieures.
   ========================================================================== */

.as-blog-carte {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 300ms ease, transform 300ms ease;
}

.as-blog-carte:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
}

.as-blog-carte__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f2f2f2;
}

.as-blog-carte__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.as-blog-carte:hover .as-blog-carte__media img {
    transform: scale(1.05);
}

.as-blog-carte__corps {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 22px 24px 24px;
}

.as-blog-carte__date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.as-blog-carte__titre {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
}

.as-blog-carte__titre a {
    color: #1d1d1b;
    transition: color 250ms ease;
}

.as-blog-carte__titre a:hover {
    color: #00bef2;
}

.as-blog-carte__extrait {
    flex: 1 1 auto;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #6b6b6b;
}

.as-blog-carte__lien {
    align-self: flex-start;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #00bef2;
}

.as-blog-carte__lien i {
    margin-left: 6px;
    transition: transform 250ms ease;
    display: inline-block;
}

.as-blog-carte__lien:hover {
    color: #009cc6;
}

.as-blog-carte__lien:hover i {
    transform: translateX(4px);
}

/* --- page d'un article --- */

.as-blog-article__date {
    margin: -10px 0 30px;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.as-blog-article__texte {
    font-size: 17px;
    line-height: 1.75;
}

.as-blog-article__texte h2,
.as-blog-article__texte h3 {
    margin: 40px 0 16px;
    line-height: 1.3;
}

.as-blog-article__texte h2 {
    font-size: 26px;
}

.as-blog-article__texte h3 {
    font-size: 21px;
}

.as-blog-article__texte p {
    margin-bottom: 20px;
}

.as-blog-article__texte img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 10px 0 25px;
}

.as-blog-article__texte a {
    color: #00bef2;
    text-decoration: underline;
}

.as-blog-article__texte blockquote {
    margin: 30px 0;
    padding: 6px 0 6px 22px;
    border-left: 3px solid #00bef2;
    font-style: italic;
    color: #555;
}

.as-blog-retour {
    margin-top: 40px;
}

.as-blog-autres {
    margin-top: 80px;
}

.as-blog-autres .title h3 {
    font-size: 22px;
}

@media (max-width: 575px) {
    .as-blog-article__texte {
        font-size: 16px;
    }

    .as-blog-carte__corps {
        padding: 20px;
    }
}

/* --- bandeau de la page blog ---------------------------------------------
   Le bandeau des pages du chalet a une hauteur fixe de 450 px : sur mobile,
   une image panoramique 1900 x 600 s'y trouve recadree et on n'en voit qu'une
   bande centrale. Celui du blog garde donc le format de son image et se
   reduit avec l'ecran, l'image reste entiere.
   -------------------------------------------------------------------------- */

.as-banner--blog {
    height: auto;
    aspect-ratio: 19 / 6;
    max-height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .as-banner--blog {
        min-height: 180px;
    }
}

@media (max-width: 575px) {
    .as-banner--blog {
        min-height: 130px;
    }
}

/* --- mise en page des articles, facon anonyme-studio -----------------------
   Chapo, encadres d'introduction et sommaire. Memes classes que sur le blog
   d'Anonyme Studio (art-lede, art-callout, art-summary), habillees ici avec
   la couleur du chalet.
   -------------------------------------------------------------------------- */

.as-blog-article__texte .art-lede {
    font-size: 19px;
    line-height: 1.65;
    color: #3d3d3d;
    padding-left: 18px;
    border-left: 3px solid #00bef2;
    margin-bottom: 32px;
}

.as-blog-article__texte .art-callout,
.as-blog-article__texte .art-summary {
    display: block;
    margin: 28px 0;
    padding: 22px 26px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fafafa;
}

.as-blog-article__texte .art-summary {
    background: #fff;
    border-left: 3px solid #00bef2;
}

.as-blog-article__texte .art-callout-title,
.as-blog-article__texte .art-summary-title {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #00bef2;
}

.as-blog-article__texte .art-callout ul,
.as-blog-article__texte .art-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as-blog-article__texte .art-callout li,
.as-blog-article__texte .art-summary li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.as-blog-article__texte .art-callout li:last-child,
.as-blog-article__texte .art-summary li:last-child {
    margin-bottom: 0;
}

.as-blog-article__texte .art-callout li::before,
.as-blog-article__texte .art-summary li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00bef2;
}

.as-blog-article__texte .art-callout li i,
.as-blog-article__texte .art-summary li i {
    display: none;
}

@media (max-width: 575px) {
    .as-blog-article__texte .art-lede {
        font-size: 17px;
    }

    .as-blog-article__texte .art-callout,
    .as-blog-article__texte .art-summary {
        padding: 18px 20px;
    }
}
