/*********************
BREAKPOINTS
*********************/
/**
 * Colors
 */
/* Highlight button */
/**
 * Images
 */
/*-----------------ADDED BY GLUCONE-------------------*/
/*-------------------------------------------------*/
/* =  Structure
/*-------------------------------------------------*/
div.block-content {
  padding: 30px 0 40px;
  position: relative;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
/* =  Top SubMenus */
.top-line-list2 {
  text-align: right;
}

.social-icons, .top-line-list2 {
  float: right;
}

.top-line ul.social-icons {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}
.logo-advertisement {
  background: #049fd5;
}

@media (max-width: 767px) {
  .logo-advertisement .navbar-header {
    position: fixed;
    background-color: #049fd5;
    width: 100%;
    z-index: 10000;
    height: 58px;
  }
  .logo-advertisement, .navbar-default {
    background-color: transparent !important;
  }
  .logo-advertisement .navbar-header .advertisement-top {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 390px) {
  .logo-advertisement .navbar-brand img {
    max-height: 33px;
  }
}
@media (min-width: 391px) and (max-width: 767px) {
  .logo-advertisement .navbar-brand img {
    max-height: 43px;
  }
}
/*----------------- Logo in Menu Bar -----------------*/
.navbar-nav > li.logo-menu-zone {
  display: none;
}

header.active .navbar-nav > li.logo-menu-zone {
  display: block;
}

.navbar-nav > li.logo-menu-zone {
  width: 200px;
}

.navbar-nav > li.logo-menu-zone > a:before {
  background: #049fd5 url("../images/logo-menu-jds-fr.png") no-repeat center center;
  height: 100%;
}

.navbar-nav > li.logo-menu-zone:hover > a:before {
  background: #0083b1 url("../images/logo-menu-jds-fr.png") no-repeat center center;
}

.navbar-nav > li.logo-menu-zone.nl > a:before {
  background: #049fd5 url("../images/logo-menu-jds-nl.png") no-repeat center center;
  height: 100%;
}

.navbar-nav > li.logo-menu-zone.nl:hover > a:before {
  background: #0083b1 url("../images/logo-menu-jds-nl.png") no-repeat center center;
}

@media (max-width: 991px) {
  header.active .navbar-nav > li.nodisplay-tablet {
    display: none !important;
  }
}
/*----------------- Hide Responsive Menus in Menu Bar -----------------*/
@media (min-width: 768px) {
  .navbar-collapse .hide-menus-responsive {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li.hide-menus-picto-home {
    display: none;
  }
}
.top-line {
  background: #ffffff;
}

.top-line ul.top-line-list li span,
.top-line ul.top-line-list li a {
  color: #049fd5;
}

ul.top-line-list li i {
  color: #049fd5;
  margin-right: 8px;
}

.top-line ul.top-line-list li a:hover {
  color: #9b9b9b;
}

.advertisement {
  padding: 24px 0 12px;
}

.navbar-default {
  background: #f3f3f3;
}

.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before {
  background: #0083b1;
}

.navbar-nav > li > a:before {
  background: none;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  height: 34px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle-language {
  margin-right: 60px !important;
}

.navbar-default .navbar-toggle-language {
  margin-right: 10px !important;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}

@media (max-width: 390px) {
  .navbar-default .navbar-toggle {
    margin-right: 10px;
  }
  .navbar-brand {
    max-width: 267px;
    padding-left: 10px !important;
  }
  .navbar-brand img {
    max-height: 53px;
  }
}
.navbar-default .navbar-toggle-language a, .navbar-default .navbar-toggle-language a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-nav li.drop ul.dropdown {
  border-top: 3px solid #0083b1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff !important;
  background-color: #0083b1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff !important;
  background-color: #0083b1;
}

.navbar-nav > li:hover > a:after, .navbar-nav > li > a.active:after {
  color: #ffffff;
}

.advertisement-top {
  padding: 36px 0 12px;
}

#log-in-popup form.login-form button[type=submit]:hover,
#log-in-popup form.register-form button[type=submit]:hover,
#log-in-popup form.lost-password-form button[type=submit]:hover {
  background: #049fd5;
}

.reset-password {
  margin-top: 20px !important;
  margin-bottom: 0;
  clear: both;
}

.reset-password a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
}

#log-in-popup form.login-form p.register-line a:hover,
#log-in-popup form.register-form p.register-line a:hover,
#log-in-popup form.lost-password-form p.register-line a:hover,
#log-in-popup form.login-form p.login-line a:hover,
#log-in-popup form.register-form p.login-line a:hover,
#log-in-popup form.lost-password-form p.login-line a:hover {
  color: #049fd5;
}

section.breadcrumb-rmnet {
  padding: 10px 0 0 0;
}

ul.breadcrumb-rmnet li {
  font-style: normal;
  font-size: 13px;
}

ul.breadcrumb-rmnet li a {
  color: #333333;
  font-style: normal;
  font-size: 13px;
}

ul.breadcrumb-rmnet li i {
  color: #333333 !important;
  margin-right: 6px;
}

section.block-wrapper .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}

