main a{
    color: var(--green);
}

.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;
}



.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;
    }

}