.bg {
    height: 320px;
    background-repeat: no-repeat;
    width: 320px;
    background-position: center;
    position: relative;
    /* background-size: cover; */
    background-size: contain;
    margin: 0 auto;
}
.image-projet {
    position: absolute;
    bottom: -10px;
}
.bulle-projet {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
}
p.icone-secteur img{
    height: 100px;
    width: auto;
}
#projets{
    display: flex;
    justify-content: space-around;
}
.p {
    width: 320px;
}
p.icone-secteur img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}
.link-projet {
    text-align: center;
}
.taxonomy{
    font-family: 'Raleway-ExtraBold';
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #3faeba;
    margin-top: 10px;
    text-transform: uppercase;
}
p.client_name {
    font-family: 'Raleway-ExtraBold';
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
p.icone-secteur {
    margin-bottom: 0;
}
.projet-title{
    font-family: 'Raleway-ExtraBold';
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}
.projet-title a:hover,
.projet-title a{
    font-family: 'Raleway-ExtraBold';
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #002067;
    cursor: pointer;
}
[data-link] {
    cursor: pointer;
  }