
html, body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
}

.margin_right {
    margin-right: 60px;
}

ul.education_list, li.education_list {
    list-style: disc;
}

.margin_row {
    margin-bottom: 60px !important;
}

.about_section {
    padding: 2rem;
    background-color: #f9f9f9;
}

.about_taital_main {
    text-align: center;
    margin-bottom: 2rem;
}

.about_taital {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.education {
    margin-bottom: 1rem;
}

.subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #555;
}

.subsubtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #777;
}

.education_list {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.education_list li {
    margin-bottom: 0.5rem;
}

.school_images {
    text-align: center;
}

.education_image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .about_section {
        padding: 1.5rem;
    }
    .subtitle {
        font-size: 1.3rem;
    }
    .subsubtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .about_section {
        padding: 1rem;
    }
    .subtitle {
        font-size: 1.2rem;
    }
    .subsubtitle {
        font-size: 1rem;
    }
    .education_image {
        max-width: 80%;
    }
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-form {
    background-color: white;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.login-form h2 {
    margin-bottom: 1em;
    font-size: 24px;
    text-align: center;
}

.form-group {
    margin-bottom: 1em;
}

.form-group label {
    display: block;
    margin-bottom: 0.5em;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 0.75em;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
}

.login-button {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e93810;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.login-button:hover {
    color: #ffffff;
    background-color: #3f3d88;
}

.reglages-navbar {
    margin-left: 10%;
    justify-content: left !important;
}

.utilisateur {
    display: flex;
}

.nom-utilisateur {
    margin-right: 5px;
}

.langue {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .reglages-navbar-toggler {
        background-color: #fff;
        border: 1px solid #fff;
    }
    .reglages-navbar {
        margin-left: 0px;
    }
}

.dashboard-container {
    display: flex;
}

.sidebar {
    width: 250px;
    background-color: #f4f4f4;
    padding: 15px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: width 0.3s;
    position: relative;
}

.sidebar.collapsed {
    width: 80px;
}

.sidebar .toggle-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #333;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.sidebar li {
    height: 40px;
    margin: 15px 0;
}

.sidebar a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.sidebar a:hover {
    background-color: #ddd;
}

.sidebar a i {
    margin-right: 10px;
}

.sidebar.collapsed a span {
    display: none;
}

.content {
    padding: 20px;
    background-color: #fff;
    grid-area: main;
}

/* .topbar {
    height: 200px;
}

.topbar-container {
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
} */

/* Responsive design */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        box-shadow: none;
    }

    .content {
        margin-left: 0;
    }
}

.programming-icons li {
    float: left;
    font-size: 24px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.programming-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    background-color: rgb(18 43 101);
    color: white;
    padding: .75rem;
    width: 50px;
}

.project-title {
    display: flex;
    justify-content: baseline;
    align-items: center;
}

.icons-title {
    padding: 0px 0px 10px 0px;
    display: flex;
    font-size: x-large;
}

.icons-title a {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .first {
        order: 1;
    }

    .second {
        order: 2;
    }
}