section.block-wrapper .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}

section.block-wrapper .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding: 6px 9px;
  border: 1px solid #cacaca;
  border-radius: 3px;
}

section.block-wrapper .tags-widget ul.tag-list li a:hover {
  border: 1px solid #43c9eb;
  background: #43c9eb;
  color: #ffffff;
}

.top-line ul.top-line-list li.active a {
  color: #333333;
}

.nav-list-container .container .navbar-nav .fa-home {
  font-size: 20px;
  padding: 0 0 0 10px;
  line-height: 17px;
}

.navbar-nav > li:first-child > a:after {
  padding: 20px 20px 20px 12px !important;
  content: none;
}

@media (max-width: 1199px) {
  .nav-list-container .container .navbar-nav .fa-home {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .nav-list-container {
    border-bottom: 0px solid #f0f0f0;
  }
}
/*-------------------------------------------------*/
/* =  Central Content style
/*-------------------------------------------------*/
/* A la Une */
.row-a-la-une {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}

/* Widget Latest Video in Home */
.feature-video-empty {
  padding: 0 0 20px !important;
}

.feature-video-empty .container {
  display: none !important;
}

/* news post general style */
.standard-post3 .post-title h2 {
  font-size: 17px;
  line-height: 22px;
}

ul.list-posts > li .post-content h2 a:hover {
  color: #049fd5;
}

.standard-post3 .post-title h2 a:hover {
  color: #049fd5;
}

.standard-post3 .post-title a.category-post {
  color: #049fd5;
}

.image-post3:hover .hover-box,
.video-post:hover .hover-box {
  background: rgba(34, 34, 34, 0.8);
}

.image-post3 .hover-box {
  background: rgba(34, 34, 34, 0.4);
}

.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
  opacity: 1;
}

ul.list-posts > li .post-content h2 a:hover {
  color: #049fd5;
}

.tag-news-icon {
  color: #a9a9a9;
  margin-right: 6px;
}

.category-post .tag-news-icon {
  color: #049fd5;
  margin-right: 6px;
}

ul.post-tags li i {
  color: #a9a9a9;
  margin-right: 6px;
}

.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: #049fd5;
}

a.category-post {
  background: #049fd5;
}

.title-section {
  clear: both;
}

.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #049fd5;
}

.title-section h1 span.world {
  border-bottom: 1px solid #049fd5;
}

.title-section h1 a {
  color: #222222;
}

.title-section h1 a:hover {
  color: #049fd5;
  text-decoration: none;
}

.title-section.white h1 a {
  color: #ffffff;
}

.title-section.white h1 a:hover {
  color: #049fd5;
  text-decoration: none;
}

ul.post-tags li a:hover {
  color: #049fd5;
}

.image-post2 .hover-box ul.post-tags li a:hover {
  color: #049fd5;
}

.article-post .post-content h2 a:hover {
  color: #049fd5;
}

/*  Recents Comments */
.block-content .recent-comments-widget ul {
  margin: 0;
  padding: 0;
}

.block-content .recent-comments-widget ul li {
  list-style: none;
}

.block-content .recent-comments-widget ul.comment-list li {
  overflow: hidden;
  margin-bottom: 25px;
}

