.fa-video {
    color: red;
    animation-name: example;
    animation-duration: 2s;
    animation: example 2s infinite;
}

@keyframes example {
    /* from {color: red;}
    to {color: blue;} */
    0%   {color: red;}
    25%  {color: #ffc700;}
    50%  {color: orangered;}
    100% {color: green;}
}

.fa-arrow-right1 {
    color: red;
    animation-name: example1;
    animation-duration: 2s;
    animation: example1 2s infinite;
}

@keyframes example1 {
    0%   {color: #ffc700;}
    25%  {color: orangered;}
    50%  {color: red;}
    100% {color: #000;}
}
/* user image, name start */
#img-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 5%;
}
.follow {
    margin-left: 5px; 
    margin-bottom: 5px;
}
.friend-name span{
    font-size: 12px;
}
/* user image, name end */
.mobile-liste {
    display: none;
    list-style-type: none;
}
/* intro start */
.cover-video a {
    color: #fff;
} 
.card-body {
    width: 100%;
    height: 305px;
    background: #000;
}
.card-body p {
    margin-top: 10px;
}
.card-body p a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.card-body video {
    width: 100%; 
    height: 173px;
    object-fit: cover;
}
.cover a {
    color: #302c71; 
    font-size:18px; 
    font-weight:bold;
}
.cover_filre_cat a {
    color: #fff; 
    font-size:22px; 
    font-weight:bold;
}
.img_cat {
    width: 50px; 
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}
.tittle_cat {
    font-size: 14px; 
    color: #000;
}
.outer-shorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    height: 82px;
    /* white-space: nowrap; */
    position: relative;
    /* overflow-x: scroll; */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.outer {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    /* width: 100%; */
    height: 105px;
    /* white-space: nowrap; */
    position: relative;
    /* overflow-x: scroll; */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.outer i {
    font-size:42px; 
    background-color:#fff; 
    color:#000; 
    padding:12px; 
    border-radius:50%;
}
.outer a .tittle {
    color:#000;
    font-size: 14px;
}
.outer-shorting a {
    text-align: center;
    width: 70%;
    /* background-color: #eee; */
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
    font-size: 18px;
}
.outer-video a {
    /*text-align: center;
    width: 70%;
    background-color: #eee;
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;*/
    font-size: 18px;
}
.outer a {
    text-align: center;
    width: 70%;
    /* background-color: #eee; */
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
    font-size: 18px;
}
.outer a img.logo-img {
    width: 100px; 
    height: 100px; 
    object-fit: cover;
    border-radius:50%;
}
.outer a img.flags {
    width: 25px; 
    height: 25px; 
    object-fit: cover; 
    border-radius:50%;
}
/* intro End */


.central-meta {
    background: #2e2e2e none repeat scroll 0 0;
    border: 1px solid #ede9e9;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 24px 25px 14px -17px rgba(194,187,187,0.55);
    -webkit-box-shadow: 24px 25px 14px -17px rgba(194,187,187,0.55);
    -moz-box-shadow: 24px 25px 14px -17px rgba(194,187,187,0.55);
}
.central-meta:hover {
    border: 1px solid #fed700;
}

#add-story {
    margin-left: 46px;
}

.create_story {
    background: #fed700;
    border: none;
    color: #000;
}
.add_gairain {
    color: #000;
}
/* width */
::-webkit-scrollbar {
width: 10px;
height: 5px;
}
​
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
}
​
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}

.story {
    width: 100%;
    display: flex;
    align-items: center;
    /* height: 170px; */
    height: 223px;
    justify-content: center;
    overflow-x: auto;
    margin-bottom: 5px;
    /* flex-wrap: no-wrap; */
}
.story_s {
    position: relative;
    /* height: 160px;
    margin-left: 10px;
    min-width: 123px;
    max-width: 123px; */
    height: 216px;
    margin-left: 8px;
    min-width: 134px;
    max-width: 134px;
    /* background: red; */
}

.bg{
    width: 160px;
    /* height: 160px; */
    height: 204px;
    border-radius: 10px;
    object-fit: cover;
    /* background: #fff; */
}

.overlayyy {
    /* width: 123px;;
    height: 160px; */
    width: 135px;
    height: 202px;
    background-image: linear-gradient(transparent, #5d33059e);
    position: absolute;
    top: 0;
    border-radius: 10px;
}

.text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 50%;
    /* background: red; */
    transform: translate(-50%, -50%);
}

