<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');

/* custom scrollbar */

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}



body{
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .2s linear;
    background-color:#fff
}

.read-only[disabled],
.read-only[readonly] {
    background-color: #eee0;
    cursor: pointer;
}

.read-only:hover {
    color: #3988df;
    background-color: #eaf3fc;
}

.body-right .btn-primary {

    padding: 5px 10px;
background-color: #243A7E;
}

.price-hide-on-list {
    background:none;
    padding: 10px;
}

.price-hide-on-list .price-start {
    color: #fff !important;
    margin: 5px !important;
}


.display-flex {
    display: flex
}

@media (max-width: 767px) {

    .display-flex {
        display: block
    }

    .service-blocks-main .col {
        flex: 50%;
    }

    .liste-pensions {
        clear: both;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

}


.label-warning {
    background-color: #e59202 !important
}

.label-warning a,.label-danger a{
    color:#fff
}
.label.label-warning, .label.label-danger{
    padding: 6px;
}


.mb-8 {
    margin-bottom: 8px;
}

.mb-0 {
    margin-bottom: 0px;
}


.age-enfants .caret {
    display: none;
}

.age-enfants .dropdown-toggle .filter-option {
    overflow: visible !important;
}

.age-enfants .dropdown-menu &gt; li &gt; a {
    line-height: 0;
}

.detail-title {
    padding-bottom: 10px;
}

.detail-block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.media-tabs {
    top: 15px;
    left: 15px;
}

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}

.nav-tabs &gt; li {
    float: none;
}

.nav-tabs &gt; li &gt; a {
    font-size: 13px;
}











.info-detail {
    margin-bottom: 20px;
}

.info-title {
    margin-bottom: 10px;
}

.civilite &gt; .bootstrap-select .btn.btn-default {
    height: 42px;
}



.choices {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

p {
    font-size: 14px;
}

.membership-done-block .done-block-inner {
    margin: 0px 30px 0px 30px;
}

.display-inline {
    display: inline;
}


.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}


.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

:root .table-general tbody .tr-options .name-room {
    color: #005591;
    font-weight: 700;
    font-size: 15px;
    width: 20%;
}

.bloc-info-contact p {
    margin-bottom: 10px
}

.color-green {
    color: rgb(37, 184, 27)
}

.color-red {
    color: #e30505
}

.service-blocks-main .dashed:last-of-type {
    border-left: 1px dashed #90949c;
}

#services-module-2 {
    margin-top: 0
}

.services-module .dashed {
    padding: 0 0 10px;
}

.services-module .dashed-last {
    padding: 0 0 10px;
}

.services-module .dashed h3 {
    font-size: 16px;
}

.services-module .dashed-last h3 {
    font-size: 16px;
}

.services-module .dashed .block-icon {
    padding: 20px 0 20px;
}

.services-module .dashed-last .block-icon {
    padding: 20px 0 20px;
}


/***************2 eme bloc***********************/

.services-module .dashed-lateral {
    padding: 0 0 0px;
    box-shadow: none;
}

.services-module .dashed-last-lateral {
    padding: 0 0 0px;
    box-shadow: none;
}

.services-module .dashed-lateral h3 {
    font-size: 16px;
}

.services-module .dashed-last-lateral h3 {
    font-size: 16px;
}

.services-module .dashed-lateral .block-icon {
    padding: 0;
    box-shadow: none;
}

.services-module .dashed-last-lateral .block-icon {
    padding: 0;
    box-shadow: none;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.col {
    flex: 1 0 0%;
}

.avi-detail {
    background-color: #007c02;
    color: #fff;
    font-size: 12px;
    border-radius: 3px !important;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px !important;
    padding: 1px 5px !important;
}

.cdsROW.narrow .logo {
    float: none;
}

.trip {
    margin-bottom: 15px;
}

.cdsROW.narrow {
    width: 100% !important;
}


/****************************28*11********************************************/


.text-end {
    display: inline-flex;
    justify-content: end;
}

.item-thumb,
figure,
.carousel-module .carousel .item figure {
    z-index: 0 !important
}

#voyage .property-title,
#hotel .property-title {
    display: initial;
    flex-wrap: wrap;
    margin: 0 !important
}
#voyage .property-title a,
#hotel .property-title a {
    color:#243A7E  !important;
    font-weight: 700;
}
#voyage .btn-primary,
#hotel .hidden-gird-cell .btn-primary {
    padding: 5px 10px;
    background-color: #243A7E;
}

