@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(mukata.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  

*{
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    
    /*overflow-x: hidden;
    overflow-y: hidden;*/
    -ms-overflow-style: none;
    -webkit-user-select: none; /* Chrome/Safari */ 
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color:transparent;
}
*:focus {
    outline: none;
}

*::-webkit-scrollbar {
	display: none;
}

:root {
    --color-fdcg-vert: #31796A;
    --color-fdcg-bleu: #2786D9;
    --color-text-menu: #fff;
    --color-text-info: #000;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar{
    display: none;
}

.scroll-container::-webkit-scrollbar {
    display: none; 
}


html, body, .page1, div.page-blanc{
    width: 100%;
    height: 100%;
}

.colorvert{
    color: var(--color-fdcg-vert);
}

.colorbleu{
    color: var(--color-fdcg-bleu);
}
.bgvert {
    background-color: var(--color-fdcg-vert);
    /*color: white;
    font-weight: bold;*/
}

.bgbleu {
    background-color: var(--color-fdcg-bleu);
    /*color: white;
    font-weight: bold;*/
}

.logoimage{
    background-image: url('./img/logo_fdcg.png');
    background-repeat: no-repeat;
    background-position: center;
}

.page,.page2{
    min-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    /*margin-bottom: 5rem;*/
}
/*
.page{
    scroll-snap-align: start;
}*/

input, select{
    border: 0;
    background: lightgray;
    border-radius: .5rem;
}

div.err,div.err1{
    display: none;
    color: red;
    font-size: .9rem;
    background-color: rgb(255,0,0,.1);
    padding: .2rem 1rem;
    border-radius: 20px;
}

div.err1{
    font-size: 1rem;
    margin: 1rem;
}
/*
div#connexion-panel{
    height: 50%;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20rem;
    background-color:#ffffffe7;
    opacity: .95;
    z-index: 10;
    transition: height 500ms;
    padding-bottom: 2rem;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
    padding: 1rem;
}

div#connexion-panel div.login{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
}


div#connexion-panel div.log-in{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    flex-direction: row;
    margin: .5rem .5rem .5rem .5rem;
    justify-content: space-around;
}

div#connexion-panel div.con{
    color: var(--color-fdcg-bleu);
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 2.5rem;
    text-align: center;
}

div#connexion-panel div.log-in div.btn,div.chasseur div.btn{
    display: flex;
    max-width: 8rem;
    max-height: 2rem;
    align-items: center;
    justify-content: center;
    background-color: var(--color-fdcg-bleu);
    margin: .2rem .2rem .2rem 2rem;
    text-align: center;
    color: var(--color-text-menu);
    border-radius: 20px;
}

div#connexion-panel div.log-in div.btn:active{
    background-color: rgba(0, 0, 0, .7);
    transition: background-color 1000ms linear;
    box-shadow: 0px 1rem .2rem -.5rem rgba(0, 0, 0, .1);
}*/

#container {
    width: 300px;
    height: 300px;
    margin: auto;
    position: relative;
  }

#value-temp {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
}

a.btn-link{
    color: var(--color-fdcg-vert);
}

div#high-panel{
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    width: 100%;
    max-height: 6rem;
    height: 100%;
    min-height: 6rem;
    flex-direction: column;
    align-items: center;
}

div#home div.icon,div#species div.icon,div#history div.icon,div#person div.icon, div#admin-comptage div.icon, 
div#admin-prel div.icon, div#admin-changer div.icon{
    text-align: center;
    height: 2.5rem;
    width: 3rem;
    border-radius: 20px 20px 20px 20px;
    /*background-color: #00008b3e;*/
    padding: .1rem;
    transition: transform 1s;
    padding: .2rem;
}
/*
div.ban-down{
    display: none;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


div#down-panel{
    width: 100%;
    background-color: #2786D9;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: .5rem;
    max-width: 800px;
}*/

div#high-panel div.high-h-p{
    background-color: white;
    max-height: 4.5rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#high-panel div.down-h-p{
    max-height: 1.5rem;
    height: 100%;
    width: 100%;
    background-color: #2786D9;
    opacity: .9;
}

div#high-panel div.high-h-p img#logo{
    max-height: 8rem;
}

div#con-fond{
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img#open{
    height: 100%; 
    /*
    align-self: flex-start;
    animation-name: movelf;
    animation-duration: 40s;
    animation-iteration-count: infinite;*/
}

@keyframes movelf {
    0%   {transform: translateX(0%);}
    50%  {transform: translateX(-30%);}
    100%   {transform: translateX(0%);}
}

div#page div.header{
    width: 100%;
    padding: 1rem;
    max-height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

div.header div img#logo{
    height: 4rem;
}

div.header div.setting{
    display: flex;
    flex-direction: row;
}

div.loading{
    opacity:.2;
    color:grey;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.loading img{
    width:40%;
}

div.prlesp div.loading img{
    width: 20%;
}

.blink {
    -webkit-animation: blinker 3s step-end infinite;
    animation: blinker 5s step-end infinite;
}

@-webkit-keyframes blinker {
    50% { visibility: hidden; }
}
@keyframes blinker {
    50% { visibility: hidden; }
}

div#acc-int{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}


div#acc-int div.corps{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 0 1rem;
    margin-bottom: 9rem;
    max-width: 800px;
}

div#acc-int div.corps1{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    /*background-color: var(--color-fdcg-bleu);*/
    overflow-y: auto;
    padding: 0 1rem;
    margin: auto;
}

