body {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    min-width: 360px;
}

@font-face {
    font-family: "CEL";
    src: url("../fonts/CEL.ttf") format("truetype");
}

@font-face {
    font-family: "CELB";
    src: url("../fonts/Champagne & Limousines Bold.ttf") format("truetype");
}

header {
    min-width: 360px;
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 360px;
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid white;
}

@media (max-width: 992px) {
    .navbar-collapse:not(.second-collapse) {
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 8px;
        padding: 10px;
    }

    .second-collapse {
        padding: 10px;
    }

    .nav-item {
        text-align: center;
    }
}

#mainNav .navbar-brand {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    text-shadow: 0 0 10px black;
    text-align: left;
}

#mainNav .navbar-brand img {
    height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.95rem;
    color: #eeeeee;
    font-weight: 500;
    letter-spacing: 0.0625em;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #212529;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 1.5rem;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
}

header.masthead.small {
    padding-top: 14rem;
    padding-bottom: 7.5rem;
    border-bottom: 5px solid #252b2d;
    background-position: center 25%;
}

header.masthead.small .navbar {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

header.masthead .masthead-subheading {
    margin-bottom: 25px;
    font-size: 2.75rem;
    line-height: 2.75rem;
    text-shadow: 0 0 20px black;
    letter-spacing: 2px;
}

header.masthead .masthead-heading {
    line-height: 4.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px black;

    font-family: 'CEL', sans-serif;
    font-weight: 400;
    font-size: 5.5rem;
    letter-spacing: 4px;
}

/* large resolutions */
@media (max-width: 992px) {
    header.masthead {
        padding-top: 15rem;
        padding-bottom: 11.5rem;
    }

    header.masthead .masthead-subheading {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }

    header.masthead .masthead-heading {
        font-size: 4rem;
        line-height: 4rem;
    }

    header.masthead.small {
        padding-top: 12.35rem;
        padding-bottom: 6.25rem;
    }
}

/* medium resolutions */
@media (max-width: 768px) {
    header.masthead {
        padding-top: 14rem;
        padding-bottom: 10rem;
    }

    header.masthead .masthead-subheading {
        font-size: 2rem;
        line-height: 2rem;
    }

    header.masthead .masthead-heading {
        font-size: 4rem;
        line-height: 3rem;
    }

    header.masthead.small {
        padding-top: 11.50rem;
        padding-bottom: 5.8rem;
    }
}

/* xs and small resolutions */
@media (max-width: 576px) {
    header.masthead {
        padding-top: 10rem;
        padding-bottom: 7.5rem;
    }

    header.masthead .masthead-subheading {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }

    header.masthead .masthead-heading {
        font-size: 3rem;
        line-height: 2.5rem;
    }

    header.masthead.small {
        padding-top: 10rem;
        padding-bottom: 4.7rem;
    }
}


/* Start */

.active > a {
    color: white !important;
}

.top-nav {
    display: block;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    text-align: left;
    color: white;
    min-width: 360px;
}

.fixed-top {
    position: absolute;
}

.fixed-top-40 {
    top: 40px;
}

.nav-item.action {
    border: 1px solid white;
    border-radius: 30px;
    padding: 0 10px;
}

.nav-item.action:hover {
    background-color: white;
}

.nav-item.action:hover > .nav-link {
    color: #121212 !important;
}

.nav-item.action > .nav-link {
    color: white !important;
}

.more > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.more > ul > li {
    float: right;
    padding: 0 15px;
}

@media (max-width: 728px) {
    .more > ul > li {
        float: right;
        padding: 0 10px;
    }
}

@media (max-width: 550px) {
    .more > ul > li {
        float: right;
        padding: 0 5px;
    }
}

@media (max-width: 450px) {
    .top-nav {
        font-size: 0.8rem;
    }
}


.more > ul > li:first-of-type {
    padding-right: 0;
}

.more > ul > li > a, .link-ec a {
    text-decoration: none;
    color: white;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.more > ul > li > a:hover, .link-ec a:hover {
    text-decoration: none;
    color: #eeeeee;
}

/* Header 2*/
.unstick, footer {
    background-color: #252b2d !important;
    min-width: 360px;
}

.unstick.fixed-top {
    position: fixed;
}

/* Quick Booking */

.qb-parent {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

.quick-book {
    position: relative;
    background-color: #ffffff;
    width: 80%;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 6px hsla(0, 0%, 60%, 0.7), 0 5px 15px hsla(0, 0%, 20%, 0.1);
    padding: 30px;
}

.quick-book button:last-child {
    height: 40px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: bold;
    background-color: #f2c212;
    color: #483a05;
    box-shadow: 0 5px 15px hsla(0, 0%, 20%, 0.1);
    width: 100%;
}

.quick-book input, .quick-book select {
    height: 40px;
    border: 0;
    border-radius: 4px;
    background-color: hsl(208, 21%, 88%);
    width: 100%;
}

.quick-book select {
    padding-right: 30px;
}

.bootstrap-select {
    width: 100% !important;
    border: 0;
    border-radius: 4px;
    height: 40px;
}

.btn-light {
    background-color: hsl(208, 21%, 88%);
    height: 40px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 8px;
}

.inner-addon {
    display: inline-block;
    position: relative;
    width: 100%;
}

.inner-addon i {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

*:focus, *:active {
    outline: 0;
}

.left-addon i {
    color: #777;
    left: 3px;
    top: 2px;
    z-index: 1;
}

.dropdown-item.active, .dropdown-item:focus {
    background-color: hsl(208, 21%, 88%);
    color: black !important;
}

.filter-option-inner {
    padding-left: 30px;
}

.left-addon input, .left-addon select {
    padding-left: 37px;
}

.quick-book .limited {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .quick-book .limited:first-of-type {
        padding-left: 15px;
    }

    .quick-book .limited:last-of-type {
        padding-right: 15px;
    }

    .quick-book .limited:last-of-type > button {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .quick-book {
        padding: 20px 30px;
    }

    .quick-book .limited:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .quick-book .limited:last-of-type {
        margin-top: 10px;
    }
}

/* Sections */

section .title {
    font-family: Spinnaker, sans-serif;
    color: #028090;
    text-align: center;
}

section .title h2 {
    font-size: 36px;
}

section .title .separator {
    width: 60px;
    background-color: #028090;
    height: 2px;
    margin: 20px auto;
}

section .sub-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section:nth-child(odd) {
    background: #f2f2ef;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 575px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.jcarousel-wrapper {
    margin-top: 80px;
}

/* Second section */

.second img:not(.sm_img) {
    width: 100%;
    /*border-radius: 20px;*/
    height: 300px;
}

.second img.sm_img {
    width: 100%;
    /*border-radius: 20px;*/
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.img_slider {
    display: none !important;
    margin-top: 20px;
}

.second h2 {
    font-family: Spinnaker, sans-serif;
    font-size: 28px;
}

.v-centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow-x: hidden;
}

/* Reviews */
.reviews {
    color: white;
    background-image: linear-gradient(140deg, #025e73 0%, #018fa5 100%) !important;
}

.reviews h3, .reviews h4 {
    font-family: Spinnaker, sans-serif;
}

.no-pb {
    padding-bottom: 0;
}

/* Footer */
footer {
    color: white;
    text-align: center;
    padding: 40px;
}

footer img {
    height: 24px;
    margin-left: 50px;
}

footer a, footer a:hover {
    color: white;
}

.scroll-top {
    position: fixed;
    z-index: 10000;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.6;
    border-radius: 8px;
}

/* Responsivity */

@media (max-width: 768px) {
    .quick-book {
        width: 100%;
    }

    section.second h2, section.reviews h3 {
        font-size: 20px;
    }

    section.second p, section.reviews h4 {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    section .sub-title {
        width: 80%;
    }
}

.xs-section-img {
    margin-bottom: 20px;
}

@media (max-width: 540px) {
    section.second h2 {
        text-align: justify;
    }

    section.second p {
        text-align: justify;
    }
}

.reviews-separator {
    height: 60px;
    width: 100%;
}

.fc-scrollgrid {
    border: 0 !important;
}

.fc-header-toolbar {
    background-color: #f1f3f4;
    color: #717171;
    height: 2.778em;
    text-transform: uppercase;
    line-height: 2.778em;
    margin-bottom: 0 !important;
    padding: 30px 0;
    border: 0 !important;
}

.fc-theme-standard td {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.fc-col-header-cell {
    border: 0 !important;
}

.fc-day:not(.fc-day-other):not(.fc-col-header-cell) {
    background-color: #f4f6f2;
}

.fc a {
    color: #6e6e6e !important;
}

.fc a:hover {
    text-decoration: none;
}

.fc-col-header-cell a {
    text-transform: capitalize;
    color: #808080 !important;
}

.fc-col-header-cell a:hover {
    text-decoration: none;
}

@media (min-width: 578px) {
    .no-padding-sm-plus {
        padding: 0 !important;
    }
}

.fc-daygrid-day-events {
    margin: 0 !important;
    min-height: 0 !important;
    position: absolute !important;
    width: 100%;
    top: 60px;
}

.fc-daygrid-day-top {
    height: auto;
    text-align: center;
    font-size: 24px;
    padding: 10px 5px;
    flex-direction: column !important;
}

.fc-day-price {
    font-size: 0.8rem;
}

.fc-event-title {
    display: none !important;
}

.fc-day-today {
    background-color: #ddd !important;
}

.sm_img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sm_img:hover {
    cursor: pointer;
    -webkit-filter: brightness(75%);
}

.sm_img.selected {
    -webkit-filter: brightness(50%) !important;
}

.dlg-slider {
    /*margin-bottom: 25px;*/
}

.dlg-current-slide {
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    background-color: #000000;
}

.dlg-current-slide i {
    position: absolute;
    top: 135px;
    opacity: 0.5;
    z-index: 999;
}

.dlg-current-slide i:hover {
    cursor: pointer;
    opacity: 0.7;
}

.dlg-current-slide .left {
    left: 10px;
    text-shadow: 0 0 5px black;
}

.dlg-current-slide .right {
    right: 10px;
    text-shadow: 0 0 5px black;
}

.legendes {
    margin-top: 10px;
    text-align: center;
}

.legende {
    width: auto;
    display: inline-block;
    margin: 10px 5px;
}

.legende > span {
    vertical-align: middle;
}

.color {
    width: 70px;
    height: 35px;
    margin-right: 2px;
    border: 1px solid grey;
    display: inline-block;
    vertical-align: middle;
}

.fc-bg-event {
    background-color: transparent !important;
}

.tarifs {
    text-align: center;
}

@media (max-width: 996px) {
    .tarifs table {
        font-size: 12px;
    }
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: -15px;
}

.bordered {
    border: 2px solid black;
    opacity: 1 !important;
}

.arrow {
    position: absolute;
    top: -2px;
    z-index: 999;
    font-size: 40px;
    color: #aaa;
}

.arrow.right {
    right: 10px;
}

.arrow:hover {
    text-decoration: none;
    color: #999;
}

body > .skiptranslate {
    display: none;
}

body {
    top: 0 !important;
}

/* Google translator */
.goog-logo-link, .goog-tooltip {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    height: 50px;
}

.no-height {
    height: 0;
}

section:first-of-type {
    padding-top: 60px;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#google_translate_element select {
    background-position-y: 5px !important;
    background-position-x: 99% !important;
    background-color: white;
    border-radius: 4px;
    height: 40px;
    padding: 0 5px;
    width: 100%;
}

.no-wrap {
    white-space: nowrap;
}

.goog-te-gadget .goog-te-combo {
    margin: 0;
}

.page_libre {
    padding-top: 0 !important;
    padding-bottom: 10px;
}

.page_libre img {
    max-width: 100%;
}

.ql-editor {
    padding: 0 !important;
}

#period_details, #current_booking {
    margin-top: -10px;
    padding: 15px;
    color: #555;
    border: 1px solid black;
    border-radius: 5px;
}

#period_details h4, #current_booking h4 {
    margin-bottom: 0;
}

#period_details span, #current_booking span {
    color: #000000;
}

.btn-dark {
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 20px;
}

.v-align {
    display: inline-block;
    vertical-align: middle;
}

.error {
    color: #c23b22 !important;
}

#source-calendar {
    border-right: 1px solid black;
}

#destination-calendar {
    border-left: 1px solid white;
}

.small {
    font-size: 100%;
}

.v-centered p {
    margin-bottom: 0 !important;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    padding: 5px 10px;
    margin-bottom: 15px;
}

.navbar .dropdown-menu a {
    color: #252b2d;
}

.navbar .dropdown a:hover {
    text-decoration: none !important;
}

/* Colors */
.red {
    border-bottom: 3px solid red;
    background-color: transparent !important;
}

.yellow {
    background-color: #f6f604 !important;
}

.green {
    background-color: #7ebd32 !important;
}

.blue {
    background-color: #1b97d8 !important;
}

.grey {
    background-color: #ccc !important;
}

.barred {
    background-color: red !important;
}

.dark {
    font-weight: bold;
    color: #ffffff;
    background-color: #343a40;
    border-color: #454d55;
}

.fc-bg-both.green {
    background: linear-gradient(to top left,
    red 0%,
    red calc(50% - 2px),
    #7ebd32 50%,
    red calc(50% + 2px),
    red 100%) !important;
}

.fc-bg-start.green {
    background: linear-gradient(to left top, red 50%, #7ebd32 50%) !important;
}

.fc-bg-end.green {
    background: linear-gradient(to right bottom, red 50%, #7ebd32 50%) !important;
}

.fc-bg-both.yellow {
    background: linear-gradient(to top left,
    red 0%,
    red calc(50% - 2px),
    #f6f604 50%,
    red calc(50% + 2px),
    red 100%) !important;
}

.fc-bg-start.yellow {
    background: linear-gradient(to left top, red 50%, #f6f604 50%) !important;
}

.fc-bg-end.yellow {
    background: linear-gradient(to right bottom, red 50%, #f6f604 50%) !important;
}

.fc-bg-both.blue {
    background: linear-gradient(to top left,
    red 0%,
    red calc(50% - 2px),
    #1b97d8 50%,
    red calc(50% + 2px),
    red 100%) !important;
}

.fc-bg-start.blue {
    background: linear-gradient(to left top, red 50%, #1b97d8 50%) !important;
}

.fc-bg-end.blue {
    background: linear-gradient(to right bottom, red 50%, #1b97d8 50%) !important;
}

.indissociable {
    background: linear-gradient(to top left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 2px),
    red 50%,
    rgba(0, 0, 0, 0) calc(50% + 2px),
    rgba(0, 0, 0, 0) 100%) !important;
    opacity: 1 !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: -2px !important;
}

.fc .fc-daygrid-event {
    margin-top: 2px !important;
}

.waiting_list {
    margin-top: 10px;
}

/* SLIDERS */
.large-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.large-slider-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.large-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: -65px;
    right: 10px;
    font-size: 50px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    height: 100%;
    padding: 0 30px;
    outline: none !important;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.large-slider-open header.unstick {
    display: none !important;
}

.large-slider-open header.masthead {
    opacity: 0.9;
}

.large-slider-open {
    overflow: hidden;
}

.dlg-current-slide:hover {
    cursor: pointer;
}

.indications {
    text-align: center;
    font-style: italic;
    color: #AAA;
    font-size: 12px;
    margin-top: 4px;
    cursor: pointer;
}