.logo-header {
    width: 70px;
    height: 70px;
}
/* .navbar-light .navbar-nav .volkeno-nav-header.active, 
.navbar-light .navbar-nav .show>.volkeno-nav-header {
    border-bottom: 2px solid orange;
} */
.volkeno-nav-header {
    color: #000 !important;
    text-align: center;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
/* .navbar-light .navbar-nav .volkeno-nav-header:focus,
.navbar-light .navbar-nav .volkeno-nav-header:hover,
.navbar-light .navbar-nav .volkeno-nav-header.active {
    border-bottom: 2px solid #009688;
} */
.volkeno-nav-header.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #09c1a0;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.volkeno-nav-header::first-letter {
    text-transform: capitalize;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem #09c19f15;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/icons/menu.png);
    width: 20px;
    height: 15px;
}
.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
}
.dropdown:hover {
    color: #009688 !important;
}

/* .dropdown-link {
    border-bottom: 5px solid transparent;
} */
.dropdown-link:hover {
    border-bottom: 5px solid #009688;
}
.dropdown-link.active {
    border-bottom: 5px solid #009688;
}

.dropdown.volkeno-nav-header {
    padding-right: 2rem !important;
    transition: 0.2s ease-in-out;
}
.dropdown.volkeno-nav-header::after {
    content: "\f0dd";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #239d92;
    position: absolute;
    top: 41px;
    right: 15px;
}
.dropdown.volkeno-nav-header {
    border-bottom: 0px solid transparent !important;
}
.dropdown-content-header {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 250px;
    box-shadow: 1px 9px 13px -3px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 100px;
    text-align: left;
    /* left: -30px; */
}

.dropdown-content-header .link-dropdown-content-header {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 5px solid transparent;
}

.dropdown-content-header a:hover {
    background-color: #ddd;
    transition: 0.2s ease-in-out;
}

.dropdown:hover .dropdown-content-header {
    display: block;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .volkeno-nav-header {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .height-header {
        height: 100px;
    }
}
.progress-to-scroll {
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 9;
    background: none;
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.progress-to-scroll progress {
    position: relative;
    display: block;
    height: 1.5px;
    width: 100%;
    border: 0;
    background-color: transparent;
}
.progress-to-scroll progress::-moz-progress-bar {
    background-color: #239d938f;
}
.progress-to-scroll progress::-webkit-progress-bar {
    background-color: transparent;
}
.progress-to-scroll progress::-webkit-progress-value {
    background-color: #239d938f;
}

.navbar-toggler > .navbar-toggler-icon-close {
    display: inline;
}
.navbar-toggler .navbar-toggler-icon-close svg {
    width: 25px;
    height: 25px;
    color: #000000 !important;
}
.conainer-btn-action-header {
    display: flex;
    gap: 20px;
    align-items: center;
}
.btn-theme-rounded {
    color: #333;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.4%;
    border-radius: 20px;
    border: 0.5px solid #009688;
    background: #fff;
    padding: 6px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.content-icon-svg-take-rdv {
    background: #009688;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-icon-svg-take-rdv-projet {
    background: #fff;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-svg-take-rdv-hover {
    display: none;
}
.btn-theme-rounded:hover .icon-svg-take-rdv-hover,
.btn-theme-rounded-projet:hover .icon-svg-take-rdv-hover,
.btn-theme-rounded-ressource:hover .icon-svg-take-rdv-hover,
.btn-theme-rounded-evenement:hover .icon-svg-take-rdv-hover,
.btn-theme-rounded-project:hover .icon-svg-take-rdv-hover {
    display: block;
}
.btn-theme-rounded:hover .icon-svg-take-rdv,
.btn-theme-rounded-projet:hover .icon-svg-take-rdv,
.btn-theme-rounded-ressource:hover .icon-svg-take-rdv,
.btn-theme-rounded-evenement:hover .icon-svg-take-rdv,
.btn-theme-rounded-project:hover .icon-svg-take-rdv {
    display: none;
}
.btn-theme-rounded-projet {
    color: #fff;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.4%;
    border-radius: 20px;
    border: 1px solid #009688;
    background: #009688;
    padding: 6px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.btn-theme-rounded-projet:hover {
    color: #009688;
    background: #00968731;
    border: 1px solid #009688;
    text-decoration: none;
    font-weight: bold;
}
.btn-theme-rounded-ressource {
    color: #fff;
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.4%;
    padding: 10px;
    border-radius: 22.814px;
    border: 0.57px solid #fff;
    background: #007d6f;
    display: flex;
    gap: 15px;
    align-items: center;
    transition: 1s ease-in-out;
    width: fit-content;
}
.btn-theme-rounded-ressource:hover {
    color: #ffff;
    background: #00968731;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
}
.btn-theme-rounded-project {
    /* color: #FFF; */
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.4%;
    padding: 10px;
    border-radius: 22.814px;
    border: 0.57px solid #fff;
    background: #fff !important;
    display: flex;
    gap: 15px;
    align-items: center;
    transition: 1s ease-in-out;
}
.btn-theme-rounded-project:hover {
    /* color: #FFFF; */
    background: #ffff;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
}
.btn-theme-rounded-evenement {
    padding: 10px;
    color: #fff;
    font-family: "Montserrat";
    font-size: 14.829px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.4%;
    border-radius: 22.814px;
    border: 0.57px solid #fff;
    background: #cf6c03;
    display: flex;
    gap: 15px;
    align-items: center;
    transition: 1s ease-in-out;
    width: fit-content;
}
.btn-theme-rounded-evenement:hover {
    color: #ffff;
    background: #cf6c037a;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
}

/* style menu-mobile */

/* Important styles */

.top-ul {
    margin: 10% 0 70%;
}

/* li {
    color: white;
    margin: 0 0 10px 0;
    font-size: 1.4em;
} */

/* li:hover {
    color: orange;
    cursor: pointer;
} */

.nav-menu {
    position: fixed;

    width: 160px;
    height: 100%;
    background: #111;
    border-right: solid orange 1px;

    left: -220px;

    transition: all 0.2s ease-out;
}

.show {
    left: 0px;
}

/* Burger Menu */
.burger-menu-container {
    display: flex;
    justify-content: flex-end;
}

.nav-menu-btn {
    display: block;
    cursor: pointer;

    padding: 6px 0;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background: #fff;
    margin: 0px 10px 6px;

    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    background: orange;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background: orange;
}
