/* Header
--------------------------------*/
#header #logo h1 a span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
}

#header #logo h1 img {
    margin-right: 8px;
}

/* Address
--------------------------------*/
#venue .venue-gallery a {
    height: 280px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Gallery
--------------------------------*/
#gallery .swiper-slide a {
    height: 280px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Contact
--------------------------------*/
#map {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#contact .php-email-form .loading,
#click-collect .php-email-form .click-collect-loading {
    padding: 0;
}

#contact .php-email-form .loading:before,
#click-collect .php-email-form .click-collect-loading:before {
    width: 20px;
    height: 20px;
    border: 3px solid #6c757d;
}

#contact .php-email-form .error-message,
#contact .php-email-form .sent-message,
#click-collect .php-email-form .click-collect-error-message,
#click-collect .php-email-form .click-collect-sent-message {
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    background: transparent;
}

#contact .php-email-form .error-message,
#click-collect .php-email-form .click-collect-error-message {
    color: #ed3c0d;
}

#contact .php-email-form .sent-message,
#click-collect .php-email-form .click-collect-sent-message {
    color: green;
}

/**** Select ****/
#contact .contact-select {
    position: relative;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#contact .contact-select select {
    display: none;
}

#contact .select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #495057 transparent transparent transparent;
}

#contact .select-selected.select-arrow-active:after {
    border-color: transparent transparent #495057 transparent;
    top: 11px;
}

#contact .select-selected {
    cursor: pointer;
}

#contact .select-items div {
    color: #495057;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#contact .select-items {
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

#contact .select-hide {
    display: none;
}

#contact .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

#contact .contact-info .call-btn {
    font-weight: 600;
    transition: 0.4s;
}

#contact .contact-info .call-btn:hover {
    text-decoration: underline;
}

#contact #phone-number-btn {
    display: none;
}

#contact .contact-phone .buy-tickets {
    color: #FFFFFF;
    margin-right: 0;
}

/**** Captcha ****/
#captchaModal .modal-dialog,
#click-collect-captchaModal .modal-dialog {
    max-width: 450px;
}

#captchaModal .modal-close,
#click-collect-captchaModal .modal-close {
    align-self: flex-end;
}

#captchaModal .mobile-nav-toggle,
#click-collect-captchaModal .mobile-nav-toggle {
    color: black;
    display: block;
}

#captchaModal input,
#click-collect-captchaModal input {
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none;
}

#captchaModal input, #captchaModal p,
#click-collect-captchaModal input, #click-collect-captchaModal p {
    font-size: 14px;
    margin-bottom: 15px;
}

#captchaModal button[type=submit],
#click-collect-captchaModal button[type=submit] {
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
}

#captchaModal button[type=submit]:hover,
#click-collect-captchaModal button[type=submit]:hover {
    background: transparent;
}

/* Reviews
--------------------------------*/
#avis h3 {
    font-size: 15px;
    margin-bottom: 0;
}

#avis .hotel-header p {
    font-size: 13px;
    margin-bottom: 0;
}

#avis p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#avis .hotel {
    border-radius: 5px;
}

#avis .hotel-img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 15px 0 15px 20px;
}

#avis .stars i.empty-star {
    color: #9e9e9e;
}

/* Footer
--------------------------------*/
#footer {
    padding-bottom: 12px;
}

#footer .footer-logo {
    align-items: center;
    margin-bottom: 10px;
}

#footer .footer-logo b {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

#footer .footer-top .footer-info img {
    height: 32px;
    margin-right: 8px;
    margin-bottom: 0;
}

#footer .credits {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Instant
--------------------------------*/
#offres .speaker {
    border: 1px solid #eee;
    border-radius: 5px;
}

#offres .speaker .details {
    padding: 15px;
}

#offres .speaker .details p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

#offres .speaker .details h3 {
    transition: 0.5s;
    cursor: pointer;
    line-height: 24px;
    padding-bottom: 10px;
}

/* Restaurant Menu
--------------------------------*/
#documents {
    padding: 60px 0 30px;
}

#documents .speaker.icon {
    aspect-ratio: 1;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: transform 350ms ease-in-out;
}

#documents .speaker.icon img {
    max-width: 110px;
    margin-bottom: 15px;
    transition: transform 350ms ease-in-out;
}

#documents .speaker.icon h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 24px;
    transition: transform 350ms ease-in-out;
}

#documents .speaker.icon:hover {
    transform: scale(102%);
}

#documents .speaker.icon:hover img,
#documents .speaker.icon:hover h3 {
    filter: drop-shadow(2px 4px 6px black);
}

#documents .speaker.image {
    background-color: transparent;
    margin-bottom: 30px;
    cursor: pointer;
}

#documents .speaker.image img {
    width: 100%;
    max-width: 310px;
    margin: 0 auto 10px;
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 350ms ease-in-out;
}

#documents .speaker.image h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

#documents .speaker.image:hover img {
    transform: scale(103%);
}

#restaurantMenuModal .modal-dialog {
    margin: 20px auto;
}

#restaurantMenuModal .modal-dialog .modal-content {
    height: calc(100vh - 40px);
    overflow: hidden;
}

/* @Media
--------------------------------*/
@media (min-width: 992px) {
    #gallery .swiper-slide {
        width: calc(20% - 16px) !important
    }

    #click-collect .click-collect-form {
        padding: 35px 0 0 35px;
    }
}

@media (max-width: 991px) {
    #contact .contact-info {
        order: 3;
        margin-top: 60px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #gallery .swiper-slide {
        width: calc(34% - 16px) !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #gallery .swiper-slide {
        width: calc(51% - 16px) !important
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 75%;
    }
}

@media (max-width: 575px) {
    #header #logo h1 a span {
        font-size: 16px;
    }

    #about h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .section-header p {
        font-size: 15px;
    }

    #offres .speaker .details h3,
    #documents .speaker .details h3 {
        font-size: 20px;
    }

    #offres .speaker .details p {
        font-size: 14px;
    }

    #speakers-details .details h2 {
        font-size: 24px;
    }

    .modal-title {
        font-size: 20px;
    }

    #documents .speaker {
        max-width: 350px;
        margin: 0 auto 15px;
    }

    #restaurantMenuModal .modal-dialog {
        margin: 5px;
    }

    #restaurantMenuModal .modal-dialog .modal-content {
        height: calc(100vh - 10px);
    }

    #restaurantMenuModal .modal-dialog .modal-header {
        padding: 10px;
    }

    #restaurantMenuModal .modal-dialog .modal-body {
        padding: 0;
    }

    #restaurantMenuModal .modal-dialog .modal-header .modal-title {
        font-size: 18px;
    }

    #ReviewModal .hotel-content p {
        font-size: 14px;
    }

    #ReviewModal img {
        width: 65px;
        height: 65px;
        margin-right: 15px;
    }

    #ReviewModal h3 {
        font-size: 18px;
    }

    #ReviewModal .hotel-header p {
        font-size: 12px;
    }
}