.avatarr {
    border-radius: 15px;
    padding: 4px;
    width: 40px;
    height: 40px;
    /* border: 2px solid white; */
}

h4.add_gairain {
    color: white;
    font-size: 11px;
    margin-top: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align:center;
}

.image_story {
    display: none;
}

@media screen and (max-width: 912px) and (min-width: 540px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 820px) and (min-width: 200px) {
    .mobile-liste {
        text-align: center;
        background-color: #000;
        display: block;
        color: #fff;
        position: fixed;
        bottom: -45;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
        width: 100%;
        padding: 10px 10px;
        cursor: pointer;
    }
    .outer i {
        font-size:40px; 
        padding: 8px;
    }
    .outer a .tittle {
        font-size: 14px;
    }
}
@media screen and (max-width: 760px) and (min-width: 200px) {
    .image_story {
        display: block;
    }

    .story_s {
        position: relative;
        /* height: 160px;
        margin-left: 10px;
        min-width: 123px;
        max-width: 123px; */
        height: 216px;
        margin-left: 8px;
        min-width: 134px;
        max-width: 134px;
        /* background: red; */
    }

    .bg{
        width: 160px;
        /* height: 160px; */
        height: 204px;
        border-radius: 10px;
        /* background: #fff; */
    }

    .overlayyy {
        /* width: 123px;;
        height: 160px; */
        width: 135px;
        height: 202px;
        background-image: linear-gradient(transparent, #5d33059e);
        position: absolute;
        top: 0;
        border-radius: 10px;
    }

}

@media screen and (max-width: 540px) and (min-width: 200px)  {
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .outer i {
        font-size: 32px;
        padding: 8px;
    }
    .outer a .tittle {
        font-size: 10px;
    }
    .image_story {
        width: 161px;
        height: 162px;
        object-fit: cover;
        margin-left: 147px;
        border-radius: 50%;
    }
    #add-story {
        text-align: center;
        margin-top: -33px;
        margin-right: 36px;
        z-index: -2000;
    }

    .story_s {
        position: relative;
        /* height: 160px;
        margin-left: 10px;
        min-width: 123px;
        max-width: 123px; */
        height: 216px;
        margin-left: 8px;
        min-width: 121px;
        max-width: 89px;
        /* background: red; */
    }

    .bg{
        width: 160px;
        /* height: 160px; */
        height: 204px;
        border-radius: 10px;
        /* background: #fff; */
    }

    .overlayyy {
        /* width: 123px;;
        height: 160px; */
        width: 119px;
        height: 202px;
        background-image: linear-gradient(transparent, #5d33059e);
        position: absolute;
        top: 0;
        border-radius: 10px;
    }
}

@media screen and (max-width: 430px) and (min-width: 200px) {
    .image_story {
        width: 210px;
        height: 225px;
        object-fit: cover;
        margin-left: 92px;
        border-radius: 50%;
    }
}

@media screen and (max-width: 414px) and (min-width: 200px)  {
    .img_cat {
        width: 35px; 
        height: 35px;
    }
    .tittle_cat {
        font-size: 10px; 
    }
    /* user image, name start */
        #img-feed-postbox {
            width: 10%;
        }
        .image_for_user {
            width: 35px;
            height: 35px;
        }
        .name_for_user {
            font-size: 12px;
        }
        .follow {
            font-size: 10px;
            padding: 4px;
        }
        .friend-name span{
            font-size: 10px;
        }
        i.vue-detail {
            font-size: 14px;
        }
    /* user image, name end */
    .image_story {
        width: 161px;
        height: 162px;
        object-fit: cover;
        margin-left: 80px;
        border-radius: 50%;
    }
    #add-story {
        text-align: center;
        margin-top: -33px;
        margin-right: 36px;
        z-index: -2000;
    }

    .story_s {
        position: relative;
        /* height: 160px;
        margin-left: 10px;
        min-width: 123px;
        max-width: 123px; */
        height: 216px;
        margin-left: 8px;
        min-width: 121px;
        max-width: 89px;
        /* background: red; */
    }

    .bg{
        width: 160px;
        /* height: 160px; */
        height: 204px;
        border-radius: 10px;
        /* background: #fff; */
    }

    .overlayyy {
        /* width: 123px;;
        height: 160px; */
        width: 119px;
        height: 202px;
        background-image: linear-gradient(transparent, #5d33059e);
        position: absolute;
        top: 0;
        border-radius: 10px;
    }
    /* intro start */
    .cover {
        color: #000; 
        font-size:14px; 
        font-weight:bold;
    }
    .outer {
        width: 100%;
        height: 130px;
    }
    .outer a {
        text-align: center;
        /* width: 100%; */
        /* background-color: #eee; */
        float: none;
        height: 90%;
        margin: 0px;
        display: inline-block;
        zoom: 1;
        font-size: 10px;
        margin-right: 8px;
    }
    .outer a img.logo-img {
        width: 60px; 
        height: 60px; 
    }
    .outer a img.flags {
        width: 15px; 
        height: 15px; 
        display: none;
    }
    .outer i {
        font-size:26px; 
        color:#000; 
        padding:12px; 
    }
    .outer a .tittle {
        font-size: 12px;
    }
    /* intro End */
}

