@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: 0.375rem; 
    background-color: #777777 !important;
    border:1px solid #777777 !important;
    color: #fff !important;
    font-size: 20px;
    border: 0px;
    
    padding: 6px 15px;
    margin-top: 15px;

    border:1px solid #777777 !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;  
    text-transform :uppercase !important;
}
.btn-submit-editeur:hover{
    background-position: 0 0;
    border:1px solid #777777 !important;
    color:#777777 !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 #444;*/
    padding: 10px 20px;
    border-radius: 50px;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}

  /* widget rental */
.rental-card{ 
    max-width: unset !important;
}
.rental-gallery{ 
    margin-left:auto !important;
    margin-right:auto !important; 
}
.rental-body{ 
}
.rental-description{
    /* max-height: 100px; 
    overflow-y: auto; */
}

.rental-title{
    color:#3e9f73 !important;
}

.btn-availability, .btn-equipment { 
     background-color: transparent !important;
    border:1px solid var(--color-11)  !important;
    color: #343a40 !important;  
    background-image: linear-gradient(90deg, var(--color-11)  0%, var(--color-11)  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 var(--color-11)  !important;
    color:#fff !important;
    transition: background-position 0.5s,color 0.3s linear 0.2s, background-color 0s linear 0.5s;
}

.btn-bookNow { 
    background-color: var(--color-11) !important;
    border:1px solid var(--color-11) !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 var(--color-11) !important;
    color:#343a40 !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; 
}

.table-dark{--bs-table-bg:#777 !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{ 
    min-height: 100px; 
}
.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: 10%;
    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-card{ 
    display: block !important;
}
.rental-gallery{
    width: 100% !important;
    padding-right: unset; 
    margin-left:auto !important;
    margin-right:auto !important; 
}
.rental-body{
    width: 100% !important;
    padding-left: unset;
}
/* 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 */ 
}