/*
 page d'accueil
*/

*{
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

main{
    background: url("/img/background3.svg") no-repeat;
    background-size: cover ;
    height: 100vh;
}

.main-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#app{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-container{
    margin-bottom: 125px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    filter: drop-shadow(2px 2px 5px #6e6d6d);
}

.card-container:first-child {
    margin-top: 50px;
}

.card-container > .ui.card {
    margin: 0 75px 0 75px; !important;
}

/*
 page de veille
*/

.veilleContainer{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    overflow-y: auto !important;
    max-height: 100vh;
}

.veilleContainer > .ui.card{
    margin: 20px;
}

.modalContainer{
    margin-top: 115px;
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    max-height: 80%;
}

.modalBody{
    display: flex;
    flex-direction: column;
    box-shadow: 8px 11px 9px -5px rgba(103, 102, 102, 0.75);
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    width: 60%;
    height: auto;
    min-height: 500px;
}

.modalHeader{
    height: 53px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 8px 12px 0;
    border-bottom: #5d5d5d 2px solid;
    z-index: 2;
}

.modalHeader > i{
    font-size: 18px;
}

.modalContent{
    text-align: center;
    overflow-y: auto !important;
    margin-top: 12px;
    max-height: 650px;
    padding-bottom: 20px;
}

.modalContent > img{
    width: 40%;
}

.modalContent > p{
    margin: 50px;
}
.show{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.blur{
    filter: blur(3px);
}

/*
PAGE COMPETENCES
*/

.competencesContainer{
    width: 95%;
    margin-top: 30px;
}

.competencesContainer> div >.item{
    font-size: 12px;
    color: white !important;
}

.competencesContainer> div > .item.active{
    font-size: 15px;
    color: black !important;
}

.ui.top.attached.tabular.menu{
    overflow-x: hidden;
}

.ui.bottom.attached.segment{
    display: none;
    min-height: 75vh;
    flex-direction: row;
}

.detailsContainer{
    width: 30%;
    border-right: rgba(0, 0, 0, 0.15) 2px solid;
}

.detailsContainer > ul > li{
    font-size: 14px;
    margin-bottom: 18px;
    margin-right: 4px;
}

.projetContainer{
    margin-left: 20px;
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}

.projetContainer > .projetCard{
    width: 46%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-height: 150px;
    border: rgba(110, 109, 109, 0.3) 2px solid;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 12px;
}

.projetContainer > .certifContainer{
    display: flex;
    flex-direction: column;
}

.projetContainer > .certifContainer > .imgContainer{
    width: 80%;
}
.projetContainer > .certifContainer > div > img{
    width: 100%;
}


.projetContainer > .projetCard > .imgContainer{
    max-height: fit-content;
    width: fit-content;
    margin-right: 12px;
}

.projetContainer > .projetCard > .imgContainer > img{
    width: 100%;
    height: 100%;
}

.projetContainer > .projetCard > .descriptionContainer{
    overflow-y: auto;
    width: fit-content;

}

.projetContainer > .projetCard > .descriptionContainer > p{
    margin-right: 2px;

}

/*
PAGE PROJETS
*/

.projetsContainer{
    width: 95%;
    margin-top: 30px;

}

.projetsContainer > div >.item{
    font-size: 12px;
    color: white !important;
}

.projetsContainer > div > .item.active{
    font-size: 15px;
    color: black !important;
}

.projetsContainer>.ui.bottom.attached.segment{
    display: none;
    min-height: 75vh;
    flex-direction: row;
}

.projetContainerData{
    overflow-y: auto;
    margin-left: 12px ;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.projetContainerData > .preuveContainer{
    display : flex;
    flex-direction: column;
}

.projetContainerData > .preuveContainer > .imgHide{
    width: 40%;
    height: 100%;
    display: none;
}

.projetContainerData > .preuveContainer > .imgHide3{
    width: 50%;
    height: 100%;
    display: none;
}
.projetContainerData > .preuveContainer > .imgHide > img{
    width: 100%;
}

.projetContainerData > .preuveContainer > .buttonPreuve {
    width: 150px;
    height: 20px;
    background-color: #646461;
    border-radius: 6px;
    text-align: center;
    padding-top: 1px;
    margin-bottom: 8px;
}

.projetContainerData > .preuveContainer > .buttonPreuve > a {
    text-decoration: none;
    color: white;
}

.buttonPreuve{
    width: 150px;
    height: 20px;
    background-color: #646461;
    border-radius: 6px;
    text-align: center;
    padding-top: 1px;
    margin-bottom: 8px;
}

.buttonPreuve > a {
    text-decoration: none;
    color: white;
}

/*BGJAR*/