/* 
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
*/




@media screen and (min-width: 1024px) {
    #header .hidden-nav-desktop {
        display: none;
    }
    #nav-secondaire{
        display: block;
    }
  #langues-header .elementor-nav-menu--dropdown{
      width: 60px !important;
      min-width: inherit !important;
  }
}



/*------------------------------quicksearch mobile-------------------*/
.eliophot-qs-mobile{
    padding: 0 20px 15px 20px !important;
}
.eliophot-qs-mobile .gap6{
    padding: 0 0 !important;
}

/*----------------------------rooms accueil --------------------------*/
#section-rooms .swiper-slide{
    width: 100% !important;
}
#section-rooms .swiper-slide .elementor-carousel-image{
  transform: scale(1);
    -webkit-transition: transform  0.5s ease-in;
    -moz-transition:  transform  0.5s ease-in;
    -o-transition:  transform  0.5s ease-in;
    transition:  transform  0.5s ease-in;
}
#section-rooms .swiper-slide:hover .elementor-carousel-image{
    transform: scale(1.1);
}
#section-rooms .col-rooms:hover .eliophot-room-description__title{
    color:var(--e-global-color-secondary);
}

#section-rooms .swiper-slide:hover{
    width: 100% !important;
}

/*---------------------------------infos pratiques---------------------*/
.infos-pratiques .elementor-icon-box-title{
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}
/*---------------------------------section services---------------------*/

.icone-services  .elementor-icon-box-wrapper{
    align-items: center;
}
.icone-services .elementor-icon-box-title{
    margin-bottom: 18px !important;
    margin-top: 0 !important;
}
.icone-services  .elementor-icon-box-wrapper{
    align-items: center !important;
}
.icone-services .elementor-icon-box-icon{
    background: white;
  height:80px;
    width: 80px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 4%);
    padding: 20px 0px 0px 0px;
    line-height: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .icone-services .elementor-icon-box-icon{
        padding: 20px 0px 0px 0px;
    }
}
@media screen and (min-width: 1025px) {
    .icone-services .elementor-icon-box-icon {
        height: 110px;
        width: 100px;
        padding: 30px 3px 0px 0px;
    }
}
/*-----------------------chambre niv 2--------------------------------*/
.col-one-room #btn-reserver{
    position: absolute;
    right: 2rem;
    bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .col-one-room #btn-reserver{
        right: 2rem;
        bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    .col-one-room #btn-reserver{
        right: 2rem;
        bottom: 4rem;
    }
}
/*--------------------------------section-other-rooms----------------------------------*/
#section-other-rooms .eliophot-room__cta{
position: relative;
}
#section-other-rooms .eliophot-room__cta_title{
    display: flex;
    position: absolute;
    top: -41px;
    right: 26px;
}
#section-other-rooms .eliophot-room__cta_price{
    margin-left: 5px;
}
/*--------------------------------------footer------------------*/
#nav-footer i{
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
    #nav-footer ul   {
        display: flex;
       justify-content: center;
    }
}

/*----------------------quickacess-----------------------*/
@media screen and (max-width: 1024px) {
    #quickaccess .elementor-nav-menu--dropdown{
        overflow: visible;
    }
    #quickaccess .elementor-nav-menu--dropdown{
        position: absolute;
        bottom: 40px;
        z-index: 200;
        width: 100% !important;
        min-width: inherit !important;
        top:inherit !important;
    }
   /* #quickaccess .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, #quickaccess .elementor-nav-menu--dropdown .elementor-item.highlighted,  #quickaccess .elementor-nav-menu--dropdown .elementor-item:focus, #quickaccess .elementor-nav-menu--dropdown .elementor-item:hover,  #quickaccess .elementor-sub-item.elementor-item-active, #quickaccess .elementor-sub-item.highlighted,  #quickaccess .elementor-sub-item:focus, #quickaccess .elementor-sub-item:hover{
        background-color:  var( --e-global-color-primary ) !important;
        color:white !important;
    }*/

	
	.elementor-carousel-image {
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}
	