@media screen and (max-width: 375px) and (min-width: 100px) {
    /* user image, name start */
    #img-feed-postbox {
        width: 10%;
    }
    .image_for_user {
        width: 35px;
        height: 35px;
    }
    .name_for_user {
        font-size: 10px;
    }
    .follow {
        margin-left: 1px;
        margin-bottom: -6px;
        font-size: 9px;
        padding: 3px;
    }
    
    .friend-name span{
        font-size: 9px;
    }
    i.vue-detail {
        font-size: 14px;
    }
    /* user image, name end */
    .image_story {
        width: 161px;
        height: 162px;
        object-fit: cover;
        margin-left: 65px;
        border-radius: 50%;

    }
    #add-story {
        text-align: center;
        margin-top: -33px;
        margin-right: 36px;
        z-index: -2000;
    }

    .story_s {
        position: relative;
        /* height: 160px;
        margin-left: 10px;
        min-width: 123px;
        max-width: 123px; */
        height: 216px;
        margin-left: 8px;
        min-width: 109px;
        max-width: 89px;
        /* background: red; */
    }

    .bg{
        width: 160px;
        /* height: 160px; */
        height: 204px;
        border-radius: 10px;
        /* background: #fff; */
    }

    .overlayyy {
        /* width: 123px;;
        height: 160px; */
        width: 108px;
        height: 202px;
        background-image: linear-gradient(transparent, #5d33059e);
        position: absolute;
        top: 0;
        border-radius: 10px;
    }
    /* intro start */
    .cover a {
        color: #302c71; 
        font-size:14px; 
        font-weight:bold;
    }
    .outer {
        /* width: 100%; */
        height: 98px;
    }
    .outer a {
        text-align: center;
        /* width: 100%; */
        /* background-color: #eee; */
        float: none;
        height: 90%;
        margin: 0px;
        display: inline-block;
        zoom: 1;
        font-size: 9px;
        margin-right: 8px;
    }
    .outer a img.logo-img {
        width: 50px; 
        height: 50px; 
    }
    .outer a img.flags {
        width: 15px; 
        height: 15px; 
        display: none;
    }
    .outer i {
        font-size:26px; 
        color:#000; 
        padding:12px; 
    }
    .outer a .tittle {
        font-size: 8px;
    }
    /* intro End */

}

@media screen and (max-width: 320px) and (min-width: 200px) {
    .image_story {
        width: 173px;
        height: 174px;
        object-fit: cover;
        margin-left: 30px;
        border-radius: 50%;
    }
    #add-story {
        text-align: center;
        margin-top: -33px;
        margin-right: 36px;
        z-index: -2000;
    }
    .name_for_user {
        font-size: 8px;
    }


}

@media screen and (max-width: 280px) and (min-width: 100px) {
    /* -------------------------------------------- */
    .img_cat {
        width: 30px; 
        height: 30px;
    }
    .tittle_cat {
        font-size: 7px; 
    }
    /* -------------------------------------------- */
    .cover a {
        font-size: 9px;
    }
    .outer i {
        font-size:20px; 
        padding:4px; 
    }
    .outer a .tittle {
        font-size: 7px;
    }
    /* user image, name start */
    #img-feed-postbox {
        width: 10%;
    }
    .image_for_user {
        width: 26px;
        height: 26px;
    }
    .name_for_user {
        font-size: 8px;
    }
    .friend-name span{
        font-size: 7px;
    }
    i.vue-detail {
        font-size: 8px;
    }
    /* user image, name end */
    .image_story {
        width: 156px;
        height: 144px;
        object-fit: cover;
        margin-left: 16px;
        border-radius: 50%;

    }
    #add-story {
        text-align: center;
        margin-top: -33px;
        margin-right: 36px;
        z-index: -2000;
    }

    .story_s {
        position: relative;
        /* height: 160px;
        margin-left: 10px;
        min-width: 123px;
        max-width: 123px; */
        height: 216px;
        margin-left: 8px;
        min-width: 109px;
        max-width: 89px;
        /* background: red; */
    }

    .bg{
        width: 160px;
        /* height: 160px; */
        height: 204px;
        border-radius: 10px;
        /* background: #fff; */
    }

    .overlayyy {
        /* width: 123px;;
        height: 160px; */
        width: 108px;
        height: 202px;
        background-image: linear-gradient(transparent, #5d33059e);
        position: absolute;
        top: 0;
        border-radius: 10px;
    }
}


