@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic); /* importe la police PT Sans */

html {
	font-size: 100%;
    background-color: #fcfcfc ;
    z-index: 10000;
}

html,body {
    height:auto;
}

body { 
    font-family: 'Myriad Pro','PT Sans',Helvetica,Arial,sans-serif; 
   /* background-color: rgba(66, 104, 47, 0.9);*/
}

main{
    margin-top: -38px;
    height:100%;
}

h1 a {
    text-decoration : none;
    color:inherit;
}

#modedemploi, #observation{
  margin-top:18px;
}

#titreverif{
    margin-top: 10px;
    margin-bottom: 15px;
}

header {
    background-color : #42682F;
    color:white;
    position:relative;
    top:-20px;
    align-items: center;
    margin-left: -7.7px;
    margin-right: -7.7px;
}

h1{
    text-align:center;
    vertical-align: middle;
    margin-top: 20px;
}

#presentationgecnal ul{
    margin-left:-20px;
}

.navigation_icon {
    display :inline-block;
    padding-left: 10px;
}

.navigation_icon span {
    display:block;
    height :4px;
    width : 30px;
    margin: 4px 8px;
    background: #FFF;
    cursor : pointer;
}

.navigation_close{
    position: absolute;
    left :10px;
    top:30px;
    font-size:50px;
    line-height: 0.7;
    transform:rotate(45deg);
    color :white;
    cursor:pointer;
}

nav {
    position:fixed;
    top : -10px;
    left : 0;
    width : 60vw;
    background :#42682F;
    height:100vh;
    z-index: 10000; /* superposer le menu */
    padding-top: 100px;
    transition:all 0.2s ease-in-out; /* set la vitesse de transition du menu */
    transform:translateX(-100%); /*laisse le menu hors écran par defaut*/
}

nav ul {
    padding:0;
    margin:0;
    list-style: none;
}

nav li a{
    display:block;
    text-decoration : none;
    color:white;
    transition:all 0.2s ease-in-out;
    padding: 12px 30px;
    font-size:20px;
    border-bottom: 1px solid;
}

#trigger:checked + nav{
    transform: translateX(0%); /* fait venir ou partir le menu en fonction de l'icone cliquée */
}

#objectifs li {
    list-style: disc;
}

#activites li, #etapesexport li{
    list-style: square;
}

#logoaccueil img {
    float:left;
    padding-right:3.5%;
    padding-bottom:3.5%
}

#etapesobservation li{
    list-style:decimal;
}

#tabledate tr td {
    padding-top:30px;
}

.pictoobservation {
    padding-right : 5vw;
    padding-left: 4vw;
}

.champobservation{
    padding-right: 5vw;
}

.pictopobs {
    height: 4vw;
    width: 4vw;
}

.titrepage {
    padding-top: 15px;
}

#papillon {
    margin-left: -8px;
    width:100vw;
}

#naturepic {
    width : 100vw;
    margin-left: -8px;
}

#tablepicto td,#tablepictoexport td {
    border: solid 0.5px;
}

#typeespece,#zonerecherche,#resultatrecherche,.pictoesp,#logomde,#photodiv,#validerobs,#oPic,#tablevalidation td,#tablepictoexport,#validerExport
,#boutonValiderExport,#tablenomexport{
 text-align: center;
}

#zonerecherche,#resultatrecherche,#hr1,#hr2,#hr3,#hr4,#hr5,#tabletype,#tableresultat,#tablephoto, #tablenombre,#tablenomobs,#tablenotes
,#tablepicto,#photodiv,#validerobs,#trigger,#uploadbutton,#submitbutton,#loginfalse, #dlexport,.hre1,#tutoexport,#urgencebutton,#urgenceville{
    display:none;
}

#boutonValiderObs{
    background-color:#42682F ;
    color :white;
    width : 30vw;
    height : 6vw;
    font-size: 100%;
    border-radius: 10px;
    font-weight: bold;
}

#phototaken{
    max-height: 70vh;
    max-width : 70vw;
}

#tablepicto .lignetype ,#tablepictoexport .lignetype {
    text-align: center;
    border: none;
}

