

.bloc1 {
    position: relative;
    max-width: var(--standard-max-width);
    margin-left: auto;
    margin-right: auto;
}

.bloc1>figure {
    position: relative;
    z-index: 1;
}

.bloc1>div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}


@media screen and (max-width:700px) {

    .bloc1>div {
        position: relative;
    }
}



/* --------- selection item sous-navigation --------- */

.exploitations-agricoles li[data-slug="votre-secteur-d-activite"] a {
    color: var(--orange) !important;
}
.exploitations-agricoles li[data-slug="votre-secteur-d-activite"] a:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: calc(50% - (3px / 2));
    width: 3px;
    height: 20px;
    background-color: var(--orange) !important;
}


@media screen and (max-width:900px) {
    .exploitations-agricoles li[data-slug="votre-secteur-d-activite"] a:before {
        display: none;
    }
}
