/*OSWALD*/
@font-face {
    font-family: "Oswald";
    src: url("../../assets/fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("../../assets/fonts/Oswald/Oswald-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("../../assets/fonts/Oswald/Oswald-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("../../assets/fonts/Oswald/Oswald-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("../../assets/fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("../../assets/fonts/Oswald/Oswald-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*HEADER*/
#header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    min-height: initial;
}

.header-row {
    background: rgba(60, 59, 22, 0.75);
}

.toggle-nav-input {
    position: initial !important;
    cursor: none !important;
    margin: 0 !important;
    width: initial !important;
    display: none !important;
}
.toggle-nav-input:after {
    content: none !important;
}
.toggle-nav-input:before {
    content: none !important;
}

.sticky-wrapper #main-nav.stuck {
    max-width: initial;
}

#main-nav .menu > .menu-item > a {
    font-size: 1rem;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    font-family: "Oswald", sans-serif;
}

#main-nav .sub-menu .menu-item > a {
    font-family: "Oswald", sans-serif;
}

#main-nav .menu > .current-menu-item > a {
    /*color: #5a5d3f !important;
    border-top: 3px solid #5a5d3f;
    border-bottom: 3px solid #5a5d3f;*/
    color: #d4a039 !important;
    border-top: 3px solid #d4a039;
    border-bottom: 3px solid #d4a039;
    height: 60px;
    line-height: 56px;
}

#main-nav .menu > .menu-item:hover > a {
    /*color: #5a5d3f !important;*/
    color: #d4a039 !important;
}

#logo {
    padding: 14px 0;
}

.sticky-wrapper .stuck #logo {
    padding: 12px 0;
}

.sticky-wrapper #main-nav.stuck .menu > .menu-item > a {
    height: 57px;
    line-height: 60px;
}

.sticky-wrapper #main-nav.stuck .menu > .current-menu-item > a {
    height: 57px;
    line-height: 54px;
}

#secondary-nav .menu > .menu-item > a {
    font-size: 1rem;
    padding: 0.75rem 0;
    margin: 0;
}

#main-nav .sub-menu {
    border-top: 3px solid rgb(244, 181, 23);
}

#main-nav .sub-menu::before {
    border-color: transparent transparent rgb(244, 181, 23) transparent;
}

.njt-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 80vh;*/
    min-height: 100vh;
    padding-top: 176px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 1920 / 1080;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.njt-hero:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0b0b0b;
    opacity: 0.5;
}

.njt-hero h1 {
    position: relative;
    z-index: 10;
    color: #ffffff;
    font-size: 3rem;
}

.absolute-header {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.absolute-header a {
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    font-size: 1rem;
}

.carousel-nav .splide__arrow {
    background: none;
}
.carousel-nav .splide__arrow svg {
    fill: #d4a039;
}
.carousel-nav .splide__arrow--prev {
    left: -2rem;
}
.carousel-nav .splide__arrow--next {
    right: -2rem;
}
.carousel-nav .splide__track {
    overflow: initial;
}

.menu-mobile {
    display: none;
}

#secondary-nav .menu-desktop > .menu-item > a {
    padding: 2px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1em;
    display: block;
    border-right: 1px solid #fff;
    margin: 1.5rem 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

#secondary-nav .menu-desktop > .menu-item > a {
    font-size: 1rem;
    margin: 0.75rem 0;
    font-family: "Oswald", sans-serif;
}

#secondary-nav .menu-desktop > .menu-item:first-child > a {
    border-left: 1px solid #fff;
}

#secondary-nav .menu-desktop > .menu-item {
    display: block;
    text-align: center;
    width: 25%;
    position: relative;
    float: left;
}

#main-nav .menu > .menu-item.button-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

#main-nav .menu > .menu-item:hover > a.button {
    color: #ffffff !important;
}

#main-nav .menu > .menu-item > a.button, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 5;
    background: #d4a039;
    border-radius: 30px;
    border: 2px solid #d4a039;
    padding: 8px 24px;
    transition: all ease-in-out 0.2s;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    height: 45px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-shadow: none;
}

#main-nav .menu > .menu-item > a.button svg {
    width: 18px;
    transform: rotate(-45deg);
}