@media only screen and (max-width: 600px) {
.mh-head.first {
    padding-top: 10px;
}
.topbar .ti-menu.main-menu {
    display: none;
}
}

#main-menu-mobile li {
list-style: none;
margin-bottom: 10px;
}
#main-menu-mobile li a {
display: block;
}
#main-menu-mobile li .fa {
float: right;
}
#main-menu li .fa {
display: none;
}

.gridAttachments {
width: 200px;
float: right;
position: relative;
}
.gridAttachments img {
width: 200px;
height: 200px;
object-fit: cover;
}
.gridAttachments .overlayAttachment {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
background-color: #302b712b;
}
.gridAttachments .text {
font-size: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
color: orangered;
}


.loader-wrapper {
position: fixed;
z-index: 9999;
width: 100%;
height: 100%;
background-color: #ffffff;
}

.loader {
position: absolute;
left: 50%;
top: 50%;
border: 16px solid #f3f3f3;
border-top: 16px solid #3498db;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
transform: translate(-50%, -50%);
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


.owl-item {
width: 281.5px;
}
/* .topbar { 
background: #302c71;
display: block;
height: 60px;
padding: 0 48px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
z-index: 99;
position: relative;
} */

#read_more_less {
color: #007bff;
}
.boosted {
background-color: gray; 
color: white; 
padding: 5px;
font-size: 12px;
}
.booster {
background-color: #fed700; 
color: #000; 
padding: 5px;
font-size: 12px;
transition: .3s;
}
.boostedd {
background-color: gray; 
color: white; 
padding: 5px;
}
.booster {
background-color: #fed700; 
color: #000; 
padding: 5px;
transition: .3s;

}
.booster:hover {
background-color: #fff;
color: #000;
border: 1px solid #000;
}
.gridAttachments .text {
/* border:1px solid #fff; */
border-radius: 50%;
width: 200px;
}
@media only screen and (max-width: 600px) {
.mh-head.first {
    padding-top: 10px;
    /* ------------------ */
    /* position: fixed;
    width: 100%;
    z-index: 99999999; */
    /* ------------------ */
}
.topbar .ti-menu.main-menu {
    display: none;
}
}

#main-menu-mobile li {
list-style: none;
margin-bottom: 10px;
}
#main-menu-mobile li a {
display: block;
}
#main-menu-mobile li .fa {
float: right;
}
#main-menu li .fa {
display: none;
}

.gridAttachments {
/* width: 200px; */
width: 395px;
float: right;
position: relative;
}
.gridAttachments img {
/* width: 100%; */
width: 361px;
height: 283px;
object-fit: cover;
}
.gridAttachments .overlayAttachment {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
}
.gridAttachments .text {
font-size: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}

.gridAttachments {
/* width: 200px; */
width: 730px;
float: right;
position: relative;
}
.post-video{
width: 730px;
}

#new-feed-postbox {
display: inline-block;
margin-bottom: 0;
vertical-align: top;
width: 8%;
}
.new-feed-image {
width: 75px;
height: 75px;
object-fit: cover;
border-radius: 50%;
}

/* User image section debut */
#user_img_section {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
width: 4%;
}
.user_img {
width: 55px; 
height: 55px; 
border-radius: 50%;
object-fit: cover;
}
/* User image section fin */

