.cardP {

    background: white;
    border-radius: 10px;
    transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.shadow {
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
        0 0  0 2px rgb(190, 190, 190),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.cardC {

    background: white;
    border-radius: 10px;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, .1);
}


#profil{
    padding-left:320px;
    height: 100vh;
    min-height: 100vh;
    padding-top: 12vh
}
@media (max-width: 1920px){
    #profil{
        padding-top: 2vh;
    }
}

#pr{
    padding-bottom: 3vh
}

#myCardProfil {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
}


#colorbar, #colorbar1, #colorbar2{
    background-color: #4e54c8
}



.cardC:hover {
    transform: translateY(-5%);
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, .2);
}

.cardC {

    flex-direction: column;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, .1);
    transition: 0.2s;
    text-align: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;

}



#mesCompetences #dev{
    background-color: #e65e61;
    color: white
}

#mesCompetences #appli{

    background-color: #4e54c8;
    color: white;
}


.cardC img{
    display: block;
    margin: auto;
}
#bdd img {
    width: 60%;
    height: 60%;

}
#dev img {
    width: 80%;
    height: 80%;

}

a #id:hover{
    color:white;
    background-color: #4e54c8;
}
.my-button2{
    background-color: #e65e61;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 19px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    padding: 13px 15px;
    border: 0px solid #000;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
}

.my-button2:hover{
    color:white;
    background-color: #4e54c8;
}
