@charset "utf-8"; 

/* FORM EDITEUR */
.form-footer-3 hr{display:none !important;}
.col_plugin_text{width: 100%;}
.col_plugin_text img {width: 100%;}

.btn-submit-editeur {
    border-radius: 50rem;
    background-color: transparent !important;
    border:1px solid #546a72 !important;
    color: #546a72 !important;
    font-size: 22px;
    border: 0px;
    
    padding: 6px 15px;
    margin-top: 15px;

    background-image: linear-gradient(90deg, #546a72 0%, #546a72 50%, transparent 50%, transparent 100%);
    background-size: 200% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s;
}
.btn-submit-editeur:hover{
    background-position: 0 0;
    border:1px solid #546a72 !important;
    color:#fff !important;
    transition: background-position 0.5s,color 0.3s linear 0.2s, background-color 0s linear 0.5s;
}
.custom-checkbox {text-align: left !important;}
.custom-control-label {Font-size: 16px !important;}
.text-info {color: #444 !important;}
/* FIN - FORM EDITEUR */

/* GALERIA EDITEUR */
.card{
    display:block !important;
}
.plugin-img-card{
    padding-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
    display: block !important;
}
.plugin-img-card > .card-body {
 display:none !important;
}
/* FIN - GALERIA EDITEUR */

/* RESABOOKING */
#ui-datepicker-div{max-width: 300px!important}

.widget_search{height: 175px;}

.resa-slide {
    position: relative !important;
    height: 175px;   
    font-size: 16px !important;
    z-index: 1 !important;
}
.arrival{cursor:pointer;}  
.resa-slide .arrival[name="arrival_date"]{ border:solid 1px #444;font-weight: bold; }   
.ui-datepicker-div{z-index: 10 !important;}  

.contItemSlideRb{margin-left: auto !important;margin-right: auto !important;}

/* searbar 1 */


/* searbar 3 */
.widget-search-3 { 
    position: relative !important;   
    padding: 10px;
}

/* rental */
.containter-widget-rental{
    position: relative;
    padding-bottom: 105px;
}
.containter-widget-rental .rental-buttons{
    position: absolute;
    left:0;
    bottom: 0;
}

.rental-title{
    font-family: "times-new-roman", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important; 

    color: #546a72 !important;
} 
.btn-availability,.btn-equipment{
    border-radius: 10rem;
    background-color: transparent !important;
    border:1px solid #80a78a !important;
    color: #80a78a !important;
    font-size: 16px;
    border: 0px; 
    padding: 6px 15px;
    margin-top: 15px;

    background-image: linear-gradient(90deg, #80a78a 0%, #80a78a 50%, transparent 50%, transparent 100%);
    background-size: 200% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s;
}
.btn-availability:hover,.btn-equipment:hover{
    background-position: 0 0;
    border:1px solid #80a78a !important;
    color:#fff !important;
    transition: background-position 0.5s,color 0.3s linear 0.2s, background-color 0s linear 0.5s;
}
 
.btn-bookNow{
    display: block !important;
    border-radius: 10rem;
    background-color: #546a72 !important;
    border:1px solid #546a72 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0px; 
    padding: 6px 15px;
    margin-top: 15px;

    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    background-size: 200% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s; 
}

.btn-bookNow:hover{
    background-position: 0 0;
    border:1px solid #546a72 !important;
    color:#546a72!important;
    transition: background-position 0.5s,color 0.3s linear 0.2s, background-color 0s linear 0.5s;
 } 
/* FIN - RESABOOKING */

/* OTROS */
.f-carousel-multi {--f-carousel-slide-width: 100%;}
.offcanvas-top{height:fit-content !important;}

.fancybox__content>.googlemaps_embed {
    width: 90vw !important;
    height: 90vh !important;
    max-width: 1200px !important;
    max-height: 900px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.fancybox__content>.googlemaps_embed>iframe {
    width: 90vw !important;
    height: 90vh !important;
    max-width: 1200px !important;
    max-height: 900px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fancybox__content {
    margin: 0 !important;
    padding: 0 !important;
}
.omlineMapaAux, .omlineMapaAux > iframe{width:100%;height:300px;}
.accordion-button{font-size: 20px;}

button span{ 
    Font-size: 18px !important; 
}



.center-absolute {
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.zoom-effect {
    overflow: hidden;
    box-sizing: content-box;
}
.zoom-effect .text-zoom{ 
    text-transform: uppercase;
}
.zoom-effect img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.zoom-effect:hover .text-zoom{
    font-size: 1.5em;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
} 
.minHeight-300px{min-height: 300px;}
/* FIN - OTROS */ 
 

 .avis-clients-2{display:none !important;}
#btn-avis-cool > i{
    font-size: 20px !important;
    margin-right:5px !important;
}
#btn-avis-cool > span{
    font-size: 16px !important;
}


 @media only screen and (min-width: 576px) {

/* RESABOOKING */

/* FIN - RESABOOKING */

/* OTROS */

/* FIN - OTROS */ 
}

 @media only screen and (min-width: 768px) {
/* RESABOOKING */
.widget_search{height: 65px;} 
/* widget-search-1 */


/* widget-search-3 */
.widget-search-3 { 
    min-height: 60px !important;
    position: fixed !important;
    z-index: 2 !important;
    bottom: 0px !important;
    width: 100% !important;  
} 
/* FIN - RESABOOKING */

/* OTROS */
#btncerrarActuRight{
    position: absolute;
    left: -56px;
    top: 100px; 
    background-color: #fff;
    height: 40px;
    border-radius: 50px 0px 0px 50px;
    width: 40px;
    opacity: 1;
}
.f-carousel-multi { --f-carousel-spacing: 8px;--f-carousel-slide-width: calc((100% - 8px) / 2);}
.omlineMapaAux, .omlineMapaAux > iframe{height:600px;}
.accueil-velo{ bottom:110px;max-width: 120px; }
/* FIN - OTROS */ 
}

 @media only screen and (min-width: 992px) {
/* RESABOOKING */

/* widget-search-1 */


/* FIN - RESABOOKING */

/* OTROS */
 .f-carousel-multi { --f-carousel-spacing: 8px;--f-carousel-slide-width: calc((100% - 16px) / 3); }
/* FIN - OTROS */ 
}

 @media only screen and (min-width: 1024px) {
/* RESABOOKING */

/* FIN - RESABOOKING */

/* OTROS */

/* FIN - OTROS */ 
}

 @media only screen and (min-width: 1200px) {
/* RESABOOKING */
/* rental */
.containter-widget-rental{
    position: relative;
    padding-bottom: 105px;
}
/* FIN - RESABOOKING */

/* OTROS */
.f-carousel-multi { --f-carousel-spacing: 8px;--f-carousel-slide-width: calc((100% - 24px) / 4);     }
/* FIN - OTROS */ 
}

 @media only screen and (min-width: 1400px) {
/* RESABOOKING */
.widget_search{margin-top:0px;}
/* FIN - RESABOOKING */

/* OTROS */
.f-carousel-multi { --f-carousel-spacing: 8px;--f-carousel-slide-width: calc((100% - 32px) / 5);    }
/* FIN - OTROS */ 
}

 @media only screen and (min-width: 1600px) {
/* RESABOOKING */

/* FIN - RESABOOKING */

/* OTROS */

/* FIN - OTROS */ 
}