/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: A.D.S WAS HERE
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.page {
    width: 100%!important;
}

.leaflet-bottom.leaflet-right {
    display: none!important;
}

.fusion-tabs {
    margin-bottom: 20px!important;
}

a:hover {
    text-decoration: none!important;
}


@media(max-width: 991px) {
    .big-title h2{
        font-size: 35px!important;
    }

}

@media(max-width: 768px) {
    .big-title h2{
        font-size: 30px!important;
    }

}

@media(max-width: 640px) {
    .big-title h2{
        font-size: 25px!important;
    }

}
.custom-list ul {
    list-style: none!important; 
    padding: 0!important;
    display: flex!important; 
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

.custom-list.right ul {
	justify-content: flex-end!important;
}

.custom-list li {
    margin-right: 20px!important; 
}

.custom-list  li:not(:last-child)::after {
    content: ""!important; 
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #b1830e;
    margin-left: 20px!important; 
    transform: rotate(45deg);
    position: relative;
    top: -3px;
}

#menu-menu-principal li {
    position: relative;
}

#menu-menu-principal li:not(:last-child)::after {
    content: ""!important; 
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #b1830e;
    margin-left: 20px!important; 
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    TOP: 46%;
}

.carousel_position {
    position: relative!important;
    left: 8%!important;  
}

.carousel_position .awb-swiper-button-next {
    right: 19%!important;
}

.awb-swiper-button-next, .awb-swiper-button-prev {
    width: 90px!important;
    height: 90px!important;
    background-color: hsl(43.07deg 85.34% 37.45% / 48%)!important;
    border-radius: 80px!important;
}

.awb-icon-angle-left:before,  .awb-icon-angle-right:before{
    content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/arrow.png')!important;
}

.awb-icon-angle-right {
    transform: rotate(180deg)!important;
}

.content-garantie {
    margin-left: -38px!important;
}
.before-1, .before-2, .before-3  {
    position: relative;
    overflow: hidden;
}
.before-1:before {
    content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/before.png');
    display: block;
    position: absolute;
}

.before-2:before {
    content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/before-2.png');
    display: block;
    position: absolute;
}

.before-3:before {
    content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/before-3.png');
    display: block;
    position: absolute;
}

.fusion-blog-layout-medium article {
    margin-bottom: 10px!important;
}

.fusion-post-content-container p {
    line-height: 16px!important;
    font-size: 13px!important;
}

.image-link {
    display: block; 
    position: relative; 
    overflow: hidden; 
}

.item {
    position: relative;
}

.background {
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center; 
    transition: transform 0.3s ease; 
}

.image-link:hover .background {
    transform: scale(1.03); 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 0%, #242424 100%);
    z-index: 1; 
}

.content {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    z-index: 2; 
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box; 
}

.image-link {
    display: block; 
    position: relative; 
    overflow: hidden; 
}

.item {
    position: relative;
}

.background {
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center; 
    transition: transform 0.3s ease; 
}

.image-link:hover .background {
    transform: scale(1.1); 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 0%, #242424 100%);
    z-index: 1; 
}

.content {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    z-index: 2; 
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box; 
}




.owl-nav.disabled {
    display: flex!important;
}

.owl-carousel .item {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    color: white; /
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 0%, #242424 100%);
    z-index: 1; 
}

.stars {
    color: #fff; 
}


.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; 
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
    background-color: transparent; 
    color: white; 
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent; 
}


.owl-carousel .owl-nav button.owl-prev::before, 
.owl-carousel .owl-nav button.owl-next::before {
    content: ''; 
}


.owl-carousel .owl-nav button.owl-prev::after {
    content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/white-arrow.png'); 
    
}

.item h3 {
    color: #fff!important;
    font-family: 'Mulish'!important;
    font-size: 25px!important;
    margin: 0px 0px 10px 0px!important;
}