div.actu{
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--color-fdcg-bleu);
    font-weight: bold;
    margin-bottom: 1rem;
    min-height: 3rem;

}

div.block-actu {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-bottom: var(--color-fdcg-vert) 5px solid;
    margin-bottom: .5rem;
    border-radius: 2rem;
    width: 100%;
    min-height: 8rem;
    background-color: #c9dcd8;
    max-width: 800px;
    /*justify-content: space-between;*/
    /*background-color: var(--color-text-menu);*/
}

div.nom-actu {
    width: 100%;
    color: var(--color-fdcg-vert);
    font-weight: bold;
    font-size: 1rem;
    padding: .3rem;
}

div.date-actu {
    color: gray;
    font-size: .7rem;
    padding: .3rem 1rem;
    background-color: rgba(255,255,255,.5);
    border-radius: 20px;
    margin-left: auto;
    margin-top: auto;
    font-weight: bold;
    border-bottom: 2px solid var(--color-fdcg-vert);
}

div.desc-actu {
    font-size: .8rem;
    margin-bottom: .5rem;
}

div.btn-actu {
    height: 2rem;
    padding: .5rem;
    width: 6rem;
    font-size: .8rem;
    border-radius:5px 5px 5px 5px;
    color: var(--color-text-menu);
    background-color: var(--color-fdcg-bleu);
    text-align: center;
}

div.btn-menu{
    font-size: 1.3rem;
    width: 100%;
    max-width: 800px;
    padding: .6rem;
    display: flex;
    align-items: start;
    font-weight: bold;
    flex-direction: row;
    justify-content: space-around;
    border-radius:  50px 50px 0px 0px;
    color: var(--color-text-menu);
    border-bottom: rgba(0, 0, 0, 0.2) 2px solid;
    background-color: var(--color-fdcg-vert);
    margin-top: auto;
    margin-bottom: 3.9rem;
}

canvas#myChart{
    /*height: 40%;
    width: 100%;*/
    max-width: 800px;
}

#hist div.header div.h3{
    color: var(--color-fdcg-bleu);
}
/*
div.txt-hist{
    display: flex;
    align-items: start;
    justify-content: center;
    margin: .5rem;
    padding: 1rem;
    
}*/

div.hist-annee{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 100%;
}

div.hist-an-btn{
    padding: .3rem .75rem;
    border-radius: .7rem;
    color: var(--color-fdcg-bleu);
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 2.5rem;
    width: 5rem;
    text-align: center;
}
/*
div.hist-block-esp, div.hist-block-ville{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: .5rem;
    background-color: #2786d963;
    color: var(--color-text-menu);
    width: 95%;
    max-width: 800px;
}

div.hist-esp-txt, div.hist-ville-txt{
    padding: .5rem;
    border-radius: 0 0 1rem 1rem;
    background-color: #2786d9c9;
    font-size: 1.05rem;
    font-weight: bold;
    color: var(--color-text-menu);
}

div.hist-esp-fv, div.hist-ville-fv{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 95%;
    border-radius: 1rem;
    box-shadow: 0rem .2rem .2rem 0rme rgba(0, 0, 0, .2);
}

div.hist-esp-icon, div.hist-ville-icon{
    font-size: 1.1rem;
    padding: .5rem;
}*/

div.favor-esp, div.favor-ville{
    font-size: 1.025rem;
    font-weight: bold;
}

div.btn-menu img.img-menu{
    width: 100%;
    height: 100%;
}
/*
div.setting div.btn-down{
    color: #de2c2c;
}*/

div.btn-down{
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    padding: .5rem;
    /*
    max-height: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    min-width: 3rem;*/
    /*border: .1rem solid white;
    border-radius: .5rem;*/
}
/*
div.btn-down:hover{
    box-shadow: .2rem .3rem .1rem rgba(0, 0, 0, 0.4);
    margin-top: -.5rem;
    box-sizing: content-box;
}*/

div#down-panel{
    border-radius: 20px 20px 0 0;
}

div#down-panel div.btn-down{
    font-size: 1.3rem;
    color: #FFFFFF;
    max-height: 3.9rem;
}

div.btn-down div.down-txt{
    font-size: .7rem;
    font-weight: bold;
}

div#over.x{
    display: flex;
    /*overflow-x: auto;*/
    width: 100%;
    height: 100%;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

div#prel.btn-down{
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--color-fdcg-vert);
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    /*border: white .1rem solid;
    margin-top: -.5rem;
    box-shadow: .2rem .2rem rgba(0, 0, 0, .2);*/
    padding: .5rem;
    font-size: 2rem;
}

div#prel div.icon{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

div.h3{
    /*font-family: 'Freestyle Script', sans-serif;*/
    font-weight: bold;
    font-size: 2rem;
    /*width: 100%;*/
}

div.aff-esp{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-y:auto;
    padding-bottom: 9rem;
    /*margin: auto;*/
}

div.aff-esp1{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-y:auto;
    margin: auto;
}

div.btn-esp{
    margin: .2rem .2rem .2rem .2rem;
    max-height: 16rem;
    min-height: 14rem;
    /*height: 14rem;*/
    max-width: 12rem;
    min-width: 12rem;
    width: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0rem .4rem 1rem 0rem rgba(0, 0, 0, .2);
    border-radius: 15px 15px 15px 15px;
}


