*{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppin', sans-serif;
}

.nav_bar{
    display: flex;
    justify-content: center;
    background-color: black;
}

.nav_link{
    color: #e6e9eb;
    margin: 1em;
    text-decoration: none;
    font-weight: 700;
}

.nav_link:hover{
    text-decoration: underline;
}

.mes_projets{
    text-align: center;
    margin-top: 70px;
    font-size: 90px;
}

body{
    background: url(images/projects.jpg);
}

main{
    background-color: #e6e9eb;
    margin-top: 60px;
}

.back{
    background-color: #141314;
    color: #e6e9eb;
    padding: 8px;
    border: #393c40 solid 2px;
    border-radius: 5px;
    box-shadow: 5px 2.5px 5px #393c40;
}

.general, .en_formation, .perso{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 20px;
}

.title{
    margin-left: 30px;
    padding-top: 30px;
}

.mes_projets{
    color: white;
}

.all_flex{
    display: flex;
}

.all_apep{
    margin-left: 230px;
}

.apep_lan_sch{
    max-width: 1000px;
    height: auto;
}

.pfsense_text, .glpi_text{
    text-align: center;
}

.bold{
    font-weight: bolder;
    color: #768491;
}

.flex_2{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.apep_lan_text{
    text-align: center;
}

.all_glpi{
    margin-bottom: 30px;
}

.glpi_int{
    max-width: 400px;
    height: auto;
}

.all_pers{
    display: flex;
    justify-content: center;
    gap: 150px;
}

.pfsense_int{
    max-width: 400px;
    height: auto;
}

.youtube_text, .zabbix_text{
    text-align: center;
}

.zabbix_interface, .youtube_img{
    max-width: 700px;
    height: auto;
}
.mail , .linkedin {
    width: auto;
    height: 90px;
}

.me_contacter{
    margin-left: 2.5em;
    font-size: 22px;
    padding-top: 200px;
}

.all_grid_certifs{
    display: flex;
    justify-content: center;
    margin-left: 50px;
}


.all_grid_certifs{
    display: flex;
    justify-content: center;
    margin-left: 50px;
}



.footer{
    margin-top: 5em;
    background-color: #141314;
    height: 25em;
    padding-top: 20px;
    color: #e6e9eb;
}

.linkedin{
    width: auto;
    max-height: 40px;
}

.linkedin_name{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.linkedin_div{
    display: flex;
}

.mail{
    display: flex;
    margin-top: 10px;
}

.mail_address{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.mail_image{
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    max-height: 40px;
}

.les_contacts{
    margin-left: 4.5em;
}

.div_me_contacter{
    margin-top: 40px;
}

.me_contacter{
    font-size: 1.75rem;
}

.annexes{
    margin-left: 1.5em;
    margin-top: 20px;
    font-size: 1.5rem;
}

.tab{
    margin-left: 1.75em;
    font-size: 1.25rem;
    padding-top: 40px;
    text-decoration: none;
    color: #e6e9eb;
}
.tab:hover{
    text-decoration: underline;
    font-weight: 600;
}

.tab_block{
    margin-top: 0.25em;
}