.block-content .recent-comments-widget ul.comment-list li img {
  float: left;
  max-width: 70px;
  border-radius: 50%;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content {
  margin-left: 90px;
}

.block-content .recent-comments-widget ul.comment-list li .margin-left-10 {
  margin-left: 10px;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content p {
  color: #333333;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #f1f1f1;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 10px 19px;
  margin-bottom: 7px;
  position: relative;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -6px;
  top: 27px;
  background: #f1f1f1;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  transform: rotate(-45deg);
}

.block-content .recent-comments-widget ul.comment-list li .comment-content span {
  display: inline-block;
  padding-left: 20px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

.block-content .recent-comments-widget ul.comment-list li .comment-content span i {
  margin-right: 10px;
}

.block-content .recent-comments-widget ul.comment-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .block-content .recent-comments-widget ul.comment-list li img {
    max-width: 40px;
    margin-top: 10px;
  }
  .block-content .recent-comments-widget ul.comment-list li .comment-content {
    margin-left: 60px;
  }
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #049fd5;
  border: 1px solid #049fd5;
}

.block-content .owl-carousel {
  margin-bottom: 10px;
}

.standard-post3 .post-title h2 {
  font-weight: 800;
  margin: 0;
}

ul.list-posts > li .post-content h2 {
  font-weight: 800;
  margin-bottom: 0;
  max-height: 70px;
}

@media (max-width: 991px) {
  ul.list-posts > li .post-content h2 {
    max-height: none;
  }
}
.pagination-box ul.pagination-list li a:hover, .pagination-box ul.pagination-list li a.active {
  border: 1px solid #049fd5;
  background: #049fd5;
  color: #ffffff;
}

.pagination-box ul.pagination-list {
  text-align: center;
}

ul.pagination-list li.active a {
  border: 1px solid #049fd5;
  background: #049fd5;
  color: #ffffff;
}

ul.post-tags-list li {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #049fd5;
  font-style: normal;
}

.post-tags-list .tag-news-icon {
  color: #049fd5;
  margin-right: 6px;
}

.actu-description {
  color: #666666;
}

.actu-description:hover {
  color: #049fd5;
  text-decoration: none;
}

.article-post .post-content h2 {
  font-weight: 800;
  font-size: 17px;
}

.standard-post3 .post-title p {
  margin-top: 10px;
}

.article-post .post-content p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.title-section h1.h1-big {
  font-size: 18px;
  line-height: 25px;
}

p {
  font-size: 15px;
  line-height: 24px;
}

.single-post-box > .post-content blockquote p {
  font-size: 20px;
  line-height: 31px;
}

.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 12px;
}

.single-post-box .share-post-box ul.share-box li a.google i {
  margin-right: 12px;
}

.single-post-box > .post-content p a {
  color: #049fd5;
  display: inline;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #049fd5;
  color: #ffffff;
  border: 1px solid #049fd5;
}

.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #049fd5;
}

.single-post-box .comment-area-box ul li .comment-box img {
  width: 80px;
}

@media (max-width: 767px) {
  .single-post-box .comment-area-box ul li .comment-box img {
    width: 50px;
  }
  .single-post-box .comment-area-box ul li .comment-box .comment-content {
    margin-left: 60px;
  }
}
.contact-form-box {
  margin-bottom: 30px;
}

.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
  background: #049fd5;
  color: #ffffff;
}

.contact-form-box #comment-form button {
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.not-log .title-section h1 {
  color: #ffffff;
}

.not-log .title-section h1 span {
  border-bottom: 2px solid #ffffff;
}

.single-post-box .not-log {
  border-top: 0 solid #f0f0f0;
  border-bottom: 0 solid #f0f0f0;
  margin-bottom: 40px;
  margin-top: 30px;
  background: #049fd5;
  padding: 30px 20px;
}

.not-log .title-section h1 {
  text-align: center;
}

.not-log-intro {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.not-log-intro p {
  color: #ffffff;
}

.not-log-intro p a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.not-log-intro p a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.not-log-intro span {
  font-size: 17px;
}

.not-log .center-button a {
  border: none;
}

.not-log .not-log-before-btn {
  text-align: center;
  color: #fff;
}

.article-button a {
  font-size: 13px;
  font-weight: 400;
  padding: 15px 40px;
}

.single-post-box .not-log .prev-post {
  float: left;
  border-right: 1px solid #d1d1d1;
}

.single-post-box .not-log .prev-post, .single-post-box .not-log .next-post {
  padding: 5px 40px;
  margin-top: 20px;
}

.single-post-box .not-log .prev-post:hover, .single-post-box .not-log .next-post:hover {
  background: none;
}

.single-post-box .not-log .prev-post a:hover,
.single-post-box .not-log .next-post a:hover,
.single-post-box .not-log .article-button a:hover {
  background: #0083b1;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.rmnet-mag-margin-bottom {
  margin-bottom: 30px;
}

.rmnet-mag-left-button {
  margin-bottom: 20px;
}

.rmnet-mag-left-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0;
  background: #ffffff;
  border: none;
  color: #049fd5;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.rmnet-mag-left-button a:hover {
  color: #333333;
}