.owl-carousel .owl-nav button.owl-next::after {
    content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/white-arrow.png'); 
    transform: rotate(180deg)!important;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none!important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    outline: none!important; 
    border: none!important; 
    box-shadow: none!important;
}

.content {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    z-index: 2; 
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.voyage-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}

.voyage-item {
    box-sizing: border-box; 
}

.thumbnail {
   position: relative;
   width: 100%;
   height: 300px; 
   background-size: cover; 
   background-position: center;
   z-index: 0;  
}



.thumbnail::before {
    content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/Corner2.png'); 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    color: #000; 
    padding: 5px 10px; 
    border-radius: 5px;
    font-weight: bold;
    z-index: 1; 
}

.btn {
    display: inline-block; 
    padding: 10px 15px; 
    background: #007bff; 
    color: white; 
    text-decoration: none; 
    border-radius: 5px; 
    transition: background 0.3s; 
}

.btn:hover {
    background: #0056b3; 
}

.voyage-item, .hotel-item  {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
}

.voyage-item h3  {
    font-family: 'Mulish'!important;
    font-size: 23px!important;
    margin: 0px 0px 10px 0px!important;
    text-transform: uppercase!important;
}

.content-voyage {
    background: #fff;
/*min-height: 253px;*/
padding: 20px;

position: relative;
}

.page .content-voyage:not(.home.page .content-voyage ) {
    padding: 30px 15px 30px 15px;
    position: relative;
    
}

.page .content-voyage h3 {
    margin-top: 0px!important;
    font-size: 18px!important;
    font-weight: 600!important;
    margin-bottom: 5px!important;
}

@media(max-width: 1024px) {
    .page .content-voyage {
        padding: 15px 15px 10px 15px!important;
    }
}

.stars{
    margin-bottom: 20px!important;
}

.stars img {
    width: 15px!important;
    height: 15px!important;
}


.voyage-item::before {
    content: url("https://oman.izi-wp2.fr/wp-content/uploads/2024/10/Corner.png");
    position: absolute; 
    bottom: 10px; 
    right: 10px; 
    z-index: 1; 
}


.delay {
    font-size: 11px;
}

.delay .fas {
    font-size: 14px;
    margin-right: 5px;
    color: #b1830e;
}

.hotel-item .content-voyage {
    text-align: center!important;
}

/*.content-voyage div {
    display: flex;
    justify-content: space-between;

}*/

.modal-content {
    overflow: hidden!important;
}


.contact__form__wrapper .col-12 {
    padding: 0px 15px!important;
}

.modal-title {
    text-align: center!important;
    font-family: "Cinzel Decorative"!important;
    color: #2a2d2e!important;
    padding: 30px 0px!important;
}

.modal-body {

    padding: 40px!important;
}

.filter-button-group.stars button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; /* Empêche tout clic sur le bouton */
    background-color: #ddd; /* Optionnel : changer la couleur de fond */
}

.content-voyage div small {
    display: block;
    color: #A1A1A1;
    text-align: right;
}

.voyage-infos {
    display: flex;
    justify-content: space-between;
}

.content-voyage .text {
    font-size: 13px;
}

.content-voyage div strong{
    display: block;
    text-align: right;
    color: #2A2D2E;
    font-size: 18px;
}

.price-content p {
    display: inline-block;
    text-align: center;
    color: #b1830e;
}

.price-content span {
    font-weight: bold!important;
    color: #2A2D2E;
    display: block;
    text-align: center;
}

.fusion-tb-footer h3 {
    color: #fff!important;
}

.fusion-blog-layout-medium .fusion-post-medium{
    align-items: center!important;
}

.blog-shortcode-post-title {
    margin-bottom: 5px!important;
}

.fusion-blog-layout-medium .fusion-post-slideshow {
    margin-right: 13px!important;
}


.hover-none.fusion-button-default:hover{
    background: none!important;
}

