/**
* Theme Name: Linden Child
* Description: This is a child theme of Linden.
* Author: firstsight_design
* Author URI: https://themeforest.net/user/firstsight_design
* Template: linden
* Version: 1.0.0
*/
:root {
    --main-color: #B99755;
}

.hb-accom-list {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

@media only screen and (max-device-width : 768px) and (orientation : portrait) {
    .art-headline {
        background-position: center center;
    }
}

/* formulaire de résa page appartement */

.form-resa.appart {
    margin-top: -80px;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    box-shadow: 1px 1px 5px #ccc;
}

.form-resa.appart h3.hb-title.hb-title-search-form,
.form-resa.resa h3.hb-title.hb-title-search-form {
    font-size: 30px;
}

.form-resa.appart label,
.form-resa.resa label {
    font-family: 'Libre Caslon Display';
    font-size: 20px;
}

h3.hb-title.hb-title-coupons,
h3.hb-title.hb-resa-summary-title,
h3.hb-title.hb-title-terms {
    font-size: 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .ligne-boutons .art-button-link {
        margin: 0px 5px;
    }

    .ligne-boutons .elementor-widget-art-button:first-child .art-button-link {
        margin-left: 0;
    }

    .ligne-boutons .elementor-widget-art-button:last-child .art-button-link {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) {

    .ligne-boutons .elementor-widget-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ligne-boutons .art-button-link {
        margin: 5px 25px;
        font-weight: 500;
    }

    .ligne-boutons .art-button-link:hover {
        color: var(--main-color) !important;
    }
}

.tab_body {
    opacity: 0;
    height: 0;
}

.tab_body.active {
    display: block;
    opacity: 1;
    height: auto;
}

.tab_btn a {
    color: #000;
    border-color: transparent;
}

.ligne-boutons .tab_btn:first-child a {
    color: var(--main-color);
    border-color: var(--main-color);
}

.art-headline__wrap {
    display: none;
}

.hb-stripe-bottom-text-form-img-americanexpress {
    display: none;
}

/* footer */
.widget.widget_text a {
    color: #fff;
}

.art-footer-widgets .widget.widget_text a:hover {
    color: #fff;
    text-decoration: underline;
}

/* menu */
.art-nav-menu ul.menu>li.lang-item {
    padding: 0 0 0 17px !important;
}

/* slider */
.elementor-swiper-button .eicon-chevron-right, .elementor-swiper-button .eicon-chevron-left  {
    background-color: rgba(250, 250, 250, 1);
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}