
#bodySearch .search-container { 
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}
html {
    min-height: 100vh;
    min-width: 100vh;
    position: fixed;
    overflow: hidden;
}

#bodySearch.centerSearch {
    overflow: auto;
    position: absolute;
    z-index: 2;
}

#bodySearch #searchDiv {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: .95;
    top: 50%;
    left: 50%;
    position: fixed;
    /* overflow: auto; */
    background-color: transparent;
    transform: scale(0.63) translate(-50%, -50%);
    /* transform: scale(2.5) translate(-50%, -50%); */
}
#bodySearch .search-container {
    border-radius: var(--BorderRaduisMap);
    background-color: var(--FormCouleurFond);
    padding: 10px 40px 20px 40px;
    overflow-y: scroll;
}
#bodySearch #formSearch {
    background-color: var(--FormCouleurFond);
}
#bodySearch #txtSearchObsBT {
    font-size: var(--FormTailleTitreCarte);
    background-color: var(--FormCouleurFond);
}
#bodySearch .flex-col {
    margin: 20px;
}
#bodySearch .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 15px 0;
    font-family: var(--FormPoliceChamp);
    font-size: var(--FormFontSizeCarac);
    font-weight: bold;
    text-align: left;
}
#bodySearch .flex-row.flex-start {
    justify-content: flex-start;
    text-align: left;
}
#bodySearch .flex-row .flex {
    display: flex;
}
#bodySearch .flex-row #date1, #bodySearch .flex-row #date2 {
    width: 325px;
    height: 50px;
    border-radius: 20px;
    padding: 0 0 0 10px;
    color: var(--FormCouleurCarac);
}
#bodySearch .flex-row .hide-date {
    height: 50px;
    width: 340px;
}
#bodySearch .trash-delete {
    width: 50px;
    height: 50px;
    cursor: pointer;
    filter: invert(9%) sepia(93%) saturate(7113%) hue-rotate(17deg) brightness(95%) contrast(113%);
}
#bodySearch #txt_saison, #bodySearch #txt_begin, #bodySearch #txt_end, #bodySearch #txt_typeobs {
    width: 40%;
}
#bodySearch .flex-row.flex-start label#txt_onlyobs {
    width: 60%;
}
 #bodySearch #my-icon-select2, #bodySearch #my-icon-select3, #bodySearch #my-icon-select4, #bodySearch #my-icon-select5, #bodySearch #my-icon-select6  {
    display: flex;
    margin: 10px;
    padding: 0 10px;
}
#bodySearch #bAddTypeObs {
    max-height: 50px;
    max-width: 50px;
    height: auto;
    width: 100%;
}
#bodySearch .flex-row-btn-search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
#bodySearch .typeobs-search {
    width: 100%;
    height: 50px;
    min-width: 340px;
}
#bodySearch .typeobs-search.wrap-input100 {
    padding: 8px 0 0px 8px;
}
#bodySearch .flex-row-btn-search .multi-button2 {
    filter: none;
    margin: 0;
    height: auto;
    white-space: nowrap;
}

#bodySearch #date11 option, #bodySearch #date12 option {
    font-weight: bold;
}

#bodySearch #typeObsSearch {
    display: flex;
    flex-direction: column;
}

/*Scrollbar search*/
#bodySearch .search-container::-webkit-scrollbar {
	width: 5px;
}
#bodySearch .search-container::-webkit-scrollbar-track {
	background : rgb(255 255 255 / 50%);
}
#bodySearch .search-container::-webkit-scrollbar-thumb {
	background: var(--FormCouleurSpin);
}
/*Mozilla version*/
#bodySearch .search-container {
    scrollbar-color: var(--FormCouleurSpin) rgb(255 255 255 / 50%);
}

/*TypeObs name list*/
.flex-container-typeObs .icon-title {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.flex-container-typeObs .icon-title::after {
    content: attr(data-alt);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.35);
    color:white;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    font-size: 0.8em;
    line-height: 1.5em;

    /*font-weight: 400;*/
    /*overflow: hidden;*/
}

/*Recherche clignote*/
.image-clignote {
    animation-duration: .8s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
}
@keyframes clignoter {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ui-autocomplete-input {
    border-radius: 20px;
    color: var(--FormCouleurCarac);
    font-family: 'FredokaLight';
    font-size: 23px;
    padding: 24px 12px 24px 10px;
    font-weight: bolder;
}

.box > div:first-child {
    /* height: 100vh !important; */
    height: auto !important;
    flex-direction: column;
}
.my-icon-select-box-scrollClass,#my-icon-select-box-scroll, #my-icon-select2-box-scroll, #my-icon-select3-box-scroll, #my-icon-select4-box-scroll, #my-icon-select5-box-scroll, #my-icon-select6-box-scroll {
    z-index: 2;
    height: 65vh;
    width: 55vw;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 10vw;
    left: 5vw;
}