div.aff-esp div.btn-esp img#water, div#espece-admin div.btn-esp img#water{
    width: 100%;
    max-height: 8rem;
    min-height: 8rem;
    height: 8rem;
    border-radius: 1rem 0% 25% 0%;
    border-bottom: var(--color-fdcg-bleu) 7px solid;
}
div.aff-esp div.btn-esp img#leaf, div#espece-admin div.btn-esp img#leaf{
    width: 100%;
    max-height: 8rem;
    min-height: 8rem;
    height: 8rem;
    border-radius: 0% 1rem 0% 25%;
    border-bottom: var(--color-fdcg-vert) 7px solid;
}

div.aff-esp div.btn-esp div.list{
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: .1rem;
    align-items: center;
    justify-content: space-around;
}

div.nom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -2rem;
}

div.type{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 2.5rem;;
}

div.listnom div.type div.nomesp{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
}

div.listnom div.nomesp{
    text-align: end;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}

div.listnom{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.nom-creol{
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: end;
}

div.nomesp{
    width: 100%;
    margin-top: .05rem;
    /*font-family: 'Freestyle Script', sans-serif;*/
    font-family: "Times New Roman", Times, serif;
    /*font-style: italic;*/
    font-size: .7rem;
    /*font-weight: bold;*/
}
/*
div.prl-block{
    width: 100%;
    margin-top: .1rem;
    margin-bottom: .1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/
/*
div.text-icon{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border-radius: 40px 40px 0% 0%;
    background-color: #2786d97a;
    padding: .4rem 1rem;
    margin-bottom: .8rem;
}

div.text-icon div.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 4rem;
    font-size: 1.5rem;
    color: var(--color-fdcg-bleu);
}*/

div.list-prl{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--color-fdcg-vert);
    color: var(--color-text-menu);
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: -1rem;
    position: relative;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

div.list-prl.eau{
    background-color: #cceffc; 
    color: var(--color-fdcg-bleu);
}

div.list-prl.terre{
    background-color: #d6ebe0; 
    color: var(--color-fdcg-vert);
}

div.is input, div.is select{
    /*border: lightsteelblue .2rem solid;*/
    padding: 0rem;
    border-radius: 1rem;
    width: 15rem;
    height: 2.5rem;
    text-align: center;
    border: none;
    background-color: #d3d3d3a8;
}

div.text{
    /*padding-left: 1rem;*/
    font-weight: bold;
}

div.is{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: .8rem;
}

div#prlesp{
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    width: 100%;
    overflow-y: auto;
}

div#prlesp div.btn-esp-prl{
    height: 6rem;
    border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin: .5rem;
}



div#prlesp div.btn-esp-prl img.img-esp{
    height: 4.5rem;
    border-radius: 50% 50% 50% 50%;
    width: 5rem;
}
/*
div#prlesp div.btn-esp-prl img.img-esp:active{
    border: #2786d993 7px solid;
}*/

div.list-prl div.nomesp{
    font-family: Arial, Helvetica, sans-serif;
}

div#prlesp div.btn-esp-prl div.list div.nomesp{
    font-size: 1rem;
    text-align: center;
}

div#quota-espece div.img{
    width: 100%;
    min-height: 28rem;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
div.btn-prl-esp{
    min-height: 9rem;
    min-width: 9rem;
    max-width: 10rem;
    max-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: bold;
    font-size: 1.3rem;
    margin-right: 1rem;
    padding-left: 1.5rem;
    text-align: center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
}

div.trans{
    width: 100%;
    height: 100%;
}

div#quota-espece div.nom{
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 9rem;
    min-height: 9rem;
    justify-content: center;
    align-items: center;
    margin-top: -8.7rem;
    margin-bottom: 1rem;
    font-weight: bold;
    /*border-bottom: .05rem solid rgba(0, 0, 0, 0.514);*/
}

div.fleche{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    color: #FFFFFF;
}

div.fleche div.fleche1{
    margin: 1.5rem;
    font-size: 2rem;
}

#quota-espece div#eau.img{
    border-bottom: 7px solid var(--color-fdcg-bleu);
}

#quota-espece div#terre.img{
    border-bottom: 7px solid var(--color-fdcg-vert);
}

div.esp-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border-radius: 1rem;*/
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 2rem;
    

}

div.info-big-block{
    overflow-y: auto;
    margin-bottom: 9rem;
}

div.esp-info.eau{
    background-color: #2786d9b0;
}

div.esp-info.terre{
    background-color: #31796ab8;
}

div.esp-info-block{
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 40px;
    margin: .3rem;
}

div.title-nom{
    font-size: 1.1rem;
    padding: 1rem;
    text-align: center;
    color: var(--color-text-menu);
    border-radius: .5rem;
    font-weight: bold;
}

div.title-nom.terre{
    background-color: var(--color-fdcg-vert);
}

div.title-nom.eau{
    background-color: var(--color-fdcg-bleu);
}


div.block-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*width: 100%;*/
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: .5rem 1rem 1rem .5rem;
    margin: .4rem;
    /*border-bottom: rgba(0, 0, 0, 0.2) 3px solid;*/
}

div.block-info.terre{
    background-color: var(--color-fdcg-vert);
}

div.block-info.commun{
    background-color: var(--color-text-menu);
}

div.esp-info-block-nom{
    font-size: 1.1rem;
    text-align: center;
    color: var(--color-text-menu);
    padding: 1rem;
}

div.esp-info-block-nom.commun{
    color: var(--color-text-info);
}

div.esp-info-block-nom.v{
    font-weight: bolder;
}

div.esp-info-block-nom.c{
    font-weight: bold;
    color: darkgrey;
}

