*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
padding: 0;
}

.navbar > hr {
    display: none;
}




@media screen and (max-width: 950px) {
  #coulie{
/*      background-image: url("/images/coulie-nav.png");
        background-size: 150%; */
        width: 100%;
        height: 160px;
        position: fixed;
  /*      background-repeat: repeat-x; */
        z-index: 10
  }
    .navbar{
        height: 60px;
        overflow: hidden;
        z-index: 1;
        display: flex;
        flex-direction: column;
        background-color: var(--main-color-caramel);
        color: var(--main-color-beige);
        position: relative;
        width: 100%;
        left: 0%;
        transition: all 0.3s ease-in-out;
        align-items: stretch;
        justify-content: space-around;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .navbar:not(.active) div#navbarTogglerDemo02 {
        overflow: hidden;
    }

    .navbar-brand{
        height: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
        color: white;
    }

    .navbar-brand > img{
        height: 80%;
    }

    #navbarTogglerDemo02{
      height: 100%;
position: absolute;
        justify-content: flex-start;
        display: flex;
        flex-direction: row;
        /* justify-content: space-evenly; */
        align-items: stretch;
        align-content: center;
        width: 90%;
    }
    .navbar-info{
        width: 20%;
    }

    #nav-entete{
      transition: all 0.3s ease-in-out;
        border-radius: 0 0 2em 2em;
        width: 20%;
        height: 60px;
        z-index: 1;
        background-color: var(--main-color-navbar-caramel);
    }

    .navbar.active #nav-entete {
        border-radius: 0;
    }

    #element_nav{
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 60px;
        color: var(--main-color-beige);
        list-style-type: none;
        align-items: center;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .dropdown-menu.show {
        display: flex;
        background-color: var(--main-color-gris);
        flex-direction: column;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        margin: 2% 0;
    }

    .dropdown:hover .dropdown-content {
        display: flex;
        background-color: var(--main-color-gris);
        flex-direction: column;
    }


    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
    }


    .navbar a{
        color: var(--main-color-navbar-text);
        text-decoration: none;
        display: flex;
        align-items: center;
        position : relative;
    }

    .navbar a > label{
        color: white;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }


    ul.nav-list {
        display: flex;
        list-style-type: none;
        justify-content: space-evenly;
        width: 100%;
        padding :0;
    }

    ul.navbar-nav i{
      padding-right: 10px;
    }



    #acceder {
        display: none;
    }

    #acceder.active{
      display: flex;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: var(--main-color-beige);
        border: 1px solid var(--main-color-beige);
        border-radius: 0.25rem;
    }

    .navbar a.icon {
        float: right;
        display: block;

    }

    .navbar .icon:hover * {
        cursor: pointer;
    }



    #element_nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
            position: relative;
    }
    /*
    #navbarTogglerDemo02, .navbar-nav, .navbar-info {
    display: none;
    } */

    .navbar.active #navbarTogglerDemo02 {
        justify-content: flex-start;
        height: 60px;
        position: absolute;
        top: 0;
        width: 90%;
        display: flex;
    }

    .navbar.active {
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .navbar.active > hr {
        display: block;
        width: 90%;
        border: none;
        border-top: 1px solid white;
        color: white;
    }

    .responsive #navbarTogglerDemo02, .responsive .navbar-nav,  .responsive .navbar-info {
        display: flex;
        flex-direction: column;
    }

    ul.nav-list {
        width: auto;
        flex-direction: column;
    }

    .navbar.responsive {
        position: fixed;
        flex-direction: column;
        align-items: stretch;
    }


    #nav-entete{
        padding: 0 20px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;

    }

    .responsive #nav-entete{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: auto;
    }
    .responsive .navbar-brand {
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
    }

    .navbar .nav-list li {
        display: flex;
        height: 100%;
    transform: translate(0px, 0%);
    top: 0%;
        position: absolute;
        align-items: center;
        justify-content: center;
        transition: all 0.3s 0s ease-in-out;
    }

    /* .navbar.active .nav-list li {
        transition: all 0.2s 0.1s ease-in-out;
    } */

    .navbar.active .nav-list li:nth-child(1) {
        top: 100%;
    }

    .navbar.active .nav-list li:nth-child(2) {
        top: 200%;
    }

    .navbar.active .nav-list li:nth-child(3) {
        top: 300%;
    }

    .navbar.active .nav-list li:nth-child(4) {
        top: 400%;
    }

    .navbar.active .nav-list li:nth-child(5) {
        top: 500%;
    }


    .navbar.active .nav-list li:nth-child(6) {
        top: 600%;
    }

    .navbar.active:has(li:nth-last-child(1)) {
        height: 120px;
    }
    .navbar.active:has(li:nth-last-child(2)) {
        height: 180px;
    }
    .navbar.active:has(li:nth-last-child(3)) {
        height: 240px;
    }
    .navbar.active:has(li:nth-last-child(4)) {
        height: 300px;
    }
    
    .navbar.active:has(li:nth-last-child(5)) {
        height: 360px;
    }
    
    .navbar.active:has(li:nth-last-child(6)) {
        height: 420px;
    }
}
#img_coulie{
  clip-path: inset(30px 0 0 0);
