
:root{
    --primary-color:#93241F;
}
.home .slides{
    width: 100%;
    height: 87vh;
    position: relative;
    overflow: hidden;
}

.home .slides video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    object-fit: cover;
    z-index: -1;
}

.home .filter-slider-parent{
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
    position: absolute;
    bottom: 3em;
}

.home .filter-slider-child{
    width: 1500px;
    padding: 10px;
}

.home .box-input{
    position: relative;
    width: 107%;
}

.home .input-icon{
    display: inline;
    position: absolute;
    left: 10px;
    top: 10px;
}

.home .box-input input,
.home .box-input select{
    outline: 0;
    border: 0;
    background: #fff;
    padding: 15px 0 15px 35px;
    width: 100%;
    font-size: 13px;
    color: #686262;
}

.home .filter-btn{
    background-color: var(--primary-color);
    border: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    outline: none;
    padding: 13px;
}

.home .filter-btn img{
    margin-right: 5px;
}


.home .search{
    left: 45px;
}

.home .reserver {
    width: 100%;
    height: 448px;
    background-image: url('/front/images/home/reserver.webp') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3em 1.5em;
}
.home .reserver .reserver-title{
    width: 813px;
    text-align: center;
    line-height: 1.5em;
}
.home .reserver .reserver-title h2{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.home .reserver .partent-btn-decouvrer-villa{
    margin-top: 2em;
}

.home .magazine{
    padding: 3em 0;
    background-color: var(--primary-color);
}

.home .magazine a{
    text-decoration: none;
}

.home .magazine-info-child h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 31px;
}

.home .magazine-info-child p{
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
}

.home .magazine-info-child a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.home .magazine-info-child a > img{
    margin-left: 10px;
}

.home .magazine-bloc-parent{
    padding: 5px 5px;
    background-color: #fff;
}

.home .magazine-bloc-parent > .magazine-bloc-child{
    padding: 5px 5px;
    border: 1px solid var(--primary-color);
}

.home .magazine-bloc-parent > .magazine-bloc-child img{
    width: 100%;
}

.home .magazine-title h3{
    color: #fff;
    font-size: 17px;
}

.home .location{
    padding-top:3em;
}

.home .location .bloc-location{
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.home .location .bloc-location img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.home .location .bloc-location img:hover{
    transform: scale(1.1);
    filter: brightness(0.9);
}

.home .location .location-text h2{
    color: var(--primary-color);
    font-size: 31px;
    text-transform: uppercase;
    line-height: 40px;
}

.home .location .location-text p{
    font-size: 16px;
    line-height: 25px;
    margin-top: 1.5em;
    text-align: justify;
}

.home .location .location-text a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

.home .location .location-text a > img{
    margin-left: 10px;
}

.home .location .long-btn{
    padding: 1em 0;
    background-color: var(--primary-color);
}

.home .location .long-btn a{
    font-size: 31px;
    color: #fff;
    text-decoration: none;
}

.home .faq{
    padding: 3em 0;
    background-color: #f5f5f5;
}

.home .faq-title h2{
    color: var(--primary-color);
    font-size: 31px;
    text-transform: uppercase;
}

.home .faq-bloc{
    padding: 20px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 5%);
    border-radius: 10px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    background-color: #fff;
}

.home .faq-bloc:hover{
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.home .faq-bloc-click{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
}

.home .question h3{
    color: #565246;
    font-size: 20px;
}

.home .answer{
    padding: 1em 0;
    display: none;
}

.home .answer p{
    font-size: 16px;
    line-height: 28px;
}

.home .faq-icon .icon-up{
    display: none;
}

.home .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: auto;
    overflow: hidden;
}

.home .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    transform: scale(1.2); /* Zoom in to crop edges */
    z-index: -1;
    
}

/* Hide YouTube elements using CSS */
.home .responsive-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
    z-index: 2;
}
