.realEstateOpportunityDefault {
    padding-bottom: 50px;
}
    .realEstateOpportunityDefault h1,
    .realEstateOpportunityDefault h2,
    .realEstateOpportunityDefault h3,
    .realEstateOpportunityDefault .infosTechniques p {
        font-family: "FontFaceBold";
    }
    .realEstateOpportunityDefault .infosTechniques p:first-child {
        font-size: 22px;
    }

    .realEstateOpportunityDefault header {
        margin-bottom: 50px;
    }

    /* Colonne 1 */
    .realEstateOpportunityDefault .col-sm-3 .allOpportunities {
        margin-top: 50px;
        border-top: 1px dotted #6f6f6e;
        padding: 50px 0;
    }
    @media (min-width: 768px) {
        .realEstateOpportunityDefault .col-sm-3 .allOpportunities {
            margin-top: 0;
            border-top: 0;
            padding: 0 0 15px;
            margin-bottom: 60px;
        }
    }
    @media (min-width: 992px) {
        .realEstateOpportunityDefault .col-sm-3 .allOpportunities {
            padding: 0 0 30px;
            margin-bottom: 68px;
        }
    }
        .realEstateOpportunityDefault .col-sm-3 .allOpportunities a {
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            font-family: "FontFaceBold";
        }
            .realEstateOpportunityDefault .col-sm-3 .allOpportunities a:before {
                content: "<";
                color: #ffed00;
                cursor: pointer;
                padding-right: 10px;
                vertical-align: text-bottom;
            }

    /* Colonne 2 */
    .realEstateOpportunityDefault .top {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 40px;
    }
    @media (min-width: 550px) {
        .realEstateOpportunityDefault .top {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 25px;
        }
    }
        .realEstateOpportunityDefault .top .category {
            padding: 6px 9px 5px;
            font-size: 15px;
            line-height: 15px;
            text-transform: uppercase;
            display: inline-block;
            font-family: "FontFaceBold";
            letter-spacing: 1px;
        }
        .realEstateOpportunityDefault .top .category + .category {
            margin-left: 5px;
        }
        .realEstateOpportunityDefault .top .category.VENTE {
            background: rgb(255, 237, 0);
            color: rgb(56, 56, 55);
        }
        .realEstateOpportunityDefault .top .category.LOCATION {
            background: #6f6f6e;
            color: #fff;
        }

        .realEstateOpportunityDefault .top .published {
            font-size: 15px;
            color: #6f6f6e;
            display: block;
            margin-top: 10px;
        }
        @media (min-width: 550px) {
            .realEstateOpportunityDefault .top .published {
                display: inline-block;
                margin-top: 0;
                margin-left: 15px;
            }
        }
        .realEstateOpportunityDefault .top .shareLinks {
            display: flex;
            align-items: center;
            padding-top: 20px;
            margin-bottom: 0;
        }
        @media (min-width: 550px) {
            .realEstateOpportunityDefault .top .shareLinks {
                padding-top: 0;
            }
        }
            .realEstateOpportunityDefault .top .shareLinks a {
                margin-right: 15px;
            }
            .realEstateOpportunityDefault .top .shareLinks span {
                display: block;
                cursor: pointer;
                height: 20px;
                width: 20px;
                margin-left: 5px;
            }
            @media (min-width: 768px) {
                .realEstateOpportunityDefault .top .shareLinks span {
                    height: 22px;
                    width: 22px;
                }
            }
            @media (min-width: 992px) {
                .realEstateOpportunityDefault .top .shareLinks span {
                    height: 24px;
                    width: 24px;
                }
            }
            @media (min-width: 1200px) {
                .realEstateOpportunityDefault .top .shareLinks span {
                    height: 26px;
                    width: 26px;
                }
            }
            .realEstateOpportunityDefault .top .shareLinks svg {
                display: block;
                height: inherit;
                width: inherit;
                transition: transform .25s;
            }
            .realEstateOpportunityDefault .top .shareLinks svg:hover {
                transform: scale(1.2);
            }
                .realEstateOpportunityDefault .top .shareLinks svg path {
                    fill: #ffed00;
                    transition: fill .5s;
                }
                .realEstateOpportunityDefault .top .shareLinks svg:hover path {
                    fill: #212121;
                }

        @media (min-width: 768px) {
            .realEstateOpportunityDefault .photos {
                display: flex;
                justify-content: space-between;
            }
        }
        .realEstateOpportunityDefault .photos a {
            display: block;
            width: 100%;
            height: auto;
            margin: 10px 0 20px;
        }
        @media (min-width: 768px) {
            .realEstateOpportunityDefault .photos a {
                width: calc(50% - 15px);
            }
        }
            .realEstateOpportunityDefault .photos a img {
                width: 100%;
                height: auto;
            }
        .realEstateOpportunityDefault .summary {
            border-bottom: 1px dotted #6f6f6e;
            padding-bottom: 15px;
        }
            .realEstateOpportunityDefault .summary ul li {
                font-family: "FontFaceBold";
                font-size: 22px;
                margin-bottom: 5px;
            }
            .realEstateOpportunityDefault .description ul li {
                margin-bottom: 5px;
            }
    /* Colonne 1 ou 2 */
    .realEstateOpportunityDefault .infosTechniques .dpeGes {
        padding: 10px 9px 9px;
        margin-top: 15px;
        margin-bottom: 30px;
        font-family: "FontFaceBold";
        font-size: 15px;
        line-height: 20px;
        background: #dcdcdc;
        color: #6f6f6e;
    }