:root {
    ---color-1: #13357B;
    --color-2: #00B6FF;
    --strongblue: #1d86c6;
    --border-radius: 12px;
    --font-family: "Roboto", sans-serif
}
@media (min-width: 991.99px) {
    * {
        font-family: var(--font-family);
        font-weight: 400;
        font-style: normal;
        font-size: 14px
    }
}


@media (max-width: 991.98px) {
    * {
        font-family: var(--font-family);
        font-weight: 400;
        font-style: normal;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
        font-size: 14px !important;
    }
    .offcanvas-body {
        flex-grow: 1;
        padding: 1rem 1rem;
        overflow-y: auto;
        height: 100%;
    }
    .z-index-modal {

        z-index: 999999999 !important;
    }


}
@media (min-width: 991.99px) {
    .container {
        position: relative;
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px
    }


}
.bg-color-1 {
    background-color: var(---color-1) !important
}

.bg-color-2 {
    background-color: var(--color-2) !important
}

.bg-strongblue {
    background-color: var(--strongblue) !important
}

.text-color-1 {
    color: var(---color-1) !important
}

.text-strongblue {
    color: var(--strongblue) !important
}
.color-whatsup{
    color:#25d366 !important;
}
.text-color-2 {
    color: var(--color-2) !important
}
.text-garycolor{
   color: #697488 !important;
}
.text-orange {
    color: #FAB515 !important
}

.rounded-12 {
    border-radius: var(--border-radius) !important
}

.rounded-4 {
    border-radius: 4px !important
}

.rounded-8 {
    border-radius: 8px !important
}
.rounded-6 {
    border-radius: 6px !important
}
.border-color-2 {
    border-color: var(--color-2)
}

.fs-6 {
    font-size: 16px !important
}
.fs-12px{
    font-size: 12px !important;
}
.fs-11px{
    font-size: 11px !important;
}
.fs-10px{
    font-size: 10px !important;
}
a {
    text-decoration: none
}

.container-fluid {
    width: 100%;
    padding: 0 20px !important
}

#display {
    padding: 15px 0;
    background: #C7DBEB80;
    margin-bottom: 15px
}

.breadcrumb-top .breadcrumb {
    padding: 15px 0
}

.breadcrumb li {
    color: #697488;
    font-weight: 500
}

.breadcrumb li::after {
    content: "|"
}

.padding-20 {
    padding: 20px
}

.card {
    border: 1px solid #C7DBEB;
    border-radius: 12px
}

.form-control {
    font-size: 16px
}

.fa-star {
    color: #FFA601
}

.lbl-etiquette {
    background-color: #fff;
    border-radius: 6px
}

span.img-label {
    padding: 2px;
    display: flex;
    border-radius: 4px 0 0 4px;
}

.min-h-45px {
    min-height: 45px !important
}
.h-35px{
    height:35px !important;
}
.object-fit-cover {
    object-fit: cover !important
}
.object-fit-contain{
    object-fit: contain !important
}
.dde-rservation .form-control, .card.padding-20.mb-5 .form-control,.dde-rservation .form-control, .card.padding-20.mb-5  .bootstrap-select .btn.btn-default {
    border: 1px solid #C7DBEB;
    color: #697488;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    margin-bottom: 20px;
    height: 45px
}

.title-card {
    font-size: 20px;
    font-weight: 500;
    color: var(---color-1);
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    border-bottom: #fff0
}

.title-card::before {
    position: absolute;
    height: 3px;
    width: 40px;
    left: 0;
    bottom: -6px;
    background: #00B6FF;
    display: block;
    content: ""
}

.dde-rservation .section-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #051036
}

.dde-rservation .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #697488
}

.z-index-9999 {
    z-index: 999 !important
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: transparent url('../images/loading.png') no-repeat center;
    background-size: contain;

}

@media only screen and (max-width: 600px) {
    .lazyloading {
        opacity: 1;
        transition: opacity 300ms;
        background: #ffffff url('../images/loading.png') no-repeat center;
        background-size: 50% 50%;
    }
}
.bg-pale {
    background: #F0F6FF;
}
.line-height-initial{
    line-height: 1.5 !important;
}

.bg-gradient-pale {
    background: #E6F3FFBF !important;

}
.dropdown-item {
    display:block;
    width:100%;
    padding:.25rem 1rem;
    clear:both;
    font-weight:400;
    color:#212529;
    text-align:inherit;
    text-decoration:none;
    white-space:nowrap;
    background-color:#fff0;
    border:0
}
.dropdown-item:focus,
.dropdown-item:hover {
    color:#1e2125;
    background-color:#e9ecef !important;
}
.dropdown-item.active,
.dropdown-item:active {
    color:#fff;
    text-decoration:none;
    background-color:#0d6efd !important;
}


.modal-backdrop {

    z-index: 999 !important;
}

.max-height-60{
max-height:60px;
    width: 100% !important;
}

.btn-outline-plus{
    border:2px solid var(---color-1);
    color:var(---color-1);
    width: fit-content;
}

.btn-outline-plus:hover,.btn-outline-plus:focus{
    background:var(---color-1);
    color:#fff
}
/*
.pb-60px{
    padding-bottom:60px !important;
}*/
.modal {

    z-index: 99999;
}

.symbole.symbole-30 {
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.symbole.symbole-early{
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.early-titre{
    font-size:9px;
    font-weight: 500;
    text-align: center;
}

.rounded-half-right {
    border-radius: 6px 0 0 6px !important;

}

.rounded-half-left {
    border-radius: 0 6px 6px 0 !important;

}

.fit-content{
    width: fit-content !important;
}
.normal-white-space {
    white-space: normal !important;
}
.bg-early {
    background-image: url("../images/bg-early.png");
    background-position: center;
    background-size: cover;

}
.bg-early .border-left {
    border-left: 1px solid #fff;
    padding-left: 2px
}
.color-yellow,
.text-yellow {
    color: #FAB515 !important;
}


.rounded-early{
    border-radius:0 0 6px 6px
}
/* iPhone portrait */
@media only screen and (max-device-width: 480px) {
    img {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }



}

/* iPhone paysage */
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
    img {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
}