#main-nav .menu > .menu-item > a.button:hover, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: #5a5d3f;
    border: 2px solid #5a5d3f;
}

.bg-green {
    background-color: #5a5d3f;
}

.sticky-wrapper #main-nav.stuck .menu > .menu-item > a.button {
    height: 45px;
    line-height: 60px;
}

.choose-langue-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.langue {
    display: flex;
    justify-content: center;
    align-items: center;
}

.langue.active {
    display: none;
}

.qtranxs_flag {
    background-position: center;
    width: 18px;
    height: 12px;
}

#main-nav .menu > .menu-item.langue-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

#secondary-nav {
    overflow: hidden;
}

@media (max-width: 768px) {
    #header {
        overflow: visible;
    }

    #main-nav .menu > .menu-item:first-of-type > a {
        border: none;
    }

    #main-nav .menu > .menu-item > a {
        height: auto;
        line-height: 1em;
        padding: 1.5rem 2rem;
        border-top: 1px solid #ecf0f1;
    }

    .carousel-nav {
        display: none;
    }

    #secondary-nav #toggle-secondary-nav:checked + .menu.menu-mobile {
        display: block;
    }

    .njt-hero h1 {
        font-size: 2rem;
    }

    .njt-hero {
        padding-top: 225px;
    }

    #secondary-nav {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    #header .absolute-header .pull-left {
        float: left !important;
    }

    #header .absolute-header .pull-right {
        float: right !important;
    }

    #main-nav #toggle-main-nav:checked + .menu {
        padding-bottom: 1rem;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
    }
}

/*FOOTER*/
.footer a, .footer .bottom p a {
    transition: all ease-in-out 0.2s;
}

.footer a:hover {
    color: #d4a039;
}

.social-icons li {
    background: rgb(98, 95, 62);
    border-color: rgb(98, 95, 62);
}

.footer .top .item .newsletter button {
    background: rgb(98, 95, 62);
}

/*MAIN*/

main {
    background: #ffffff;
}

.pa-10 {
    padding: 10rem 0;
}

.pa-6 {
    padding: 6rem 0;
}

.pa-4 {
    padding: 4rem 0;
}

.pab-2 {
    padding-bottom: 2rem;
}

.pab-4 {
    padding-bottom: 4rem;
}

@media (max-width: 1000px) {
    .pa-10 {
        padding: 5rem 0;
    }

    .pa-6 {
        padding: 3rem 0;
    }

    .pa-4 {
        padding: 2rem 0;
    }
}

@media (max-width: 767px) {
    .section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #content .row [class*="col-sm-"] {
        margin-bottom: 0;
    }

    .content-column {
        margin-bottom: 0;
    }

    .content-column.last {
        margin-top: 3rem;
    }
}

h2 {
    color: #5a5d3f;
}

.color-blanc, .color-blanc p {
    color: #FFFFFF !important;
}

.color-green, .color-green p {
    color: #5a5d3f;
}

.color-green svg, .color-green svg path {
    fill: #5a5d3f;
}

h2.color-blanc:after {
    border-color: #FFFFFF !important;
}

.no-after {
    margin-bottom: 1.5rem !important;
}
.no-after:after {
    content: none !important;
}

.map-title {
    font-size: 1.25rem;
    color: #5a5d3f;
}

.map-title a:hover{
    color: #d4a039;
}

.map-container {
    position: relative;
}

.map-gps-link-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 400;
}

.map-gps-link {
    max-width: 64px;
}

.osm-map {
    width: 100%;
    aspect-ratio: 100 / 100;
}

.parallax-image {
    object-fit: cover;
    aspect-ratio: 300 / 240;
    max-width: 300px;
}

.parallax-deco {
    aspect-ratio: initial;
    object-fit: contain;
    border: none;
    background: none;
    box-shadow: none;
    z-index: 50;
    max-width: 120px;
}

.parallax-deco:nth-child(1) {
    left: 4rem !important;
    top: -14rem !important;
    max-width: 180px;
}
.parallax-deco:nth-child(2) {
    left: initial;
    right: 1rem !important;
    top: 5rem !important;
}
.parallax-deco:nth-child(3) {
    left: 10rem !important;
    bottom: -10rem !important;
    max-width: 140px;
}

