.bg {
    height: 320px;
    background-repeat: no-repeat;
    width: 320px;
    background-position: center;
    position: relative;
    /* background-size: cover; */
    background-size: contain;
}
.image-projet {
    position: absolute;
    bottom: -10px;
    width:100%;
}
.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;
}
.link-projet {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.taxonomy{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #3faeba;
    margin-top: 10px;
    text-transform: uppercase;
    display: none;
}
.post_type{

    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #3faeba;
    margin-top: 10px;
    text-transform: uppercase;

}
p.client_name {

    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
[data-linkactus]{
    cursor: pointer;
}
p.icone-secteur {
    margin-bottom: 0;
}
.projet-title{

    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.actus-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #002067;
    padding: 20px 0;
}

.actus-container .filter {
    padding: 5px 8px;
    background: url(/wp-content/uploads/2021/09/Groupe-1799@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #fff;
    max-width: 300px;
    width: 250px;
    margin-bottom: 0;
    margin: 0 46px;
    text-transform: uppercase;
    border: navajowhite;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}
.actus-container #filter-button {
    padding: 5px 35px;
    background-color: #002067;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}

#actus2, #actus {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

#actus .p {
    width: 50%;
    margin-bottom: 20px;
}

#actus2 .p {
    width: 25%;
    margin-bottom: 20px;
}
.p {
    padding-bottom: 2rem;
}
#actus2 .p .bg, #actus .p .bg {
    /* width: 100%; */
    width: 90%;
    height: 35vh;
    margin: 0 auto;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-projet img {
    width: 100%;
}

.projet-title {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* div.link-projet > p:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
} */
div.link-projet > p.resume-post {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}

div#ctf {
    height: 1035px;
    overflow-y: auto;
    background-color: #f0f0f1!important;
    padding: 20px;
    margin: 0 auto;
    width: 80%!important;
}

.savoir-plus{
    padding: 10px 20px;
    background-color: #fff;
    border: 3px solid #3faeba;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.savoir-plus-link{
    text-decoration: none;
    text-transform: uppercase;
    color: #3faeba;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
        /* Actualites */
        .page-id-24 .wpb_column.vc_column_container.vc_col-sm-6 {
            width: 100%;
        }
        #actus2 .p .bg,
        #actus .p .bg {
            /* width: 100%; */
            width: 90%;
            height: 30vh;
            margin: 0 auto;
            background-size: cover;
            
            background-repeat: no-repeat;
        }
        #actus2 .p,
        #actus .p {
            width: 50%;
            height: 100%;
            margin: 0 auto;
            background-size: cover;
                background-size: contain;
            background-repeat: no-repeat;
            margin-bottom: 21px;
        }
}