#tablepicto td,#tablepictoexport td {
 max-height: 18vw;
 max-width: 18vw;
}

#modifespece {
    padding-left : 3vw;
}

#succestexte {
    text-align: center;
    padding-top: 5vh;
    font-size: 1.3rem;
}

#divcheck{
    text-align: center;
    padding-top: 30px;
}

#checkpic{
    width:20vw;
    height: 20vw;
}

#succestexte a {
    text-decoration: none;
}

#login {
    padding-top: 20vh;
    text-align: center;
}

#tableverification,#tablepicto, #tablepictoexport {
    border-collapse: collapse;
}
#tableverification img {
    width : 8vw;
    height :8vw;
}

#tableverification td{
    text-align: center;
    width: 19vw;
    border-bottom: solid 1px;
}

.rownames, .rowloc, .rowdate, .rowid{
    font-size: 0.2rem;
}

#oImage {
    max-height:50vh;
    max-width: 95vw;
    padding-bottom: 20px;
}

#observationpage {
    text-align: center;
    padding-top: 30px;
}

#tablevalidation {
    border-collapse: collapse;
    width: 95vw;
    margin-right: auto;
    margin-left: auto;
}

.bordernone {
    width: 49vw;
    padding-top:50px;
    border:none;
}

.borderup {
    border:solid 1px;
    padding : 15px;
}

#garderObs,#boutonValiderExport{
    background-color:#45682F ;
    color :white;
    font-size: 100%;
    border-radius: 10px;
    font-weight: bold;
}

#refuserObs{
    background-color:#E22C17 ;
    color :white;
    font-size: 100%;
    border-radius: 10px;
    font-weight: bold;
}

#noobs {
    margin-right: auto;
    margin-left: auto;
    padding-top: 30vh;
    font-size: 130%;
}

.loginpic {
    height: 5vw;
    width: 5vw;
}

#tablelogin {
    margin-right: auto;
    margin-top: -70px;
    margin-left: auto;
    padding-bottom: 30px;
}

#tablelogin td {
    padding-right: 30px;
}

#exportation {
    padding-top: 20px;
}

#titreexport {
    padding-bottom : 30px;
}

#exportloc{
    padding-left : 50px;
}

.nomprenom{
    padding-right: 15px;
}

/* les requetes media permettent l'adaptation de la taille des elements en fonction de la taille de la fenetre */

@media (min-width:0px)  { 
    header {
        font-size : 1rem;
    }
    h1{
        margin-bottom: -10%;
    }
    #logoaccueil img {
        height: 40vw;
        width: 40vw;
    }

    #papillon {
        margin-top: 18px;
    }

    .titrepage{
        text-align: center;
    }

    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 0.5rem;
    }

    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto,#tabledateexport,#tablelieuexport,#tablenombre,#tablenomobs
    ,#tablenotes,#tablenomexport{
        padding-left:0vw;
    }

    .champresultat,.champobservation {
        font-size: 0.7rem;
    }

    #tablepicto,#tablepictoexport {
        margin-left: 2vw;
     }

     .pictoesp{
        height : 18vw;
        width: 18vw;
    }

    #tablepicto td,#tablepictoexport td {
        max-height: 18vw;
        max-width: 18vw;
       }

    #boutonValiderObs{
        width : 70vw;
        height : 15vw;
        font-size: 100%;
    }

    #tablepicto .lignetype,#tablepictoexport .lignetype  {
        font-size: 0.6rem;
    }

    #garderObs,#refuserObs,#boutonValiderExport{
        width : 45vw;
        height : 9vw;
        font-size: 100%;
    }

    #tabledateexport,#tablelieuexport,#tablenomexport{
        margin-left: -20px;
    }
}

