html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.icon-rs a {
    font-size: 43px;
    color: white;
    margin: 10px;
}

    .icon-rs a :hover {
        color: #8AB74B;
    }


.footer-area {
    bottom: 0;
    /*position: absolute;*/
    width: 100%;
}


.before-footer {
    margin-bottom: 50px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.select-day {
    background-color: #8AB74B !important;
}

/* Calendrier accueil */
.lienDateOuvert:hover {
    background-color: #8AB74B;
    cursor: pointer;
}

.lienDateFerme {
    background-color: lightgray;
}

    .lienDateFerme:hover {
        cursor: not-allowed;
    }

.lienDate {
    border: 1px solid #999;
    border-radius: 5px;
}



.our-gallery {
    margin-bottom: 050px;
}


@media (max-width:568px) {

    .our-gallery {
        margin-bottom: 50px;
    }
}

@media (min-width:569px) and (max-width:991px) {

    .our-gallery {
        margin-bottom: 50px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .our-gallery {
        margin-bottom: 50px;
    }
}

/*@media (width:768px) {

    .our-gallery {
        margin-bottom: 700px;
    }
}*/


.book-table-area2 {
    margin-bottom: 300px;
}

@media (max-width:575px) {

    .book-table-area2 {
        margin-bottom: 1200px;
    }
}

@media (min-width:576px) and (max-width:991px) {

    .book-table-area2 {
        margin-bottom: 700px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .book-table-area2 {
        margin-bottom: 400px;
    }
}


.carte {
    margin-left: 343px;
}

@media (width:768px) {

    .carte {
        margin-left: 0;
    }

    .before-footer-vin {
        margin-bottom: 300px;
    }
}

@media (max-width:575px) {
    .carte {
        margin-left: 0;
    }
    .before-footer-vin {
        margin-bottom: 700px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .before-footer-vin {
        margin-bottom: 300px;
    }
}


@media (min-width:576px) and (max-width:991px) {
    .carte {
        margin-left:0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .carte {
        margin-left: 230px;
    }
}

.dessert {
    margin-left: 343px;
}

@media (min-width:991px) and (max-width: 1199px) {
    .dessert {
        margin-left: 230px;
    }
}

@media (max-width:575px) {
    .dessert {
        margin-left: 0;
        margin-bottom: 700px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .dessert {
        margin-left: 0;
        margin-bottom: 300px;
    }
}

@media (max-width:575px) {
    .dej {
        margin-bottom: 1200px;
    }

}

@media (min-width:576px) and (max-width:991px) {
    .dej {
        margin-bottom: 700px;
    }
}

@media (max-width:575px) {
    .livraison {
        margin-bottom: 1200px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .livraison {
        margin-bottom: 900px;
    }
}


@media (max-width:575px) {
    .lerestaurant {
        margin-bottom: 50px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .lerestaurant {
        margin-bottom: 50px;
    }
}

.lerestaurant {
    margin-bottom: 50px;
}

@media (max-width:575px) {
    .noustrouver {
        margin-bottom: 50px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .noustrouver {
        margin-bottom: 50px;
    }
}



.iti {
    display:block !important;
}





/*.intl-tel-input {
    display: table-cell;
}

    .intl-tel-input .selected-flag {
        z-index: 4;
    }

    .intl-tel-input .country-list {
        z-index: 5;
    }

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}*/


/*input {
    width: 250px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
}

    input::placeholder {
        color: #BBB;
    }*/