.property-item .voyage-header .item-body,
.property-item .hotel-header .item-body {
    display: initial;
}
.photo-fournisseur {

    width: 150px;
    margin-bottom:5px


}
@media only screen and (min-width: 767px) {
    .property-item .item-body {
        width: 100%;
        padding-bottom: 0px;
    }

    #voyage,
    #hotel {
        display: flex;
    }

    .image-block {
        height: 100%;
        display: contents;
    }

    .photo-voyage,
    .photo-hotel {
        height: 100%;
        width: 370px !important;
        object-fit: cover;
        position: relative;
    }


    #hotel .hidden-gird-cell {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        text-align: end;
    }

    #voyage .item-body,
    #hotel .item-body {
        display: flex !important;
    }

    #flex-col {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media ( max-width: 767px) {
    .photo-voyage,
    .photo-hotel {
        max-height: 180px;
        object-fit: cover;
    }
}

#voyage .item-body .rating,
#hotel .item-body .rating {
    line-height: inherit;
    margin-left: 5px;
}

#hotel .item-body .label {
    text-align: left;
    white-space: initial;
    margin-bottom: 2px;
}


/**form-filtre**/

.form-filtre .Button {
    text-align: center;
}

.form-filtre .btn-titre {
    margin-top: -60px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-filtre .btn-recherche {
    width: 100%;
    text-align: center;
    background-color: #f8b42b !important
}

.form-filtre .bootstrap-select .btn.btn-default {
    height: 42px
}

.form-filtre .input-icon input {
    padding-left: 30px !important
}

.input-date::before {
    content: "\f073";
}

.input-nuitee:before {
    content: "\f186";
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #FFFFFF !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    border-left: 1px solid transparent !important;
    color: #FFFFFF !important;
}


.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #22242f75;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.middle h2 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2c3e5036;
    background-image: url(../images/water.png);
    -webkit-background-clip: text;
    animation: water 15s infinite;
    line-height: initial !important;
}

#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    text-align: left !important;
}

@keyframes water {
    from {
        background-position: left 0 top 0;
    }
    to {
        background-position: left 1000px top 0;
    }
}
/******/
.banner-inner:before {

    background-color: rgba(0, 0, 0, 0) !important;

}
.banner-parallax .banner-inner {
    height: 300px !important;
}
.banner-parallax {
    height: 300px !important;
}
.avn-price-table.avn-style15 &gt; .avn-tables &gt; .avn-table &gt; .header {
    background: #243A7E !important;
    min-height: 55px !important;
    height: fit-content !important;
}
.avn-price-table {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.avn-price-table.avn-style15 &gt; .avn-tables &gt; .avn-table &gt; .avn-btn-main &gt; .avn-btn {

    background: #243A7E !important;
}
.header-detail h1 {
    color: #243A7E;
}
.widget-title {
    color: #243A7E;
}
.detail-title .title-left,.info-title .info-title-left {
    color: #243A7E;
    font-weight: 600;
}
.header-detail .item-price {

    color: #159EDA;
}
/*.header-detail {
    padding:  0 !important;
}*/
.widget .media-heading {
    margin-top: 0px !important;
}
.widget .rating {
    margin-bottom: 3px !important;

}
@media (max-width: 767px)
{
    .header-detail .header-left h1  {

        margin-top: 0 !important;
    }
}
@media (max-width: 767px){
    .media-tabs .actions {

        margin-right: 17px;
    }


}
/*****/

.stikynavbar{
    top: 61px !important
}

.advance-search-header {

    background-color: #0ba8d0 !important;
}



#availibility_voyage,
#availibility_car,
#availibility_hotel {
    font-size: 22px;

}
:root .table-general tbody .tr-options .td-price .media .media-right .booking.btn-booking {

    background-color: #159EDA !important;
}
:root .table-general tbody .tr-options .td-price .media .media-left .box-price .price {
    color: #243A7E !important;
}