.parallax-deco-container {
    position:relative;
    min-height: 300px;
}

#content h1[style*='center'], #content h2[style*='center'], #content h3[style*='center'], #content h4[style*='center'], #content h5[style*='center'], #content h6[style*='center'], #content h1.text-center, #content h2.text-center, #content h3.text-center, #content h4.text-center, #content h5.text-center, #content h6.text-center {
    margin-bottom: 2.5rem;
}

.accommodation .splide__arrow {
    background: #5a5d3f;
    opacity: 1;
    filter: drop-shadow(0 5px 4px #5a5d3f);
    top: 25%;
}

.accommodation .splide__arrow--prev {
    left: -1.5rem;
}
.accommodation .splide__arrow--next {
    right: -1.5rem;
}

@media (max-width: 768px) {
    .accommodation .splide__arrow--prev {
        left: 1rem;
    }
    .accommodation .splide__arrow--next {
        right: 1rem;
    }
}

.accommodation .splide__arrow svg {
    fill: #ffffff;
}

.accommodation .item .img {
    max-height: 300px;
    height: 300px;
}

.accommodation .item .img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.accommodation .item .img.bestchoice-fr:before {
    content: url("../../assets/img/bestchoice_fr.png");
    position: absolute;
    right: -34px;
    top: -32px;
    z-index: 100;
}

.accommodation .item .img.bestchoice-en:before {
    content: url("../../assets/img/bestchoice_en.png");
    position: absolute;
    right: -34px;
    top: -32px;
    z-index: 100;
}

.accommodation .item .con .book.jeep-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.accommodation .item .con .book.jeep-card-content .jeep-card-content-row {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.accommodation .item .con .book.jeep-card-content .jeep-card-content-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.accommodation .item .con .book .btn-green {
    background: #5a5d3f;
    border: 2px solid #5a5d3f;
    transition: all ease-in-out 0.2s;
}

.accommodation .item .con .book .btn-green:hover {
    background: transparent;
    border: 2px solid #5a5d3f;
    color: #5a5d3f;
}

.accommodation .item .con .book .btn-green-border {
    background: #ffffff;
    border: 2px solid #5a5d3f;
    color: #5a5d3f;
    transition: all ease-in-out 0.2s;
}

.accommodation .item .con .book .btn-green-border:hover {
    background: #5a5d3f;
    border: 2px solid #5a5d3f;
    color: #FFFFFF;
    transition: all ease-in-out 0.2s;
}

.images-right .parallax-image:nth-child(1) {
    left: initial;
    right: 15%;
}
.images-right .parallax-image:nth-child(2) {
    left: initial;
    right: 18%;
}
.images-right .parallax-image:nth-child(3) {
    left: initial;
    right: 20%;
}

.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 500px;
    padding: 1rem;
    transition: all ease-in-out 0.2s;
    background: transparent;
}
.btn-icon:hover {
    background: #FFFFFF;
}

.btn-icon svg {
    fill: #FFFFFF;
    width: 4rem;
    height: 4rem;
}
.btn-icon:hover svg{
    fill: #5a5d3f;
}

.reservez-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.no_padding {
    padding: 0 !important;
}

.grid_pics .item img {
    aspect-ratio: 800 / 600;
}

.btn {
    margin: 0;
    background: #d4a039;
    padding: 14px 40px;
    color: #fff;
    border: 1px solid #d4a039;
    border-radius: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
}

.btn-green {
    background: #5a5d3f;
    border: 2px solid #5a5d3f;
    transition: all ease-in-out 0.2s;
}

.btn-green-border {
    background: #ffffff;
    border: 2px solid #5a5d3f;
    color: #5a5d3f;
    transition: all ease-in-out 0.2s;
}

.btn-green-border:hover {
    background: #5a5d3f;
    border: 2px solid #5a5d3f;
    color: #FFFFFF;
    transition: all ease-in-out 0.2s;
}

.hero-page {
    padding-top: 240px;
    padding-bottom: 80px;
}

.icon h3 {
    font-size: 1.25rem;
}

#content .row {
    margin-bottom: 0;
}

.show {
    opacity: 1;
}

.booking-inner .product_title, .booking-inner .product_meta {
    display: none;
}