top: -31px;
background-image: url(/images/coulie-nav.png);
background-size: contain;
background-repeat: repeat-x;
width: 100%;
height: 100px;
position: relative;
}

@media screen and (min-width: 950px) {
  #coulie{
    /*  background-image: url("/images/coulie-nav.png");
      background-size: contain; */
      width: 100%;
      height: 160px;
      position: fixed;
      /*      background-repeat: repeat-x; */
            z-index: 10
  }



    .navbar{
        height: 60px;
        z-index: 1;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: var(--main-color-navbar-caramel);
        color: var(--main-color-beige);
        position: relative;
        width: 100%;

        left: 0%;
    }


    .navbar-brand{
        height: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
        color: white;
    }

    .navbar-brand > img{
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }

    #navbarTogglerDemo02{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: stretch;
        align-content: center;
        width: calc(90% - 200px);
        max-width: 1000px;
    }
    .navbar-info{
        width: 20%;
    }

    ul.navbar-nav i{
      display: none;
    }

    ul.navbar-nav i.darkModeIcon{
      display: block;
        padding-right: 10px;
    }

    #nav-entete{
        width: 20%;
        height: 100%;
    }

    #element_nav{
        display: flex;
        justify-content: space-around;
        width: 100%;
        color: var(--main-color-beige);
        list-style-type: none;
        align-items: center;
        flex-direction: row;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .dropdown-menu.show {
        display: flex;
        background-color: var(--main-color-gris);
        flex-direction: column;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        margin: 2% 0;
    }

    .dropdown:hover .dropdown-content {
        display: flex;
        background-color: var(--main-color-gris);
        flex-direction: column;
    }


    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
    }


    .navbar a{
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        position : relative;
    }


    .navbar .icon {
        display: none;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }


    ul.nav-list {
        display: flex;
        list-style-type: none;
        justify-content: space-evenly;
        width: 100%;
        padding :0;
    }

    #acceder {
        display: none;
    }

    #acceder.active{
      display: block;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: var(--main-color-beige);
        border: 1px solid var(--main-color-beige);
        border-radius: 0.25rem;
    }




    .responsive #navbarTogglerDemo02, .responsive .navbar-nav,  .responsive .navbar-info {
        display: flex;
        flex-direction: column;
    }

    ul.nav-list {
        width: auto;
        flex-direction: column;
    }

    .navbar.responsive {
        position: fixed;
        flex-direction: column;
        align-items: stretch;
    }


    #nav-entete{
        display: flex;
        align-items: center;
        width: 200px;
        justify-content: space-around;

    }

    .responsive #nav-entete{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: auto;
    }
    .responsive .navbar-brand {
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
    }


}
