@charset "UTF-8";

.jarallax::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.jarallax .position-absolute {
    z-index: 2;
}

#herd_title{
    color: #fff;
}

.h1_line_height {
    line-height: 1.2;
}

.vecteur {
    top: 0; 
    left: 0; 
    z-index: 0;
}

.create-container {
    padding-top: 6rem;
}

.improve-container {
    padding-top: 12rem;
}

.heart-img {
    bottom: 2%;
    left: 60%;
    width: clamp(30px, 5vw, 70px);
    z-index: 2;
}

.toque-img {
    position: absolute;
    bottom: -6%;
    right: -2%;
    width: clamp(30px, 5vw, 70px);
    z-index: 2;
}

.glass-container {
    top: 0; 
    left: 0; 
    padding: 2rem;
    z-index: 3;
}

.producer-localization {
    display: flex;
    align-items: flex-start;
}

.producer-name {
    font-size: 1rem;
}

.producer-type {
    font-size: 0.9rem; 
    color: #6b6b6b;
}

.contact {
    color: #28311c
}

.values-container{
    z-index: 1;
}

/* Producers list: 2 columns when stacked below map */
@media (max-width: 767px) {
    .producers-list {
        column-count: 2;
        column-gap: 1rem;
    }
    .producers-list .d-flex {
        break-inside: avoid;
    }
}

@media (max-width: 400px) {
    .producers-list {
        column-count: 1;
    }
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    .hero-agency #cover_title,
    .hero-agency #herd_title {
        font-size: 1.75rem;
    }
    .hero-agency .display-7 {
        font-size: 0.95rem;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 768px) {
    .hero-agency #cover_title,
    .hero-agency #herd_title {
        font-size: 2.25rem;
    }
    .hero-agency .display-7 {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .vecteur {
        display: none;
    }

    .create-container,
    .improve-container {
        padding-top: 2rem;
    }

    .values-container img {
        max-width: 300px;
    }
}

/* Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }*/

/* Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }*/

/* X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }*/