.booking-inner .ui-datepicker-title {
    color: #000000;
    text-transform: uppercase;
}

.woocommerce div.product form.cart button[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 18px 30px;
    border: none;
    border-radius: 0;
    background-color: #d4a039 !important;
    -webkit-transition: border-color 400msease, color 400msease, background-color 400msease;
    transition: border-color 400msease, color 400msease, background-color 400msease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    border-radius: 30px;
    transition: border-color 300msease, transform 300msease, background-color 300msease, color 300msease;
    transform-style: preserve-3d;
}

.woocommerce .quantity .qty {
    border-radius: 0;
}

.events-details .sidebar-event {
    margin-top: -172.5px;
}

a:hover, a:focus {
    color: initial;
    text-decoration: none;
}

.image_service a:hover {
    display: block;
}

.describe_service h3 {
    color: #FFFFFF;
    font-size: 1.25rem;
}

b, strong {
    font-weight: bold;
}

.tab-pane {
    padding: 0;
    border: none;
}

.tab-pane ul {
    list-style: disc;
}

.section-title {
    font-size: 2rem;
}

.post_preview_image a{
    width: 100%;
    display: block;
}
.post_preview_image a:hover, .post_thumb a:hover{
    width: 100%;
    display: block;
}

.post_preview_image img{
    max-height: 500px;
    object-fit: cover;
}

.contact-box {
    margin-top: -2rem;
}