.rmnet-mag-left-button a i {
  font-size: 12px;
  margin-right: 7px;
}

.standard-post3 .post-title {
  padding: 0 0 10px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.title-section {
  margin-bottom: 20px;
}

.news-post .post-gallery {
  margin-bottom: 10px;
}

.news-post .post-intro {
  margin-bottom: 20px;
}

.carousel-box {
  margin-bottom: 0;
}

.article-post {
  margin-bottom: 10px;
  border-bottom: 0 solid #f0f0f0;
}

.grid-box .news-post, .grid-box ul.list-posts {
  margin-bottom: 20px;
}

.single-post-box .title-post h1 {
  font-size: 2em;
  margin: 0 0 3px;
  font-weight: 800;
}

.single-post-box .title-post {
  border-bottom: 0 solid #f0f0f0;
  margin-bottom: 0;
  padding: 0 0 15px;
}

.single-post-box .post-gallery {
  text-align: left;
  margin-bottom: 10px;
}

.single-post-box > .post-content p,
.single-post-box > .post-content h1,
.single-post-box > .post-content h2,
.single-post-box > .post-content h3,
.single-post-box > .post-content h4,
.single-post-box > .post-content h5,
.single-post-box > .post-content blockquote {
  padding-left: 0;
  padding-right: 0;
}

.single-post-box > .post-content {
  padding-left: 30px;
  padding-right: 30px;
}

.single-post-box {
  margin-bottom: 30px;
}

.rmnet-button-comment a {
  font-size: 0.83em;
  color: #ffffff;
  background: #222222;
  padding: 12px 30px;
  margin: 6px 0 20px 0;
  border: none;
}

.rmnet-button-back-newsletter a {
  background: #ff6550;
}

.rmnet-button-comment a:hover {
  background: #049fd5;
  border: none;
}

.rmnet-button-comment a i {
  font-size: 1.3em;
}

.news-post {
  margin: 0 0 10px;
}

.post-content .rmnet-strong-color strong {
  color: #049fd5;
}

.left-button {
  text-align: left;
}

.left-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #222222;
  border: 0 solid #eeeeee;
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.left-button a i {
  margin-right: 9px;
}

.left-button > a:hover {
  color: #ffffff;
  background: #049fd5;
}

.center-button a {
  border-radius: 0;
}

.large-post .post-title {
  padding: 0 20px 0 0;
  background: none;
  border-bottom: 0 solid #f0f0f0;
}

.large-post .post-content {
  padding: 10px 20px 0 0;
  border-bottom: 0 solid #f0f0f0;
}

.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
  color: #ffffff;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

form.search-form input[type=text] {
  border: 2px solid #e2e2e2;
  padding: 10px;
  color: #868686;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  outline: none;
  width: 100%;
  margin: 0 !important;
}

.contact-form-box #contact-form select,
.contact-form-box #comment-form select {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box #contact-form select:focus,
.contact-form-box #comment-form select:focus {
  border: 1px solid #f44336;
}

div.search-box {
  padding: 0 30px 0 0;
  margin-bottom: 35px;
}

.rmnet-dropdown .btn {
  font-family: "Lato", sans-serif;
  color: #fff;
  background: #222222;
  margin-top: 20px;
  font-size: 14px;
  border: 0 solid transparent;
  border-radius: 0;
  padding: 8px 22px;
}
@media (max-width: 1199px) {
  .rmnet-dropdown .btn {
    position: static;
    right: auto;
  }
}
@media (max-width: 991px) {
  .rmnet-dropdown .btn {
    position: static;
    right: auto;
  }
}
@media (max-width: 767px) {
  .rmnet-dropdown .btn {
    position: static;
    right: auto;
  }
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: #222222;
}

.btn .caret {
  margin-left: 8px;
}

