/*****************************************************
* Variables
******************************************************/

#scrutari_client {   
    --scrutari-field-margin-left: 10px;
}


/*****************************************************
* Éléments
******************************************************/

input[type="text"], input[type="search"] {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-top-color: #a0a0a0;
    border-left-color: #a0a0a0;
}



#selectgrid {
    display: grid;
    grid-template-areas:    "a b d"
                            "a c d"
                            "a e d";
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: max-content max-content 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

#selectgrid_themes {
    grid-area: a;
}

#selectgrid_type {
    grid-area: b;
}

#selectgrid_collection {
    grid-area: c;
}

#selectgrid_periode {
    grid-area: d;
}

#selectgrid_architecture {
    grid-area: e;
}

#main {
    /*max-width: 1600px;*/
}

#geolocalisation {
height: 480px;
width: 90vw;
max-width: 780px;
}



/*****************************************
 * .mhbsct-
 ****************************************/

.mhbsct-BarreBoutons {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.mhbsct-Filtres {
    margin-bottom: 10px;
}

.mhbsct-Grid h2 {
    color: #046c92;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 25px;
}

.mhbsct-Motcle {
    display: inline-block;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #d7dadd;
    background-color: #efefef;;
    padding-left: 4px;
    font-size: 0.9rem;
    color: #464855;
}

.mhbsct-MotcleList {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #d7dadd;
    padding: 5px;
    /*column-count: 2;*/
    margin-left: 20px;
}

.mhbsct-MotcleList label {
    display: block;
    break-inside: avoid;
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.mhbsct-PresentPanier {
    display: inline-block;
    font-style: italic;
    padding: 10px 20px;
    margin: 5px 10px;
}

.mhbsct-Search {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mhbsct-SearchLabel {
    color: #046c92;
    font-size: 1.4rem;
}

.mhbsct-Summary {
    color: #046c92;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.mhbsct-Summary:hover {
    cursor: pointer;
}

.mhbsct-Thesaurus {
    margin-bottom: 15px;
}

.mhbsct-ThesaurusTitle {
    font-weight: bold;
}

.mhbsct-Transmission {
    /*border-color: red;
    border-width: 2px;
    border-style: dashed;
    padding: 5px;
    background-color: #ccc;*/
    width: 100%;
    
}

/*****************************************
 * .mhbsct-button-
 ****************************************/

.mhbsct-button-Ajout {
    border: none;
    background-color: #fff;
    color: #919191;
    font-size: 1.1rem;
}

.mhbsct-button-Ajout:hover {
    color: #010101;
}

.mhbsct-button-Geolocalisation {
    border: none;
    background-color: transparent;
    color: #046c92;
    font-family: sans-serif;
}


.mhbsct-button-Principal {
    color: #fff;
    background-color: #919191;
}

.mhbsct-button-Principal {
    color: #fff;
    background-color: #919191;
    border-style: solid;
    border-width: 1px;
    border-color: #919191;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 10px;
}

.mhbsct-button-Principal:hover {
    color: #010101;
    background-color: #eff1f4;
}

.mhbsct-button-Principal:disabled, .mhbsct-button-Principal:disabled:hover {
    color: #919191;
    background-color: #eff1f4;
}

.mhbsct-button-Bar {
    text-align: center;
    margin-top: 20px;
}

.mhbsct-button-Supp {
    border: none;
    background-color: transparent;
    color: #919191;
    font-size: 0.9rem;
}

.mhbsct-button-Supp:hover {
    color: #010101;
}


/*****************************************
 * .popup-
 ****************************************/

.popup-Image {
    text-align: center;
    margin-bottom: 10px;
}

/*****************************************
 * .scrutari-
 ****************************************/

.scrutari-fiche-ThumbnailImg {
  max-width: 140px;
}

.scrutari-fiche-Body.scrutari-fiche-ThumbnailBody {
  margin-left: 150px;
}

.scrutari-overlay-Component_dialog {
  max-width: 820px;
}
