/* ---------------------DÉBUT CSS POUR LA PAGE HOME ---------------------- */
/* main {
    height: 50em;
} */

/* .home-div {
    display: flex;
    flex-direction: row;
    
    border: dotted darksalmon 3px;
    
    text-align: center; */
    /* curieusement text-align aligne aussi l'élément canvas */
    /* ci-dessous pour que les deux div ne soient pas trop éloignées du centre avec
    un grand écran */
    /* justify-content: space-around; */
    /* width: 80%;
    height: 80%;
    margin: auto;
} */

/* SI VEUT A UN MOMENT SWITCHER VERS DU SCSS, PEUT TENTER D'UTILISER UN CONVERTISSEUR
EN LIGNE POUR SE SIMPLIFIER LE GROS DU TRAVAIL JE PENSE */


/* -------------------------CSS POUR LA CARTE RÉUNION ---------------------- */
/* -------------------------CSS POUR LA CARTE RÉUNION ---------------------- */
/* canvas {
    
    border-radius: 10px;
    margin: 1em;
    overflow: hidden;
    border: red solid 3px; */
    /* border: 10px silver solid; */
    /* touch-action: auto; */
    /* box-shadow:black; */
/* } */
/* .right-div {
    width: 40%; */
    /* height: 800px; */
/* } */
img {
    max-width: 100%;
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* border: 10px red solid; */
}

p {
    margin: 0px;
    padding: 0px;
}

#over_map {
    position: relative;
}

/* -----DEBUT CSS POPOVER----- */
.popov {
    /* border: 20px black solid;
    width: 200px;
    height: 100px;
    position: absolute;
    inset: unset;
    bottom: 5px;
    right: 5px;
    margin: 0; */
    color: blueviolet;
    background-color:grey;
    /* height:300px; */
    width:500px;
    z-index:2;
    position:absolute;
    border: 3px solid white;
    border-radius: 50px;
    padding: 20px;
}

.popover-title-div {
    display: flex;
    border: solid red 2px;
}

/* .popover-photo{
    margin-right: 2em;
    padding: 0px;
    width: 80px;
    height: 80px;
    border: solid white 3px;
} */

.popover-date-block, .popover-adress-block, .popover-heure-block {
    display: flex;
    justify-content: space-between;
}

.popover-body-block {
    text-align: left;
    border: solid green 2px;
}

.popover-body-title {
    margin: 0;
    padding: 0;
}
.popover-queryresults-link {
    margin: 5em;
    border: solid red 2px;
}

#query-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}
/* -----FIN CSS POPOVER----- */
/* #absolute_test {
    display:none;
    position: absolute;
    top: 208px;
    left:312px;
    width: 50px;
    height: 50px;
    background-color: black;
} */
/* ---------------------FIN CSS POUR LA CARTE RÉUNION ---------------------- */

/* ---------------------DÉBUT CSS POUR LE MENU DE RECHERCHE ---------------- */
/* .search-menu-icon {
    background-image: ;
} */

/* .left-div {
    min-width: 480px;
    width: 30%;
    border: solid 1px black;
    border-radius: 10px;
    
    background-color: #D2CD9B;
    padding: 1em;
    margin: 1em; */
    /* background: silver; */
    /* ci-dessous les deux propriétés servent à aligner verticalement la form */
    /* display: flex;
    align-items: center; */
/* } */

/* CSS POUR LE MENU DE RECHERCHE AVEC CRISPY_FORMS ET BOOTSTRAP */
.asteriskField {
    display: none;
}
.date-fields-form-div {
    display: flex;
    justify-content: space-evenly;
    /* border-top: 1px dotted black;
    border-bottom: 1px dotted black; */
}
#div_id_date_debut .form-label, #div_id_date_fin .form-label{
    /* width: 8em; */
    /* border: solid red 2px; */
    width: 100%;
}
/* automatiquement générés par crispy_forms*/
#div_id_date_debut, #div_id_date_fin { 
    display: flex;
    height: 2em;
}

/* Pour les tabs cf lien */
.tab-content {
    display: flex;
    /* flex-direction: column; */
    /* align-content: space-between;
    align-items: center; */
    /* border: red solid 2px; */
    height: 100%;
    box-sizing: border-box;
}

.tab-pane {
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.tab-pane form {
    height: 100%;
    /* display: flex;
    align-items: center; */
    margin-top: 2em;
}

.tab-pane form fieldset{
    display: flex;
    flex-direction: column;
    /* align-content: space-between; */
    justify-content: space-around; 
    /* border: solid red 2px; */
    height: 80%;
}
/* FIN DU CSS POUR LE MENU DE RECHERCHE AVEC CRISPY_FORMS ET BOOTSTRAP */


.search-menu-item {
    border: solid seagreen 2px;
    height: 5em;
    background-color: beige;
    display: flex;
    align-items: center;
}
.search-menu-item p {
    margin-left: 0.5em;
}
.search-menu-item ul {
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    width: 100%;
    /* list-style-type permet de garder ou non les bullet point d'une liste */
}
.search-menu-item ul li {
    border: solid 1px black;
    margin: 0 0.5em;
    padding: 0.5em;
    background-color: bisque;
}
.search-menu-p {
    border: solid black 1px;
    font-size: 2em;
}
.search-menu-p button {
    font-size: 1em;
    margin: 0 0.5em;
}
/* STYLISATION BARRE DE RECHERCHE */
.search-menu-input-bar {
    background-color: whitesmoke;
    width: 100%;
    border-radius: 2em;
    height: 60%;
    display: flex;
    /* align-items: flex-start; */
    justify-content: flex-start;
    margin-right: 1em;
}
.search-menu-input-bar i {
    opacity: 0.3;
    margin-right: 2em;
}
.search-menu-input-bar input {
    /* possiblement écrire ce style pour tous les input */
    background-color: transparent;
    border: none;
    width: 100%;
}
.search-menu-input-bar input:focus {
    outline: none;
}
/* FIN STYLISATION BARRE DE RECHERCHE */
.search-menu-button {
    font-size: 2em;
    margin-left: auto;
    margin-right: 2em;
}
/* button {
    font-size: 2em;
} */
/* ---------------------FIN CSS POUR LE MENU DE RECHERCHE ---------------- */
/* -------------DÉBUT CSS QUERY RESULTS BAS PAGE HOME -------------------- */
#query-results {
    background-color: bisque;
}
/* -------------FIN CSS QUERY RESULTS ------------------------------------ */

/* -------------------DEBUT CSS RESPONSIVENESS --------------------------- */
/*@media (max-width:1400px) {
    .home-div {
        width: 100%;
    }
     .left-div {
        min-width: 480px;
        border: red solid 3px;
    } 
}
@media (max-width:800px) {
    .home-div {
        flex-direction: column;
    }
}

@media (max-width:400px) {
    canvas {
        border-radius: 0px;
        margin-left: -1em;
    }
}*/
/* ----------------------FIN CSS RESPONSIVENESS --------------------------- */

/* ---------------------FIN CSS POUR LA PAGE HOME ---------------------- */
/* ---------------------FIN CSS POUR LA PAGE HOME ---------------------- */
/* ---------------------FIN CSS POUR LA PAGE HOME ---------------------- */