div.esp-info-block-nom.s{
    font-style: italic;
}

div#quota-espece div.nom div.nomesp{
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 1.3rem;
    padding: 1.7rem;
    font-family: sans-serif;
}


div#quota-espece div.quota-esp, div#quota-espece div.code-esp{
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 5.5rem;
    align-items: center;
    justify-content: space-around;
    box-shadow: 10rem 2rem 10rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, .2);
    margin: .3rem;
    padding: 1rem;
}

div#quota-espece div.quota-esp div.nomesp, div#quota-espece div.code-esp div.nomesp,div#quota-espece div.quota-esp div.rond, div#quota-espece div.code-esp div.rond{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    font-family: sans-serif;
    color: white;
    /*-webkit-text-stroke: .06rem black;
    font-family: 'Freestyle Script', sans-serif;*/
}

div#quota-espece div.quota-esp div.rond div, div#quota-espece div.code-esp div.rond div{
    margin-top: .1rem;
    margin-bottom: .1rem;
    min-width: 3rem;
    min-height: 3rem;
    /*border-radius: 50%;*/
    font-size: 1.4rem;
    /*font-family: 'Freestyle Script', sans-serif;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: .1rem .1rem .2rem black;
    /*border: #31796A solid .1rem;
    border: 1rem 1rem 1rem 1rem rgba(0, 0, 0, .2);*/
}

div#quota-espece div.quota-esp div.rond div{
    color: white;
    -webkit-text-stroke: .06rem #2786D9;
    /*-webkit-text-stroke: .06rem #6ba9e0;*/
}

div#quota-espece div.code-esp div.rond div{
    color: white;
    -webkit-text-stroke: .06rem #31796A;
    /*-webkit-text-stroke: .06rem #59a394;*/
}

div.quota-esp div.icon,div.code-esp div.icon{
    height: 3rem;
    width: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    border-radius: .5rem;
}

div.total{
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.quota-esp div.icon{
    background-color: #2786D9;
}

div.code-esp div.icon{
    background-color: #31796A;
}




div.corps{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    max-width: 800px;
}

div#profil div.header div.h3{
    color: var(--color-text-menu);
} 
/*
div.corps div.block-profil{
    width: 100%;
    display: flex;
    flex-direction: row;
}

div.block-profil{
    margin-top: .4rem;
    margin: .4rem;
}*/

div.inp input{
    background-color: var(--color-fdcg-bleu);
}

/*
div.block-profil div.btn-down{
    margin-right: .5rem;
}
*/

/*
div.profil-btn{
    padding: 0.5rem 1rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

div.info{
    position: fixed;
    transform: translateY(60rem);
    background-color: var(--color-text-menu);
    max-width: 100%;
    padding: 1rem;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 2rem 2rem 0 0;
    background-color: lightcyan;
    padding-bottom: 3.5rem;
}

div.info-header{
    display: flex;
    flex-direction: row;
}

div.check{
    padding: .2rem;
    margin-left: auto;
    font-size: 1.5rem;
    color: red;
    font-weight: bold;
}

div.info-titre{
    font-size: 1.5rem;
    font-weight: bold;
    padding: .5rem;
    color: red;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-left: auto;
}

div.info-texte, div.parte, div.collab, div.dev{
    display: flex;
    flex-direction: column;
    padding: .5rem;
}

div.info-contxt, div.parte-part, div.dev-txt, div.collab-txt{
    font-size: 1.2rem;
    font-weight: bold;
    padding: .5rem;
    border-radius: 1rem 1rem 0 0;
    background: #31796aab;
    color: var(--color-text-menu);
}

div.info-contxt-txt, div.parte-text, div.dev-nom, div.collab-nom{
    padding: .5rem;
}

div.parte-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

div.parte-block{
    display: flex;
    flex-direction: row;
    padding: .5rem;
    justify-content: space-around;
}

div.parte-img{
    height: 7rem;
    width: 7rem;
    max-height: 7rem;
    max-width: 7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.parte-img-txt{
    padding: .5rem;
    font-size: .8rem;
    text-align: center;
    color: var(--color-text-menu);
    border-radius: 1rem;
}

div.parte-img-txt.fdcg{
    background-color: var(--color-fdcg-vert);
}

div.parte-img-txt.lamia{
    background-color: var(--color-fdcg-bleu);
}

div.info-version{
    padding: 1rem;
    font-size: .6rem;
    text-align: center;
}

/*
div.text-prof{
    width: 100%;
    margin-left: .5rem;
}

div.text-prof input{
    border: none;
}*/
/*
div.inp{
    width: 100%;
}

div.inp input{
    border-radius: 10px;
    background-color: rgba(255,255,255,.3);
    color: var(--color-text-menu);
}

div.nomtxt{
    margin-top: .5rem;
    font-weight: bold;
}*/


div.down-enr{
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-right: 1rem;
    margin-top: 1rem;
}

div.enr,div.enr-prof{
    padding: .5rem;
    background: crimson;
    width: 10rem;
    text-align: center;
    color: white;
    border-radius: .5rem;
}

div.enr-prof{
    border-radius: 10px 10px 10px 10px;
    background-color:rgba(0,0,0,.7);
    color: white;
}

div.setting-prof{
    display: none;
    position: fixed;
    top: 3.5rem;
    right: .2rem;
    background-color: var(--color-fdcg-bleu);
    /* box-shadow: .1rem .05rem .1rem .1rem; */
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}
div.setting-prof div.profil-btn{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
/*
div.enr:hover{
    box-shadow: .2rem .3rem .1rem rgba(0, 0, 0, 0.4);
    margin-top: -.3rem;
}*/

div#sauve.popup{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 2rem;
}