.rmnet-checkbox-search {
  margin-top: 28px;
}
@media (max-width: 991px) {
  .rmnet-checkbox-search {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .rmnet-checkbox-search {
    margin-left: 0px;
  }
}

.rmnet-checkbox-search span {
  margin-left: 8px;
}

.very-large-post .share-box {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
}

.very-large-post {
  background: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.very-large-post .share-box ul.share-list-post {
  margin: 0;
  padding: 0;
  float: left;
}

.share-list-post .facebook i {
  color: #436feb;
}

.share-list-post .google i {
  color: #f14133;
}

.share-list-post .twitter i {
  color: #18a3dd;
}

.share-list-post .linkedin i {
  color: #0077b5;
}

.share-list-post .facebook i:hover {
  color: #ffffff;
}

.share-list-post .google i:hover {
  color: #ffffff;
}

.share-list-post .twitter i:hover {
  color: #ffffff;
}

.share-list-post .linkedin i:hover {
  color: #ffffff;
}

.rmnet-publications {
  padding-top: 0 !important;
}

.rmnet-publications p {
  margin-bottom: 10px !important;
}

.rmnet-publications .rmnet-button {
  margin-bottom: 20px !important;
}

.single-post-box > .rmnet-debats blockquote {
  background: #afca0b;
}

.single-post-box > .rmnet-debats blockquote p {
  color: #ffffff;
}

.single-post-box > .rmnet-debats blockquote:before {
  color: #ffffff;
}

.single-post-box .article-inpost .image-content .image-place .hover-image {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-box .article-inpost .image-content .image-place .hover-image a {
  background: #049fd5;
}

.single-post-box .article-inpost {
  margin-bottom: 0px;
}

.single-post-box .article-inpost p {
  font-size: 14px;
}

.hr-hidden {
  visibility: hidden;
  clear: both;
}

/*-------------------------------------------------*/
/* =  Sidebar style
/*-------------------------------------------------*/
.sidebar ul.social-share li a {
  font-size: 16px;
}

.sidebar ul.social-share li a.linkedin {
  background: #0077b5;
}

.sidebar ul.social-share li a.linkedin:after {
  border: 4px solid #0077b5;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.newsletter {
  background: #404040;
  font-size: 17px;
}

.sidebar ul.social-share li a.newsletter:after {
  border: 4px solid #404040;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sondage-title {
  font-size: 15px;
}

.sondage-liste {
  font-size: 13px;
  font-weight: bold;
  margin-left: 6px;
}

.rmnet-button a {
  color: #ffffff;
  background: #222222;
}

.rmnet-button a:hover {
  color: #ffffff;
  background: #049fd5;
  border-color: #049fd5;
}

.sidebar .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #049fd5;
  font-size: 30px;
  border: none;
  margin-top: 0;
  z-index: 2;
  float: right;
  outline: none;
}

.sidebar .subscribe-widget form input[type=text] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  border: transparent;
  margin: 0;
  line-height: 12px;
  margin-bottom: 10px;
}

.sidebar .subscribe-widget form p {
  margin: -5px 0 0;
}

.sidebar .widget {
  margin-bottom: 20px;
}

.sidebar .advertisement {
  margin-bottom: 20px;
  margin-top: -10px;
}

.sidebar .tab-posts-widget ul.nav-tabs li.active a {
  background: #049fd5;
}

.sidebar .tab-posts-widget ul.nav-tabs {
  border-bottom: 2px solid #049fd5;
}

.sidebar .tab-posts-widget .tab-pane {
  background: #f5f5f5;
}

.sidebar ul.list-posts > li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.sidebar .tab-posts-widget ul.nav-tabs li {
  float: left;
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}

.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #0083b1;
}

.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #f5f5f5;
}

.sidebar .righ-column-custom-content img {
  max-width: 100%;
}

.summary-title {
  font-size: 14px !important;
  font-weight: bold;
  color: #000000;
}

.summary {
  margin: 0 0 12px 0;
}

.summary p {
  font-size: 13px;
  margin-bottom: 3px;
}

.sidebar .tab-posts-widget ul.nav-tabs li.thumb-70pc {
  width: 70%;
}

.twitter-api {
  margin-bottom: 10px;
}

.congres-description {
  color: #666666;
}

.congres-description:hover {
  color: #049fd5;
  text-decoration: none;
}