.box .flex-container-typeObs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.box .icon {
    width: calc(100% / 6);
    border: 3px solid transparent;
}
.box .icon:hover {
    border: 3px solid black;
    border-radius: 10px;
}
.box .icon img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}

/* position menu icons */
.obsStyle {
    position: fixed;
    bottom: 5.5%;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.mapDiv {
    background-color: transparent;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.menu-vertical {
    list-style: none;
    text-align: left;
    height: 100% !important;
}

.boussoleStyle {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-width: 5px;
    border-radius: 50px;
    width: 250px;
    position: fixed;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%, -50%) scale(0.75);
    margin: 0 auto;
}

.verticalnav {
    position: fixed;
    height: 100% !important;
    /* overflow-y: scroll; */
}

@media all and (min-width:3600px) {
    .refreshStyle {
        position: fixed;
        bottom: 200px;
        left: 50px;
        width: 200px;
        height: 180px;
    }

    .imgStyle {
        height: 200px;
    }

    .divImg {
        position: fixed;
        top: 100px;
        left: 50px;
    } 
    
    .divImg2 {
        position: fixed;
        top: 100px;
        left: 50px;
    }
}


        @media screen and (max-width: 3600px) {

            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 5.5%;
            }

            .refreshStyle {
                position: fixed;
                bottom: 200px;
                left: 50px;
                width: 180px;
                height: 180px;
            }

            .imgStyle {
                height: 200px;
            }


            .divImg {
                position: fixed;
                top: 100px;
                left: 50px;
            }

            .divImg2 {
                position: fixed;
                top: 100px;
                left: 50px;
            }
        }

        @media all and (max-width: 1440px) and (max-height:900px) {


            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 5.5%;
            }

            .refreshStyle {
                position: fixed;
                bottom: 140px;
                left: 50px;
                width: 140px;
                height: 140px;
            }

            .imgStyle {
                height: 160px;
            }

            .divImg {
                position: fixed;
                top: 100px;
                left: 50px;
            }

            .divImg2 {
                position: fixed;
                top: 100px;
                left: 50px;
            }
        }

        @media screen and (max-width: 1280px) and (max-height: 800px) {
            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 5.5%;
            }
        }

        @media screen and (max-width: 1440px) and (max-height: 900px) {
            #searchDiv {
                transform: scale(2.7) translate(-50%, -50%);
            }
        }

        @media only screen and (min-width: 360px) and (max-width: 767px) and (min-height:400px) {

            .formSearchDiv {
                overflow: hidden;
            }

            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 5.5%;
            }

            .refreshStyle {
                position: fixed;
                bottom: 185px;
                left: 20px;
                width: 140px;
                height: 140px;
            }

            .imgStyle {
                height: 170px;
            }

            .divImg {
                position: fixed;
                top: 20px;
                left: 20px;
            }

            .divImg2 {
                position: fixed;
                top: 20px;
                left: 20px;
            }
        }

        @media only screen and (min-width: 360px) and (max-width: 767px) and (max-height:399px) {

            #searchDiv {
                transform: scale(1.7) translate(-50%, -50%);
            }

            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 7%;
            }

            .refreshStyle {
                position: fixed;
                bottom: 7%;
                left: 20px;
                width: 140px;
                height: 140px;
            }

            .imgStyle {
                height: 170px;
            }

            .divImg {
                position: fixed;
                top: 20px;
                left: 20px;
            }

            .divImg2 {
                position: fixed;
                top: 20px;
                left: 20px;
            }
        }


        @media screen and (max-width:414px) and (max-height:732px) {

            #searchDiv {
                transform: scale(2.3,2.5) translate(-50%, -50%);
            }

            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 5.5%;
            }

            .refreshStyle {
                position: fixed;
                bottom: 170px;
                left: 20px;
                width: 140px;
                height: 140px;
            }

            .imgStyle {
                height: 170px;
            }

            .divImg {
                position: fixed;
                top: 10px;
                left: 10px;
            }
            .divImg2 {
                position: fixed;
                top: 10px;
                left: 10px;
            }
        }

        @media screen and (max-width: 280px) {

            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 5.5%;
            }
        }

        @media only screen and (max-width: 1024px) and (max-height:1366) {

            #searchDiv {
                transform: scale(1.7) translate(-50%, -50%);
            }


            .obsStyle {
                z-index: 99;
                position: fixed;
                bottom: 5.5%;
            }

            .refreshStyle {
                position: fixed;
                bottom: 100px;
                left: 20px;
                width: 140px;
                height: 140px;
            }

            .imgStyle {
                height: 170px;
            }

            .divImg {
                position: fixed;
                top: 100px;
                left: 50px;
            }
            .divImg2 {
                position: fixed;
                top: 100px;
                left: 50px;
            }
        }

        @media screen and (min-width:380px) and (max-width:780px) and (max-height:900px)  {
            #abcObsA .box > div:first-child {
                left: 0 !important;
                width: 150vw !important;
                height: 100vh !important;
                margin-top: -50px;
            }
        }

        @media screen and (max-width:380px) and (max-height:900px)  {
            #abcObsA .box > div:first-child {
                left: 0 !important;
                height: 100vh !important;
                zoom: 0.8;
                margin-top: -50px;
            }
        }

        @media screen and (max-width:360px) and (max-height:740px)  {
            #searchDiv .box {
                position: absolute;
                top: 0px !important;
                height: 165vh !important;
                width: 165vw !important;
                margin: 0;
                transform: scale(1) translate(0%, -40%);
            }
        }

        @media screen and (max-width:375px) and (max-height:667px)  {
            #searchDiv .box {
                position: absolute;
                top: 0px !important;
                height: 165vh !important;
                width: 180vw !important;
                margin: 0;
                transform: scale(1) translate(0%, -45%);
            }
        }

        @media screen and (min-width:376px) and (min-height:668px) and (max-width:414px) and (max-height:896px)  {
            #searchDiv .box {
                position: absolute;
                top: 0px !important;
                height: 180vh !important;
                width: 165vw !important;
                margin: 0;
                transform: scale(1) translate(0%, -30%);
            }
        }

        @media screen and (min-width:376px) and (min-height:668px) and (max-width:390px) and (max-height:844px)  {
            #searchDiv .box {
                position: absolute;
                top: 0px !important;
                height: 165vh !important;
                width: 165vw !important;
                margin: 0;
                transform: scale(1) translate(0%, -35%);
            }
        }

       @media screen and (max-width:780px) and (max-height:900px)  {

            #abcObsA .box {
                 position: fixed !important;
                left: 0 !important;
                top: 0;
                height: 100% !important;
                width: 100% !important;
                margin: 0;
                transform: unset;
            }
            
            .initial-postion {
                position: initial !important;
            }
        }