@media (min-width:320px)  { 
    header {
        font-size : 1rem;
    }
    h1{
        margin-bottom: -7.5%;
    }
    #logoaccueil img {
        height: 40vw;
        width: 40vw;
    }

    #papillon {
        margin-top: 18px;
    }

    .titrepage{
        font-size: 1.4rem;
        text-align: center;
    }

    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 0.75rem;
    }

    #observationpage {
        margin-top :30px;
    }
    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto ,#tablenombre,#tablenomobs,#tablenotes{
        padding-left:0vw;
    }

    #tabledateexport,#tablelieuexport,#tablenomexport{
        margin-left: -21px;
    }
    .champresultat,.champobservation {
        font-size: 0.85rem;
    }

    #tablepicto,#tablepictoexport {
        margin-left: 2vw;
     }

     .pictoesp{
        height : 18vw;
        width: 18vw;
    }

    #tablepicto td,#tablepictoexport td {
        max-height: 18vw;
        max-width: 18vw;
       }

    #boutonValiderObs{
        width : 55vw;
        height : 10vw;
        font-size: 100%;
    }
    
    #garderObs,#refuserObs,#boutonValiderExport{
        width : 45vw;
        height : 8vw;
        font-size: 100%;
    }

    #tablepicto .lignetype,#tablepictoexport .lignetype {
        font-size: 0.75rem;
    }
    
}

@media (min-width:481px)  { 
    header {
        font-size : 1.2rem;
    }
    h1{
        margin-bottom: -5.5%;
    }
    #logoaccueil img {
        height: 40vw;
        width: 40vw;
    }
    #papillon {
        margin-top: 18px;
    }

    .titrepage{
        font-size: 1.6rem;
        text-align: center;
    }
   
    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 0.8rem;
    }

    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto ,#tabledateexport,#tablelieuexport,#tablenombre,#tablenomobs
    ,#tablenotes,#tablenomexport{
        padding-left:8.35vw;
    }
    .champresultat,.champobservation {
        font-size: 1rem;
    }

    #tablepicto,#tablepictoexport {
        margin-left: 10vw;
     }

     .pictoesp{
        height : 15vw;
        width: 15vw;
    }

    #boutonValiderObs{
        width : 45vw;
        height : 7vw;
        font-size: 100%;
    }

    #garderObs,#refuserObs,#boutonValiderExport{
        width : 35vw;
        height : 7vw;
        font-size: 100%;
    }

    #tablepicto td,#tablepictoexport td {
        max-height: 15vw;
        max-width: 15vw;
    }

    #tablepicto .lignetype,#tablepictoexport .lignetype  {
        font-size: 0.9rem;
    }
    
}

@media (min-width:641px)  {
    header {
        font-size : 1.4rem;
    }
    h1{
        margin-bottom: -3.75%;
    }
    #logoaccueil img {
        height: 35vw;
        width: 35vw;
    }

    #papillon{
        margin-top: 17px;
    }

    .titrepage{
        font-size: 1.8rem;
        text-align: center;
    }

    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 1rem;
    }

    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto ,#tabledateexport,#tablelieuexport,#tablenombre,#tablenomobs
    ,#tablenotes,#tablenomexport{
        padding-left:13.5vw;
    }
    .champresultat,.champobservation  {
        font-size: 1.2rem;
    }

    #tablepicto,#tablepictoexport {
        margin-left: 10vw;
     }
    
     .pictoesp{
        height : 15vw;
        width: 15vw;
    }

    #tablepicto td,#tablepictoexport td {
        max-height: 15vw;
        max-width: 15vw;
       }

    #boutonValiderObs,#garderObs,#refuserObs,#boutonValiderExport{
        width : 35vw;
        height : 5.5vw;
        font-size: 100%;
    }

    #tablepicto .lignetype,#tablepictoexport .lignetype  {
        font-size: 1rem;
    }
}

@media (min-width:781px)  { 
    header {
        font-size : 1.5rem;
    }
    h1{
        margin-bottom: -3.5%;
    }
    #logoaccueil img {
        height: 35vw;
        width: 35vw;
    }

    #papillon {
        margin-top: 18px;
        height:50vh;
    }

    #naturepic {
        height:50vh;
    }

    .titrepage{
        font-size: 2rem;
        text-align: center;
    }

    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 1.2rem;
    }
    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto ,#tabledateexport,#tablelieuexport,#tablenombre,#tablenomobs
    ,#tablenotes,#tablenomexport{
        padding-left:14vw;
    }
    .champresultat,.champobservation {
        font-size: 1.3rem;
    }
    
    #tablepicto,#tablepictoexport {
        margin-left: 18vw;
     }

     .pictoesp{
        height : 12vw;
        width: 12vw;
    }

    #tablepicto td,#tablepictoexport td {
        max-height: 12vw;
        max-width: 12vw;
       }

    #boutonValiderObs,#garderObs,#refuserObs,#boutonValiderExport{
        width : 30vw;
        height : 5vw;
        font-size: 120%;
    }
}


