/* Insert your custom override CSS in this file */

:root {
    --main-color: #AECD56;
    --second-color: #F3982F;
    --map-maille-border-color: "black";
}

a.geir:link,
a.geir:visited,
a.geir:hover,
a.geir:active {
    color: #F3982F;
}

div#description.tab-pane.fade.active.show,
div#commentaire.tab-pane.fade.active.show,
div#milieu.tab-pane.fade.active.show,
div#chorologie.tab-pane.fade.active.show,
div#synonymes.tab-pane.fade.active.show {
    max-height: 300px;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

div.modal-body>.table>thead>tr>td,
div.modal-body>.table>thead>tr>th,
div.modal-body>.table>tbody>tr>td,
div.modal-body>.table>tbody>tr>th,
div.modal-body>.table>tfoot>tr>td,
div.modal-body>.table>tfoot>tr>th {
    text-align: center;
}

#myTable .glyphicon {
    font-size: 1.5em;
}

/**
.nav-tabs > li > a:link {
  color: #5A863A !important;
}
*/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    /* text-decoration: underline; */
    color: #5D8E11;
}

body,
div#page.container-fluid {
    background-color: #F0F0F0;
}

#page {
    margin-top: 40px;
}

#sideBar {
    width: 50px;
    background-color: #5D8E11;
    border-right: 0px solid #AECD56;
    border-top: 0px solid #AECD56;
    margin-top: 10px;
}

.navbar {
    background-color: #5B8811 !important;
    height: 70px;
    background-image: url("../custom/images/bandeau-borbonica-atlas.jpg");
    /*  margin-left: -15px; */
    /*  margin-right: 15px; */
}

.navbar-brand {
    width: 400px;
}

.navbar-form {
    margin-bottom: 15px;
    margin-right: 5px;
    padding-top: 5px;
}

.form-control {
    font-size: small;
}

img.logoStructure {
    height: auto;
    position: absolute;
    z-index: -12;
}


img#loadingGif {
    color: #F3982F !important;
}

.hovereffect .overlay {
    background-color: rgba(174, 205, 86, 0);
}

tr.tabEspece:hover {
    background-color: rgba(174, 205, 86, 0.6);
}

.slider-selection,
.slider-handle,
.slider-handle.min-slider-handle.round,
.slider-handle.max-slider-handle.round {
    background-color: #AECD56 !important;
}

.slider-handle {
    background-color: #AECD56 !important;
    background-image: linear-gradient(to bottom, #AECD56 0, #5a863a 100%);
}

.navbar-default .navbar-brand,
a.navbar-brand.titreAppli:link,
a.navbar-brand.titreAppli:visited,
a.navbar-brand.titreAppli:active,
a.navbar-brand.titreAppli:hover {
    color: #F3982F;
}

.titreAppli {
    font-size: 22px;
    line-height: 25px;
    color: #F3982F;
}

.footer>p>a:link,
/* p.text-muted > a:link, */
.footer>p>a:hover,
/* p.text-muted > a:hover, */
.footer>p>a:active,
/* p.text-muted > a:active, */
.footer>p>a:visited

/* p.text-muted > a:visited */
    {
    color: #F3982F !important;
}



img.INPNgroup {
    cursor: pointer;
    height: 45px;
    width: auto;
    padding-right: 15px;
}

h1 {
    font-size: 28px !important;
}


/* a verifier si ce css fonctionne */


div#groupLogoCol a img {
    height: 40px;
    width: auto;
}

tr.taxonRow td img {
    height: 30px;
    width: auto;
}

div.row>img {}

li#firstObs,
li#lastObs.pointer {
    cursor: auto !important;
}

p.asterisk {
    font-style: italic;
    font-size: 0.9em;
    margin: 5px;
}

.pictoImg {
    width: 80px;
    background-position: center center;
    background-size: cover;
    height: 60px;
    border-radius: 4px;
}

.pictoImgList {
    width: 100px;
}

#map {
    z-index: 1;
}


p.text-muted {
    text-transform: none;
    font-weight: 500;
    font-size: 0.9em;
    color: #5D8E11;
}

.modal-content {
    border: 1px solid #CCC;
    border-radius: 6px;
}

.modal-header {
    background-color: #5D8E11;
    padding: 8px;
}

.modal-header>h2 {
    color: white;
    font-size: 28px;
}

.modal-body.credits>h3,
.modal-body.contact>h3 {
    color: #5D8E11;
    font-size: 22px;
}

.pictoImg.pictoImgMedium {
    width: 100%;
    height: 100%;
}

/* 
.photo-espece .img-custom-medias {
    background-size: cover;
} */

.modal-dialog {
    min-width: 75vw;
}

div.modal-header{
display:flex;
justify-content:start;
}

.modal-header .close{
margin:-1rem -1rem -1rem;
}

.img-custom-medias {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}


/* Icone logo potrection et patrimonialite */

.caractEspece {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
