.wrapper-new-post {
    font-size: 12px;
    color: #787878;
    margin-bottom: 30px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0px 0px rgba(0, 0, 0 ,.20);
    border-radius: 4px;
}
.wrapper-new-post.start-sticky {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.08);
    border-top: 20px solid #f6f7fb;
    border-left: 1px solid #f6f7fb;
    border-right: 1px solid #f6f7fb;
}
.wrapper-blog-actuality .handle-added-feed {
    border: 2px solid #0070c0;
    background-color: #0070c0;
    color: #fff;
    border-radius: 50px;
    padding: 0.2rem 1rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 180px;
    min-width: 150px;
    position: sticky;
    top: 75px;
    left: 40%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.wrapper-blog-actuality .handle-added-feed:hover {
    color: #ffcc00;
    background-color: #0070c0;
}
.modal-dialog{
    border-radius: 10px !important;
}

.msg-start-post{
    padding: 12px 12px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #f2f2f2;
    width: calc(100% - 50px);
    cursor: pointer;
    font-size: 14px;
}

.start-sticky{
    position: sticky;
    z-index: 20;
    top: 57px;
}

.start-post-top {
    /*border-bottom: 1px solid #f2f2f2;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 12px;*/
}

.wrap-start-post {
    margin: 0 12px 12px;
}

select.dropdown-menu-item {
    padding: 5px 5px;
    width: 128px;
    border-radius: 5px;
    border-color: #ced4da;
}
select.dropdown-menu-item:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.start-post-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.start-post-footer select {
    margin-right: 10px;
}

.start-post-footer span {
    border: 1px solid blue;
    padding: 0 15px;
    border-radius: 8px;
}

span.action-start span {
    margin-left: 10px;
    overflow: hidden;
    display: block;
}

.start-post-bottom {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    margin: 0;
    min-height: 40px;
    padding: 8px 0;
}

.post-header .row {
    display: flex;
}

.post-autor a {
    display: flex;
}
.autor-logo img, .autor-comments img, .image-who-comment img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}
.autor-logo, .autor-comments, .image-who-comment {
    width: 40px;
}
.autor-logo.company{
    width: 60px;
}
.autor-logo.company img{
    border-radius: 0;
}
.autor-comments{
    padding: 5px 0;
}
.post-content .post-media{
    height: 100%;
}

.autor-brief {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    padding-top: 4px;
}

.wrapper-new-post .container {
    padding: 10px 0 0;
}

.post-content img {
    width: 100% !important;
    height: 100%;
}

.info-who-post {
    position:relative;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 8px;
}

.post-more {
    font-size: 20px;
}

.post-more span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}

.post-more span:hover {
    background: #f2f2f2;
}

.post-title {
    position: relative;
    line-height: 2rem!important;
    margin: 0 15px;
}

.post-desc {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2;
    background: #fff;
    position: relative;
    font-size: 13px;
}

/*ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*}*/

ul.wrap-social-details {
    display: flex;
    align-items: center;
    overflow: auto;
    margin: 0 15px;
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
}

ul.wrap-social-details span {
    flex-direction: column;
}

ul.wrap-social-details li {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.wrap-social-details li span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.post-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    min-height: 40px;
    padding: 4px 0;
}
.post-social-details .post-actions {
    padding: 4px 8px;
}

.post-actions span.action-item,
.start-post-bottom span.action-start{
    padding: 0 8px;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    font-weight: 500;
    transition-property: background-color,box-shadow,color;
}
.start-post-bottom span.action-start i{
    font-size: 18px;
}

.post-actions span.action-item:hover,
.start-post-bottom span.action-start:hover {
    background: #f2f2f2;
}
.post-actions span.action-item.active{
    background: #f2f2f2;
    color: #0070c0;
}
.post-actions span.action-item span {
    margin-left: 7px;
}

ul.wrap-quick-comment {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin: 8px 15px;
    margin-right: 50px;
    overflow: hidden;
}

ul.wrap-quick-comment li {
    border: 1px solid #888888;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6.4rem;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    margin-right:5px;
}

ul.wrap-quick-comment li span{
    margin: 7px
}

.quick-comment {
    position: relative;
}

ul.wrap-quick-comment li:hover {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.form-comment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px 8px;
}

.form-comments textarea {
    height: 42px;
    border: 1px solid #898989;
    border-radius: 50px;
    width: 100%;
    position: relative;
    outline: none;
    padding: 10px;
    padding-right: 70px;
    resize: none;
}

.form-comments textarea.more-text {
    height: auto;
    min-height: 100px;
    border-radius: 10px;
}

.form-comments form .btn-save-comment{
    border-radius: 20px;
    font-size: 12px;
    margin-top: 10px;
    padding: 4px 14px;
    margin-left: 5px;
}

.form-comments {
    width: calc(100% - 60px);
    position: relative;
}

span.icon-comments {
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    font-size: 18px;
    top: 0px;
}

