
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*::before, *::after {
    box-sizing: inherit
}

:any-link {
    cursor: pointer
}
.btn {
    font-family: 'Calibri';
    font-weight: bold;
}


.container {

    position: relative;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 20px
}

.container::after {
    content: '';
    display: table;
    clear: both
}

/*ul, p, h1, h2, h3, h4, h5, h6 {*/
/*    margin-bottom: 0;*/
/*    line-height: initial;*/
/*    font-family: 'Calibri';*/
/*    font-weight: bold;*/
/*}*/

.text-orange {
    color: #FB9A1C !important
}

.text-end {
    text-align: end
}

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

#header-section .header-top {
    background-color: #1e70b5;
    padding:7px 0
}
#header-section .header-top ul li a{
    white-space: nowrap;
}
.header-contact p {
    font-size: 14px;
    text-align: center
}

.navi > ul .has-child > a:after {
    content: "\e905";
    font-family: nico !important
}

.header-mobile .align-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.input-search:before {
    content: "";
    background-image: url(../img/map_icon.svg);
    background-repeat: no-repeat;
    width: 30px
}

.input-calendar:before {
    content: "";
    background-image: url(../img/calendar_icon.svg);
    background-repeat: no-repeat;
    width: 30px
}

.input-nuit:before {
    content: "\e91a";
    font-family: nico !important;
    font-size: 10px
}

.input-room:before {
    content: "";
    background-image: url(../img/chambre_icon.svg);
    background-repeat: no-repeat;
    width: 35px
}

.input-icon:before {
    color: #004580;
    text-align: center;
    height: 43px;
    line-height: 43px;
    position: absolute;
    left: 5px;
    top: 45px;
    z-index: 1
}

.banner-slider .owl-dots {
    position: absolute;
    left: unset;
    top: 20px;
    right: 20px;
    margin: 0;
    transform: unset
}

.search-expandable {
    position: relative;
    z-index: 2;
    top: -50px;

    margin-bottom: -65px;
    bottom: auto;

}

@media only screen and (max-width: 767px) {
    .search-expandable {
        position: relative;
        z-index: 2;
        top: 0;
        margin-bottom: auto;
    }
}

.search-button {
    padding-top: 21px
}

.section-title {
    color: #1E70B5;
    line-height: 60px;
    padding: 0 8px;
    position: relative;
    font-family: "Calibri", Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
   margin-top: 0;
     margin-bottom: 0;
}
.section-title-line {
    position: relative;
    height: 20px;
}

.section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("../img/section-shapes2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    width: auto;
}
.section-title span {
    color: #F5AF33;
}

.sub-heading {
    color: #3c3c3c;
    line-height: 25px;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 13px;
    font-size: 18px;

}

.banners-mask {
    height: 100%;
    padding:10px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.banners-mask::before {
    background-color: hsl(0deg 0% 96%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-13deg);
    transform: skewX(-13deg);
    width: 112%;
    right: -10%
}

.titre-banniere {
    font-weight: 600;
    color: #000;
     /*max-width: 156px;*/
    position: relative;
    font-size: 16px;
}

.button-banniere {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 12px;
    position: relative;
    text-transform: uppercase;
    line-height: 0;
    /* border-radius: 5px; */

}

.button-banniere:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none
}

.img-banner {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 4px
}

.tag-hotel {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    background-color:#F5AF33;
    padding: 4px 8px;
    text-transform: uppercase;
    line-height: 16px
}
.tickes-promo{
    background: red;
}
.hotel-amaneg {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 0;
    background-color: rgba(0, 51, 102, .9);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 8px;
    z-index: 8;
    max-width: 170px
}

@media (max-width: 991px) {
    .section-title{
        font-size: 30px;
    }
}

.nico-star-filled {
    color: #faaf05
}



.tab-content {
    display: flex;
    flex-direction: column
}

.tab-content > .tab-pane {
    display: block !important;
    height: 0
}

.tab-content > .active {
    display: block !important;
    height: auto
}

.card-img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 4px;
    transition: all 2s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}

.card-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    z-index: 500000;
    text-align: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-light {
    background: transparent ;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    font-size: 16px;

    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}


.btn-light:hover::before {
    transform: scaleX(1);
}

.btn-light::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ec9b12;
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}


.btn-light:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
}


.btn-light::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #c0800d ;
    transform: scaleY(0);
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}


.articles {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: stretch
}

.articlevoyage {
    display: flex;
    width: 100%;
    flex: 1 1 33%
}

/* .card {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    overflow: hidden;*/
/*    margin: 15px*/
/*}*/

 .card .card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}
.py-20{
    padding: 20px 0;
}
.py-10{
    padding: 10px 0;
}
.padding-15{
    padding: 10px 20px;
}
.px-20{
    padding: 0 20px;
}
 .card .card-content h3, .card .card-content p {
    max-width: 100%;
    padding-left: 10px
}

 .card .card-image {
    max-width: 100px
}

 .card .card-image a img {
    display: block;
    max-width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    width: auto
}


@media screen and (max-width: 992px) {
    #myvol .articlevoyage {
        flex: 1 1 50%
    }
}

#myvol .btn-warning {
    color: #fff;
    background-color: #faaf05
}

#newsletter {
    color: #fff;
    height: 100%;
    position: relative;
    padding: 0 ;

    overflow: hidden;

}

.pb-50 {
    padding-bottom: 50px
}

