@import "https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css";

.user-content ol > li, .user-content ul > li, .user-content {
    font-size: 15px;
}
.user-content p, .user-content ul{
    margin-bottom: 25px;
}
.user-content ul{
    margin-left: 1rem;
}
.link, .user-content a{
    color: #0000ff;
}
.categories-list > li > a {
    font: 300 14px Montserrat, sans-serif;
    display: block;
    padding: 10px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #595959;
}
.user-content ul > li {
    list-style-type: disc !important;
    padding-left: 0;
}
.user-content ul > li:before {
    display: none;
}
.user-content-nav .link {
    text-decoration: none;
    color: #01377b;
}
.user-content-nav .link:hover {
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
    color: #afafaf;
    border: none;
    background: 0 0;
    box-shadow: none;
}
.description-tabs .tab-list+.text-center {
    margin-bottom: 30px;
}
.table-general{
    border: solid black 2px;
    width: 100%;
}
.table-general th {
    font-size: 14px;
    padding: 10px;
    color: #01377b ;
    font-weight: 700;
    background: #f0f0f0;
}
.table-general td {
    padding: 6px 15px;
}
.table-general tr:nth-child(2n+2) {
    background-color: #f0f0f0;
}
.no-top-border {
    border-top: none;
}
.table-climat td {
    padding-left: 5px;
    padding-right: 5px;
    width: 15px;
}
.table-climat {
    min-width: 100%;
}
.page-banner .section-title h3 {text-transform: none;}
.categories-list {margin-bottom: 0 !important;}
.fixed{
    position: fixed;
    top:110px;
}
.custom-sticky .categories-list{
    overflow: auto;
}

  .tabs_search_box{
      display: flex;}
.tabs_search_box input {padding:2px;}
#tabs_btn_next {display:none; padding: 2px; font-weight:bold; cursor: pointer}
.tabs_highlight {font-weight:bold; font-style:italic; background: yellow; color:#000}
h4 .tabs_highlight {font-weight:bold; font-style:italic;}

.search-box{display: flex;
    /*padding-right: 1.42857rem;*/
    justify-content: space-between;
    margin: 5px 0;
}
.select{
    width: 100%;
}
.navigation{
    display: flex;
    right: 40px;
    justify-content: flex-end;
    position: relative;
}
.nav_box{
    display: flex;
    flex-direction: column;
}
.number{
    top: 12px;
    right: 40px;
    position: absolute;
}
.s-button{
    top: 12px;
    right: -30px;
    position: absolute;
}
.prev, .next{
    font-size: 1.3em;
    line-height: 1.26;
    display: none;
    cursor: pointer;
    padding: 0px 10px;
}
.sticky-search-box{
    /*width: 67%;*/
    position: fixed;
    top: 116px;
    z-index: 1;
    background: white;
    -webkit-box-shadow: 3px 8px 20px -2px rgba(0,0,0,0.73);
    -moz-box-shadow: 3px 8px 20px -2px rgba(0,0,0,0.73);
    box-shadow: 3px 8px 20px -2px rgba(0,0,0,0.73);
}
.selection > .select2-selection--single{
    height: 44px;
    padding: 7px;
    background: #fff;
}
.select2-selection__arrow{
    top: 8px !important;
    right: 2px;
}
@media screen and (max-width: 377px){
    .sticky-search-box{
        width: calc(100% - 1.42857rem*2);
        top: 53px;
    }
}
@media screen and (min-width: 378px){
    .sticky-search-box{
        width: calc(100% - 1.42857rem*2);
        top: 34px;
    }
}
@media screen and (min-width: 1024px){
    .sticky-search-box{
        top: 116px;
        width: calc(66.666667% - 1.42857rem*2);
        max-width: 920px;
    }
}
.select2-selection__clear, .select2-selection__arrow{
    display: none;
}
.sticky-search-box .select2-selection--single{
    border:none !important;
}
/*.select2.select2-container.select2-container--default{*/
/*width: 100% !important;*/
/*}*/
#hotelsGrid, #hotelsList{
    display: none;
}
.toggle-G-L{
    display: flex;
    margin-bottom: 20px;
}
.toggle-G-L label{
    width: 50%;
    display: block;
    border: 1px solid #00036c;
    padding: 10px 20px;
    margin: 0 4px;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
}
.toggle-G-L label:hover{
    background: #595959;
    color: #fff;
}
.toggle-G-L label.active{
    color: #00036c;
}
.toggle-G-L label.active:hover{
    background: #fff;
}
.exchange-form .input-row::before{
    display: none;
}
.curr_arrows{
    width: 12px;
    height: 16px;
    background: url(assets/images/exchange.png) center no-repeat;
    cursor: pointer;
    display: block;
    margin: -15px auto 12px;
}
@media screen and (min-width: 64em) {
    .exchange-form form input, .exchange-form form select {
        width: calc(50% - 0px) !important;
    }
}
.option-item-wrap:last-child{
    margin-bottom: 0;
}
.option-item-wrap{
    padding: 1.42857rem;
    margin-bottom: 0;
}
.option-item-wrap .option-item{
    height: 100%;
}
.description-tabs{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: lightgray 1px solid;
}
.description-tabs .content-info{
    border: none;
}
.user-content strong,.user-content b {
    font-weight: 700;
    color: #444;
}