.wpcf7 label {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.shortcode-container {
    display: none;
}

.shortcode-container.active {
    display: block;
    width: 100%;
}

.shortcode-container h1 {
    font-size: 1.5rem;
}

.shortcode-container .product_meta {
    display: none;
}

.wc-appointments-appointment-form-wrap .quantity {
    padding-right: 1rem;
}

input[type="number"] {
    padding: 15px 10px;
}

.absolute-header a:hover {
    color: #d4a039;
}

.jeep-tours-carousel .splide__slide {
    max-width: 40%;
}

.btn {
    padding: 10px 40px !important;
}

.button {
    padding: 18px 30px !important;
}

select {
    background: #FFFFFF;
    border: 1px solid #000;
    border-radius: 5px;
}

.reserve-section .item:hover {
    background: #FFFFFF;
    transform: none;
}

.reserve-section .item:hover p, .reserve-section .item:hover span{
    color: #484848;
}

.reserve-section .item .booking-form-container {
    position: relative;
}

.reserve-section .item .booking-form-container:before {
    content: url("../../assets/img/fleche_left.svg");
    position: absolute;
    left: -40px;
    top: -75px;
    transform: rotate(35deg);
}

.reserve-section .item .booking-form-container:after {
    content: url("../../assets/img/fleche_right.svg");
    position: absolute;
    right: -40px;
    top: -75px;
    transform: rotate(-35deg);
}

@media (max-width: 550px) {
    .reserve-section .item .booking-form-container:before {
        content: none;
    }

    .reserve-section .item .booking-form-container:after {
        content: none;
    }
}

.reserve-section .item .booking-form-container p{
    font-size: 1.25rem;
}

.contact-box.reserve-section .item span {
    font-size: 17px;
    color: #484848;
    line-height: initial;
    margin-bottom: 0;
    display: inline-block;
}

.contact-box.reserve-section .item .wc-appointments-date-picker .ui-datepicker td a, .contact-box.reserve-section .item .wc-appointments-date-picker .ui-datepicker td span {
    display: block;
}

.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a, .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a:hover {
    background-color: #5a5d3f !important;
}

.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected a, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected:hover a {
    background-color: #5a5d3f !important;
}

.quantity {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.quantity .qty {
    margin-bottom: 0;
}

.quantity .screen-reader-text {
    width: fit-content;
    position: relative !important;
    clip: initial;
    clip-path: none;
    height: fit-content;
}

.woocommerce div.product form.cart.wc-appointments-appointment-form-wrap .button:hover {
    transform: none;
    background-color: #5a5d3f !important;
}

#content .is-large .wc-block-checkout__sidebar {
    top: 74px;
}

.faqs .item .title:before {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 13px;
    color: #fff;
    content: "1";
    font-family: "Oswald", sans-serif;
    transition: all 500ms ease;
    background: #5a5d3f;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.faqs .item .title.active:before {
    color: #000;
    font-family: "Oswald", sans-serif;
    background: #fff;
}

.faqs .item .title-1:before, .faqs .item .title-1.active:before {
    content: "1";
}
.faqs .item .title-2:before, .faqs .item .title-2.active:before {
    content: "2";
}
.faqs .item .title-3:before, .faqs .item .title-3.active:before {
    content: "3";
}
.faqs .item .title-4:before, .faqs .item .title-4.active:before {
    content: "4";
}
.faqs .item .title-5:before, .faqs .item .title-5.active:before {
    content: "5";
}
.faqs .item .title-6:before, .faqs .item .title-6.active:before {
    content: "6";
}
.faqs .item .title-7:before, .faqs .item .title-7.active:before {
    content: "7";
}
.faqs .item .title-8:before, .faqs .item .title-8.active:before {
    content: "8";
}
.faqs .item .title-9:before, .faqs .item .title-9.active:before {
    content: "9";
}
.faqs .item .title-10:before, .faqs .item .title-10.active:before {
    content: "10";
}
.faqs .item .title-11:before, .faqs .item .title-11.active:before {
    content: "11";
}
.faqs .item .title-12:before, .faqs .item .title-12.active:before {
    content: "12";
}
.faqs .item .title-13:before, .faqs .item .title-13.active:before {
    content: "13";
}
.faqs .item .title-14:before, .faqs .item .title-14.active:before {
    content: "14";
}
.faqs .item .title-15:before, .faqs .item .title-15.active:before {
    content: "15";
}
.faqs .item .title-16:before, .faqs .item .title-16.active:before {
    content: "16";
}
.faqs .item .title-17:before, .faqs .item .title-17.active:before {
    content: "17";
}
.faqs .item .title-18:before, .faqs .item .title-18.active:before {
    content: "18";
}
.faqs .item .title-19:before, .faqs .item .title-19.active:before {
    content: "19";
}
.faqs .item .title-20:before, .faqs .item .title-20.active:before {
    content: "20";
}

.faqs .item {
    overflow: visible;
}

.faqs .item:after {
    content: "";
    background-color: #5a5d3f;
    width: 3px;
    height: 20px;
    position: absolute;
    bottom: -21px;
    right: 46px;
}

.faqs .item:last-child:after {
    content: none;
}

.faqs .item .title {
    border-radius: 20px 20px 0 0;
}

.faqs .item .title.active {
    background-color: #5a5d3f;
    color: #fff;
}

.accommodation .item .con .title, .accommodation .item .con .title a {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    line-height: 1.2em;
    transition: all 500ms ease;
    text-transform: uppercase;
}

.events-details .sidebar-event .item .features span {
    font-weight: 500;
}

.events-details .sidebar-event .item .features span i {
    background: #5a5d3f;
}

.events-details .sidebar-event .title {
    padding: 20px 30px;
}

.events-details .sidebar-event .item {
    padding: 10px 30px 30px 30px;
}

.button-2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #d4a039;
    border: 1px solid #d4a039;
}

.button-2:hover {
    border: 1px solid #5a5d3f;
    background-color: #5a5d3f;
    color: #fff;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.grid_pics .item:hover .grid-item-wrapp {
    background-color: rgba(113, 117, 83, .7);
    opacity: 1;
    transition: all 0.6s ease;
}

.see_big_pic {
    font-size: 24px;
    color: #fff;
}

.dd-alert {
    padding: 1rem 2rem;
    border-radius: .25rem;
    background: #afafaf;
    border: 1px solid #5c5c5c;
    color: #06060a;
    position: relative;
    margin-bottom: 2rem;
}

.dd-alert p {
    margin-bottom: 0;
}

.dd-alert strong {
    font-weight: 600;
}

.dd-alert ul {
    list-style: disc;
    line-height: 1.2;
    padding-left: 2rem;
    margin-top: .5rem;
}

.dd-alert ul li {
    margin-bottom: .5rem;
}

.dd-alert--info {
    background: #daf6fa;
    border: 1px solid #09c2de;
    color: #06060a;
}

.dd-alert--info:before {
    content: url(../../assets/img/alert_info.svg);
    position: absolute;
    top: -1rem;
    left: -1rem;
}

