/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Fitia
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/*
    Add your custom styles here
*/
span.pacifico {
    font-family: 'Pacifico';
}
/* slide */
ul.detail-chambre {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 5px;
    color: #000;
    font-family: Lato;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    justify-content: space-between;
    -moz-osx-font-smoothing: grayscale;
}
ul.detail-chambre span{
    display: block;
}

ul.detail-chambre li {
    text-align: center;
    
}

ul.detail-chambre span.icone img {
    height: 35px;
}

ul.detail-chambre span.libelle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    font-family: "Josefin Sans", Sans-serif;
    font-weight: 400;
}
ul.detail-chambre li {
    text-align: center;
    border-right: 1px solid #0000001c;
    padding: 15px;
    border-bottom: 1px solid #0000001c;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.detail-chambre li:nth-last-child(-n+3),ul.detail-chambre li:nth-last-child(-n+3) {
    border-bottom: none;
}
ul.detail-chambre li:nth-child(3n+3) {
    border-right: none;
}
.ui-datepicker-title {
    justify-content: space-between;
    display: flex;
    font-size: 14px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 8px;
    display: inline-block;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: 0;
    background: #ffffffb8;
    font-family: 'Josefin Sans';
    font-size: 16px;
}
table.ui-datepicker-calendar a, table.ui-datepicker-calendar span {
    border-radius: 3px !important;
    text-align: center !important;
    font-family: 'Josefin Sans';
}
table.ui-datepicker-calendar th span {
    font-family: 'Josefin Sans';
}
.ui-datepicker-year option:nth-child(n+5) {
    display: none;
}
.dialog-message.dialog-lightbox-message {
    overflow-y: auto; 
}


.dialog-message.dialog-lightbox-message::-webkit-scrollbar {
    width: 8px; 
    border-radius: 2px;
}

.dialog-message.dialog-lightbox-message::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px; 
}

.dialog-message.dialog-lightbox-message::-webkit-scrollbar-thumb {
    background: #000; 
    border-radius: 5px; 
    border: 2px solid #f1f1f1;
}

.dialog-message.dialog-lightbox-message::-webkit-scrollbar-thumb:hover {
    background: #000;
}


.dialog-message.dialog-lightbox-message {
    scrollbar-color: #000 #f1f1f1; 
    scrollbar-width: thin; 
    border-radius: 2px;
}


@media (max-width: 1024px) {
    #form-resa .elementor-element.elementor-element-52fe70f {
       
        padding-bottom: 40px;
        
    }
}
@media (max-width: 980px) {
	ul.detail-chambre {
    grid-template-columns: repeat(2, 1fr);
	}
	ul.detail-chambre li {
    border-right: 1px solid #0000001c !important;
    border-bottom: 1px solid #0000001c !important;
}
    ul.detail-chambre li:nth-last-child(-n+2),ul.detail-chambre li:nth-last-child(-n+2) {
    border-bottom: none !important;
	}
	ul.detail-chambre li:nth-child(2n+2) {
    border-right: none !important;
	}
	
}
@media (max-width: 767px) {
	div#ui-datepicker-div {
    left: auto!important;
}
	
}