div.block-pop{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #31796af7;
    padding: 3.5rem 0.6rem;
    border-radius: .5rem;
    border-bottom: 5px solid var(--color-fdcg-vert);
}

div.txt-pop{
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    color: var(--color-text-menu);
    padding: 1rem;
    margin: .5rem;
}

div.choix{
    width: 100%;
    /* height: 30%; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: .5rem;
    margin: .5rem;
}

div.btn-choix{
    /*height: 2rem; */
    /* width: 3rem; */
    /* border: black .1rem solid; */
    border-radius: .5rem;
    padding: .4rem 2rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--color-text-menu);
}

div.btn-choix:active{
    border-bottom: 2px solid var(--color-fdcg-vert);
}

div.btn-choix:hover{
    box-shadow: .2rem .3rem .1rem rgba(0, 0, 0, 0.4);
    margin-top: -.3rem;
}

/*******************************************************************************/
/*Nouveau connexion*/
/******************************************************************************/

div.login input, div.login select{
    margin-bottom: 1rem;
    width: 16rem;
}

div.logo-fdcg{
    position: absolute;
    width: 100%;
}

div.high-h-p{
    display: flex;
    align-items: center;
    justify-content: center;
}

div.high-h-p img{
    width: 7rem;
    height: 7rem;
    background: #ffffffc7;
    border-radius: 0rem 0rem 2rem 2rem; 
}



/***********************************************************/
/*Nouveau Actu*/
/***********************************************************/
/*
div.b{
    display: flex;
    padding: 1rem 1rem 0 1rem;
    width: 100%;
    border-top: solid .3rem green;
    border-right: solid .1rem green;
    border-left: solid .3rem green;
    border-radius: 1rem;
    min-height: 15rem;
    margin-bottom: 1rem;
    max-height: 15rem;
    flex-direction: column;
}

div.n{
    font-size: 1rem;
    font-weight: bold;
    padding: .2rem;
    height: 100%;
}

div.d{
    margin-left: auto;
    padding: .3rem;
    border-radius: 1rem;
    background: grey;
    color: white;
    font-weight: bold;
    position: static;s
    border-bottom: solid .2rem green;
}*/

div#acc-int.page{
    /*background: linear-gradient(180deg, rgb(49 121 106 / 33%) 0%, transparent 95%);*/
    justify-content: space-between;
}

div.actu-scrool{
    overflow-y: auto;
    /*margin-bottom: 5rem;*/
    max-width: 800px;
    /*height: 50%;*/
}

div#acc-int div.actu-scrool{
    /*border: solid .1rem #00000042;*/
    border-radius: 1rem;
    padding: .2rem;
    width: 100%;
    padding-bottom: 5rem;
    border-bottom: 0;
    
}

div.bienvenue{
    padding: 1rem;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bolder;
}

div.actu-fonc{
    display: flex;
    flex-direction: row;
}

div.actu-block-dernier{
    margin: 1rem;
    border-radius: 1rem;
    background-color: #0000000d;
}

div.actu-block-titre{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .3rem;
}

div.actu-block-compt{
    padding: .3rem;
    font-weight: bolder;
    font-size: .7rem;
    text-align: center;
}

div.actu-block-dernier-nom{
    font-size: .5rem;
}

div.actu-block-date{
    padding: .3rem;
    font-size: .5rem;
    font-weight: bolder;
}

div.h3.actu{
    background-color: var(--color-fdcg-bleu);
    padding: 1rem;
}


div#acc-int.page div.prl-scrool{
    padding: 1rem;
    max-width: 800px;
}

/*********************************************************************************/
/***********************************New Actu*************************************/

div.actu-new-block{
    display: flex;
    flex-direction: column;
    /*border-left: solid .1rem #00000026;
    border-bottom: solid .1rem #00000026;
    border-right: solid .1rem #00000026;*/
    justify-content: space-between;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background-color: lightgray;
}

div.actu-new-block-titre{
    padding: 1rem 0rem .5rem 0rem;
    font-weight: bold;
    text-align: center;
}

div.actu-new-block-date{
    place-self: end;
    padding: .5rem;
    /* background-color: var(--color-fdcg-vert); */
    color: white;
    font-size: .9rem;
    border-radius: 1rem;
    background-color: gray;
}

div.actu-new-block-change{
    padding: .3rem;
    text-align: end;
    font-size: .9rem;
}

/********************************************************************************/

div.actu-block{
    color: black;
    display: flex;
    flex-direction: row;
    width: 100%;
    /*border-top: solid .2rem var(--color-fdcg-vert);*/
    margin-bottom: 1rem;
    border-radius: 1rem 0rem;
    border-radius: 2rem;
    border-top: solid .2rem var(--color-fdcg-vert);
    justify-content: space-between;
}

div.actu-entete{
    padding: .5rem;
    font-size: 1.4rem;
    color: var(--color-fdcg-bleu);
    font-weight: bold;
}

/*************************************************************************************************/
div.actu-block-titre-date{
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}
div.actu-img{
    border-radius: 2rem 2rem 0rem 0rem;
}

div.actu-img img{
    height: 6rem;
}

div.actu-block:hover{
    background-color: #31796bcf;
    color: white;
    border-top: solid .2rem var(--color-fdcg-menu);
}

