

@import "../../assets-commun/css/login-block.css";
@import'../../assets-commun/css/bs3-to-bs5-colors.css';
:root {
    --color-site-1: #0D51D9;
    --color-site-2: #1DB6F2;
    --strongblue: #1BA0F2;
    --border-radius: 6px;
    --color-border: #cccccc;
    --font-family: "Alan Sans", sans-serif;
}
@media (min-width: 991.99px) {
    *:not(i, .fa, .fab, .input-icon, [class^="input-icon.input-"], [class*=" input-icon.input-"]) {
        font-family: var(--font-family) !important;
        font-weight: 400;
        font-style: normal;
        font-size: 14px
    }
}


@media (max-width: 991.98px) {
  *:not(i, .fa, .fab, .input-icon, [class^="input-icon.input-"], [class*=" input-icon.input-"])  {
        font-family: var(--font-family) !important;
        font-weight: 500;
        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%;
    }


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

@media (max-width: 767.99px) {
body {
    -webkit-text-size-adjust: none !important;
}
}

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

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

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

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

.text-strongblue {
    color: var(--strongblue) !important
}
.color-whatsup{
    color:#25d366 !important;
}
.text-color-2 {
    color: var(--color-site-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-site-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;
}.font-weight-bold {
     font-weight: 700 !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 !important;
}

.breadcrumb li ,.breadcrumb li a {
    color: #697488 !important;
    font-weight: 500 !important
}

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

.padding-20 {
    padding: 20px !important;
}

.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, select.form-select {
    border: 1px solid #C7DBEB;
    color: #697488;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    margin-bottom: 20px;
    height: 45px
}

.title-card {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-site-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: 9 !important
}

.lazyload {
    opacity: 0;
}

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

}

@media only screen and (max-width: 600px) {
    .lazyloading {
        opacity: 1;
        transition: opacity 300ms;
        background: #ffffff url('../images/loading.gif') no-repeat center;
        background-size: 50% 50%;
    }
}
.bg-pale {
    background: #F0F6FF !important;
    margin: 0 10px;
}
.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{
    height: 60px;
    width: auto;
}

.btn-outline-plus{
    border:2px solid var(--color-site-1);
    color:var(--color-site-1);
    width: fit-content;
    background: #fff;
    font-size: 16px;
   border-radius:calc(var(--border-radius) / 2)
}

.btn-outline-plus:hover,.btn-outline-plus:focus{
    background:var(--color-site-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;
}

.bg-hr{
    background-color: #C7DBEB;
}
.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);
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
    background: #fff;
}




fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}




.typeahead__list > li {
    border:none !important;
}

.typeahead__container.hint .typeahead__query > :last-child, .typeahead__hint {
color: transparent !important;
}

.typeahead__container.result .typeahead__list, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.backdrop + .typeahead__backdrop {
    border-radius: 6px;
    box-shadow: 0 4px 14px 0 #25201f40;

    top: auto;
}

/* Contenu personnalisé pour l'icône et le texte */
.suggestion-content {
    display: flex;
    align-items: center;
}

.icon-hotel, .icon-vol {
    font-size: 1.5em;
    color: var(--color-site-1); /* Orange de l'icône */
    margin-right: 14px;
}

.hotel-info strong {
    display: block;
    font-weight: bold;
}
 .vol-info  .strong-info{
    font-weight: 500;
    display: block;
 
}
.hotel-info span {
    display: block;
    font-size: 0.9em;
    color: #666;
}

.typeahead__list > li {
    position: relative;
    border-top: 1px solid transparent !important;
}

.fa-plane-departure::before {
  content: "\f5b0";
  font-family: 'Font Awesome 5 Free';
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.input-spinner {
    position: relative;
}

.input-spinner:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: var(--color-site-2);
    top: 15px;
    position: absolute;
    left: 50%;
    z-index: 9999;
}


header.fixed-top {

    z-index: 11;
}