@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: 10rem;
    background-color: #444 !important;
    border:1px solid #444 !important;
    color: #fff !important;
    font-size: 16px;
    border: 0px;
    float: left;
    font-weight: bold;
    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-submit-editeur:hover{
    background-position: 0 0;
    border:1px solid #444 !important;
    color:#444 !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 */
    /* resa bar 1 */ 
.resa-bar-1{
    position: relative;
    width: 100%;
} 
    /* resa bar 2 */ 
.resa-bar-2{
    border: 1px solid #2F5D2F;
    padding: 10px 20px;
    border-radius: 50px;
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
}

.itemSlideRb>div>h3{color:#2F5D2F !important;}
.aItemSlideRb { 
    border: 1px solid #E6B84C!important; 
    background-color: #E6B84C !important;
    
}
.aItemSlideRb:hover { 
    color: #E6B84C!important; 
}

  /* widget rental */ 
.rental-card{ 
    max-width: unset !important;
}
.rental-gallery{ 
    margin-left:auto !important;
    margin-right:auto !important; 
}
.rental-gallery figure , .rental-gallery .img-gallery,.rental-gallery .img-gallery+.hover.photo.cursor{
    border-radius:0.375rem;
}
.rental-body{ 
}
.rental-description{
    max-height: 200px; 
    overflow-y: auto;
}

.rental-title {
    position: relative !important;  
    padding-top: 10px !important; 
    font-size: calc(1.3rem + .6vw) !important;
} 
.rental-title::before {
    content: '' !important;  
    display: block !important;  
    width: 30px !important;  
    height: 3px !important; 
    background-color:var(--color-3) !important;  
    position: absolute !important;  
    top: 0 !important; 
    left: 0 !important;  
}  

.btn-availability, .btn-equipment { 
     background-color: #343a40 !important;
    border:1px solid #343a40 !important;
    color: #fff !important;  
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    background-size: 201% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s;    
}
.btn-availability:hover , .btn-equipment:hover{
    background-position: 0 0;
    border:1px solid #343a40 !important;
    color:#343a40 !important;
    transition: background-position 0.5s,color 0.3s linear 0.2s, background-color 0s linear 0.5s;
}

.btn-bookNow { 
    background-color: #faa500 !important;
    border:1px solid #faa500 !important;
    color: #fff !important;  
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    background-size: 201% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s;  
}
.btn-bookNow:hover {
    background-position: 0 0;
    border:1px solid #faa500 !important;
    color:#faa500 !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: 20px !important; 
}
/* FIN - OTROS */ 
 
 @media only screen and (min-width: 576px) {

/* RESABOOKING */

/* FIN - RESABOOKING */

/* OTROS */

/* FIN - OTROS */ 
}

 @media only screen and (min-width: 768px) {
/* RESABOOKING */
 
  /* widget rental */
.rental-card{
    display: flex !important;
    max-width: unset !important;
}
.rental-gallery{
    width: 50% !important;
    max-width: unset !important; 
    padding-right: 15px;
    margin-left:unset !important;
    margin-right:unset !important;
    margin-top:auto !important;
    margin-bottom:auto !important;
}
.rental-body{
    width: 50% !important;
    padding-left: 15px;
    margin-top:auto !important;
    margin-bottom:auto !important;
}
.rental-description{ 
    max-height: 200px; 
}
.btn-availability span:nth-child(2), .btn-equipment span:nth-child(2) { 
   display: none !important;
}
/* FIN - RESABOOKING */

/* OTROS */ 
.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 */
    /* resa bar 1 */ 
.resa-bar-1{
    position: absolute;
    bottom: 30px;
    z-index: 1;
}
.resa-bar-1 > div > div{
    padding: 2px 10px !important;
}
.resa-bar-1 #inputDateSearchBarRb1{
    border-radius:50px 0px 0px 50px !important;
}

/* 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 */
     /* widget rental */ 
    .btn-availability span:nth-child(2), .btn-equipment span:nth-child(2) { 
    display: inline-block !important;
    }
/* FIN - RESABOOKING */

/* OTROS */

/* FIN - OTROS */ 
}

 @media only screen and (min-width: 1200px) {
/* RESABOOKING */
 
  /* widget rental */
 .rental-description{max-height:350px;}
/* 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 */
 
/* 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 */ 
}