div.actu-titre{
    padding: .5rem;
    font-size: .8rem;
    font-weight: bold;
}

div.actu-date{
    place-self: flex-end;
    padding: .5rem;
    border-radius: 0rem 0rem 1rem 1rem;
    border-bottom: solid .3rem var(--color-fdcg-vert);
    border-right: solid .1rem var(--color-fdcg-vert);
    border-left: solid .1rem var(--color-fdcg-vert);
    color: white;
    background-color: var(--color-fdcg-vert);
    font-size: .6rem;
}

div.actu-date:hover{
    color: var(--color-fdcg-vert);
    background-color: var(--color-text-menu);
}

div.actu-fleche{
    padding-left: 1rem;
    padding-top: .5rem;
    font-size: 1.3rem;
}

div.actu-section{
    padding: .5rem;
    color: var(--color-fdcg-bleu);
    font-size: 1.5rem;
}

/*************************************************************************************************/



/**************************************************************************************/
/*nouveau Prèlevement*/
/**************************************************************************************/

div.section-prl{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
}

div.nom-section-prl{
    padding: .5rem;
    font-size: 1.5rem;
    background-color: var(--color-fdcg-bleu);
    color: white;
}

div.elt-section-prl{
    display: flex;
    flex-direction: column;
}

div.prl-block{
    padding: 1rem 0rem 1rem 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid .2rem var(--color-fdcg-bleu);
}

div.prl-block div.text-icon{
    display: flex;
    flex-direction: row;
    /* padding: 1rem; */
    align-items: center;
    /* border-right: solid .01rem var(--color-fdcg-bleu); */
    border-radius: 0rem 1rem 1rem 0rem;
    color: dimgrey;
}

div.prl-block div.icon{
    padding: .5rem;
}

div.prl-block div.text{
    padding: .5rem;
}

div.prl-scrool{
    overflow-y: auto;
    /*margin-bottom: rem;*/
}


div.prl-block.esp{
    flex-direction: column;
}
input, select{
    padding: .5rem;
}

div.compteur-prl{
    padding: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.text-icon.esp{
    width: 100%;
}

div.prl-block input, div.prl-block select{
    margin-right: 1rem;
    width: 15rem;
}


/************************************************************************/
/*Nouveau profil */
/***********************************************************************/

div#profil.page{
    background: linear-gradient(180deg, var(--color-fdcg-bleu) 0%, transparent 45%);
}

div.haut{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}

div.corps-profil{
    width: 100%;
    background: white;
    border-radius: 2rem 2rem 0rem 0rem;
    padding-top: 2rem;
    max-width: 800px;
    overflow-y: auto;
    margin-bottom: 9rem;
}

div.h3.profil{
    width: 100%;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

div.profil-modif{
    padding-left: 3rem;
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    font-weight: bold;
}

div.block-profil{
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.setting div.btn-down{
    padding: 1rem;
    color: white;
    border: 0;
    background-color: darkred;
}

div.setting-deux div.profil-btn{
    color: white;
    border: 0;
}

div.setting-deux div.profil-btn.aprop{
    background: darkslateblue;
}

div.setting-deux div.profil-btn.part{
    background: darkgray;
}



div.text-prof{
    width: 100%;
}

div.down-enr.profil{
    padding: 0rem 1rem;
}

div.inp{
    padding-right: 1.5rem;
    width: 100%;
    margin-bottom: .5rem;
}

div.inp input{
    width: 100%;
    background-color: white;
    border: solid .1rem var(--color-fdcg-bleu);
}

div.setting-deux{
    display: flex;
    flex-direction: row;
    align-items: center;

}

div.profil-btn{
    font-size: 1.5rem;
    padding: .5rem;
    margin-right: .5rem;
    border-radius: 1rem;
    border: solid .1rem black;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.setting div.btn-down{
    border-radius: 1rem;
    border: solid .1rem black;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*************************************************************************************************************************/
/*Nouveau Historique*/
/************************************************************************************************************************/

div#graphique.page{
    display: block;
    /*background: #202b33;*/
    /*color: white;*/
}

div.block-ens-graph{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin-bottom: 2.5rem;
}
div.courbe{
    width: 100%;
}


div.grap-block{
    height: 50%;
    max-width: 800px;
}

div.element-graph-nom,div.graph-variable-nom{
    padding: .5rem;
    font-size: 1.2rem;
    font-weight: bold;
}


div.graph-block-esp,div.graph-block-variable{
    padding: .6rem;
    font-size: 1.1rem;
}

div.graph-esp,div.graph-variable{
    padding: .7rem;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    width: 100%;
}
div.graph-esp-elt,div.graph-variable-elt{
    padding: .8rem;
    font-size: .9rem;
    border-radius: 1rem;
    /*
    border: solid .1rem black;
    margin: .5rem;*/
    place-self: center;
}

div.relevee{
    width: 100%;
    height: 100%;
    max-width: 800px;
    overflow-y: auto;
    margin-bottom: 9rem;
    padding: .5rem;
}

div.salutation{
    padding: 1rem;
    font-size: 1.2rem;
    width: 100%;
    font-weight: bold;
    border-bottom: solid .1rem var(--color-fdcg-bleu);
    transition: all ease 1s;
    max-width: 800px;
}

div.salutation:hover{
    font-size: 1.4rem;
}

div.hist-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: .25rem 0 .25rem 0 #00000052;
    margin-top: 1rem;
    font-size: 1.3rem;
    align-items: center;
}

div.total, div.hist-esp-fv, div.hist-ville-fv{
    display: flex;
    flex-direction: row;
}

div.hist-ville-icon,div.hist-esp-icon,div.total div.icon{
    padding: 1rem;
    background-color: var(--color-fdcg-vert);
    color: white;
    border-radius: 0 1rem 1rem 0;
}

div.txt-hist, div.hist-esp-txt,div.favor-esp,div.hist-ville-txt{
    padding: 1rem;
}

div.chartpie{
    height: 18rem;
    width: 100%;
    margin-top: 2rem;
}

div.graphique{
    margin-top: 1rem;
    color: var(--color-fdcg-bleu);
    font-size: 1.3rem;
    padding: 1rem;
    border-bottom: solid .2rem var(--color-fdcg-vert);
    font-weight: bold;
}


div.courbe div.download_xlsx{
    place-self: end;
    padding: 1rem;
}

div.header div.download_xlsx{
    font-size: x-large;
}

/*******/
/*Actu*/
/******/

.floating-buttons {
    position: absolute;
    top: 80px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9500;
}
.floating-buttons .btn {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
}


/**************************************************************************************************************************/
/*Comptage*/
/*************************************************************************************************************************/

div#lancement{
    display: flex;
    flex-direction: column;
    background-color: #31796b42;
    /*justify-content: space-around;*/
}

div.panel-start{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div#btn-start{
    padding: .3rem;
    background-color: #31796A;
    color: white;
    border-radius: .5rem;
    box-shadow: 0 1rem 3rem rgba(black, .175);
}
div#fiche{
    /*
    display: flex;
    flex-direction: column;*/
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 4rem;

}