@media (min-width:961px)  { 
    header {
        font-size : 1.6rem;
    }
    h1{
        margin-bottom: -3.5%;
    }
    #logoaccueil img {
        height: 35vw;
        width: 35vw;
    }
    #papillon {
        margin-top: 18px;
        height:45vh;
    }

    #naturepic {
        height:50vh;
    }

    .titrepage{
        font-size: 2.1rem;
        text-align: center;
    }

    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 1.3rem;
    }

    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto ,#tabledateexport,#tablelieuexport,#tablenombre ,#tablenomobs
    ,#tablenotes,#tablenomexport{
        padding-left:18vw;
    }
    .champresultat,.champobservation {
        font-size: 1.3rem;
    }

    #tablepicto,#tablepictoexport {
        margin-left: 23.5vw;
     }

     .pictoesp{
        height : 10vw;
        width: 10vw;
    }

    #tablepicto td,#tablepictoexport td {
        max-height: 10vw;
        max-width: 10vw;
       }
    
    #boutonValiderObs,#garderObs,#refuserObs,#boutonValiderExport{
        width : 28vw;
        height : 4vw;
        font-size: 120%;
    }

}

@media (min-width:1025px) {  
    header {
        font-size : 1.8rem;
    }
    h1{
        margin-bottom: -3.25%;
    }
    #logoaccueil img {
        height: 25vw;
        width: 25vw;
    }
    
    #papillon {
        margin-top: 18px;
        height:50vh;
    }

    #naturepic {
        height:50vh;
    }

    .titrepage{
        font-size: 2.3rem;
        text-align: center;
    }

    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 1.15rem;
    }
    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto ,#tabledateexport ,#tablelieuexport,#tablenombre ,#tablenomobs
    ,#tablenotes,#tablenomexport{
        padding-left:20vw;
    }
    .champresultat,.champobservation {
        font-size: 1.3rem;
    }

    #tablepicto,#tablepictoexport {
        margin-left: 23.5vw;
     }

     .pictoesp{
        height : 10vw;
        width: 10vw;
    }

    #tablepicto td ,#tablepictoexport td{
        max-height: 10vw;
        max-width: 10vw;
       }

    #boutonValiderObs,#garderObs,#refuserObs,#boutonValiderExport{
        width : 25vw;
        height : 4vw;
        font-size: 120%;
    }
}

@media (min-width:1281px) { 
    header {
        font-size : 2rem;
    }
    h1{
        margin-bottom: -2%;
    }
    #logoaccueil img {
        height: 20vw;
        width: 20vw;
    }

    #papillon {
        margin-top: 15px;
        height:50vh;
    }

    #naturepic {
        height:50vh;
    }

    main{
        font-size: 1.1rem;
    }

    .titrepage{
        font-size: 2.5rem;
        text-align: center;
    }

    .rownames, .rowloc, .rowdate, .rowid{
        font-size: 1.3rem;
    }
    /*règle l'affichage de la page observation */

    #tabledate,#tablegps,#tabletype,#tablerecherche,#tableresultat,#tablephoto,#tabledateexport ,#tablelieuexport ,#tablenombre ,#tablenomobs
    ,#tablenotes,#tablenomexport{
        padding-left:20vw;
    }

    #tablepicto,#tablepictoexport {
        margin-left: 23.5vw;
     }

    .champresultat,.champobservation {
        font-size: 1.3rem;
    }

    .pictoesp{
        height :10vw;
        width : 10vw;
    }

    #tablepicto td,#tablepictoexport td {
        max-height: 10vw;
        max-width: 10vw;
       }

    #boutonValiderObs,#garderObs,#refuserObs,#boutonValiderExport{
        width : 20vw;
        height : 3vw;
        font-size: 120%;
    }

    #tablepicto .lignetype {
        font-size: 1.2rem;
    }
}