/* Produit de reference implementer debut */
.RefProduct {
/* background-color: #eaeaea; */   
/* background-color:  #fed700; */
/* background-color: #960000; */
background-color: #0e5505;
padding:5px;
padding-bottom: 12px;
display: flex;
justify-content: space-between;
}
.RefProduct_link {
color:#fff;
font-size: 18px;
}
.RefProduct .text-right {
color: #fbeeee;
}
.desc {
color: orangered;
}
.RefProduct_URL {
font-size: 18px;
margin-right: 3px;
top: 5px;
color: #ffc700;
text-decoration: underline;
}
.RefRrice_COLOR {
background-color: orangered;
padding: 7px;
color: #fff;


}
.RefProduct_IMG {
width: 50px;
height: 50px;
object-fit: cover;
margin-left: 7px;
border-radius: 50%;
}

/* Produit de reference implementer fin */

@media screen and (max-width: 2560px) and (min-width: 2000px)  {
.gridAttachments {
    /* padding-left: 125px; */
    /* width: 200px; */
    width: 725px; 
    float: right;
    position: relative;
}
.post-video{
    width: 721px;
}
.gridAttachments img {
    /* width: 100%; */
    width: 361px;
    /* height: 283px; */
    height: 414px;
    object-fit: cover;
}
.post-meta {
    float: left;
    margin-top: 15px;
    width: 958px;
    /* height: 465px; */
}
}

@media screen and (max-width: 2000px) and (min-width: 1440px)  {
.gridAttachments {
    /* padding-left: 125px; */
    /* width: 200px; */
    width: 725px; 
    float: right;
    position: relative;
}
.post-video{
    width: 721px;
}
.gridAttachments img {
    /* width: 100%; */
    width: 361px;
    /* height: 283px; */
    height: 430px;
    object-fit: cover;
}
.post-meta {
    float: left;
    margin-top: 15px;
    width: 806px;
    /* height: 465px; */
}

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 5%;
}
.user_img {
    width: 55px; 
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */
}

@media screen and (max-width: 1440px) and (min-width: 1280px)  {
.gridAttachments {
    /* width: 200px; */
    width: 645px;
    float: right;
    position: relative;
}
.post-video{
    width: 639px;
}
.gridAttachments img {
    width: 315px;
    height: 283px;
    object-fit: cover;
}
.post-meta {
    float: left;
    margin-top: 15px;
    width: 648px;
    /* height: 465px; */
}


/* Post section debut  */
#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10%;
}
.new-feed-image {
    width: 57px;
    height: 59px;
    object-fit: cover;
    border-radius: 50%;
}
/* Post section fin  */

/* User image section debut */

#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 7%;
}
.user_img {
    width: 45px; 
    height: 45px; 
    object-fit: cover;
}

/* User image section fin */

}


@media screen and (max-width: 1280px) and (min-width: 1024px)  {
.gridAttachments {
    /* width: 200px; */
    width: 580px;
    float: right;
    position: relative;
}
.post-video {
    width: 586px;
}
.gridAttachments img {
    width: 290px;
    height: 283px;
    object-fit: cover;
}
.boosted {
    background-color: gray; 
    color: white; 
    padding: 5px;
    font-size: 10px;
}
.booster {
    background-color: #090909; 
    color: white; 
    padding: 5px;
    font-size: 10px;
}

}

@media screen and (max-width: 1280px) and (min-width: 1100px)  {
.gridAttachments {
    /* width: 200px; */
    /* width: 580px; */
    width: 654px;
    float: right;
    position: relative;
}
.post-video {
    width: 586px;
}
.gridAttachments img {
    width: 290px;
    height: 283px;
    object-fit: cover;
}
.boosted {
    background-color: gray; 
    color: white; 
    padding: 5px;
    font-size: 10px;
}
.booster {
    background-color: #090909; 
    color: white; 
    padding: 5px;
    font-size: 10px;
}

.gridAttachments .overlayAttachment {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 584px;
    opacity: 1;
    transition: .5s ease;
}

    /* Produit de reference implementer debut */
    .RefProduct {
        padding:5px;
        font-size: 16px;
        width: 90%;
    }
    /* .RefProduct_link {
    }
    .RefProduct_URL {
        margin-right: 3px;
        position: relative;
        top: 5px;
        color: red;
        text-decoration: underline;
    } */
    /* Produit de reference implementer fin */

}

@media screen and (max-width: 1270px) and (min-width: 1024px) {
.gridAttachments {
    width: 488px;
    float: right;
    position: relative;
}
.gridAttachments img {
    width: 244px;
    height: 283px;
    object-fit: cover;
}
.gridAttachments .overlayAttachment {
    width: 490px;
}
/* Produit de reference implementer debut */
.RefProduct {
        width: 100%;
    }
    /* .RefProduct_link {
    }
    .RefProduct_URL {
        margin-right: 3px;
        position: relative;
        top: 5px;
        color: red;
        text-decoration: underline;
    } */
    /* Produit de reference implementer fin */
}

