.container_jaq {
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #000000;
    border-radius: 6px;
}
.image_jaq {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 6px;
}
.middle_jaq {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
}
.text_jaq {
    color: white;
}


.mnhomederoulant {
    margin: 0;
    padding: 0;
    right: 24px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    width: 100%;
}


.dropup,
  .dropright,
  .dropdown,
  .dropleft {
    position: relative;
  }
  
  .dropdown-toggle {
    white-space: nowrap;
  }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  
  @media (min-width: 576px) {
    .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 992px) {
    .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 1200px) {
    .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    /* right: auto; */
    /* bottom: auto; */
  }
  
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  
  .dropdown-item {
    display: block;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }

















.publicationrow
{
 box-shadow: 0px 0px 0px 1px #e5e5e5;
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 10px;   
    background-color:#ffffff;
}

.titre_rubicone_noir {
    position: relative;
    top: -1px;
    left: 0px;
    color: #434750;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    /* text-transform: uppercase; */
}

  #mnlykhubs {
    margin: 0;
    padding: 0;
    display: inline-block;
}
       #mnlykhubs li {
    display: inline-block;
    padding: 5px 10px;
    max-width: 160px;
           border: 0px solid rgba(0, 0, 0, 0.125);
}


.container_jaq:hover .image_jaq {
  opacity: 0.3;
        background-color: #000000;
}

.container_jaq:hover .middle_jaq {
  opacity: 1;
}

.divtag {
position: relative;
    clear: both;
    margin-top: 10px;
    margin-bottom: 15px;
    top: 10px;
    display: inline-block;
}
#share_bt_ct {
position: relative;
    margin-top: 0px;
}

.likecontentic {
    font-size: 18px;top: 2px;position: relative;
}

.btsharepp {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    background-color: #ceaa69;
    box-shadow: 1px 1px 1px #ccc;
    padding: 0px 4px;
    margin: 3px 2px;
    border-radius: 3px;
    line-height: 25px;
    display: inline-block;   
}

#share_bt_ct ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
#share_bt_ct ul li {
    text-align: left;
    height: 50px;
}

#share_bt_ct li {
    vertical-align: top;
    padding: 0px 3px;
    float: left;
}
.div_bouton_g {
    position: relative;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
    padding: 0px 2px;
    margin: 5px 3px;
    border-radius: 10px;
}
.lk_bouton_g {
    position: relative;
    padding: 0px 5px;
    margin: 5px 3px;
    line-height: 40px;
    display: block;
}

a.oplinktags {
 color:#c5c5c5;
margin-left: 5px;
}
a:hover.oplinktags {
 color:#ffffff;   
}
    .eplayervd{
    width:720px;height:400px;
    }
.tags{
    display: inline-block;
	margin:0;
	padding:0;
	right:24px;
	list-style:none;
} 
.tags li{
	float: left;
        height: 24px;
        line-height: 24px;
        position: relative;
        font-size: 11px;
        margin: 2px 5px 2px 12px;
        padding: 0 10px 0 12px;
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
}
    .tags li:before {
 content: "";
 float: left;
 position: absolute;
 top: 0;
 left: -12px;
 width: 0;
 height: 0;
 
 border-style: solid;
 border-width: 12px 12px 12px 0;
}
    .tags li:after {
 content: "";
 position: absolute;
 top: 10px;
 left: 0;
 float: left;
 width: 4px;
 height: 4px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;
}
a.btlikeimage {
    position: relative;
    box-shadow: 0px 0px 0px 0px #e5e5e5;
    padding: 0px 5px;
    margin: 5px 3px;
    border-radius: 50%;
    line-height: 30px;
    display: inline-block;
}
.tagsarrondi{
	margin:0;
	padding:0;
	right:24px;
	list-style:none;
} 
.tagsarrondi li{
	float: left;
        height: 34px;
        line-height: 34px;
        position: relative;
        font-size: 11px;
        margin: 2px 5px 2px 12px;
        padding: 0 10px 0 12px;
        background: #dce0eb;
        color: #000000;
        text-decoration: none;
border-radius:15px;
}

.capsulecomment{
height: 35px;line-height: 45px;text-align: center;border-radius: 50%;display: flex;-webkit-display: flex;-moz-display: flex;-o-display: flex;align-items: center;margin-top: 5px;margin-bottom: 5px;position: relative;
}

.icon_bouton_g {
    position: relative;
    top: 5px;
    height: 20px;
    width: 20px;
    vertical-align: initial;
}


.modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
      border-radius: 6px;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: -ms-flexbox;
    display: flex;
      height: 25px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }

.modal-title h5 {
display: inline-block;
    margin-block-start: auto;
    margin-block-end: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
    font-weight: normal;
    font-size: 1.25rem;
    
}
  
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;s
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  
  .modal-footer > :not(:first-child) {
    margin-left: .25rem;
  }
  
  .modal-footer > :not(:last-child) {
    margin-right: .25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 0px 0 #fff;
    opacity: .5;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    text-transform: none;
}

.ttle_modal{
    font-size: 15px;
    font-family: Arial, "Noto Sans, sans-serif";
    margin: 0px;
}


.form-control {
    display: block;
    width: 92%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.fond_or_couleur_blanc {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #e5e5e5;
    padding: 0px 5px;
    margin: 5px 3px;
    border-radius: 3px;
    line-height: 30px;
    display: inline-block;
}

a.tag_blanc_grand {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #434343;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
    padding: 0px 5px;
    margin: 5px 3px;
    border-radius: 3px;
    line-height: 30px;
    display: inline-block;
}

.form-group_other {
    margin-bottom: 1rem;
}

.form-check_other {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input_other {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
}

a.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
}

a:hover.btn-light {
   color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

a.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
a:hover.btn-dark {
    color: #212529;
    background-color: #ffffff;
    border-color: #212529;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
}


.img_avec_border_com {
    position: relative;
    border-radius: 3px;
    width: 50px;
    height: 50px;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.icmne {font-size: 12px;}

.divcontourico  { position: relative;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px solid #747474;
    border-radius: 50%;
    margin-right: 10px;
    top: -2px;}

a.lk_txt_sz13 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-smoothing: antialiased;
    font-smooth: always;
    position: relative;
}

.txt_sz13 {
    color: #808383;
    text-align: left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-smoothing: antialiased;
    font-smooth: always;
    font-size: 13px;
    position: relative;
}

input.ecrit_statut {
    background-color: #ffffff;
    border: 0px solid #ADADAD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #212121;
    text-decoration: none;
    width: 99%;
    position: relative;
    left: 3px;
    top: -3px;
    height: 30px;
}