/*!
 * Home css Version - 1.1.1
 * Copyright (c) 2025 Webstudio <contact@webstudio.astrolabconseil.com>
*/


@import url('../../vendor/slick/slick.css');
@import url('../../vendor/slick/slick-theme.css');
@import url('../../vendor/swipper/swipper.min.css');
@import url('../../vendor/lightbox/css/lightbox.css');

/* General */
.py-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}

#home {
    background-image: url(../../images/home/video.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 88.5vh;
    position: relative;
}

#home .container {
    position: relative;
    z-index: 1;
}

#home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

h1 span {
    font-family: var(--ff-title);
}

h3 {
    font-family: var(--ff-title);
}


.hero-agency {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 88.5vh;
    /* min-height: 768px; */
    overflow: hidden;
}

#presentation {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 60vh;
    overflow: hidden;
}

.gallery-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 28rem;
}

/* Card visite */
.hr-card-visite {
    background-color: #fefbe515 !important;
    color: var(--light);
}

/* Swipper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hr-fs-2 {
    font-size: 2rem !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero-agency {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 50vh;
        /* min-height: 768px; */
        overflow: hidden;
    }

    .hr-fs-2 {
        font-size: calc(1.625rem + .9vw) !important;
    }
}