:root{
    --primary-color:#93241F;
}

/** font **/
    /** montserrat **/

       @font-face {
            font-family: 'b-montserrat';
            src: url('/front/font/montserrat/Montserrat-Bold.ttf') format('truetype');
        }

        .b-montserrat{
            font-family: 'b-montserrat';
        }

        @font-face {
            font-family: 'sm-montserrat';
            src: url('/front/font/montserrat/Montserrat-SemiBold.ttf') format('truetype');
        }

        .sm-montserrat{
            font-family: 'sm-montserrat';
        }

        @font-face {
            font-family: 'm-montserrat';
            src: url('/front/font/montserrat/Montserrat-Medium.ttf') format('truetype');
        }

        .m-montserrat{
            font-family: 'm-montserrat';
        }

         @font-face {
            font-family: 'r-montserrat';
            src: url('/front/font/montserrat/Montserrat-Regular.ttf') format('truetype');
        }

        .r-montserrat{
            font-family: 'r-montserrat';
        }
    /** end montserrat **/

    /*** Playfair Display  ***/
        @font-face {
            font-family: 'r-playfair-display';
            src: url('/front/font/playfairdisplay/PlayfairDisplay-Regular.ttf') format('truetype');
        }

        .r-playfair-display{
            font-family: 'r-playfair-display';
        }
    /**** end Playfair Display ***/


    /**** inter ****/
        @font-face {
            font-family: 'inter';
            src: url('/front/font/inter/inter.ttf') format('truetype');
        }

        .inter{
            font-family: 'inter';
        }
   /**** end inter ****/

/*** end font ***/
select > option{
    color: #000;
    font-size: 13px;
}

select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*** slick slider ***/
.slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 4px;
}
.slick-dots li span {
    background: 0 0;
    border: 2px solid #999;
    border-radius: 100%;
}
.slick-dots li.slick-active span {
    background: #999;
    border-radius: 100%;
}
/*** header ***/

.header #header {
    padding: 0 20px;
    background: #000;
}
.header #header .container {
    padding: 0;
}
.header #header > div {
    z-index: 9999;
}
.header #header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    z-index: 99;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header #header.fixed-header .main-menu {
    margin-bottom: 10px;
}
.header #header .main-menu-container {
    display: table;
    margin: 0 auto;
}
.header #header .main-menu {
    padding-top: 30px;
    padding-left: 0;
    margin-bottom: 15px;
    position: relative;
    width: 500px;
    float: left;
}
.header #header .main-menu li {
    display: inline-block;
    position: relative;
    list-style-type: none;
}
.header #header .main-menu li:not(.lang) > a:hover {
    color: #b24737;
}
.header #header .main-menu li > a {
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    line-height: 34px;
    padding: 0 15px;
    display: inline-block;
    text-decoration: none;
}
.header #header .main-menu li:hover .dropdown-menu {
    display: block;
}
.header #header .main-menu .dropdown-menu {
    margin: 0;
}
.header #header .main-menu li:not(.lang) a::before {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background: #ffb000;
    bottom: -2px;
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s linear;
    width: calc(100% - 30px);
    z-index: 2;
}
.header #header .main-menu li:last-child a::before {
    width: calc(100% - 15px);
}
.header #header .main-menu .white-button::before {
    display: none !important;
}
.header #header .main-menu li.active a::before {
    opacity: 1;
}
.header #header .main-menu li:hover a::before {
    opacity: 1;
}
.header #header .main-menu li .white-button::after {
    display: none;
}
.header #header .main-menu .dropdown-item {
    padding: 0 1rem;
}
.header #header .main-menu a .dropdown-item {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: capitalize;
}
.header #header .main-menu .dropdown-menu a::before {
    display: none;
}
.header #header .main-menu a:hover .dropdown-item {
    background: rgba(255, 255, 255, 0.3);
    color: #fff !important;
}
.header #header .main-menu .dropdown-toggle::after {
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}
.header #header .main-menu .dropdown-toggle#currencies-dropdown::after {
    display:none;
}
.header #header .main-menu .dropdown-toggle#currencies-dropdown{
    background:#333;
}

.header #top-bar{
    padding: 10px 0;
}

.header #logo {
    max-width: 150px;
    background: #000;
    border-radius: 50%;
    margin: -55px 25px -65px 25px;
    float: left;
}
.header #logo a img {
    height: auto;
    width: 100%;
}

.header #top-bar .topbar-left a,.header #top-bar .header-widgets a {
    color: #000;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: none;
}
.header #top-bar .header-social {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header #top-bar .pull-left img,.header #top-bar .header-widgets img{
    margin-right: 5px;
}

.header-social .social-icons,
 .footer .social-icons{
    padding-left: 0;
    margin-bottom: 0;
}

.header-social .social-icons li{
    display: inline-block;
    margin-left: 5px;
}

.footer .social-icons li{
    display: inline-block;
    margin-left: 20px;
}