@media screen and (max-width: 1024px) and (min-width: 768px)  {
.gridAttachments {
    width: 455px;
    float: right;
    position: relative;
}
.post-video{
    width: 465px;
}
.gridAttachments img {
    width: 226px;
    height: 283px;
    object-fit: cover;
}
.gridAttachments .overlayAttachment {
    width: 460px
}
.boosted {
    background-color: gray; 
    color: white; 
    padding: 5px;
    font-size: 8px;
}
.booster {
    background-color: #090909; 
    color: white; 
    padding: 5px;
    font-size: 8px;
}


/* Post section debut  */
#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10%;
}
.new-feed-image {
    width: 39px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}
.write-something::placeholder{
font-size: 14px;
color: #000;
}
.write-something ::focus {
    color: #3498db;
}
.multi-img {
    font-size: 18px;
    cursor: pointer;
}
.youtube-icon {
    font-size: 22px;
    cursor: pointer;
}
.post {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.Refpost {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
/* Post section fin  */

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 10%;
}
.user_img {
    width: 55px; 
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */
}

@media screen and (max-width: 912px) and (min-width: 884px)  {
.gridAttachments {
    width: 857px;
    float: right;
    position: relative;
}
.gridAttachments img {
    /* width: 100%; */
    width: 426px;
    height: 283px;
    object-fit: cover;
}
.post-video {
    width: 854px;
}

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 7%;
}
.user_img {
    width: 55px; 
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */
}

@media screen and (max-width: 884px) and (min-width: 820px) {
    .gridAttachments {
        width: 817px;
        float: right;
        position: relative;
    }
    .gridAttachments img {
        width: 409px;
        height: 283px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 820px) and (min-width: 768px) {
.gridAttachments {
    width: 769px;
    float: right;
    position: relative;
}
.gridAttachments img {
    /* width: 100%; */
    width: 381px;
    height: 283px;
    object-fit: cover;
}
.post-video {
    width: 773px;
}
.boosted {
    background-color: gray; 
    color: white; 
    padding: 5px;
    font-size: 8px;
}
.booster {
    background-color: #090909; 
    color: white; 
    padding: 5px;
    font-size: 8px;
}

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 7%;
}
.user_img {
    width: 55px; 
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */
}


@media screen and (max-width: 768px) and (min-width: 500px)  {
.gridAttachments {
    width: 722px;
    float: right;
    position: relative;
}
.gridAttachments img {
    /* width: 100%; */
    width: 358px;
    height: 283px;
    object-fit: cover;
}
.post-video{
    width: 725px;	
}
.post-image{
    width: 725px;
}
}

@media screen and (max-width: 540px) and (min-width: 400px) {
#topcontrol {
    display: none;
}
.gridAttachments {
    width: 510px;
    float: right;
    position: relative;
}
.gridAttachments img {
    /* width: 100%; */
    width: 255px;
    height: 283px;
    object-fit: cover;
}
.post-video {
    width: 530px;
}
.gridAttachments .overlayAttachment {
    width: 541px;
}

/* Post section debut  */

#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10%;
}
.new-feed-image {
    width: 39px;
    height: 47px;
    object-fit: cover;
    border-radius: 50%;
}
.write-something::placeholder{
font-size: 14px;
color: #000;
}
.write-something ::focus {
    color: #3498db;
}
.multi-img {
    font-size: 18px;
    cursor: pointer;
}
.youtube-icon {
    font-size: 22px;
    cursor: pointer;
}
.post {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.Refpost {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
/* Post section fin  */

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 12%;
}
.user_img {
    width: 55px; 
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */
}

@media screen and (max-width: 510px) and (min-width: 300px)  {
.gridAttachments {
    width: 394px;
    float: right;
    position: relative;
}

.gridAttachments img {
    /* width: 404px; */
    /* width: 190px; */
    width: 168px;
    height: 283px;
    object-fit: cover;
}
}
@media screen and (max-width: 414px) and (min-width: 410px)  {
.post-video {
    height: 198px;
    /* width: 387px; */
    width: 337px;
}
.gridAttachments {
    /* padding-left: 107px; */
    padding-left: 142px;
    /* width: 200px; */
    width: 489px;
    float: right;
    position: relative;
}

.gridAttachments .overlayAttachment {
    width: 540px;
}

/* Post section debut  */
#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10%;
}
.new-feed-image {
    width: 39px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}
.write-something::placeholder{
font-size: 14px;
color: #000;
}
.write-something ::focus {
    color: #3498db;
}
.multi-img {
    font-size: 18px;
    cursor: pointer;
}
.youtube-icon {
    font-size: 22px;
    cursor: pointer;
}
.post {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.Refpost {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
/* Post section fin  */

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 12%;
}
.user_img {
    width: 55px; 
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */

}
@media screen and (max-width: 410px) and (min-width: 100px) {
.post-video {
    height: 198px;
    /* width: 354px; */
    width: 387px;
}
.gridAttachments {
    padding-left: 107px;
    /* width: 200px; */
    width: 456px;
    float: right;
    position: relative;
}

.gridAttachments img {
    /* margin-left: 35px;
    width: 276px; */
    margin-left: 4px;
    width: 169px;
    height: 248px;
    object-fit: cover;
}

.gridAttachments .overlayAttachment {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    /* background-color: #fe9b2d75; */
}
}

@media screen and (max-width: 393px) and (min-width: 360px) {
.gridAttachments img {
    margin-left: -12px;
    /* width: 185px; */
    width: 163px;
    height: 248px;
    object-fit: cover;
}
.gridAttachments {
    padding-left: 132px;
    /* width: 200px; */
    width: 456px;
    float: right;
    position: relative;
}
.post-video {
    height: 198px;
    /* width: 354px; */
    width: 329px;
}

/* Post section debut  */

#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10%;
}
.new-feed-image {
    width: 39px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
}
.write-something::placeholder{
font-size: 14px;
color: #000;
}
.write-something ::focus {
    color: #3498db;
}
.multi-img {
    font-size: 18px;
    cursor: pointer;
}
.youtube-icon {
    font-size: 22px;
    cursor: pointer;
}
.post {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.Refpost {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
/* Post section fin  */

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 12%;
}
.user_img {
    width: 55px; 
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */

/* Produit de reference implementer debut */
.RefProduct {
    padding:5px;
    font-size: 16px;
}
/* .RefProduct_link {
} */
.RefProduct_URL {
    margin-right: 3px;
    position: relative;
    top: 5px;
    text-decoration: underline;
}

.RefProduct .text-right {
    font-size: 12px;
}
.desc {
    font-size: 12px;
}
.RefProduct_link {
    font-size: 12px;
}
.RefProduct_URL {
    font-size: 12px;
}
/* Produit de reference implementer fin */
}

@media screen and (max-width: 390px) and (min-width: 360px) {
.gridAttachments img {
    margin-left: -12px;
    /* width: 185px; */
    width: 163px;
    height: 248px;
    object-fit: cover;
}
.gridAttachments {
    padding-left: 134px;
    /* width: 200px; */
    width: 456px;
    float: right;
    position: relative;
}
.post-video {
    height: 198px;
    /* width: 354px; */
    width: 312px;
}


/* Post section debut  */
#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10%;
}
.new-feed-image {
    width: 39px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
}
.write-something::placeholder{
font-size: 14px;
color: #000;
}
.write-something ::focus {
    color: #3498db;
}
.multi-img {
    font-size: 18px;
    cursor: pointer;
}
.youtube-icon {
    font-size: 22px;
    cursor: pointer;
}
.post {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.Refpost {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
/* Post section fin  */

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 12%;
}
.user_img {
    width: 55px; 
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */
}

@media screen and (max-width: 375px) and (min-width: 360px) {
.gridAttachments img {
    margin-left: -12px;
    /* width: 185px; */
    width: 154px;
    height: 248px;
    object-fit: cover;
}
.gridAttachments {
    padding-left: 10px;
    width: 298px;
    /* padding-left: 172px; */
    /* padding-left: 157px;  */
    /* width: 200px; */
    /* width: 456px;*/
    float: right;
    position: relative;
}
.post-video {
    height: 163px;
    /* width: 354px; */
    width: 284px;
}

/* Post section debut  */
#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10%;
}
.new-feed-image {
    width: 39px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}
.write-something::placeholder{
font-size: 14px;
color: #000;
}
.write-something ::focus {
    color: #3498db;
}
.multi-img {
    font-size: 18px;
    cursor: pointer;
}
.youtube-icon {
    font-size: 22px;
    cursor: pointer;
}
.post {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.Refpost {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
/* Post section fin  */

/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 12%;
}
.user_img {
    width: 55px; 
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */

/* Produit de reference implementer debut */
.RefProduct {
    padding:5px;
    font-size: 16px;
}
/* .RefProduct_link {
} */
.RefProduct_URL {
    margin-right: 3px;
    position: relative;
    top: 5px;
    text-decoration: underline;
}

.RefProduct_IMG {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-left: 7px;
    border-radius: 50%;
}

.RefProduct .text-right {
    font-size: 12px;
}
.desc {
    font-size: 12px;
}
.RefProduct_link {
    font-size: 12px;
}
.RefProduct_URL {
    font-size: 12px;
}
/* Produit de reference implementer fin */
}

@media screen and (max-width: 360px) and (min-width: 320px) {

.RefProduct .text-right {
    font-size: 12px;
}
.desc {
    font-size: 12px;
}
.RefProduct_link {
    font-size: 12px;
}
.RefProduct_URL {
    font-size: 12px;
}

.post-video {
    height: 170px;
    width: 301px;
}
.gridAttachments {
    padding-left: 111px;
    /* width: 200px; */
    /* width: 405px; */
    width: 369px;
    float: right;
    position: relative;
}

.gridAttachments img {
    /* margin-left: 35px;
    width: 230px; */
    margin-left: -32px;
    width: 154px;
    height: 188px;
    object-fit: cover;
}
.gridAttachments .overlayAttachment {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
}

}

@media screen and (max-width: 320px) and (min-width: 200px) {

.RefProduct .text-right {
    font-size: 12px;
}
.desc {
    font-size: 12px;
}
.RefProduct_link {
    font-size: 12px;
}
.RefProduct_URL {
    font-size: 12px;
}

.post-video {
    height: 170px;
    width: 301px;
}
.gridAttachments {
    padding-left: 186px;
    width: 356px;
    float: right;
    position: relative;
}

.gridAttachments img {
    margin-left: -32px;
    width: 142px;
    height: 188px;
    object-fit: cover;
}
.gridAttachments .overlayAttachment {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
}
/* .we-video-info > ul li {
    margin-right: 38px;
} */
.we-video-info > ul {
    padding-left: -2px;
}
.new-feed-image {
    width: 75px;
    height: 28px;
}
}


@media screen and (max-width: 280px) and (min-width: 100px) {
.gridAttachments {
    padding-left: 112px;
    /* width: 200px; */
    /* width: 302px; */
    width: 289px;
    float: right;
    position: relative;
}
/* .gridAttachments_1 {
    padding-left: 74px;
    width: 302px;
    float: right;
    position: relative;
} */
.gridAttachments img {
    margin-left: -54px;
    width: 142px;
    height: 188px;
    object-fit: cover;
}
.post-video {
    height: 125px;
    width: 211px;
    /* avec ID debut  */
    /* height: 116px;
    width: 267px; */
    /* avec ID fin  */
}



/* Post section debut  */
#new-feed-postbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: 10.3%;
}
.new-feed-image {
    width: 39px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
}
.write-something::placeholder{
font-size: 14px;
color: #000;
}
.write-something ::focus {
    color: #3498db;
}
.multi-img {
    font-size: 16px;
    cursor: pointer;
}
.youtube-icon {
    font-size: 20px;
    cursor: pointer;
}
.post {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.Refpost {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
/* Post section fin  */


/* User image section debut */
#user_img_section {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 12%;
}
.user_img {
    width: 55px; 
    height: 31px;
    border-radius: 50%;
    object-fit: cover;
}
/* User image section fin */

.we-video-info > ul li {
    display: inline-block;
    font-size: 13px;
    margin-right: 28px;
}

/* Produit de reference implementer debut */
.RefProduct {
    padding:5px;
    font-size: 14px;
}
.RefProduct_link {
    font-size: 16px;
}
.RefProduct_URL {
    margin-right: 3px;
    position: relative;
    top: 5px;
    text-decoration: underline;
}

.RefProduct_IMG {
    width: 40px;
    height: 40px;
}

.RefProduct .text-right {
    font-size: 10px;
}
.desc {
    font-size: 10px;
}
.RefProduct_link {
    font-size: 10px;
}
.RefProduct_URL {
    font-size: 10px;
}
/* Produit de reference implementer fin */

}