#corps {
    position: absolute;
    top: 155px;
    overflow: auto;
    height: calc(100% - 155px - 90px);
    width: 100%;
    min-width: 1300px;
    text-align: center;
}

#content {
    position: relative;
    top: 20px;
    margin: 0 auto;
    display: inline-flex;
    /*justify-content: center;*/
    height: calc(100% - 40px);
    flex-wrap: nowrap;
    flex-direction: row;
}

.content_accueil, .content_projet {
    width: calc(100% - 80px);
}

.content_poi {
    width: calc(100% - 80px);
    min-width: 1100px;
    background-color: #ecebeb;
    border-radius: 5px;
}

.content_poi #cadre-gauche {
    padding: 0;
}

.content_mplf {
    width: 90%;
    min-width: 1100px;
}

#detmplf {
    background-color: #ecebeb;
    border-radius: 5px;
    min-width: 500px;
    width: 50%;
    display: none;
    padding-top: 30px;
    margin: 5px 0 0 20px;
    text-align: left;
    height: 540px;
}

#detmplf li {
    list-style: none;
}

.cadre {
    background-color: #ecebeb;
    border-radius: 5px;
    margin: 0px auto;
    padding: 10px 10px 10px 40px;
}

@media screen and (max-height: 850px) {
    .corps {
        top: 155px;
        height: calc(100% - 155px - 80px - 5px);
    }
}

ul {
    margin-top: 0.5em;
}

#pres_i2plb_titre {
    padding-top: 10px;
}

#slide {
    padding-top: 20px;
    text-align: center;
}
#slide img {
    max-height: 120px;
    margin: 0 2px;
}

#cadre-gauche {
    margin: 5px 0 0 10px;
    padding: 0 30px 0 0;
    text-align: left;
    width: 30%;
    min-width: 350px;
}

#cadre-gauche.lst_mplf {
    display: flex;
    flex-wrap: wrap;
    height: 560px;
    padding: 10px 0 0 10px;
    background-color: #ecebeb;
    border-radius: 5px;
}

#pres_i2plb_titre {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
}

#pres_i2plb_contenu {
    text-align: justify;
    font-size: 16px;
    margin-top: 1em;
}

#cadre-carte {
    min-width: 70%;
    min-height: 570px;
    padding: 0 10px;
/*    border: 2px solid gray; */
    text-align: center;
    z-index: 10;
}

#zone-search {
    text-align: left;
}

#zone-search label {
    padding-left: 10px;
    margin: 15px 0 10px 0;
    font-weight: bold;
    font-size: 18px;
}

#search {
    border:2px solid slategrey;
    border-radius: 5px;
    height: 30px;
    width: calc(100% - 300px);
    margin: 10px 0 10px 10px;
}

#search-button {
    flex: auto;
/*    background-image: url("/style/design/search.png");
    background-size: 40px; */
    cursor: pointer;
    height: 30px;
    vertical-align: middle;
}

#zone-carte {
    overflow: hidden;
    height: calc(100% - 70px);
    width: 100%;
    text-align: center;
}

#mapmin { /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
    margin: 0 auto;
    height: calc(100% - 10px);
    max-width: 98%;
    text-align: center;
    border:solid 2px white;
    z-index: 0;
}

.poi_modale {
    width: 100%;
    padding-top: 10px
}

.poi_modale_titre {
    display:flex;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-right: 10px;
}

.poi_modale_titre span {
    padding-left: 10px;
}

.poi_modale_content {
    display: inline-flex;
    vertical-align: top;
    width: 100%;
    padding:5px 0 0 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.poi_modale_photo {
    display: inline-block;
    text-align: center;
    padding-right: 10px
}

.poi_modale_photo img {
    width: 100%;
    vertical-align:middle;
}

.poi_modale_desc {
    display:block;
    text-align:justify;
    font-size: 16px;
    padding-left: 10px
}
.poi_modale_desc p {
    margin: 0;
}

.poi_modale_gen_desc {
    width: 46%;
}

.poi_modale_mplf {
    margin-top: 20px;
    text-align: center;
}

#poi_modale_mplf_lst {
    margin: 0 auto;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
    width: max-content;
    text-align: left;
}

.poi_modale_mplf_desc {
    width: 100%;
}

#lst_mplf_titre {
    display: flex;
    border-bottom: 1px solid black;
    margin-right: 10px;
}
.titre_lst_mplf {
    height: 45px;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
    display: inline-block;
}

.content_lst_mplf {
    overflow: auto;
    height: 490px;
    margin: 10px 0;
}

.content_lst_mplf ul {
    padding-left: 20px;
}

.return_lst_mplf {
    top:10px;
    left: 15px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

#authent {
    text-align: left;
}

#logos_v {
    position: fixed;
    text-align: center;
    background-color: #e8e7e9;
    width: 120px;
    height: 100%;
    top: 120px;
    z-index: 10;
    right: 0;
    padding-top: 10px;
}
