/*----------------------------------------------
                 Project:	 myhotels++
-------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

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

:any-link {
    cursor: pointer;
}
:root{

     --color-site-1: #273c59;
     --color-site-2:  #1ca0ad ;
     --color-site-3: #3c3c3c;
   
}


/* 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: solid 1px transparent;
}
body {
    margin: 0;
    line-height: 1;
    color: #3c3c3c;
    background-color: #fff;
    font-size: 1rem;

    font-weight: 300;


}


.Header .nav-menu > .container {
    padding: 0
}

@media (min-width: 62em) {
    .Header .nav-menu > .container {
        padding: 0 20px
    }
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    line-height: initial;
}

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

.text-end {
    text-align: end;
}

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

/**************************** Header ***********************************/

.top-bar {
    height: 32px
}

.top-bar .top-nav ul li {
    padding: 0 12px;
    border-right: 1px solid #fff
}

.connect-link {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    line-height: 40px;

}

.connect-link:first-of-type::after {
    color: #a8a8a8;
    content: "|";
    font-weight: 300;
    margin: 0 12px;
}

.icon-header i {
    font-size: 50px;
    color: #de011e;
}

.open > .dropdown-menu {
    display: inline-grid;
}

.header-contact p {
    font-size: 14px;
    text-align: center;
}

.user {
    display: inline-flex
}

.flag-icon {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 15px;
    width: 18px;
}

.circle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    color: #a8a8a8;
    display: flex;
    font-size: 22px;
    height: 36px;
    justify-content: center;
    margin-right: 12px;
    width: 36px;
}

.descriptions {
    border-radius: 40px;
    color: #005591;
    position: relative;
    padding: 16px;
    margin: 20px 20px 0
}

.descriptions-text {
    font-size: 14px;
    font-weight: 300;
    line-height: inherit;
    margin-bottom: 4px;
    text-align: center;
}

.descriptions::after {
    transform: rotate(-315deg);
    border: 12px solid;
    border-color: transparent transparent rgba(0, 85, 145, 0.12);
    bottom: -12px;
    content: "";
    left: 52px;
    position: absolute
}

.descriptions.bg-info.mb-3 {
    margin-bottom: 12px;
}

.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;
}



/**Banner Slider**/

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

@media (max-width: 767px) {
    #banner-slider .owl-nav {
        display: none
    }

}

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

@media (max-width: 991.99px) {
    .search-expandable {
    position: relative;
    z-index: 2;
    top: 0;
}
}
.search-button {
    padding-top: 18px;
}

/**title**/

.section-title {
    color: #3c3c3c;
    line-height: 36px;

    padding: 0 8px;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 500;

}
.section-title span{
    color: #1ca0ad
}

.sub-heading {
    color: #3c3c3c;
    line-height: 22px;
    font-weight: 300;
    margin-top: 4px;
    margin-bottom: 12px;
}

/**section hotels tabs**/

.banners-mask {
    height: 100%;
    padding: 24px 28px;
    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: 500;
    color: #036;
    max-width: 156px;
    position: relative;
    font-size:15px
}

.button-banniere {
    background-color: transparent;
    border: 1px solid #036;
    color: #036;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px;
}

.button-banniere:hover {
    color: #fff;
    background-color: #036;
    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: 4px;
    color: #fff;
    font-weight: 500;
    background-color: #faaf05;
    padding: 4px 8px;
    text-transform: uppercase;
    /* font-size: .75rem;*/
    line-height: 16px;
}

.hotel-amaneg {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
    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;
}

.item-thumb img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

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

#myhotels .item-body .property-title {
    color: #005591 !important;

    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
    /* display: flex;*/
    align-items: center;
}



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

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

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

/***cards hotel +vol**/

.card-img {
    width: 100%;
    object-fit: cover;
    height: 430px;
    border-radius: 4px;
}

.card-title {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 16px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 100%;
    z-index: 100000;
}

/**Myvol**/

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

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

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

#myvol .card .card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#myvol .card .card-content h3,
#myvol .card .card-content p {
    max-width: 100%;
    padding-left: 10px;
}

#myvol .card .card-image {
    max-width: 100px;
}