span.icon-comments.sticker {
    font-size: 20px;
}
.aside.emoji-picker-react{
    position: absolute !important;
    top: 45px !important;
    z-index: 1 !important;
}
span.icon-comments:hover {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.form-comments span.icon-comments:hover {
    background: #f2ef9a;
    border: 0;
}

.filtre-title {
    position: relative;
    margin: 5px 15px 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.a-comment {
    display: flex;
    margin: 5px 15px 8px;
    justify-content: space-between;
}

div.click-popup {
    width: 100%;
    display: flex;
    align-items: center;
}

.info-comment {
    width: calc(100% - 60px);
    /* background: #f2f2f2; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    /* border-top-right-radius: 10px; */
    /* padding: 10px; */
}

.bloc-comment {
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
}

.info-content {
    display: flex;
    flex-direction: column;
}

.info-who-comment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.text-comment {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0,  0.6);
}

.actions-comment span {
    /* border-right: 1px solid red; */
}

.actions-comment {
    display: flex;
    margin-top: 5px;
}

.item-action {
    cursor: pointer;
}

.item-action:first-child {
    border: #d6cec2;
}

.item-action:first-child span:hover {
    border:1px solid #f2f2f2;
    background: #f2f2f2;
}
.item-action:first-child span{
    padding: 0 5px;
    border:1px solid transparent;
    border-radius: 5px;
}



span.info-status {
    color: #999;
    line-height: 15px;
}

.post-autor a {
    text-decoration: none !important;
    color: inherit !important;
}

.quick-more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
}

.quick-more:hover {
    background: #f2f2f2;
}
span.autor-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
    color: #333;
    margin-bottom: 4px;
}

span.info-name {
    font-weight: 500;
    line-height: 12px;
}

.add-post span.autor-name {
    font-size: 16px;
}
.add-post span.info-name {
    font-size: 14px;
}
.add-post textarea {
    min-height: 95px;
    resize: none;
    background: #fff;
    font-size: 15px;
    border-radius: 4px;
    border: 0;
}
.add-post form .tox-toolbar__group
{
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 2px 2px -2px rgba(34, 47, 62 , 0.10), 0 8px 4px -4px rgba(34, 47, 62, 0.7);
    padding: 4px 0;
    transition: box-shadow .5s;
    width: 100%;
}
.add-post form .tox .tox-edit-area
{
    border-top:0;
}
.add-post form .tox-tinymce
{
    height: 175px !important;
    border: 1px solid #e2eaef;
}
.add-post form .post-actions {
    display: block;
    padding: 10px 0;
}
.add-post form .tox .tox-edit-area
{
    border-top: 0;
}
.add-post form .cancel-publish-post-btn,
.add-post form .publish-post-btn
{
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 14px;
}

/** Popup filtre comment **/

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  /* The actual popup */