@media screen and (max-width: 1024px) {
    .boussoleStyle {
        bottom: 0;
        transform: translate(-50%, -50%) scale(0.65);
    }
}

@media screen and (max-width: 767px) {
     #SearchCityPopup #IdeaPopupForm2 {
        transform: scale(1);
        margin: 0 !important;
        height: 210vh;
        top: 0;
        left: 0;
        max-width: unset;
        min-width: unset;
        padding: 0 !important;
        position: relative;
    }

    #subjectCodelbl, #subjectCodecitieslbl {
        width: 400px !important;
    }
    #bodySearch #searchDiv {
        height: 100%;
        overflow: auto;
        transform: scale(1) translate(-50%, -50%);
        background-color: var(--FormCouleurFond);
    }

    .containerCities  {margin-top: 170px;}
    #subjectCode,#subjectCodecities {
        width: 490px !important;
    }
    #SearchCityPopup { margin-top: 50px;}

     .annexPagee {
        position: fixed;
        top: 45%;
        left: 50%;
        padding: 25px;
        background: white;
        transform: translate(-50%, -50%);
        height: 210vh;
        width: 210vw;
    }
    #bodySearch .search-container {
        width: 100%;
        height: 100%;
        padding: 2.5px 10px 5px 10px;
    }
    #bodySearch #txtSearchObsBT {
        transform: scale(0.75);
        transform-origin: 50% 0;
    }
    #bodySearch .flex-col {
        transform: scale(0.75);
        transform-origin: 50% 0;
    }
    #bodySearch .flex-row {
        justify-content: center;
        flex-wrap: wrap;
        margin: 5% 0;
    }
    #bodySearch .flex-row.flex-start {
        justify-content: center;
    }
    #bodySearch .flex-row.search-group {
        margin: 2% 0;
    }
    #bodySearch .search-group:first-child {
        margin-top: 5%;
    }
    #bodySearch .flex-row.myObs {
        margin-top: 15%;
    }
    #bodySearch #txt_saison, #bodySearch #txt_begin, #bodySearch #txt_end, #bodySearch #txt_typeobs {
        width: auto;
        margin: 20px;
    }
    #bodySearch #txt_end {
        min-width: 127px;
    }

    .my-icon-select-box-scrollClass,#my-icon-select-box-scroll, #my-icon-select2-box-scroll, #my-icon-select3-box-scroll, #my-icon-select4-box-scroll, #my-icon-select5-box-scroll, #my-icon-select6-box-scroll {
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
    }
    .box > div:first-child {
        padding-bottom: 25%;
    }
    .box .icon {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 450px) {
    .icon img {
        min-height: 120px;
        max-height: 150px;
    }
}

@-webkit-keyframes ombre {
    0% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }

    100% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }
}

@-moz-keyframes ombre {
    0% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }

    100% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }
}

@keyframes ombre {
    0% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }

    100% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }
}

@-webkit-keyframes ombre2 {
    0% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }

    100% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }
}

@-moz-keyframes ombre2 {
    0% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }

    100% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }
}

@keyframes ombre2 {
    0% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }

    100% {
        box-shadow: 0 0 25px var(--FormCouleurOmbre);
    }
}