#myvol .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%;
    }
}

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

    #myvol .card {
        flex-direction: column;
        flex-wrap: wrap;
    }

    #myvol .card .card-content h3,
    #myvol .card .card-content p {
        /*text-align: center;*/
    }

    #myvol .card .card-content {
        justify-items: center;
    }
}

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

    #myvol .card .card-content {
        flex-wrap: wrap;
    }
}

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


/***Footer**/

#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: 50%;
    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;
}

#myfooter .btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #1da1f2;
}

.btn-instagram {
    background-color: #c32aa3;
}

.btn-youtube {
    background-color: #ff0000;
}

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

.footer-payment {
    background: #002345;
    padding: 10px 0;
}

.card-money {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.card-money li {
    display: inline-block;
}

::placeholder {
    color: white;

}

.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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    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;
}

.media-new .media-left {
    /*  text-align: right;
      width: 50%;*/
}

.mo-com-upside-offer {
    margin: 0;
    background-color: #FA8C00;
    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 0px;
    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%;
}


#myhotels .img-hotel {
    min-height: 240px;
    object-fit: cover;
}

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

}


/****/
.img-top {
    height: 234px !important
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #cccccc;
    border: 1px solid #cccccc
}

#mygalerie .owl-carousel.owl-loaded {

    display: flex !important;
}

.properties-carousel-grid-galerie .btn-light {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.properties-carousel-grid-galerie .btn-light:hover {
    background: #fff;
    border: 1px solid #f6be2e;
    color: #f6be2e;
}

.tit {

    background-image: linear-gradient(180deg, rgba(19, 48, 110, 0) 0%, #0c0c0c 100%);
    bottom: 10px;
    display: block;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 1032;
    color: white;
}

.text-color a {
    font-weight: bold;
    color: #de011e
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);

}


.dot {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}
.dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #161616;
}
.dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #d1c4c0;
}
.dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #cb1a2b;
}
.dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #f4bd2c;
}
.dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #707070;
}
@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}


.description.text-white{
    font-size:14px;
    color:#fff
}
.content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-white{
    color:#fff
}
.bi.bi-star-fill{
    color:#f6be2e
}
.bootstrap-select .btn.btn-default {
    border: 1px solid #cccccc;
    color: #959595;
    font-size: 14px;
    text-transform: none;
    height: 42px;
    background-color: #fff;
    font-weight: 400;
}
.label-filtre {
    top: 30px;
    position: relative;
    left: 14px;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 3;
    font-size: 14px;
    color: #383838;


}
.form-control.bg-input.typeahead_destination {
    padding-top: 30px !important;
}
#number-night .label-filtre {
    left: 10px
}

#nuitees {
    padding-left: 10px
}

.input-icon {
    position: relative
}

.input-icon input {
    position: relative;
    color: #3c3c3c;
    padding-top: 30px
}

@media (min-width: 768px) and (max-width: 991px) {
    .input-icon:before {
        height: 50px;
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .input-icon:before {
        height: 50px;
        line-height: 50px
    }
}

.bg-input {
    background-color: #ffffff !important;
    border-radius: 8px;
    height: 65px !important;
    border-color: #c4c4c4;
    color: #002a7e
}

#personnel {
    background: #b3c8d9
}

.profile-pic {
    object-fit: cover;
    border-radius: 50%;
    border: 2px dashed #3c3c3c;
    padding: 5px
}

.heading {
    font-weight: 400;
    font-size: 1.3rem;
    margin: 1rem 0
}

.online {
    position: absolute;
    right: 25%;
    bottom: 30%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 555
}

.online .icon-pic {
    width: 100% !important
}

#personnel .owl-carousel .owl-item img {
    width: 50%;
    margin: auto
}

#personnel .mt-3 {
    margin-top: .75rem
}

#personnel .fonction {
    margin: 0;
    color: #3c3c3c;
    font-weight: 300;
    text-align: center;
    font-size: 16px
}

#personnel .Name {
    color: #3c3c3c;
    font-weight: 400;
    text-align: center
}

.houzez-module-main {
    padding: 25px 0
}

.mo-showcase-main-title {
    margin-bottom: 15px
}

.mo-showcase-main-title h3, .mo-showcase-main-title h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;

}

.mo-showcase-main-title p {
    font-size: 16px;
    color: gray;
    text-align: center
}