.sidebar .tags-widget ul.tag-list {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.rmnet-button-sidebar a {
  background: #049fd5;
  margin-top: 20px;
}

.rmnet-button-sidebar a:hover {
  background: #0083b1;
}

.block-content .article-box .date-info {
  font-size: 16px;
  font-weight: 600;
}

.news-post .post-intro {
  /*min-height: 230px;*/
}

.rmnet-button-float {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.sidebar .tab-content-flash-info {
  overflow-x: hidden;
  height: 500px;
}

@media (max-width: 390px) {
  .sidebar .tab-content-flash-info {
    height: 300px;
  }
}
/*-------------------------------------------------*/
/* =  Footer style
/*-------------------------------------------------*/
footer .standard-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
}

footer .social-icons {
  float: left;
}

.standard-post .post-content h2 a:hover {
  color: #049fd5;
}

footer .categories-widget ul.category-list li a:hover {
  color: #049fd5;
}

footer .footer-link a {
  text-decoration: underline;
  color: #666666;
}

footer .footer-link a:hover {
  text-decoration: underline;
  color: #049fd5;
}

/* =  Subscribe Form */
footer .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #049fd5;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #222222;
  font-size: 30px;
  border: none;
  margin-top: 0;
  z-index: 2;
  float: right;
  outline: none;
}

footer .subscribe-widget form input[type=text] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  border: transparent;
  margin: 0;
  line-height: 12px;
  margin-bottom: 10px;
}

footer .subscribe-widget form p {
  margin: 10px 0 0;
}

footer .subscribe-widget form {
  margin: 0;
  background: #049fd5;
  padding: 17px 20px;
}

/* =  Sites annexes */
.standard-post .post-content {
  padding-top: 0;
  text-align: center;
}

/* =  Social */
.top-line ul.social-icons li a:hover {
  background: #049fd5 !important;
}

.top-line ul.social-icons li a.x-twitter:hover {
  background: transparent !important;
  opacity: 0.5;
}

footer .social-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 17px;
  background: transparent;
  border-radius: 0;
  margin: 0 8px 4px 0;
}

footer .social-widget ul.social-icons li a:hover {
  color: #fff !important;
}

footer a.twitter {
  border: 1px solid #43c9eb !important;
  color: #43c9eb !important;
}

footer a.x-twitter {
  padding-top: 1px;
  border: 1px solid #ffffff !important;
}

footer .social-widget ul.social-icons li a.x-twitter:hover {
  border: 1px solid #8e8e8e !important;
}

footer a.facebook {
  border: 1px solid #1854dd !important;
  color: #5d80ce !important;
}

footer a.linkedin {
  border: 1px solid #1879dd !important;
  color: #1879dd !important;
}

footer a.rss {
  border: 1px solid #f0590f !important;
  color: #f0590f !important;
}

footer a.newsletter {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

footer .social-widget ul.social-icons li a.newsletter:hover {
  /*background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;*/
  border: 1px solid #8e8e8e !important;
}

.footer-social-text {
  font-size: 12px;
  color: #999999;
}

footer .tags-widget ul.tag-list li a:hover {
  color: #ffffff;
  background: #43c9eb;
  border: 1px solid #43c9eb;
}

footer {
  padding-top: 30px;
}

footer .categories-widget ul.category-list li a {
  padding-bottom: 10px;
}

footer h1 {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

footer .footer-widgets-part {
  padding-bottom: 10px;
}

.footer-widgets-part .col-md-4 {
  padding-bottom: 10px;
}

footer .news-post .post-gallery {
  margin-bottom: 5px;
}

footer .widget {
  margin-bottom: 10px;
}

footer .rmnet-footer-small nav.rmnet-footer-center {
  text-align: center;
}

footer .rmnet-footer-small {
  border-top: none;
  padding: 5px 0 25px 0;
}

@media (max-width: 991px) {
  footer .footer-last-line nav.footer-nav {
    display: block;
    text-align: center;
  }
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
/* Embed Video */
.embed-video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.embed-video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  .top-line {
    display: none;
  }
  .navbar-default .advertisement {
    display: none;
  }
  .navbar-brand,
  header.third-style .navbar-brand {
    padding: 10px 10px 15px 15px;
  }
  .navbar-nav > li:hover > a, .navbar-nav > li > a.active {
    color: #333333 !important;
  }
  .sidebar {
    padding: 10px 0;
  }
  div.block-content {
    padding: 30px 0 10px;
  }
  div.block-content .advertisement {
    margin-bottom: 10px;
  }
  .single-post-box .not-log .prev-post, .single-post-box .not-log .next-post {
    padding: 5px 10px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .single-post-box .not-log .prev-post .article-button a, .single-post-box .not-log .next-post .article-button a {
    padding: 10px 16px;
  }
  .single-post-box .not-log .prev-post {
    border-right: 0px solid #d1d1d1;
  }
}
@media (max-width: 1199px) {
  #container {
    overflow: hidden;
  }
  .navbar-brand {
    max-width: 270px;
  }
}
@media (max-width: 390px) {
  .navbar-brand {
    max-width: 200px;
  }
}
.navbar-default .navbar-toggle:hover {
  background-color: #049fd5;
}

.navbar-default .navbar-toggle {
  background-color: #049fd5;
}

/*-------------------------------------------------*/
/* =  Masterslider
/*-------------------------------------------------*/
.masterslider-zone {
  margin-bottom: 15px;
}

/*-------------------------------------------------*/
/* =  Pagination
/*-------------------------------------------------*/
.pagination-box {
  margin-bottom: 30px;
}

/*-------------------------------------------------*/
/* =  Popup Adagio
/*-------------------------------------------------*/
.mfp-iframe-scaler iframe {
  margin-bottom: 30px;
  background: white;
  padding: 2em;
}

/*-------------------------------------------------*/
/* =  Tags in list
/*-------------------------------------------------*/
.article-post ul.post-tags-list li a {
  color: #049fd5;
}

.article-post ul.post-tags-list li a:hover {
  opacity: 0.7;
}

.article-box .post-tags-box {
  clear: both;
  margin-bottom: 15px;
  border-top: 1px solid #f0f0f0;
  padding: 12px 20px 12px 0;
}

.article-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}

.article-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  margin-right: 3px;
  margin-bottom: 2px;
}

