/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
body {
    overflow-x: hidden;
}

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;

    /* IE 9 */
    float: left \9;
    width: 100% \9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
    display: none;
}


div.content-container {
    max-width: 1196px;
}

body {
    font-family: Poppins, sans-serif;
}

.container.section-divider {
    margin-top: 50px;
}

.offert .row a {
    color: #21409a;
    font-weight: bold;
    z-index: 40;
}

.offert .row a:hover {
    color: #21409a;
    text-decoration: underline;
}

.offert .row h1 {
    color: #27aae1;
    margin-top: 15px;
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .offert .row h1 {
        /*color: #27aae1;*/
        /*margin-top: 15px;*/
        font-size: 24px;
    }
}

.footer-second {
    background-color: #21409a;
}

.footer-first {
    background-color: #27aae1;
}

#navcol-2 a {
    color: #fff;
}

#navcol-2 a:hover {
    color: #27aae1 !important;
}

#navcol-1 a {
    color: #21409a;
    font-weight: bold;
}

#navcol-1 a:hover {
    color: #27aae1 !important;
}

.dropdown-item {
    color: #21409a;
!important;
}

.dropdown-item:hover {
    color: #27aae1 !important;
}

.page-content h1 {
    color: #27aae1;
    margin-top: 15px;
    font-size: 60px;
    margin-bottom: 24px;
    text-transform: lowercase;
}

.page-row h2, .page-row h4 {
    color: #21409a;
    font-size: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-row p {
    line-height: 35px;
}

.page-row b, .page-row strong {
    font-weight: normal;
    color: #27aae1;
}

.page-row ul {
    list-style: none; /* Remove default bullets */
}

.page-row ul li {
    margin-top: 8px;
}

.page-row-content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #27aae1; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}


@media (max-width: 576px) {
    .h1, h1 {
        font-size: 24px !important;
    }
}

@media (max-width: 576px) {
    p {
        font-size: 18px !important;
    }
}

.faq .card {
    border: 0;
    background-color: #f4fbfd;
}

.faq .card-header {
    background-color: #f4fbfd;
    border-bottom: 0;
}

.faq .btn-link {
    color: #27aae1;
    font-size: 21px;
    text-align: left;
}

.faq .card-body {
    font-size: 17px;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 35px;
}

.page-row td {
    line-height: 30px;
}

.page-row td:nth-child(1) {
    padding-right: 1rem;
}

.page-row td:nth-child(2) {
    padding-left: 1rem;
}

.page-row .oc-alternate-rows, .page-row .oc-dashed-borders {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-row .oc-alternate-rows td, .page-row .oc-dashed-borders td {
    padding: 2rem;
    line-height: 30px;
}

.page-row .oc-alternate-rows td:nth-child(2) {
    background-color: #f4fbfd;
}

.page-row .oc-alternate-rows td:nth-child(1) {
    background: linear-gradient(90deg, #fff 50%, #f4fbfd 50%);
}

.page-row .oc-alternate-rows td:nth-child(1) div {
    border-left: 2px solid #21409a;
    padding: 30px;
    padding-left: 10px;
    background-color: #fff;
}


.page-row .oc-dashed-borders td:nth-child(1) {
    background-color: #f4fbfd;
}

.page-row .oc-dashed-borders td:nth-child(2) {
    background: linear-gradient(90deg, #f4fbfd 50%, #fff 50%);
}

.page-row .oc-dashed-borders td:nth-child(2) div {
    border-right: 2px solid #21409a;
    padding: 30px;
    padding-left: 10px;
    background-color: #fff;
}

@media (max-width: 992px) {

    .page-row td {
        display: block;
        width: 100% !important;
    }

    .page-row td:nth-child(1) {
        padding-right: 0;
    }

    .page-row td:nth-child(2) {
        padding-left: 0;
    }

    .page-row .oc-alternate-rows td, .page-row .oc-dashed-borders td {
        display: block;
        width: 100% !important;
    }

    .page-row .oc-alternate-rows td:nth-child(1) {
        background: none;
    }

    .page-row .oc-dashed-borders td:nth-child(2) {
        background: linear-gradient(180deg, #f4fbfd 20%, #fff 20%);
    }
}

#pricing h1 {
    color: #27aae1;
    font-size: 41px;
}

#flowers {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.flowers-left {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/flowers_left.png?3");
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-attachment: fixed;
    background-size: 20%;
    width: 20%;
    height: auto;
    z-index: 1;
}

.flowers-right {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/flowers_right.png?3");
    background-repeat: no-repeat;
    background-position-x: right;
    background-attachment: fixed;
    background-size: 10%;
    width: 10%;
    height: auto;
    z-index: 1;
}

/*@media (max-width: 1400px) {*/
/*  .flowers-left {*/
/*    background-size: 15%;*/
/*  }*/
/*  .flowers-right {*/
/*    background-size: 8%;*/
/*  }*/
/*}*/
.page-content-menu {
    list-style: none;
    padding-left: 0;
}

.page-content-menu li {
    list-style: none;
}

.page-content-menu li a {
    color: #21409a;
    text-transform: uppercase;
    font-weight: bold;
}


#footer .dropdown-menu .dropdown-item {
    color: #21409a;
    font-weight: bold;
}


#footer .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: transparent;
}

#layout-footer {
    margin-top: 20px;
}

.page-row .sticky-top {
    top: 120px;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.show-more-offer-btn {
    color: #21409a;
    font-size: 24px;
}

.show-more-offer-btn div {
    transform: rotate(180deg);
    margin-top: 10px;
}

.show-more-offer-btn.collapsed div {
    transform: rotate(0deg);
}

#reservation h1 {
    color: #21409a;
    font-size: 40px;
    margin-bottom: 30px;
}

#reservation h2 {
    color: #25aae1;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
}

#reservation strong {
    color: #25aae1;
    font-weight: normal;
}

#reservation p {
    line-height: 35px;
    font-size: 20px;
}

#reservation form label {
    color: #25aae1;
    margin-top: 5px;
    font-size: 20px;
    padding-left: 25px;
}

#reservation form input, #reservation form select {
    background-color: #f4fbfd;
    border: none;
    height: calc(2.5em + .75rem + 2px);
}

#reservation form .btn-primary {
    background-color: #21409a;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 20px;
    margin-top: 20px;
    padding: .575rem .75rem;
}

#reservation form {
    margin-bottom: 25px;

}

#reservation .form-link {
    font-size: 23px;
    color: #21409a;
    font-weight: bold;
}

.faq .card-header button::after {
    background-image: url(../img/arrow_faq.png);
    width: 28px;
    content: ' ';
    position: absolute;
    height: 15px;
    top: 29px;
    right: 28px;
}

.faq .card-header button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.footer-first a {
    color: #fff;
}

.photo-gallery {
    background-color: transparent;
}

p, h1, h2, h3, h4, h5, h6, a.upper, .info .name {
    z-index: 3;
    position: relative;
}

#pricing .info {
    width: 100%;
    float: left;
}

#pricing .name {
    float: left;
    background: white;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    padding: 4px 4px 4px 0;
}

#pricing .price {
    padding: 4px;
    float: right;
    background: white;
    text-transform: uppercase;
    color: #333333;
}

#pricing .dotted_line {
    border-top: dotted 2px #333333;
    position: relative;
    width: 100%;
    top: 20px;
    z-index: -1;
}

.pricing-divider {
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}