div.carte1{
    margin: 2rem;
    border: solid .3rem;
    border-radius: .3rem;
}

div#suivi{
    width: 100%;
    height: 20rem;
    background: linear-gradient(0deg, rgba(49,121,106,1) 0%, transparent 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
div.fonction{
    color: #31796A;
    font-size: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
div.information{
    color: white;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 1s ease;
    user-select: none;
}
div.information:hover{
    color: rgba(0, 0, 0, .5);
    font-size: 7vh;
}
div#temps{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
div.meteo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.meteo img.code-meteo{
    height: 6vh;
}
div.type-meteo{
    font-size: 2vh;
}
div#temperature{
    /*color: white;*/
    font-size: 4vh;
    transition: all 2s ease;
    user-select: none;
}
div#temperature:hover{
    font-size: 6vh;
}
.block{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.nom-c{
    padding: .3rem;
}
.ligne{
    display: flex;
    flex-direction: row;
    gap: .5rem;
}
.colonne{
    padding: .5rem;
    /*margin: .5rem;*/
    display: flex;
    flex-direction: column;
    width: 100%;
}
.nom-page{
    padding: .5rem;
    color: #31796A;
    font-size: 1.5rem;
    font-weight: bold;
}


.counter-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;

}
.counter-value {
    margin: .5rem;
    /*
    width: 2.4rem;
    height: 2.2rem;*/
    background-color: white;
    text-align: center;
}
.counter-buttons button {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    cursor: pointer;
}
.row-type{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.row-type.metre{
    margin-bottom: 1rem;
    border-bottom: solid .1rem black;
    background: #80808052;
    font-weight: bold;
}


.environ,.comptage,.info-c{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.panel {
    padding: .5rem 0rem;
    display: flex;
    /*display: none;*/
    flex-direction: column;
    align-items: center;

    background-color: white;
    overflow: hidden;
    width: 100%;
}

.section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .5rem 1rem;
    background: #31796A;
    width: 100%;
    color: white;
}

.nom-section{
    padding: .2rem;
    font-size: 1.2rem;
}

.accordion{
    padding: .4rem;
}

.attribut{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

div#map1 {
    border-radius: 1rem 1rem 0rem 0rem;
}
div#map, div#map1{
    width: 100%;
    height: 20rem;
}

div.fleche{
    padding: .5rem;
    font-size: 1.1rem;
    font-weight: bold;

}

div.carte{
    position: absolute;
    width: 100%;
    height: 20rem;
    margin-top: 4rem;
    z-index: -1;
}

/*Fonction app fdcg*/
div#fiche div.header {
    width: 100%;
    padding: .5rem;
    max-height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #31796A;
    font-size: 1.5rem;
    font-weight: bold;
}
div.text-icon {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border-radius: 40px 40px 0% 0%;
    padding: 0rem 1rem;
    font-weight: bold;
}
div.enr{
    width: 10rem;
    height: 2.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #de2c2c;
    border-radius: 1rem;
    color: white;
    font-weight: bold;
}
div.list-group-item.attribut input, div.list-group-item.attribut select, div.ligne input{
    max-width: 20rem;
    padding: .5rem .5rem;
    border: none;
    text-align: center;
    background-color: rgba(45, 153, 247, 0.2);
    color: gray;
    border-radius: .5rem;

}
div.down-enr {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

div.l-corps{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/****************************************************************************************************************************/
/***********************************************Bar************************************************************************/
/***************************************************************************************************************************/

@media (min-width: 600px) {
    div.ban-down.admin{
        position: fixed;
        top: 0rem;
        display: flex;
        z-index: 8000;
        width: 100%;
        height: 5rem;
    }

    div#down-panel.admin{
        max-width: none !important;
        width: 100%;
        height: 100%;
        background-color: #2786D9;
        z-index: 100;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0rem;
        margin: 0rem;
        border-radius: 0rem;
    }

    div#admin-comptage-graphe, div#modification, div#profil.admin{
        margin-top: 5rem;
        padding-bottom: 0 !important;
    }

    div#down-panel.admin div.btn-down{
        flex-direction: row;
        align-items: baseline;
    }
    div#panneau-admin{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 600px){
    div#admin-comptage-graphe, div#modification, div#profil.admin{
        margin-top: 0rem;
        padding-bottom: 8rem;
    }
}