.article-box .post-tags-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #999999;
}

.article-box .post-tags-box ul.tags-box li span {
  margin-right: 18px;
}

.article-box .post-tags-box ul.tags-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.article-box .post-tags-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}

/*-------------------------------------------------*/
/* =  Authors + References in detail news
/*-------------------------------------------------*/
ul.autor-list > li .autor-box .autor-content strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #333333;
}

ul.autor-list > li .autor-box .autor-content, ul.autor-list > li .autor-box .autor-content p {
  font-size: 13px;
  line-height: 17px;
}

ul.autor-list > li .autor-box .autor-content {
  margin-left: 0;
}

ul.autor-list > li .autor-box .autor-content p {
  margin: 0;
}

.autor-main-title {
  padding: 16px 0 16px 5px;
  margin-bottom: 10px;
  color: #222222;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.autor-main-title a {
  color: #222222;
  text-decoration: none;
}

.autor-main-title a:hover {
  color: #049fd5;
  text-decoration: none;
}

.autor-main-title .fa {
  padding-right: 5px;
}

/*-------------------------------------------------*/
/* =  Form
/*-------------------------------------------------*/
#contact-form .has-error input,
#contact-form .has-error textarea,
#contact-form .has-error select,
#contact-form .error input,
#contact-form .error select,
#contact-form .error textarea {
  border-color: #a94442 !important;
}

#contact-form .has-error label,
#contact-form .error label {
  color: #a94442;
}

.contact-form-box #contact-form button {
  min-width: 100px;
}

/*-------------------------------------------------*/
/* =  Advertisement
/*-------------------------------------------------*/
/*
.sidebar .advertisement .tablet-advert,
.sidebar .advertisement .mobile-advert {
  width: auto;
  display: none;

}

@media (max-width: 991px) {
  .advertisement .desktop-advert,
  .sidebar .advertisement .desktop-advert {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-default .advertisement {
    display: none;
  }

  .advertisement .tablet-advert,
  .sidebar .advertisement .tablet-advert {
    display: none;
  }
}

*/
.sidebar .advertisement, .advertisement {
  padding: 0 !important;
  margin: 10px 0 !important;
}

.navbar .advertisement-top iframe {
  /*margin: 0 !important; 
  padding: 10px 0 !important; */
}

@media (min-width: 767px) {
  .navbar .advertisement-top {
    padding: 36px 0 0 0 !important;
    margin: 0 0 !important;
  }
}
@media (max-width: 767px) {
  .navbar-default .advertisement {
    display: block !important;
  }
  .navbar .advertisement-top {
    padding: 0 !important;
    margin: 80px 0 0 0 !important;
  }
}
.advertisement {
  overflow: visible;
}

/*
 * Fix in responsive
 */
