/* INSTALL THE PROJECT IN LOCAL TO COMPILE - THIS IS ONLY TO BE ABLE TO HAVE A PREVIEW WITH THE CONTENT */

.list-scroll {
    overflow: auto !important;
}

.list-scroll:hover .commercial {
    opacity: 0.3;
}

.list-scroll .commercial:hover {
    opacity: 1;
}

.acf-block.-equipe .map {
    background: transparent !important;
}

.-desactive:not(.st7) {
    fill: #696966;
}

.svgMap .cls-1,
.svgMap .cls-2,
.svgMap .cls-3,
.svgMap .cls-4,
.svgMap .cls-5,
.svgMap .cls-6,
.svgMap .cls-7 {
    stroke: #000 !important;
}

.svgMap .cls-2 {
    fill: #696966 !important;
}

.block-equipe-forms {
    position: relative;
    margin: 0 !important;
    /* padding: var(--space-text); */
    padding: 0;
}

.block-equipe-forms::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: inherit;
    /* Change to your desired background */
    z-index: -1;
}

.block-equipe-forms>.wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 4.7rem 0 !important;
}

@media (max-width: 991px) {
    .block-equipe-forms>.wp-block-group__inner-container {
        flex-direction: column;
    }
}

.block-equipe-forms>.wp-block-group__inner-container>div {
    width: 100%;
	padding: 0 2rem !important;
}

.btn.-plain {
    background-color: #272726;
    border-color: #272726;
}

.font-inherit {
    font: inherit !important;
}