.liste-pensions .nav-tabs &gt; li.active &gt; a, .liste-pensions .nav-tabs &gt; li.active &gt; a:hover, .liste-pensions .nav-tabs &gt; li.active &gt; a:focus {
    border-bottom-color: #003680;
    background-color: #243A7E;
    border: 1px solid #243A7E;
    border-bottom-color: #243A7E;
}

#voyage .item-body .property-location{
    margin: 10px 0 10px 0;

}


.bottom-ratings, .top-ratings {

    color: #FFD700;
}
.price .old-price {
    color: red;
    text-decoration: line-through;
}
.input-icon::before {

    color: #159EDA;
}

/*******/
h1,h2,h3,h5{
    line-height:initial !important;
   color: #243a7e !important;

    margin-bottom: 15px !important;
}

.btn-secondary {
    color: #fff;
    background-color: #159EDA;
    border:1px solid #159EDA

}
.btn-secondary:hover,.btn-secondary:focus{

    background-color: #fff;
    color:#159EDA;
    border:1px solid #159EDA
}

ul#tools_2 {
    margin-top: 30px;
    margin-bottom:30px
}

ul#tools_2 li {
    list-style: none;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

ul#tools_2 li a:not(.at-share-btn),
ul#tools_2 li form {
    background: #fff;
    display: block;
    padding: 15px 15px 15px 55px;
    border: 1px solid #ededed;
    margin-bottom: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
    color: #555;
    -moz-transition: all .3s;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-size: 14px;
}
.fa-share-alt{
    color: #00335a;
    font-size: 26px;
}
ul#tools_2 li a i,
ul#tools_2 li form i {
    font-size: 26px;
    position: absolute;
    left: 15px;
    top: 13px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #00335a;
    text-align: left;
}

.property-location .fa{
    color:#159EDA !important
}
.multiselect__option--highlight {

    background: #0ba8d0 !important;
}
#voyage .price h3 {
   /* color: #243A7E !important;*/
    font-weight: bold;
    font-size: 20px;
}

.modal{
    z-index:999999999
}
.modal-header {

    padding: 15px;
    background-color: #FFF;
}
.modal-header .close .fa {

    color: #000;
}

.modal-header p {
    color: #000 !important;
    /*padding: 10px;*/
    font-size: 24px;

}

.modal div.col-md-6:nth-child(2) &gt; button {
    background-color: #00aeef;
    border: 1px solid #00aeef;
}
.input-icon + .input-icon {
    border-top: none !important;
}
.label-status.label.etiquette-gratuite-enfant, .room-info {
    font-size: 12px;
}
.item-thumb .label-featured, figure .label-featured, .carousel-module .carousel .item figure .label-featured {
    font-size: 14px;
}
.property-description ul{
    padding-left:0;
    margin-bottom:10px
}

.room-select .list-hotels-separator {

    display:none !important;
}
.room-select .col-md-12{
    text-align:end !important;
}
.pagination-main .pagination li.active a {

    background-color: #243A7E !important;
}
.scrolltop-btn {

    background-color: #243A7E ;
    bottom: 80px;
}

.heightFirstImg {
    height: 580px;
}
:root .mo-hotel-summary-client {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 20px;
    border-radius: 2px;
    background-color: white;
    border: 2px solid #00335a;
}

:root .mo-hotel-summary-client .best-option {
    padding: 10px;
    color: white;
    text-align: center;
    margin: -20px -20px 10px -20px;
    text-transform: uppercase;
    background: #00335a;
}

:root .mo-hotel-summary-client .room-boardtype .room {
    font-weight: 700;
    font-size: 14px;
}

:root .mo-hotel-summary-client .room-boardtype p {
    margin: 0;
}

