html{
    overflow-x: hidden;
}

.home{
    padding-top: 10vh;
}

#panel-home{
    transition: 1000ms all ease-in-out;
    opacity: 0;
}

.search-button{
    background: none;
}

.btn_color{
    height: 15px!important;
    width: 15px!important;
    border-radius: 100%;
}

#result_color{
    display: inline-block;
    margin-left: 10px;
    opacity: 0.30;
}

.panel-home{
    -webkit-backdrop-filter: blur(5px); /* assure la compatibilité avec safari */
    backdrop-filter: blur(5px);
    background-color: rgba(182, 182, 182, 0.05);
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    margin-bottom: 35px;

}

.view-home{
    padding-left: 15px;
    padding-right: 15px;
}

.propos-home{
    left: auto;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

.propos-contact{
    right: 60px;
}

.logo{
    margin-top: -15px;
    text-align: center;
}

.date-photo{
    font-size: 13px;
    font-weight: 600;
}

.panel-recherche{
    padding: 5px;
    border-radius: 2rem!important;
    background-color: white;
    margin-bottom: 2px;
}

.error{
    font-size: 80px;
    text-align: center;
    color: white;
    font-weight: 900;
}

.search{
    border: none!important;
    box-shadow: none!important;
    background-color: rgba(255, 255, 255, 0);
}
.search-button{
    border: none;
    padding: unset;
}


.panel-filtre{

    background-color: white;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.panel-filtre-child{
    margin-top: 10px;
}

.form-switch{
    margin-top: 5px;
    margin-bottom: 5px;
}

.view-card{
    display: flex;
}

.display-card{
    align-items: flex-end;
}

.b-example-divider {
    height: 60px;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
.footer{
background-color: white;
padding-top: 10px;
padding-bottom: 10px;
bottom: 0;
}

/* PAGE SEARCH */
.background-search{
    position: fixed;
    width: 100%;
    background-color: green;
    background-image: url(Images/background.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    z-index: -1;
}
.panel-filtre-search{
    margin-bottom: -100px;
    position: absolute;
    z-index: 1000;
    min-width: 30vw;
    max-width: 95vw;
}
.menu{
    margin-top:-30px;
    padding-right: 5vw;
}

.result{
    padding-top: 55px;
}

.card{
    margin-bottom: 35px;
    transition: ease-in-out 250ms all;
}

.card:hover{
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-body {
    padding: 0;
}

.img-result{
    height: 125px;
    object-fit: cover;
}
.desc-card{
    padding-left: 15px;
    padding-right: 15px;
}
.nom-latin-result{
    padding-top: 5px;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.separator-card{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    height: 2px!important;
    width:50px;
}
.p-card{
    margin-bottom: 2px;
    font-size: 14px;
}
.famille-card{
    background-color: green;
    padding-bottom: 5px;
}
.pagination{
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.background-card{
    height: 100vh;
    width: 100vw!important;
    object-fit: cover;
}

.card-desc{
    position: fixed;
    z-index: 5000;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}

.background-carousel{
    max-height: 100vh;
    max-width: 100vw;
    z-index: -1;
}
.close{
    background-color:initial;
    position: absolute;
    right:50px;
    top:50px;
	z-index: 5;
}
.btn-close{
    opacity: 1;
    transform: scale(1.5);
}
.description{
	position: absolute;
    z-index: 10;
    width: 45vw;
    height: 75vh;
    margin-left: 5vw;
	display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 500ms ease-in-out;
}

.card img{
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.title-desc{
    background-color: rgba(74, 124, 47, 0.85);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom:10px;
    width: 100%;
    transition: all 500ms ease-in-out;
    transition-delay: 250ms;
}
.resume-desc{
    background-color: rgba(255, 255, 255, 0.85);
    padding: 45px;
    border-radius: 10px;
}

.desc-famille{
    border: 1px solid;
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.desc-famille hr{
    width: 30%;
    height: 2px;
    margin-bottom: 5px;
    opacity: 1;
}

.title_famille{
    font-size: 28px;
    font-weight: revert;
    color: #4a7c2f;
}

.panel_nom{
    text-align: center;
    padding: 10px;
    border: 1px solid;
    margin: 3px;
    max-height: 100px;
    overflow: auto;
}

.text_plante{
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    max-height: 260px;
    overflow: auto;
}

.hidden_desc{
    width: 50px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.85);;
    position: absolute;
    right: -50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
}

.rectangle_color{
    background-color: #FFFF00;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.panel_nom hr{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.text_nom{
    font-size: 13px;
    margin-bottom: 0;
}

.title_nom{
    font-size: 20px;
    font-weight: bold;
}

.carousel-item img{
    width: 100vw;
    object-fit: cover;
    object-position: center;
    height: 100vh;
}

@keyframes hide-scroll {
    0% { overflow: hidden; } 
    100% { overflow: auto; }
  }
  
  .carousel-inner, .carousel, .carousel-item, .carousel-container {
    height: 100vh;
    width: 100vw;
  }
  
  .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }
  
  .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }
  
  .carousel-indicators {
    top: 0;
    margin: auto;
    height: 140px;
    right: 50px;
    left: auto;
    display: block;
  }
  
  .carousel-indicators [data-bs-target] {
    background: none;
    border: 2px solid white;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin-bottom: 5px;
  }
  
  .carousel-indicators li.active {
    background: white;
  }
  .unclickable {
    pointer-events: none;
  }
  
  .clickable {
    pointer-events: all;
  }

  .img{
      width: inherit;
      object-fit: cover;
      object-position: center;
  }
  
  
  .roll-in-blurred-right {
      -webkit-animation: roll-in-blurred-right 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
              animation: roll-in-blurred-right 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  }

  #resultat_search{
    margin-bottom: 75px;
  }
  
  
   @-webkit-keyframes roll-in-blurred-right {
    0% {
      -webkit-transform: translateX(1000px) rotate(720deg);
              transform: translateX(1000px) rotate(720deg);
      -webkit-filter: blur(50px);
              filter: blur(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes roll-in-blurred-right {
    0% {
      -webkit-transform: translateX(1000px) rotate(720deg);
              transform: translateX(1000px) rotate(720deg);
      -webkit-filter: blur(50px);
              filter: blur(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  
.title_latin{
  font-size: 40px;
  font-weight: 700;
  color: white;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .d-flex{
    margin-left: auto;
    margin-right: auto;
    display: block!important;
    min-width: 30vw;
  }

  .navbar{
    --bs-bg-opacity: 0;
  }

  .lieu_photo{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 25px;
    right: 25px;
    padding-bottom: 5px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    border-radius: 10px;
}
  
   @media (max-width: 991px) {
    .navbar-nav {
        position: absolute;
        top: 60px;
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        list-style: none;
        right: 40vw;
        left: 40vw;
        }
        .description{
            width: 78vw;
        }
    }
    @media (max-width: 575.98px) {
        .indicator-card{
              display: none;
          }
    
        .navbar-brand{
            display: none;
        }
        .navbar-nav {
            position: absolute;
            top: 0;
            display: flex;
            flex-direction: row;
            margin-bottom: 0;
            list-style: none;
            right: 25px;
            left: auto;
            
        }
        .title_latin{
            font-size: 25px;
        }
        .title_famille{
            font-size: 24px;
        }
        .description hr{
            display: none;
        }
        .title_nom{
            font-size: 16px;
        }
        .text_plante{
            font-size: 14px;
            max-height: 175px;
        }

        .panel-filtre-search {
            width: 96vw;
        }
        .panel-filtre-search {
        margin-bottom: -100px;
        position: absolute;
        z-index: 1000;
        width: 96vw;
        }
        .resume-desc{
            padding: 15px;
        }
        .lieu_photo{
            bottom: 2px;
        }
        .form-check-label{
            font-size: 8px!important;
        }
        .search-button img{
            width: 25px;
        }
        p{
            font-size: 12px;
        }
        .carousel-indicators [data-bs-target] {
            width: 25px;
            height: 25px;
            margin-bottom: 15px;
          }
          .carousel-indicators {
            right: 20px;
            height: 220px;
        }
   }
   .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}

.modal-content{
    background-color: none;
    background-image: url("images/background.jpg");
    padding: 25px;
    font-weight: 600;
}

.modal-title{
    font-size: x-large;
    font-weight: 900;
}

.text_propos{
    transition: all 250ms ease-in-out;
}
.modal-content{
    transition: all 250ms ease-in-out;
}

.lang{
    background: transparent;
    border: 0px;
}
.modal-footer{
    display: block;
}