.pt-70 {
    padding-top: 70px
}

.mb-15 {
    margin-bottom: 15px
}

.subscribe-text span {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3c3c3c;
    margin-bottom: 12px
}

.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px
}

.subscribe-wrapper {
    overflow: hidden
}

#newsletter .sub-heading {
    color: #3c3c3c
}

.mb-15 {
    margin-bottom: 15px
}

.subscribe2-wrapper .subscribe-form input {
    background: #fff;
    position: relative;
    top: 3px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    color: #3c3c3c;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 65%;
    cursor: pointer
}

.subscribe2-wrapper .subscribe-form button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 36px;
    transition: all 0.3s ease 0s;
    color: #fff;
    background-color: #A4235C
}

.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px
}
#services .box-service .text-center{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#services .icon-service {
    transition: all 0.8s ease;
    border-radius: 50%;
    background-color: #dff1fc;
    height: 100px;
    width: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;

}
#services .icon-service img{
    transform: scale(1);

}

.box-service .text-center:hover  .icon-service{
    transform: rotateY(360deg);
}


#services .serv h5{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    font-family: "Calibri", Sans-serif;
}
#services .serv p {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    font-family: "Calibri", Sans-serif;
}

.header-media > .social {
    right: 0;
    position: fixed;
    top: 190px;
    z-index: 999;
    list-style: none
}

.header-media > .social li a {
    margin-bottom: 0;
    height: 40px;
    width: 40px;
    font-size: 20px
}

.social li a, #myfooter .social li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
    text-align: center;
    width: 36px
}

.btn-facebook {
    background-color: #4267B2
}

.btn-facebook:hover i {
color:  #4267B2;
}
.btn-twitter {
    background-color: #00aeff
}
.btn-twitter:hover i{
    color:  #00aeff;
}
.btn-instagram {
    background-color: #c337a2
}
.btn-instagram:hover i{
    color: #c337a2 !important;
}
.btn-youtube {
    background-color:  #FF0000
}
.btn-youtube:hover i{
color: #FF0000;
}

.btn-whatsup {
    background-color: #25d366
}
.btn-whatsup:hover i{
    color: #25d366
}
.btn-whatsup:hover,
.btn-youtube:hover,
.btn-twitter:hover,
.btn-facebook:hover,
.btn-instagram:hover {
    background-color: #fff;

}

.mr-2 {
    margin-right: 1rem
}

::placeholder {
    color: #fff
}

.info-row .tagcloud a {
    margin-right: 5px
}

.info-row .tagcloud a {
    font-size: 11px;
    line-height: 1;
    margin: 0 0 5px 0;
    font-weight: 100;
    text-transform: inherit;
    text-align: inherit;
    display: inline-block;
    padding: 4px 10px 5px 10px;
    background-color: #004274;
    color: #fff;

    border-radius: 4px
}

.info-row .tagcloud a:hover {
    background-color: #0eaae5
}

.media-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mo-com-upside-offer {
    margin: 0;
    background-color: #FA8C00;
    height: 25px;
    display: inline-block;
    font-size: 14px;
    padding: 2px 8px;
    line-height: 1.5;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    position: relative;
    color: #fff
}

.mo-com-upside-offer:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 14px 13px 0;
    border-color: transparent #FA8C00 transparent transparent;
    position: absolute;
    left: -13px;
    top: 0
}

.mo-com-upside-offer:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -3px;
    top: 10px
}

.mob-ho {
    position: absolute;
    right: 0;
    bottom: 20%
}

 .img-hotel {
    height: 270px !important;
    object-fit: cover;
     transition: all 2s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
 .figure-block{
     position: relative;
     overflow: hidden;
 }

 .item:hover .img-omra,
 .item:hover .card-img,
 .item:hover .img-hotel{
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
 }

#newsletter ::placeholder {
    color: #3c3c3c
}

 .property-item.item-grid .item-body {
    padding: 8px 12px;
    display: block;
    width: 100%
}

 .property-item .item-body {
    padding: 10px 12px 10px 20px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    width: 1000px;
    min-height: auto !important
}



 .item-body .property-title {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-transform: inherit;
    text-align: inherit;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     max-width: 380px;
     color: #3c3c3c;
     font-family: 'Calibri';
     font-weight: bold;
}



 .rating {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: left;
    display: inline;

}

 .item-body .property-location {
    font-size: 16px;
    margin: 0;
    text-transform: inherit;
    text-align: inherit;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     max-width: 265px;
     color: #6d6e70;
     font-weight: 400;
}


 .item-foot {
    background-color: #fff;
position: relative;
    border: 1px solid #e8e8e8;

}

.item-foot::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    background: #F5AF33;
}
 .item-foot .item-foot-left {
    float: left;
    position: relative
}


.item:hover .item-foot::before{
    transform: scaleX(1);
    transform-origin: left;
    -webkit-transition: .5s all ease;
    -khtml-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

 .item-foot-left h3{
    color: #1e70b5;
    font-weight: 700;
     margin: 0;
    font-size:24px
}

 .item-foot p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit
}

 .item-foot .item-foot-right {
    float: right
}

 .property-item.item-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: none !important
}
/*
 a img{
    height:320px;
    object-fit: cover;
}*/
.gap-15{
    gap:20px
}
.justify-content-around{
    justify-content:space-around !important
}
.nico-trash-can{
    color:red
}