.header-social .social-icons li a,
.footer .social-icons li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 2px solid #000;
    border-radius: 4px;
    text-align: center;
    margin-right:0 !important;
    box-sizing: border-box;
    padding: 5px;
}
.footer .social-icons li a{
    border: 1px solid #fff;
    font-size: 12px;
}

.header-social .social-icons li a img,
.footer .social-icons li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer .social-icons li a img{
    filter: brightness(0) invert(1);
}

.header-social .social-icons i,
.footer .social-icons i{
    font-size: 16px;
    color: #93241f;
    line-height: 32px;
}

.header .mobile-menu{
    display: none;
}


.decouvrez,
.vacance{
    padding: 3em 0;
}

.decouvrez .decouvrez-title,
.vacance .vacance-title{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.decouvrez .decouvrez-title .decouvrez-title-child,
.vacance .vacance-title .vacance-title-child{
    width: 546px;
}

.decouvrez .decouvrez-title .decouvrez-title-child h1,
.vacance .vacance-title .vacance-title-child h2{
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
}

.decouvrez .decouvrez-bloc-villa{
    width: 100%;
    height: 44.44vh;
    position: relative;
    overflow: hidden;
}

.decouvrez .decouvrez-bloc-villa::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.700), rgba(0,0,0,0));
  z-index: 1;
}

.decouvrez .decouvrez-bloc-villa img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.decouvrez .decouvrez-bloc-villa:hover img {
  transform: scale(1.1);
  filter: brightness(0.9);
}

.decouvrez .container,
.vacance .container,
.magazine .container,
.location .container{
     width: 1301px;
}

.decouvrez .icon-jadore {
    background-color: #00000066;
    padding: 7px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.decouvrez .icon-jadore img{
    width: 100%;
    object-fit: contain;
}

.decouvrez .envente-ville{
    background-color: var(--primary-color);
    width: 80px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

.decouvrez .envente-ville span{
    color: #fff;
    font-size: 12px;
}

.decouvrez .decouvrer-infos-villa{
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.decouvrez .ville-title h3{
    font-size: 23px;
    color: #fff;
}

.decouvrez .ville-title span{
    font-size: 12px;
    color: #fff;
}

.decouvrez .ville-title .currency{
    font-size: 7px;
}

.decouvrez .ville-title .price-from{
    font-size: 21px;
}

.decouvrez .villa-details-child img{
    width: 16px;
}

.decouvrez .villa-details-child{
    display: flex;
    align-items: center;
    gap: 5px;
}

.decouvrez .villa-details-parent{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.decouvrez .btn-decouvrer-villa,
.reserver .btn-decouvrer-villa{
    background-color: var(--primary-color);
    border: 0;
    outline: 0;
    padding: 15px 35px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

.vacance .decouvrer-activites a{
    background-color: var(--primary-color);
    border: 0;
    outline: 0;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

.vacance .blac-image{
    width: 100%;
    height: 44.44vh;
    overflow: hidden;
}

.vacance .blac-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.vacance .blac-image img:hover{
    transform: scale(1.1);
    filter: brightness(0.9);
}

.vacance .bloc-title{
    font-size: 21px;
}



/*** footer  ***/

.footer {
    padding: 3em 0;
    background-color: #000;
    padding-right: 40px;
}

.footer .menu-footer{
    padding: 1em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer .logo-footer img{
    width: 150px;
}
.footer .menu-footer ul {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 3em;
}
.footer .menu-footer ul li{
    list-style: none;
    padding-right: 40px;
    border-right: 1px solid #fff;
}

.footer .menu-footer ul li.contact-li{
    border: none;
}

.footer .menu-footer ul li a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.footer .footer-row{
    margin-top: 2.5em;
}

.footer .footer-row  h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}

.footer .footer-row .colonne{
    padding: 0;
}

.footer .footer-row h3::after{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 100%;
    bottom: -10px;
    left: 0;
}

.footer .footer-menu {
    padding: 0;
}
.footer .footer-menu > li {
    list-style: none;
    padding-bottom: 5px;
}

.footer .footer-menu > li > a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer .footer-row p {
    color: #fff;
    font-size: 13px;
    padding-right: 2em;
    text-align: justify;
    line-height: 20px;
}

.footer .footer-menu > li > a:hover{
    color: var(--primary-color);
}

.footer .footer-phone a{
    color: #fff;
    font-size: 14px;
}

.footer .social-media-parent {
    width: 100%;
}

.footer .icons-footer{
    padding: 13px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer .copyright span{
    color: #fff;
    font-size: 14px;
}

.footer .copyright a{
    font-size: 14px;
    color: #fff;
}

.footer .copyright a:hover{
    font-size: 14px;
    color: var(--primary-color);
}

.footer .powered-by a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer .powered-by a:hover{
    color: var(--primary-color);
}

a.add-wishlist:hover,
a.remove-wishlist:hover {
    transform: scale(1.1);
}
.mn-wish {
    position: relative;
    width: auto;
}
.mn-wish .fa {
    top: -15px;
    font-size: 16px;
}
.n-wish {
    background: rgba(250, 100, 100, 0.8);
    position: absolute;
    top: 9px;
    right: -4px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
}

.villa-link-bloc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}