.post-content > table {
  overflow-x: auto;
  border: 1px solid #049fd5 !important;
}
.post-content > table tr {
  /*&:nth-child(even) td {
    background-color: #eee;
  }*/
}
.post-content > table tr td {
  border: 1px solid #049fd5 !important;
  padding: 10px;
  vertical-align: top;
}
.post-content > table tr td > p {
  margin-bottom: 0 !important;
}
.post-content > table tr td:first-child {
  border-left: 0px !important;
}
.post-content > table tr td:last-child {
  border-right: 0px !important;
}
.post-content > table tr:first-child td {
  background-color: #0083b1;
  font-weight: bold;
  color: #ffffff;
}
.post-content > table tr:first-child td p {
  color: #ffffff;
}
.post-content > table tr:last-child td {
  border-bottom: 0px !important;
}
@media (max-width: 767px) {
  .post-content > table {
    display: block;
  }
}
@media (max-width: 767px) {
  .post-content figure.image img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .post-content figure.image img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .post-content figure.image img {
    height: auto;
    max-width: 100%;
  }
}
.post-content figure.image figcaption {
  opacity: 0.5;
  font-size: 12px;
  font-weight: bold;
}

/**
 * Cookies
 */
.cookies {
  background-color: #999999;
  color: #ffffff;
}
.cookies > .container {
  margin: 0 auto;
}
.cookies > .container > div {
  min-height: 74px;
}
.cookies .col-md-8 {
  padding: 16px 0px 20px 0px;
}
.cookies .col-md-8 > a {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: underline;
}
.cookies .col-md-8 > a:hover {
  opacity: 0.3;
}
.cookies .col-md-4 {
  padding: 20px 0px 20px 0px;
  text-align: right;
}
@media (max-width: 992px) {
  .cookies .col-md-4 {
    text-align: center;
  }
}
.cookies .btn-cookies-accept {
  background-color: #999999;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cookies .btn-cookies-accept:hover {
  background-color: #ffffff;
  color: #999999;
  border: 1px solid #eeeeee;
}
.cookies .btn-cookies-refuse {
  color: #ffffff;
  opacity: 0.5;
}
.cookies .btn-cookies-refuse:hover {
  opacity: 1;
}

/**
 * Tools
 */
.vcenter {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Medi-Flix
 */
section.features-today .title-section h1 {
  color: #049fd5;
}

section.features-today {
  border-top: 2px solid #049fd5;
}

.features-today ul.post-tags li {
  color: #e6e6e6;
}

section.features-today .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #049fd5;
  background: #049fd5;
}

.main-news-slider .custom-slider-arrows .container a:hover {
  border: 3px solid #049fd5;
  color: #049fd5;
}

.main-news-slider .video-countdown {
  font-family: "Lato", sans-serif;
  background-color: #d20000;
  display: inline-block;
  border-radius: 1px;
  border-color: #d20000;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  margin-top: 1em;
}

.main-news-slider .video-countdown span {
  display: block;
  font-size: 1.3rem;
}

.main-news-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-news-slider .overlay .overlay-wrap {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-news-slider .image-post2 .hover-box h2 {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

.main-news-slider .image-post2 .hover-box h2 {
  display: block;
}

.main-news-slider .rmnet-button-sidebar a {
  background: #049fd5;
  margin-top: 1em;
  padding: 1em 2.5em;
  border: none;
  font-size: 1em;
}

.main-news-slider .rmnet-button-sidebar a:hover {
  background: #0083b1;
}

@media (max-width: 991px) {
  .main-news-slider .video-countdown {
    padding: 0.4em 1em;
    font-size: 2rem;
  }
  section.features-today {
    background-color: #f5f5f5;
  }
  section.features-today .owl-carousel .news-post .post-content h2 a {
    color: #333333;
  }
  section.features-today .owl-carousel .news-post .post-content h2 a {
    color: #209fd5;
  }
  section.features-today ul.post-tags li {
    color: #999999;
  }
  section.features-today .owl-theme .owl-controls .owl-buttons div {
    border: 1px solid #999999;
    background: none;
  }
  section.features-today {
    border-top: none;
  }
  section.features-today .title-section.white {
    border-bottom: 1px solid #e1e1e1;
  }
  section.features-today .title-section h1 {
    color: #222222;
  }
  section.features-today .btn-archive {
    color: #209fd5;
  }
}
@media (max-width: 500px) {
  .main-news-slider .rmnet-button-sidebar a {
    background: #049fd5;
    margin-top: 1em;
    padding: 1em 1.5em;
    font-size: 0.8em;
  }
}