.desktop-nav .uk-navbar-left img, .mobile-nav .uk-navbar-left img{
	opacity: 0;
	transition: all .3s ease-out;
}

.desktop-nav .uk-sticky-below .uk-navbar-left img, .mobile-nav .uk-sticky-below .uk-navbar-left img{
	opacity: 1;
}

.herobanner-logo{
    z-index: 12;
    position: relative;
    height: 7rem;
    width: auto;
}
.banner-title{
    background-color: var(--green);
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.banner-title svg{
    overflow:visible;
}

.banner-size{
    min-height: 25vh;
}

.banner-size h1{
    font-size: 4rem;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 12;
    position: relative;
}



.container-cards{
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: solid 1px var(--yellow);
}

.liste-puce-verte li{
    font-family: var(--font-secondary);
  } 

  @media screen and (max-width:960px) {
    .banner-size h1{
        font-size: 2rem;
        line-height: 1.2;
    }

    .banner-title .uk-position-absolute{
        bottom: 1rem;
        top: initial;
    }

    .banner-size{
        min-height: 25vh;
    }

    .banner-title svg{
        width: 16rem;
    }

    .herobanner-logo{
        height: 4rem;
        margin-top: 0;
    }

}

.projet .uk-card{
    background-color: var(--pastel-green);
    color: var(--dark-green);    
    padding: 2rem;
}

.projet .uk-grid:nth-child(1) > div:nth-child(2) .uk-card, .projet .uk-grid:nth-child(3) > div:nth-child(1) .uk-card{
    background-color: var(--pastel-yellow);
}

.projet .uk-card h3{
    color: var(--green);    
}

.projet .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{
    border-color:var(--yellow) ;
}

.position-index{
    z-index: 12;
}

.text-center{
    padding: 3rem;
    border-radius: 20rem;
    background: var(--green);
    font-size: 2rem;
    color: var(--white);
    font-family: var(--font-primary);
}

@media screen and (max-width:960px) {
    .text-center{
        padding: 1rem;
        font-size: 1.5rem;
    }
}

.grid-margin-1{
    margin-bottom: 2rem;
}

.details .animation-container-volet img{
    width: 100%;
}

/*Liens*/

.liens{
    padding-bottom: 0;
}



.liens img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
    transform: scale(1.05);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
    position: relative;
  }

.liens .degrade:after{
    z-index: 1;
    content:'';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: block;
    background: #00303C;
    background: -webkit-linear-gradient(180deg, rgba(0, 48, 60, 0) 50%, rgba(0, 48, 60, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 48, 60, 0) 50%, rgba(0, 48, 60, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 48, 60, 0) 50%, rgba(0, 48, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00303C", endColorstr="#00303C", GradientType=0);
}


.liste-puce-verte li{
    font-family: var(--font-secondary);
    line-height: 1.2;
  } 

  .liste-puce-verte li::before{
    top: 6px;
  }

  .uk-grid-divider>:not(.uk-first-column)::before, .uk-hr, hr{
    border-color: var(--yellow);
  }