*{
    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;
}

.liens{
    text-decoration: none;
}

.liens:hover{
    text-decoration: underline;
    color: #768491;
}



body{
    background: rgba(0, 0, 0, 0.25)  url(images/space1.jpg);
    /*backdrop-filter: blur(2px);*/
    background-blend-mode: darken;
}

.white_background{
    background-color: #e6e9eb;
}

.back{
    background-color: #141314;
    color: #e6e9eb;
    padding: 8px;
    border: #393c40 solid 2px;
    border-radius: 5px;
    box-shadow: 5px 2.5px 5px #393c40;
}

.bold{
    font-weight: bolder;
    color: #768491;
}

.presentation_exens{
    background-color: #e6e9eb;
    margin-top: 25px;
}

.mon_role_title{
    background-color: #e6e9eb;
    font-size: 23px;
    padding-left: 30px;
    font-weight: bolder;
}

.mon_role{
    font-size: 20px;
    background-color: #e6e9eb;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.exens_flex{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    padding-top: 10px;
}
.exens_logo{
    height: 13em;
}

.mon_entreprise{
    margin-left: 0.5em;
    font-size: 60px;
    padding-top: 30px;
}

.mon_alternance{
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
}

.mon_alternance2{
    background-color: #e6e9eb;
    padding-left: 2.5em;
}

.exens_group{
    padding-left: 50px;
    padding-right: 50px;    
    padding-top: 30px;
    font-size: 20px;
}

.mes_outils_title{
    font-size: 23px;
    font-weight: bolder;
}

.mes_outils{
    background-color: #e6e9eb;
    padding-top: 40px;
    padding-left: 30px;
    font-size: 20px;
}

.container_block{
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #e6e9eb;

}

.outils_container{
    /*background-color: #b8c1cc;*/
    display: flex;
    justify-content: center;
    gap: 15em;
    padding-bottom: 50px;
    /*border: solid 2px #b8c1cc;*/
    border-radius: 10px;
    margin-left: 250px;
    margin-right: 250px;
    padding-top: 10px;
    /*box-shadow: #7a8a9f 5px 4px 1px; */
}


.logo_outils{
    max-height: 100px;
    width: auto;
}


.Intune_block, .Entra_block, .bitdefender_block, .winsrv_block{
    position: relative;
}

.logo_text{
    position: absolute;
    text-align: center;
}

.exens_group_container{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 120px;
}

.are, .bowen, .exens_solutions {
    position:relative
}

.exens_group_logo{
    max-width: 250px;
    height: auto;
}

.bowen{
    padding-top: 30px;
}

.are{
    padding-top: 25px;
}

.footer{
    
    background-color: #141314;
    height: 25em;
    padding-top: 10px;
    color: white;
}
footer{
    margin-top: 5em;
    height: 25em;
    padding-top: 1.25em;

}

.linkedin{
    width: auto;
    max-height: 2.5em;
}

.linkedin_name{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.9375em;
}

.linkedin_div{
    display: flex;
    margin-top: 1.5em;
}

.mail{
    display: flex;
    margin-top: 2em;
}

.mail_address{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.9375em;
}

.mail_image{
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    max-height: 2.5em;
}

.les_contacts{
    margin-left: 3.5em;
}

.me_contacter{
    font-size: 1.5rem;
}

.div_me_contacter{
    margin-top: 2.5em;
    margin-left: 3.5em;
}

.annexes{
    margin-left: 1em;
    margin-top: 1.25em;
    font-size: 1.375em;
}

.tab{
    margin-left: 1.5em;
    font-size: 0.9375em;
    text-decoration: none;
    color: #e6e9eb;
}


.tab:hover{
    text-decoration: underline;
    font-weight: 600;
}

.tab_div{
    margin-top: 0.5em;
    padding-bottom: 2em;
    background-color:#141314;
    width: 100%;
}

.tab_block{
    margin-top: 1em;
    padding-bottom: 2em;
    background-color: #141314;
}

.link_class:hover{
    text-decoration: underline;
    color: #768491;
}