.info-who-post .popuptext{
    position: absolute;
    left: unset;
    right: 5px;
}
.feed-actions{
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}
.shared-post-content{
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 15px 70px;
}
.preview-link .Title{
    font-size: 14px;
}
.save-feed-buttons{
    min-height: 40px;
    padding: 8px 0;
}
.feed-actions button[disabled] {
    cursor: not-allowed;
    background-color: #00000014 !important;
    color: #0000004d !important;
    border: solid 1px #0000004d !important;
}
.popuptext {
    visibility: hidden;
    width: 300px;
    max-width: 400px;
    background-color: #fff;
    border-radius: 7px;
    border-top-left-radius: 0;
    padding: 5px 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 25px;
    box-shadow: 0 0 0 rgba(0,0,0,.15), 0 6px 9px rgba(0,0,0,.2);
  }

  /* Toggle this class - hide and show the popup */
 .filtre-title .show{
    visibility: visible;
    transition: all 1s ease;
  }

  ul.filtre-item li {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.filtre-item p {
    margin: 0;
    margin-left: 15px;
    margin-bottom: 15px;
    line-height: 1.5 !important;
    font-family: inherit !important;
}

ul.filtre-item li:hover {
    background: #f2f2f2;
}

ul.filtre-item {
    margin: 0;
    padding: 0;
}

span.filtre-item-title {
    font-size: 14px;
    color: #656565;
}

.action-commenter{
    display: none;
}

.action-commenter.show-actions{
    display: block;
}

/***modal **/
div.modal {
    background-color: rgba(0,0,0,.75);
}

/***modal **/
.add-post.modal.show .modal-dialog{
    max-width: 600px;
}

button.close span {
    width: 32px;
    min-width: 1.2rem;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f2f2f2;
    border-radius: 50px;
    cursor: pointer;
    font-size: 32px;
    color: #000;
}

.add-post .modal-content .modal-header {
    /*text-transform: unset !important;*/
    /*text-align: center;*/
    /*display: flex !important;*/
    /*font-size: 18px;*/
    /*justify-content: center !important;*/
    /*align-items: center !important;*/
    padding: 15px 25px;
}
.add-post .app-modal.modal-body {
    /*text-transform: unset !important;*/
    /*text-align: center;*/
    /*display: flex !important;*/
    /*font-size: 18px;*/
    /*justify-content: center !important;*/
    /*align-items: center !important;*/
    padding: 0 25px;
}

.modal-content .modal-header .modal-title {
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
}

.modal-header {
    font-size: 16px !important;
    color: #000 !important;
    background: #fff !important;
}

button.close {
    position: absolute;
    right: 15px;
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 12px 28px 0 #00000033, 0 2px 4px 0 #0000001a, inset 0 0 0 1px #ffffff80;
}

.modal-footer {
    border: none !important;
}

.modal-backdrop {
    background-color: transparent !important;
}

.info-who-start {
    display: flex;
    justify-content: space-between;
}

.autor-start-post {
    width: calc(100% - 65px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.text-area textarea {
    width: 100%;
    height: 120px;
    overflow-y: scroll;
    border: none;
    padding: 20px 0;
}

.text-area textarea::placeholder {
    font-size: 16px;
}

.text-area {
    margin: 15px 0;
}

.post-add-media {
    padding: 8px;
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 2px #0000001a;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
}

.submit-form-lightbox {
    margin-top: 20px;
}

.submit-form-lightbox button {
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    background: blue;
    padding: 5px 0;
}

span.action-add {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

.post-add-media span {
    margin-left: 7px;
}

.post-add-media span:first-child {
    margin-left: 0;
}

span.action-add:hover {
    background: #f2f2f2;
}


.wrapper-card {
    padding: 0 1px;
}

/* .wrapper-card:hover .card {
  box-shadow: 1px 3px 6px rgb(0 0 0 / 50%);
} */

.wrapper-card .card {
    margin: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border-top: 8px solid #0171c0;
    /* cursor: inherit; */
    padding: 12px;
}

.bussiness-state-card {
    width: 100%;
    min-height: 40px;
}

.card-head span.inherit-size {
    margin-left: 10px;
}

.bloc-slogan.bg-col-grean {
    background: rgba(0 ,128 ,104 ,.30);
}

.wrapper-card .card.coulor-\#999 {
    border-color: #999;
    background-position-x: right;
    background-position-y: center;
}

.bloc-slogan.bg-col-bleu {
    background: rgba(1 ,113, 192, .30);
    position: absolute;
    top: 20px;
    right: 0;
}

.bloc-slogan.bg-col-bleu-c {
    background: rgba(91, 172, 230 , .30);
}

ul.bussiness-offer-list li.coulor-\#999 {
    border-color: #999;
}

.wrap-card-content.coulor-orange {
    background: transparent;
}

.wrap-card-content.coulor-orange h2 {
    /* color: #000; */
}

.wrapper-card .card-services {
    min-height: auto;
}

.wrapper-card .card.coulor-orange {
    border-color: #ffc000;
    background-position-x: left;
    background-position-y: bottom;
}

.wrapper-card .card.coulor-bleu-c {
    border-color: #5bace6;
    background-position-x: inherit;
    background-position-y: center;
}

.wrapper-card .card.coulor-bleu {
    /* border-color: #5bace6; */
    background-position-x: center;
    background-position-y: center;
}

.wrap-card-content {
    padding: 10px 5px;
    font-size: 14px;
    border: 1px solid #7ab0e0;
    border-radius: 10px;
    margin: 0 10px 10px;
    color: #fff;
}

.wrap-card-content:hover {
    color:#b3d2ed;
}
.card-head h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.card-head h2 span.big-size {
    font-size: 20px;
    position: absolute;
    left: 35px;
    top: -6px;
    color: #fff;
    font-weight: 800;
}

span.big-size i {
    font-size: 25px;
    margin-top: 10px;
    display: block;
}

.wrapper-card .card-body a {
    /* padding: 0;
      margin: 0;
      height: max-content; */
}

ul.bussiness-offer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.opportuniest-stats-title{
    font-size: 13px;
    color: #796390;
}
ul.bussiness-offer-list li {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.bussiness-offer-list li a{
    padding: 12px 25px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffc000;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 5px;
    font-size: 12px;
}
.bloc-slogan h2 {
    font-size: 12px;
    margin: 0;
}

.bloc-slogan {
    height: max-content;
    border-radius: 50px;
    background: rgba(255, 192, 0,.30);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 2px 25px;
}

.wrapper-bussiness-shaping {
    display: flex;
    align-items: center;
    height: max-content;
}

.wrapper-bussiness-shaping .wrap-bussiness-shaping {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 91px;
}

.wrapper-bussiness-shaping {
}

ul.bussiness-shaping-list li {
    padding: 4px 4px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #999;
    margin-right: 3px;
    color: #fff;
    margin-bottom: 3px;
    line-height: 5px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .col-lg-6.col-md-12.col-sm-12.wrapper-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .wrapper-card {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .wrapper-card:last-child {
        margin-bottom: 0;
    }
}

.col-lg-6.col-md-12.col-sm-12.wrapper-card {
    display: flex;
}

/****/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/****/

.wrap-left {
    background: #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.wrapper-card .card-body {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 362px) {
    .post-actions span.action-item, .start-post-bottom span.action-start {
        padding: 0 8px;
        flex-direction: column;
        display: flex;
    }
}
@media (max-width: 768px) {
    .form-comments textarea {
        font-size: 10px;
        outline: none;
        padding-right: unset !important;
        resize: none;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .wrapper-new-post {
        margin-top: 20px;
    }
}