.content {
    width: 70%;
    margin: 0 auto;
}

article img {
    display: block;
    max-width: 100%;
}

.kg-width-wide {
    position: relative;
    width: 85vw;
    min-width: 100%;
    margin: auto calc(50% - 50vw);
    transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

article figure {
    margin: 0;
}

article figcaption {
    text-align: center;
}

body {
    margin: 0;
}


.kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 1.5em auto;
    max-width: 1040px;
    width: 100vw;
}

 .kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

 .kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

 .kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

 .kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

.kg-bookmark-card {
    width: 100%;
    position: relative;
}

.kg-bookmark-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kg-bookmark-container:hover {
    text-decoration: none;
}

.kg-bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    padding: 20px;
    order: 1;
}

.kg-bookmark-title {
    font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
    margin-top: .5em;
}

.kg-bookmark-metadata {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kg-bookmark-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kg-bookmark-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    margin-right: .5em;
    margin-bottom: .05em;
}

.kg-bookmark-thumbnail {
    display: flex;
    flex-basis: 24rem;
    flex-grow: 1;
}

.kg-bookmark-thumbnail img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
}

.kg-bookmark-author {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kg-bookmark-publisher::before {
    content: "•";
    margin: 0 .5em;
}


.text-upper {
    text-transform: uppercase;
}

.text-shadowed {
    text-shadow: 2px 2px 6px #000;
}

/* CUSTOM */
body {
  font-family: 'arial','calibri';
}

.scrollup {
    position:fixed;
    z-index: 1000;
    bottom: 86px;
    right: 1em;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.6))
}

/* ON CARD HOVER */
.card:hover .card-footer a {
background-color: #fff;
border-color: #164555;
color: #164555;
}

p {font-size:18px;}
.mx-auto ul li {font-size:16px;}

ul.navbar-nav li a.nav-link.preee{
    background-color:#fff;
    color:#164555;
}

ul.navbar-nav li a.nav-link.preee:hover {
    background-color:#164555;
    color:#fff;
}

button.navbar-toggler.preee {
    color:#164555;
}

.content_bg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.content_bg::after {
  content: "";
  background-image: url("../img/plantouze.JPG");
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
  background-size: 100% auto;
}

.ellipsis_card_text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

button.nav-link.tabs {
    border: 1px solid #fff;
    color:#fff;
    background-color: transparent;
}
button.nav-link.tabs:hover {
    border: 1px solid #fff;
    color:#fff;
    background-color: rgba(255, 255, 255, .2);
}
button.nav-link.tabs.active{
    color:#164555;
}
.tab-content {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#fixa{
 z-index: 10;
 height: 400px;
 width: 100%;
 position: absolute;
 margin-top: auto;
 display: flex;
 bottom: 0;
}
.carousel-item img{
    object-fit:cover;
    height:400px !important;
    width:100%;
  }

  @font-face {
    font-family: bebasneue;
    src: url('../font/BebasNeue-Regular.woff');
  }
  
  .bebas {
      font-family: bebasneue, Arial, sans-serif;
  }
  @font-face {
    font-family: moonflower;
    src: url('../font/Moon Flower.ttf');
  }
  
  .moonflower {
      font-family: moonflower, Arial, sans-serif;
      font-weight:700;
  }
  
  .divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #164555;
    border-radius: 1rem;
    border-color: #164555 !important;
}

.divider-custom .divider-custom-line-light {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #f8f9fa;
    border-radius: 1rem;
    border-color: #f8f9fa !important;
}
.circled {
    background-image: url("../img/circle.png");
    /*linear-gradient(rgba(22, 69, 85, 1), rgba(255, 255, 255, 0.1)),*/
                  
    background-repeat: no-repeat;
}


.post-content, .page-content {
    color: #164555;
}



.txt_blue {
	color: #164555;
}
.txt_blue2 {
	color: #156f6b;
}
.bg_blue {
	background-color: #164555;
	color: #fff;
}
.bg_blue2 {
	background-color: #156f6b;
	color: #fff;
}

.btn-blue {
    background-color: #164555;
    color:#fff;
}
.btn-blue:hover {
    background-color: #fff;
    color:#164555;
    border: 1px solid #164555;
}
.btn-lightonblue {
    background-color: #fff;
    color:#164555;
}
.btn-lightonblue:hover {
    background-color: #164555;
    color:#fff;
    border: 1px solid #fff;
}
.btn-blue2 {
    background-color: #156f6b;
    color:#fff;
}
.btn-blue2:hover {
    background-color: #fff;
    color:#156f6b;
    border: 1px solid #156f6b;
}

.nav-item {
    border-bottom: 2px solid #fff;
}
.nav-item.nav-current {
    border-bottom: 2px solid #164555;
}

.article-tile {
	font-family:bebas;
}
.gh-content.gh-canvas {
	color:#164555;
}
.hashtag::before {
	content: "# ";
}
.card_h {
	
}
.card_h:hover {
	background-color:#164555;
	color:#fff;
}
.card_h:hover>.card-header>span {
	color:#fff;
}
.card_h:hover>.card-footer>div {
	border:1px solid #fff;
}

        .species-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            padding: 20px;
            margin: 20px auto;
            max-width: 1200px;
        }

        .species-card {
            flex: 1 1 300px;
            max-width: 400px;
            height: 400px;
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
        }

        .species-card img {
            width: 120%;
            height: 120%;
            object-fit: cover;
            transform: scale(1);
            /* /* Dézoom de l'image */
            transition: transform 0.3s ease;
            transform-origin: center; /* Centrer le zoom */
        }
        .species-card:hover img {
            transform: scale(1.2);
            transition: transform 0.3s ease;
        }

        .species-card .card-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
            background: rgba(52, 155, 134, 0.6);
            color: white;
        }

        .species-card h5 {
            color: white;
            margin-bottom: 10px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
            font-size: 1.5rem;
        }

        .image-container {
            flex-grow: 1;
            overflow: hidden;
            position: relative;
        }

        .inpn-link {
            color: white;
            text-decoration: underline;
            font-size: 10px;
            font-weight: 400;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        }
        

