/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.col-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#leo_block_top {
    text-align: center;
    line-height: 1;
}

#leo_block_top .popup-title {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
}

.col-info>div {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 4px;
}

/*
.header-button-wishlist .cart-products-count,
#_desktop_cart .cart-products-count {
    top: -8px;
}
*/
.header-button-wishlist .ap-total,
.header-button-wishlist .cart-products-count,
#_desktop_cart .ap-total,
#_desktop_cart .cart-products-count {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--theme-color-default);
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 700;
    /* top: -12px; 
    right: -15px; */
}

.btn-theme {
    display: inline-block;
    padding: 13px 35px;
    background-color: var(--theme-color-default);
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    transition: 0.4s all ease-in-out;
    border: 1px solid var(--theme-color-default);
    min-width: 180px;
}

#slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#slide1,
#slide2,
#slide3,
#slide4 {
    width: 100%;
    top: 115px;
    left: 0;
}

#slide2,
#slide3,
#slide4 {
    display: none;
}

#precedent,
#suivant {
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    margin: -25px 20px 0;
    color: #cfa642;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid #cfa642;
    width: 40px;
    height: 40px;
}

#precedent {
    left: 0;
}

#suivant {
    right: 0;
}

#slider:hover #precedent,
#slider:hover #suivant {
    opacity: 1;
}

.box-introduce {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.box-introduce .introduce_content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #16355b;
}

.box-introduce .introduce_content .content {
    max-width: 508px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.box-introduce .introduce_image {
    padding: 0;
}

.box-introduce .introduce_content .title_block,
.sub-title-widget {
    margin-bottom: 20px;
}

.box-introduce .introduce_content p {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    margin-bottom: 60px;
}

.title_block i {
    color: #cfa642;
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.title_block {
    text-align: center;
    font-family: Atelas;
    color: #FFF;
    font-size: 58px;
    line-height: 1;
    /* text-transform: capitalize; */
    font-weight: 400;
    margin-bottom: 0;
}

.title_block_2 {
    text-align: center;
    font-family: Atelas;
    color: #FFF;
    font-size: 38px;
    line-height: 1;
    /* text-transform: capitalize; */
    font-weight: 400;
    margin-bottom: 0;
}

.sub-title-widget {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #cfa642;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.menu .block {
    text-align: center;
    position: relative;
    min-height: 480px;
    border: 1px solid #cfa642;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}


.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

footer p {
    color: #16355b;
}

footer a {
    color: #16355b;
}

p span {
    color: #cfa642;
}

p strong {
    color: #FFFFFF;
    font-size: 16px;
}

.prix {
    color: #cfa642;
    font-size: 18px;
    font-weight: bold;
}

.title_left {
    font-family: Atelas;
    color: #FFF;
    font-size: 58px;
    line-height: 1;
    /* text-transform: capitalize; */
    font-weight: 400;
    margin-bottom: 0;
}

.btn-theme:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.btn-theme:hover.no-bg {
    background-color: var(--theme-color-default);
    color: #000000;
}

.form-control-select {
    height: 100%;
    padding: 14px 28px;
    border: 1px dashed var(--e-global-color-border);
    color: #fff;
    background-color: #16355b;
}

select:not([size]):not([multiple]) {
    font-weight: bold;
    color: #666666;
    background-color: #fff;
    border-color: var(--e-global-color-border);
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: 100%;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    border-radius: 0;
}

option {
    background-color: #FFF;
    font-weight: bold;
    color: #666666;
    height: 20px;
}

.resaimg {
    padding: 30px 0;
    text-align: center;
}

.reservation {
    background: #16355b;
    padding: 30px 80px;
}

.reservation input {
    width: 100%;
    height: auto;
    padding: 14px 28px;
    border: 1px dashed var(--e-global-color-border);
    color: #16355b;
    background-color: #fff;
}

input::placeholder,
textarea::placeholder {
    font-weight: bold;
    color: #666666;
}

textarea {
    background: #fff;
    color: #16355b;
    border: none;
    padding: 20px;
    min-height: 160px;
    width: 100%;
}

.justify {
    text-align: justify;
}

.sidenav {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    width: 300px;
    overflow: hidden;
    left: -300px;
}
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.closebtn {
    color: #16355b;
    font-size: 18px;
}

@media (max-width: 991px) {
    #header .logo {
        width: 200px !important;
        max-width: 200px;
        height: auto;
    }

    .row {
        margin-right: 10px;
        margin-left: 10px;
    }
}