.mo-showcase-campaigns .item {
    height: 200px;
    width: 100%;
    background-color: #fff;

    padding: 0;

    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.mo-showcase-campaigns .item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 2;
    border-radius: 4px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .27)
}

.mo-showcase-campaigns .item .image-campaign {
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.mo-showcase-campaigns .first-card .item button {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 3;
    text-transform: uppercase
}

.mo-showcase-campaigns .first-card .item .tit {
    padding: 15px
}

.mo-showcase-campaigns .item .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 2;
    width: 100%;
    padding: 10px 15px;
    background-image: linear-gradient(180deg, rgba(27, 53, 110, 0) 0%, #0b477f 100%)
}

.mo-showcase-campaigns .first-card .item .tit a {
    font-size: 25px;
    color: #fff;
    font-weight: 600;

}

.mo-showcase-campaigns .item .tit a {
    font-size: 25px;
    color: #fff;
    font-weight: 600;

}

.mo-showcase-campaigns .item .deals {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 15px;
    font-weight: 500;
    background-color: #3975C6;
    z-index: 3;
    color: #fff;
    margin: 0;
    padding: 5px 8px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-primary {
    color: #fff;
    background-color: #005591;
    border-color: #005591
}

.btn-primary:hover {
    color: #fff;
    background-color: #003f6b;
    border-color: #00375e
}

.mo-showcase-campaigns .btn-more {
    color: #005591;
    text-transform: uppercase;
    font-weight: 500
}

.btn-outline-primary {
    color: #005591;
    border-color: #005591
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #005591;
    border-color: #005591
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important
}

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

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

.btn-outline-primary {
    color: #005591;
    border-color: #005591
}

.benner-tab {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 12%), 3px 3px 8px rgb(0 0 0 / 18%);
    padding:0
}

.up {
    display: flex;
    line-height: 40px !important;
    left: -2px;
    position: relative
}

@media (max-width: 767px) {
    .mob-rasion {
        padding: 0 0
    }
}

@media (max-width: 767px) {
    .houzez-taber-wrap .houzez-tabs li {
        height: 67px !important
    }
}

.property-item.item-grid .item-body {
    padding: 15px 12px 7px;
    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
}

.property-item.item-grid .body-left {
    display: block;
    width: 100%
}

.property-item .body-left {
    width: 1000px;
    position: relative
}

.property-item.item-grid .info-row {
    text-align: left
}

 .item-body .property-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit
}

 .item-body .property-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px
}

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

 .item-body .property-location {
    font-size: 14px;
    line-height: 13px;
    margin: 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit
}

.item-body .property-location {
    color: #383838;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 265px
}

.item-foot {
    background-color: #fff;

    padding: 14px 15px;
    border: 1px solid #e5e5e5
}

.item-foot .item-foot-left {
    float: left;
    position: relative
}

.item-foot p {
    font-size: 13px;
    line-height: 20px;
    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;
    border-radius: 4px;
    box-shadow: none !important
}

#myhotels {
    background: #f8f8f8
}

#myhotels .property-item.item-grid .item-left {
    display: block;
    width: 100%
}

.serv {
    padding-top: 10px
}

#services  i {
    color:#faaf05;
    font-size:40px
}
.serv h5{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 400;

    text-align: center;
}
.serv p{
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 400;

    text-align: center;
}

.bbb-wrapper .subcribe-form p {
    color: #fff;
    font-size: 14px
}

.bbb-wrapper .subcribe-form form {
    max-width: 450px;
    margin: 0 auto;
    position: relative
}

.bbb-wrapper .subcribe-form #subscribe input {
    width: 100%;
    height: 48px;
    background: #fff;
    color: #000 !important;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 0 30px
}

.bbb-wrapper .subcribe-form #subscribe input::placeholder {
    color: #717070;
    font-weight: 700
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
    height: 38px;
    padding: 0 30px;
    border-radius: 0;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    background: #d33479
}

.subscribe {
    display: flex;
    gap: 12px;
    align-content: center;
    justify-content: end
}

.icon-subsribe-svg {
    width: 40px
}



.bg-top {
    background: #3975C6;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 100%;
    margin: 0
}

.bg-top a {
    color: #fff !important
}