.fusion-has-button-gradient .fusion-button-default:active,
.fusion-has-button-gradient .fusion-button-default:focus{
    background-color: #b1830e!important;
    --button_gradient_hover: #b1830e!important;
}


.devis-btn {
    position: relative!important;
    display: block!important;
}

.fusion-image-carousel {
    margin-bottom: 0px!important;
}

.devis-btn:before {
    content: url(https://oman.izi-wp2.fr/wp-content/uploads/2024/10/before-menu-1.png);
    position: absolute;
    left: -110px;
    top: 51%;
    transform: translateY(-50%) scale(1.09);
}

@media(min-width: 1025px) {
    .fusion-tb-header .fusion-fullwidth {
        overflow: hidden!important;
    }
}



.fusion-tb-header .fusion-sticky-container, .shadow .fusion-column-wrapper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
}


@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .laptop-container .fusion-column-wrapper {
        padding: 0px!important;
    }

    .laptop-container-2 .fusion-column-wrapper {
        padding: 40px!important;
    }

    .size-laptop {
        width: 50%!important;
    }

    .awb-menu .awb-menu__main-ul{
        font-size: 14px!important;

    }

    .awb-menu__main-a_regular {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }

    .hover-none {
        font-size: 13px!important;
        padding-left: 12px!important;
    }

}


@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .before-1:before, .before-2:before, .before-3:before   {
        left: -24%!important;
    }

    .owl-carousel .item {
        height: 450px;
    }

    .awb-swiper-button-next, .awb-swiper-button-prev {
        display: none!important;
    }
}

@media(max-width: 640px) {

    .carousel_position {
        position: relative!important;
        left: 0!important;  
    }

    .owl-carousel .item {
     height: 385px;
 }
 .awb-swiper-button-next, .awb-swiper-button-prev {
    display: none!important;
}

.content-voyage {
    padding: 30px 10px!important;
}

.voyage-item h3 {
    font-size: 19px!important;
}

.thumbnail {
    height: 210px!important;
}

}

.before_title_bar {
    position: relative!important;
}

.before_title_bar:before {
 content: url('https://oman.izi-wp2.fr/wp-content/uploads/2024/10/etoile.png')!important;
 display: block!important; 
 position: absolute!important;
 margin: 0 auto!important; 
 top: 50%!important;
 left: 50%!important;
 transform: translate(-50%, -50%)!important;
}

.fusion-blog-layout-large article {
    margin-bottom: 20px!important;
}

.fusion-blog-layout-large .fusion-post-slideshow {
    margin-bottom:5px!important;
}

.voyage-thumbnail-link {
    display: block;
    height: 100%; /* Ensure it covers the entire card */
}

.thumbnail {
    background-size: cover;
    background-position: center;
    height: 300px; /* Adjust the height as needed */
    background-repeat: no-repeat;
    width: 100%;
    transition: transform 0.5s ease, background-size 0.5s ease; /* Smooth zoom transition */
}

.voyage-item {
    overflow: hidden;
}

.voyage-thumbnail-link:hover .thumbnail {
    transform: scale(1.1); /* Zoom effect */
}


@media(max-width: 640px) {
    .page .fusion-column-wrapper .fusion-fullwidth {
        padding: 30px 0px!important;
    }

}