:root .mo-hotel-summary-client p {
    text-align: right;
}

:root .mo-hotel-summary-client .room-boardtype .boardtype {
    font-weight: 500;
    font-size: 14px;
    color: #3c3c3c;
}

:root .mo-hotel-summary-client .your-compo {
    margin: 0;
    font-size: 12px;
}

:root .mo-hotel-summary-client .calc {
    margin: 0;
}

:root .mo-hotel-summary-client p {
    text-align: right;
}

:root .mo-hotel-summary-client .calc span {
    font-size: 12px;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

:root .mo-hotel-summary-client .price-box .prices {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 62px;
    color: #ca0610;
}

:root .mo-hotel-summary-client .price-box .prices small {
    font-weight: 700;
    font-size: 100%;
}

:root .mo-hotel-summary-client .price-box .final {
    margin: 0;
    font-size: 11px;
    margin-bottom: 10px;
}

:root .mo-hotel-summary-client .price-box .detail {
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
}

:root .mo-hotel-summary-client .price-box .detail a {
    color: #3c3c3c;
}

:root .mo-hotel-summary-client .price-box .detail:hover a {
    color: #ca0610;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between{justify-content:space-between!important}
:root .table-general tbody .tr-options .name-room {
    color: #005591;
    font-weight: 700;
    font-size: 15px;
    width: 20%;
}

.bloc-info-contact p {
    margin-bottom: 10px
}

.color-green {
    color: rgb(37, 184, 27)
}

.color-red {
    color: #e30505
}

.service-blocks-main .dashed:last-of-type {
    border-left: 1px dashed #90949c;
}

#services-module-2 {
    margin-top: 0
}

.services-module .dashed {
    padding: 0 0 10px;
}

.services-module .dashed-last {
    padding: 0 0 10px;
}

.services-module .dashed h3 {
    font-size: 16px;
}

.services-module .dashed-last h3 {
    font-size: 16px;
}

.services-module .dashed .block-icon {
    padding: 20px 0 20px;
}

.services-module .dashed-last .block-icon {
    padding: 20px 0 20px;
}

.stikynavbar{
    top: 61px !important
}
.fa-star-o:before {
    content: "\f005";
}

h4.prix-sur-demande{
    font-size: 15px;
    color: #ec6906;
}

#sticky-text-vo-tarifs .btn-vo-tarifs{
    background-color: #f6690c;
    border-color: #f6690c;
    color: #ffffff;
}
#sticky-text-vo-tarifs  .description-vo-tarifs {
    height: auto;
    border-radius: 4px;
    background-color: #fff8ca;
    font-size: 15px;
    white-space: normal;
    padding: 25px;
    text-align: center;
}
.stickyvotarifs{
    z-index: 2;
    position: fixed;
    top: 90px;
    left: auto;
    width: auto;
    right: auto;
}

@media (max-width: 992px) {
   .stickyvotarifs{
        display: none;
    }
    .border-dashed{
        border-top: 1px dashed #ccc;
        margin: 5px 0;
    }

    #sticky-row {
        padding: 8px 0;
    }
    .margtop15{
        top: auto !important;
    }
    .text-center{
        display: block;
        text-align: center !important;
    }
    #basicsCollapseOne .total-list-head h3.pull-lef{
        color: black !important;
    }
    .text-left{
        text-align: left;
    }
    .btn.btn-teal {
        padding: 11px 12px;
        background: #e78e0b;
    }
    a.color-details:hover,
    a.color-details{
        color: #f06a07 !important;
        font-size: 13px;
        font-weight: 600;
    }
}




.jdropdown-image-small {
    filter: invert(49%) sepia(91%) saturate(1783%) hue-rotate(165deg) brightness(93%) contrast(84%);
}

.tagcloud a {

    color: #159eda;
    border: 1px solid #159eda;
}
.tagcloud a:hover {

    background-color: #159eda;
    border: 1px solid #159eda;
}

.prix-list-sht span:first-child{
color:#159EDA;
}</pre></body></html>