.header-mobile .align-items-center, #header-section .align-items-center {
    display: flex;
    align-items: center
}

.row-media {
    display: flex;
    justify-content: space-between;
    gap: 5px
}

.media-svg {
    width: 40px
}

.mobile-nav .nav-trigger.mobile-open + .nav-dropdown {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 60px;
    visibility: visible
}

.mobile-nav .nav-trigger {
    cursor: pointer;
    color: #3975C6;
    line-height: 18px;
    height: 18px;
    width: 18px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 1px
}

@media (max-width: 767px) {
    .houzez-module-main {
        padding: 0
    }
}

@media (max-width: 767px) {
    .mo-showcase-campaigns {
        margin: 0
    }
}

#header-section .social li {
    font-size: 14px;
    display: inline-block;
    margin: 0 7px 0 0 !important;
    list-style: none;
    color: #fff
}

#header-section .social li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    align-self: center;
    border-radius: 50%;
    color: #3c3c3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 36px;
    background: #fff
}

.col-media a {
    color: #004680;
    font-weight: 700;

    font-size: 16px
}



#banner h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

#banner p {
    color: #fff;
    font-weight: 400
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #3975C6
}

.card-img-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px);
    z-index: 50000
}

.card-img-overlay .badge {
    background: #d33479;
    padding: 5px;
    border-radius: 2px
}

#header-section .navi > ul ul {
    max-height: 300px;
    overflow: auto
}

#header-section .navi > ul ul {
    top: 33px !important;
    width: 250px
}

.moblie-liste-ville {
    max-height: 300px;
    overflow: auto
}

.item-body .property-location {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 7px 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit
}

h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit
}

@media (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 18px;
        line-height: 24;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }
}

.account-action {
    list-style: none;
    margin: 0
}

.account-action > li {
    display: inline-block;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}

.account-action li.active .account-dropdown {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 60px;
    visibility: visible
}

@media (max-width: 991px) {
    .account-action li.active .account-dropdown {
        top: 60px
    }
}

.account-action .user-image {
    border-radius: 50%;
    margin-left: 10px;
    max-width: 22px
}

#myfooter .footer {
    background-color: #3c3c3c;
    padding-top: 90px;
}

#myfooter .footer a {
    color: #fff;
    font-weight: 300;
}

#myfooter .footer li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    padding-left: 0 !important
}

#myfooter .footer .social li {
    font-size: 18px;
    display: inline-block;
    margin: 0 7px 0 0 !important;
    list-style: none;
}

#myfooter .footer .social li:last-child {
    margin: 0;
}

#myfooter .footer .social .fa {
    margin: 0;
}

#myfooter .footer-bottom {
    width: 100%;
    background-color: #f6be2e;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .footer-bottom {
        padding: 15px 0;
    }
}

#myfooter .footer-bottom p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #002a7e;
}

/***Footer**/
#myfooter .social li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    align-self: center;
    border-radius: 50%;
    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;
}

#myfooter .btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #1da1f2;
}

.btn-instagram {
    background-color: #c32aa3;
}

.btn-youtube {
    background-color: #ff0000;
}

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

.footer-payment {
    background: #002345;
    padding: 10px 0;
}

#myfooter .footer-widget .widget-title:after {
    display: block;
    width: 3rem;
    height: 2px;
    background-color: #FB9A1C;
    content: " ";
    margin: 0.5rem 0 0;
}
#myfooter .footer-widget .widget-title {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.text-color a {
    font-weight: bold;
    color: #de011e
}
.circle-footer {
    align-items: center;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    color: #a8a8a8;
    display: inline-flex;
    font-size: 25px;
    height: 36px;
    justify-content: center;
    margin-right: 2px;
    width: 36px;
    position: relative;
    top: 3px;
}
.justify-content-between{
    justify-content: space-between;
}
.fa.fa-trash{
    color:red
}
  
.modal-header {
    align-items: center;
    position: relative; /* Nécessaire pour le centrage absolu si besoin */
    justify-content: center; /* Centre le titre horizontalement */
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .no-margin {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    
}

.modal-header .close {
    position: absolute;
    right: 20px; /* Aligne l'icône à droite */
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    padding: 0;
    top: 20px;
}