.floating-contact {
    position: fixed;
    bottom: 20px; 
    right: 20px;  
    background-color: #B1830E;
    color: white;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

@media(max-width: 640px) {
    .floating-contact {
        display: none;
    }

}

.floating-contact a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.floating-contact img {
    width: 30px;
}

.floating-contact:hover {
    background-color: #A2780B;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}


.mobile-btn {
    width: 200px!important;
    margin: 0 auto 20px!important;
}

@media(min-width: 1025px) {
    .mobile-btn {
        display: none!important;
    }
}



.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text {
    border-radius: 0px!important;
}

.label_form p {
    margin-bottom: 5px!important;
}

.wpcf7-list-item {
    margin: 10px 0px!important;
}

.floating-container {
    position: fixed;
    bottom: 20px;
    right: -250px; 
    z-index: 1000;
    transition: right 0.5s ease-in-out; 
}

@media(max-width: 640px) {
    .floating-container {
        display: none;
    }

}

.floating-container.visible {
    right: 20px; 
}
.floating-bubble {
    background-color: #b1830e;
    color: white;
    padding: 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 200px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
}

.floating-bubble:hover {
    transform: scale(1.05);
}

.floating-bubble img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid white;
    margin-bottom: 10px;
}


.floating-bubble .quote {
    font-size: 14px;
    margin: 5px 0;
}

.floating-bubble .name {
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0;
    margin-bottom: 10px;
}

.floating-bubble .quote {
    font-size: 12px;
}

.floating-bubble .phone {
    font-size: 10px;
    background: white;
    color: #0073e6;
    padding: 5px 10px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 4px!important;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 16px;
    color: white;
    cursor: pointer;
}


.floating-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #b1830e;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.floating-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.hidden {
    display: none;
}


@media(min-width: 1200px) {
    .relative-box-1 {
        position: relative!important;
        top: 100px!important;
        right: 125px!important;
        z-index: 9999!important;
    }

    .relative-box-2 {
        position: relative!important;
        top: 75px!important;
        right: -144px!important;
        z-index: 9999!important;
    }

}


@media(max-width: 640px) {


    .column-reverse .fusion-builder-row{
        display: flex!important;
        flex-direction: column-reverse!important;
    }

}


.custom-tabs h4 {
   font-size: 13px!important;
   font-weight: 300!important;
}


.custom-tabs li.active h4 {
    color: #b1830e!important;
}

.custom-tabs h2 {
    font-size: 20px!important;
    margin-bottom: 20px!important;
    font-family: "Cinzel Decorative"!important;
}

.custom-tabs .tab-pane {
    padding: 40px 10px!important;
}

.tabs-container .fusion-fullwidth {
    padding: 0px!important;
}

.price-custom .one {
    display: block!important;
    color: #A1A1A1!important;
    font-size: 13px!important;
    margin-bottom: 5px!important;
}

.price-custom .two {
    color: #2A2D2E!important;
    font-size: 13px!important;
}


.price-custom .price {
    font-weight: 700!important;
    color: #2A2D2E!important;
    font-size: 25px!important;
    color: #2A2D2E!important;
}

.supp strong{
    color:#B1830E!important;
}

.supp p:last-child{
    margin-bottom: 0px!important;
}

.voyage-list .grid-item{
    float: left;
    width: 33%; 
    box-sizing: border-box; 
}


.hotel-list .grid-item {
    float: left;
    width: 25%; 
    box-sizing: border-box; 
}


@media (max-width: 991px) {
    .hotel-list .grid-item, .voyage-list .grid-item {
        width: 50%; 
    }
}


@media (max-width: 767px) {
    .hotel-list .grid-item, .voyage-list .grid-item {
        width: 100%; 
    }
}


.hotel-item, .voyage-item {
    margin: 10px;
}

.button-group {
    text-align: center;
}

.filter-button-group button {
    background: transparent;
    border: none; 
    padding: 10px 20px; 
    font-size: 16px; 
    font-weight: 500; 
    color: #333; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    background-color: #f6f6f6;
    margin: 5px 0px;
}

.filter-button-group button.active {
    color: #fff; 
    background-color: #b1830e; 
}

.filter-button-group button:hover {
    color: #fff; 
    background-color: #b1830e; 
}

.filter-button-group button:focus {
    outline: none; 
}

.footer-separator, .content-footer  .fusion-builder-row {
    position: relative!important;
    z-index: 1!important;
}

#main .fusion-text ul {
    padding-inline-start: 20px!important;
}

#main .fusion-text ul li {
    margin-bottom: 10px!important;
}