div.ban-down{
    position: fixed;
    bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 8000;
}

div#down-panel{
    width: 100%;
    background-color: #2786D9;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: .5rem;
    max-width: 800px;
    margin: .3rem;
}



div#down-panel{
    border-radius: 20px 20px 20px 20px;
}

div#down-panel div.btn-down{
    font-size: 1.3rem;
    color: #FFFFFF;
    max-height: 3.9rem;
    font-size: 1rem;
}

div#home div.icon,div#species div.icon,div#history div.icon,div#person div.icon{
    text-align: center;
    height: 2.5rem;
    width: 3rem;
    border-radius: 20px 20px 20px 20px;
    /*background-color: #00008b3e;*/
    padding: .1rem;
    transition: transform 1s;
    padding: .2rem;
}

div#prel div.icon{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

div.btn-down {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    padding: .5rem;
}
div.btn-down div.down-txt {
    font-size: .7rem;
    font-weight: bold;
}
div#prel.btn-down{
    border-radius: 2rem;
    background-color: var(--color-text-menu);
    transition: background-color 0.3s linear;
}

div#prel.btn-down div.icon{
    color: var(--color-fdcg-vert);
}

.spacer {
    color: white;
    height: 6rem;
    background-color: transparent;
}

/*****************************************************************/
/****************Popup comptage********************************/
/***************************************************************/

div#insertion.page{
    position: fixed;
    background-color: #00000042;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9000;
}

div.insert-block{
    border-radius: 1rem;
    border-bottom: solid .2rem black;
    border-left: solid .1rem black;
    color: white;
    background-color: var(--color-fdcg-vert);
    padding: .5rem;
}

div.insert-block-texte{
    padding: 2rem;
    font-size: 1.2rem;
}

div.insert-block-ok{
    place-self: center;
    border-radius: 1rem;
    padding: .2rem .5rem;
    background-color: #0b3a30;
}



#actualitesPanel {
    transform: translateY(100%);
    transition: transform 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70vh;
    background-color: white;
    z-index: 1000;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}

@keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
  
.fadeInDown {
    animation: fadeInDown 0.5s ease-out;
}

canvas{
    /*height: 40%;
    width: 100%;*/
    max-width: 700px;
}

/***************************************************************/
/*****Admin*****/
/**************************************************************/

div#espece-admin{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    width: 100%;                 
    box-sizing: border-box;
    padding: 1rem;
    gap: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

div#espece-admin div.btn-esp{
    flex: 0 0 auto;
    padding: 1rem;
    border-radius: 1rem;
}

div.btn-variable,div.nom-modif-variable{
    padding: .5rem;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 1rem 1rem 1rem 0;
}

div.btn-variable{
    cursor: pointer;

}
div.nom-modif-variable{
    background-color: #2786D9;
    place-self: end;
    color: white;
}

div.panneau-modif{
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media(max-width: 600px){
    div.panneau-modif{
        display: flex;
        padding: 1rem;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    div#espece-admin div.btn-esp{
        flex: 0 0 auto;
        padding: 1rem;
        border-radius: 1rem;
        width: 8rem;
        height: 8rem;
    }
    div.ligne-modif{
        font-size: .5rem;
    }
}

div.btn-modif-variable{
    display: flex;
    flex-direction: row;
}

div.block-modif-variable{
    display: flex;
    flex-direction: column;
    width: 40%;
}

div.text-modif-variable, div.block-modif{
    display: flex;
    flex-direction: column;
    padding: .8rem;

}


div.iud-variable{
    display: flex;
    flex-direction: column;
    width: 50%;
}

div.ligne-modif{
    padding: .5rem;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


div.block-modif{
    display: flex;
    flex-direction: column;
    padding: .8rem;
    /*max-height: 500px;*/
    overflow-y: auto;
}

div.no-element{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#bouton-parametre{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

button.admin-compt-btn{
    display: flex;
    flex-direction: row;
    padding: .2rem;
    align-items: center;
    border: 0;
    background-color: white;
    font-size: 1.2rem;
    color: black;
}

button.admin-compt-btn:hover{
    background-color: #14514434;
    color: white;
    border-radius: .5rem;
}

/**************************************************************/
/*****Mot de passe******/
/*************************************************************/



div.block-mdp-all{
    display: flex;
    padding: 1rem;
    justify-items: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

div.img-mdp img{
    width: 12rem;
    height: 12rem;
}

@media(min-width: 600px){
    div.block-mdp-all{
        display: flex;
        padding: 1rem;
        justify-items: center;
        align-items: center;
        width: 100%;
        flex-direction: row;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
        border-radius: 1rem;
    }
    div.img-mdp{
        width: 50%;
    }

    div.img-mdp img{
        width: 25rem;
        height: 25rem;
    }

    div.bouton-suiv, div.bouton-mdp{
        width: 15rem;
    }
    div.block-mdp input{
        width: 15rem;
    }
}

/***************************************************************/
/*****Changer statut******/
/**************************************************************/