.dd-alert--danger {
    background: #faddda;
    border: 1px solid #ea4335;
    color: #06060a;
}

.dd-alert--danger:before {
    content: url(../../assets/img/alert_danger.svg);
    position: absolute;
    top: -1rem;
    left: -1rem;
}

.dd-alert--warning {
    background: #fdf2cf;
    border: 1px solid #f4bd0e;
    color: #06060a;
}

.dd-alert--warning:before {
    content: url(../../assets/img/alert_warning.svg);
    position: absolute;
    top: -1rem;
    left: -1rem;
}

.reserve-section {
    margin-top: 0;
}

.reserve-section .item{
    margin-bottom: 0;
    padding-top: 80px;
}

.reserve-section .picto {
    padding: 1rem;
    width: 96px;
    height: 96px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    margin: 0 auto -2.5rem auto;
    position: relative;
    z-index: 100;
}

.contact-box.reserve-section .item i.numb {
    transform: rotate(-40deg);
}

.accommodation .item.expert .con.active {
    background-color: #5a5d3f;
    color: #FFFFFF;
}

.accommodation .item.expert .con .title, .accommodation .item.expert .con .title a, .accommodation .item.expert .con p, .accommodation .item.expert .con .book .price {
    color: #FFFFFF;
}

.accommodation .item .con .book > div:nth-child(2) {
    padding-left: 0;
}

.news_page_category .name_new {
    font-family: "Oswald", sans-serif;
}

.splide__pagination__page.is-active {
    background: #5a5d3f;
}

.woocommerce .wc-pao-addon .wc-pao-addon-wrap label {
    margin-left: 0.5rem;
}

.woocommerce form .wc-pao-addon-container .form-row {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.woocommerce div.product form.cart table td, .woocommerce div.product form.cart table td a, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot a {
    border-radius: 50px;
}

.badge-expert {
    position: absolute;
    top: -2rem;
    left: 0;
    width: 64px;
    z-index: 100;
}

.badge-expert-title {
    margin-top: -1rem;
    width: 64px;
    z-index: 100;
}

.about .item img {
    max-height: 500px;
    height: 500px;
    object-fit: cover;
}

.team .item .wrapper .icon .arrow {
    background: #5a5d3f;
    border: 2px solid #5a5d3f;
    transition: all ease-in-out 0.2s;
}

.team .item .wrapper .icon .arrow:hover {
    background: transparent;
    color: #5a5d3f;
}

.team .item .wrapper .icon .arrow:hover span{
    color: #5a5d3f;
}

.describe_service {
    background: #5a5d3f;
}

.flex-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.flex-title:after {
    margin-top: 4.2rem !important;
}

.hero-video--desktop {

}

.hero-video--mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .events-details .sidebar-event {
        margin-top: 30px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .jeep-tours-carousel .splide__slide {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .parallax-deco-container {
        display: none;
    }

    .btn-icon svg {
        fill: #FFFFFF;
        width: 2rem;
        height: 2rem;
    }

    .reservez-row {
        margin-top: 0.5rem;
    }

    .accommodation .item .con .book.jeep-card-content .jeep-card-content-row {
        gap: 1rem;
    }

    .hero-page {
        padding-top: 184px;
        padding-bottom: 34px;
    }

    .badge-expert {
        top: -4rem;
    }
}

@media (max-width: 767px) {
    .header-row .toggle-nav-label {
        padding: 0.5rem 0;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .header-row .toggle-nav-label svg {
        width: 18px;
        height: fit-content;
    }

    .header-row .toggle-nav-label .fa {
        margin-right: 0;
    }

    #secondary-nav .menu, #main-nav .menu {
        margin-top: 3rem;
    }

    .header-row {
        position: fixed;
        top: 0;
        width: 100%;
    }

    #secondary-nav .menu > .menu-item > a {
        border: none;
    }

    .woocommerce div.product form.cart {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .accommodation .item .con .title, .accommodation .item .con .title a {
        font-size: 20px;
    }

    .content-column h2 {
        font-size: 1.5rem;
    }

    .jeep-card-content-col p {
        font-size: 14px;
    }

    .hero-video--desktop {
        display: none;
    }

    .hero-video--mobile {
        display: inline-block;
    }
}
