/* 
Theme Name: Hello Eliophot Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, Eliophot
*/

.elementor-carousel-image {
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}
/* CSS WIDGET BEST PRICE */
#rsvit_btn {
    justify-content: center;
    align-items: center;
    transform: initial;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #F49E4C;
    color: #fff;
    border: 0;
    top: 335px;
    bottom: initial;
    cursor: pointer;
    right: 0;
    position : fixed;
    z-index: 999999;
    display: none;
}
#iframeReservitBestPriceWidget {
    margin: auto;
    border: none;
    max-width: initial;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 5px;
}
#btn_bed_ico {
    font-size: 1.3em;
    border: 2px solid;
    border-radius: 3px;
    padding: 2px 3px 2px 3px;
    margin-right: 5px;
}
#rsvit_btn>span {
    font-weight: normal;
}
#ReservitBestPriceWidgetbox {
    border: 0;
    position: relative;
    z-index: 999998;
    background-color : transparent;
    text-align: center;
    overflow: hidden;
    width: 250px;
    height: 100%;
}
#ReservitBestPriceWidget {
    position: fixed;
    top: 50%;
    display: none;
    text-align: center;
    width: 250px;
    height: 450px;
    right: 0;
    transform: translateX(0);
    transform: translateY(-50%);
    left: initial;
    z-index: 9999;
}
#box_btn_close {
    font-size: 14px;
    color: black;
    transition: transform 0.5s ease;
    margin: auto;
}
#box_btn_close:hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#box_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    vertical-align: middle;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    z-index: 1000000;
}
/* DEBUT RESPONSIVE */
@media (max-width: 790px) {
    #rsvit_btn {
        width: 92%;
        left: 4%;
        bottom: 0;
        top: initial;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        background-color: rgba(244,158,76,0.9);
    }
    #ReservitBestPriceWidget {
        left: 50%;
        right: initial;
        margin-left: -125px;
    }
}
@media screen and (max-width:450px) and (orientation:portrait) {
    #ReservitBestPriceWidget {
        width: 250px;
        height: 90%;
    }
}
@media screen and (max-width:750px) and (orientation:landscape) {
    #ReservitBestPriceWidget {
        width: 250px;
        height: 90%;
    }
}