﻿:root {
    --main-color-pro: #775ba3;
    --dark-color-pro: #684679;
}

@media (min-width: 999.99px){
    .pro-searchbar {
        display: grid;
        grid-template-columns: 1.6fr 2fr 1.3fr .6fr 1fr;
        column-gap: 5px;
        margin-bottom: 1rem;
    }
}

.pro-searchbar-label {
    margin-left: 5px;
}

.pro-searchbar-selector,
.pro-searchbar-input-text,
.pro-searchbar-input-geo {
    width: 100%;
    padding: 4px;
    border: 1px solid grey;
    border-radius: 5px;
    margin: 5px;
}

.pro-searchbar-selector
{
    padding: 5px;
}

.pro-searchbar-input-geo {
    min-width: 200px;
}

.pro-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.error-message {
    margin-top: 1rem;
}

.pro-search-button {
    background-color: var(--dark-color-pro);
    padding: 0.8rem;
    cursor: pointer !important;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.pro-search-button:hover {
    background-color: var(--main-color-pro);
}

.liste-pros {
    background-color: #f3f3f3;
    max-height: 700px;
    overflow: auto;
}

.pro-search-results-synthesis {
    font-family: Roboto;
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pro-search-results {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.pro-search-results-list {
    max-height: 670px;
    overflow-y: scroll;
    flex: 1 1 0;
    margin-right: 5px;
}

.pro-search-results-carto {
    flex: 2 1 auto;
}

.pro-etude-container {
    padding: 5px;
    margin-bottom: 1rem;
}

    .pro-etude-container:hover {
        background-color: lightgray;
    }

.icon-recherche-pros {
/*    width: 20px;
    height: 20px;
*/}

.titre-element-liste-pros {
    font-family: Roboto;
    font-size: 14px;
    /*font-weight:bold;*/
    color: #5b4480;
}

.plus-infos.collapsed:before {
    content: "+ d'informations";
}

.plus-infos:before {
    content: "- d'informations";
}

.plus-infos-after.collapsed:after {
    content: "+ d'informations";
}

.plus-infos-after:after {
    content: "- d'informations";
}

.separator-hr-pros {
    opacity: 1;
    border-color: lightgray;
    border-style: solid;
    margin-top: 5px;
    margin-bottom: 5px;
}

.column-side-padding-carto-pro {
    padding-left: 15px;
    padding-right: 0px;
}

.pros-default {
    min-height: 700px;
}

.carto-container-pro {
    position: relative;
}

.pro-etude-link {
    cursor: pointer;
}

.pro-etude-link:hover {
    background-color: lightgrey;
}

.pro-type {
    font-size: 1.5rem;
    font-weight: bold;
}

.pp-container {
    padding: 5px;
    background-color: white;
    border-radius: 5px;
}

.pp-item {
    font-size: inherit;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    margin-bottom: 5px;
}

.pp-list {
    list-style-type: none;
}

.pp-group-title {
    font-size: 1.3rem;
    font-weight: bold;
}

.pp-item-prop {
    margin-right: 5px;
}

.pro-pp-container {
    display: flex;
    flex-wrap: wrap;
    /*grid-template-columns: auto auto 1fr;*/
}

.pro-pp-list-element {
    margin-left: 1em;
}
