#btn-projets {
    border-bottom: 1px solid white !important;
    padding-top: 15px !important;
}



.wrapper {
    width: 100%;
    min-height: 89%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}



.wrapper .item {
    min-width: 400px;
    line-height: 110px;
    text-align: center;
    padding: 20px;
}

.wrapper .item > div {
    background-color: rgba(0, 0, 255, 0.5);
    width: 100%;
    height: 100%;
}



.logo-nav-bar-projets {
    width: 30px;
}

#container-projets {
    max-width: 100%;
    min-width: 100%;
    min-height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

#nav-bar-projets {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 3%;
    height: 90%;
    z-index: 1;
}

#nav-bar-projets > a {
    height: 100%;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: white;
    border: 1px solid #dfc24d;
    border-radius: 0.3rem 0 0 0.3rem;
    text-decoration: none;
    color: #dfc24d;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
}

#nav-bar-projets > a > p {
    transform: rotate(270deg);
}


#borderline-projects {
    border: 1px solid #dfc24d;
    border-radius: 1rem;
    width: 97%;
    height: 100%;
    position: relative;
    left: -1px;
    display: flex;
    justify-content: center;
}

.btn-rotated {
    transition: all 0.2s ease-in-out;
}

.btn-rotated:hover {
    padding: 0 2.5px 0 2.5px;
}


.padd-increased {
    padding: 0 2.5px 0 2.5px;
    border-right: 1px solid white !important;
}




.img-popup {
    min-width: 100%;
}

#container-popup-img-projet {
    display: none;
    position: absolute;
    width: 80%;
    height: auto;

    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 1rem;
    border: 1px solid #dfc24d;
}

#popup-container-titre {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #dfc24d;
}

#btn-fermer-popup-img-projet {
    background-color: white;
    border: 1px solid #dfc24d;
    border-radius: 1rem;
    text-decoration: none;
    color: #dfc24d;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    transition: 0.3s ease;
}

#btn-fermer-popup-img-projet:hover {
    background-color: #dfc24d;
    color: white;
}

#titre-popup-img-projet {
    font-size: 25px;
}






.speech-containers-projets-sous-titre {
    height: auto;
}

.speech-containers-projets-p  {
    height: auto;
}


.speech-containers-li {
    display: flex;
    justify-content: stretch;
}

.container-referentiel {
    width: 50%;
    display: flex;
    justify-content: center;
}

.container-technologies {
    width: 50%;
    display: flex;
    flex-direction: column;
}