.instagram-container {
    background: #fafafa;
}

.block-instagram {
    padding-top: 20px;
    max-width: 935px;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;

}

#instaWidget {
    padding: 30px 0;
}

#instaWidget .instaPosts {
    display: flex;
    flex-direction: column;
}

#instaWidget .instaRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.titre_bloc_insta {
    position: relative;
    text-align: right;
}

.titre_bloc_insta > a {
    display: inline-block;
    color: #000;
    margin-left: auto;
    padding: 0 10px;
    overflow: hidden;
    background: url("../img/images-site/logo-instagram.jpg") no-repeat;
    width: 160px;
    height: 60px;
    line-height: 60px;
}


.titre_bloc_insta > a span {
    background: white;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    display: none;
}

/*
.titre_bloc_insta  > a:before {
    content: "\f16d";
    font-size: 28px;
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: -5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.titre_bloc_insta  > a:after{
    content: "";
    height: 1px;
    display: block;
    width: 100%;
    position: absolute;
    background: rgba(73,73,73, .3);
    left: 40px;
    top: 50%;
}
*/


@media screen and (max-width: 640px) {


    #instaWidget {
        padding-left: 0;
        padding-right: 0;
    }

    .titre_bloc_insta > a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-size: contain;
    }

    #instaWidget .instaRow {
        gap: 0;
    }

    #instaWidget .instaWidgetCnt {
        padding: 0;
    }

    #instaWidget .instaRow {

        margin-bottom: 0;
    }

    .index #center_column {
        padding-left: 0;
        padding-right: 0;
    }


}