.widget-content {
  margin-bottom: 22px;
}

.widget-content .section {
  margin: 0 !important;
  padding: 0 !important;
}

.widget-content:last-child {
  margin-bottom: 0;
}

.widget-content .container {
  padding: 0;
}

.container.article {
  display: block;
}

.container article {
  position: relative;
}

.container aside {
  display: none;
  margin-top: 66px;
}

.container aside li {
  list-style: none;
  margin-bottom: 1rem;
}

.container aside li .wp-block-image {
  width: 260px;
  box-shadow: 0 3px 6px #00000029;
}

.container aside li figure:last-child {
  border-radius: 10px;
}

.container aside #courtiers {
  padding-top: 14px;
}

.container aside #courtiers .grid {
  flex-direction: column;
}

.container aside #courtiers .grid .courtier {
  flex-direction: row;
  justify-content: center;
  grid-gap: 26px;
  padding: 0 0 0 25px;
  width: 260px;
}

.container aside #courtiers .container .grid .courtier .number-mobile {
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding: 4px 10px;
}

.container aside #courtiers .container .grid .courtier .picto {
  display: none;
}

.container aside #courtiers .container .grid .courtier .img {
  width: 85px;
  height: 25px;
}

.container aside #courtiers .container .grid .courtier .top {
  margin: 15px 0;
}

.container aside #courtiers .container .grid .courtier .bottom {
  margin: 15px 0;
}

.container aside #courtiers .container .grid .courtier .bottom .visite {
  padding: 3px 25px;
  width: 93px;
  margin: unset;
}

.container .ariane {
  align-items: center;
  grid-gap: 3px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 23px;
}

.container .ariane a {
  color: #6c6c6c;
  display: inline-flex;
}

body:not(.light-mode) .container .ariane a {
  color: #a5a5a5;
}

.container .ariane p {
  color: #a3a2a2;
}

.container .ariane figure {
  width: 10px;
  height: 8px;
  margin-top: 0.3rem;
  display: inline-flex;
}

.container .ariane figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .container .picto {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  justify-content: right;
} */

.container .picto {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  justify-content: center;
  padding: 20px 0;
}

.container .picto .copy {
  display: none;
  box-shadow: 0 3px 6px #00000029;
  padding: 5px 10px;
  border-radius: 10px;
  position: absolute;
  top: -35px;
  background: #aaaaaa;
}

.container .content-one-article {
  border-bottom: 1px solid #49494b;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

body.light-mode .container .content-one-article {
  border-color: #e9ecef;
}

.container .content-one-article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.light-mode .container .picto a svg path {
  fill: #000;
}

.container .picto a svg:hover path {
  /* fill: #fd8e02; */
}

.container .post .categories {
  display: flex;
  grid-gap: 16px;
  margin: 35px 0 0 0;
  flex-wrap: wrap;
}

.container .post .categories h2 {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 2px 18px;
  border-radius: 5px;
  color: #fff;
}

.container .post .categories h2 a {
  color: #fff;
}

.container .post .categories h2.gris {
  background: #6c6c6c;
}

.container .post .categories h2.gris:hover {
  background: #605f5f;
}

.container .post .categories h2.orange {
  background: #fd8e02;
}

.container .post .categories h2.orange:hover {
  background: #e07d00;
}

.container .post h1 {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.container .post p {
  font-size: 14px;
  line-height: 18px;
}

.container .post .update {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  margin: 14px 0;
}

.container .post .update p {
  color: #6c6c6c;
  font-style: italic;
}

.container .post figure img {
  width: 100%;
  height: 100%;
}

.single-post .container .post .sommaire {
  position: relative;
  padding: 14px 31px 22px 31px;
  background: #17191d;
  margin: 17px 0;
  text-align: left;
  border-radius: 4px;
}

.light-mode .container .post .sommaire {
  background: #f4f4f4;
}

.container .post .sommaire h2 {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.container .post .sommaire .trait {
  width: 71px;
  height: 2px;
  position: absolute;
  top: 57px;
  left: 31px;
  background: transparent linear-gradient(88deg, #fd8f02 0%, #fdb003 100%);
}

.container .post .sommaire ul {
  list-style: none;
  padding: 0;
}

.container .post .sommaire ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.container .post .sommaire ul li span {
  color: #fd8e02;
  font-weight: bold;
}

.container .content h2 {
  /*font-size: 18px;*/
  line-height: 23px;
  margin: 25px 0 8px 0;
}

.container .content p {
  font-size: 14px;
  line-height: 18px;
  margin: 1rem 0;
}

.container .content figure {
  margin: 24px auto;
}

.container .content figure img {
  max-width: 100%;
}

.container .content figure figcaption {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}

.light-mode .container .content figure figcaption {
  color: #000;
}

/* .container .content .wp-block-button__link {
  background: transparent linear-gradient(88deg, #fdb003 0%, #fd8d02 100%);
  border-radius: 10px;
  width: 100%;
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
} */

.container .content .wp-block-button {
  margin: 0 auto;
  width: 323px;
}

.container .content .wp-block-button .wp-block-button__link:hover {
  background: transparent linear-gradient(275deg, #fdb003 0%, #fd8d02 100%);
}

.container .content .wp-block-post-author {
  padding: 25px 55px 25px 45px;
  background: #17191d;
  border-radius: 10px;
  margin: 45px 0;
}

.container .content .wp-block-post-author .wp-block-post-author__avatar {
  width: 33%;
  margin: 0 auto;
}

.container .content .wp-block-post-author .wp-block-post-author__avatar img {
  border-radius: 50%;
  width: 74px;
  height: 74px;
}

.container .content .wp-block-post-author .wp-block-post-author__content {
  display: flex;
  flex-direction: column-reverse;
  width: 66%;
}

.container
  .content
  .wp-block-post-author
  .wp-block-post-author__content
  .wp-block-post-author__byline {
  font-size: 12px;
  line-height: 16px;
}

.container
  .content
  .wp-block-post-author
  .wp-block-post-author__content
  .wp-block-post-author__name {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}

.container .content ul {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}

.container .content ul li {
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  padding-left: 10px;
  margin-left: 20px;
}

.container .content ul li:before {
  position: absolute;
  content: "•";
  top: 0;
  left: 0;
  color: #fd8f02;
}

.container .content ol {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}

.container .content ol li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
  margin-left: 40px;
}

.container .content .wp-block-table {
  color: #fff;
  border: 1px solid #6c6c6c;
  border-radius: 10px;
  overflow: hidden;
}

.container .content .wp-block-table tr:nth-child(2n + 2) {
  background: #aaaaaa;
}

.container .content .wp-block-table tr:nth-child(2n + 1) {
  background: #101215;
}

body.light-mode .container .content .wp-block-table tr:nth-child(2n + 1) {
  background: white;
}

body.light-mode .container .content .wp-block-table tr:nth-child(2n + 1) * {
  color: #101215;
}

.container .content .wp-block-table tr:first-child td {
  font-weight: bold;
}

.container .content .wp-block-table td {
  padding: 10px 0 10px 10px;
  font-size: 14px;
  line-height: 18px;
  border-right: 1px solid #6c6c6c;
}

.container .content .wp-block-table td:first-child {
  /*width: 40%;*/
  border-right: 1px solid #6c6c6c;
}

.container .content .wp-block-table td:last-child {
  /*padding-right: 25px;*/
}

.container .categorie h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}

.container .categorie .questions {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.container .categorie .questions .question {
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
}

.light-mode .container .categorie .questions .question {
  background: #2e2e2e;
}

.container .categorie .questions .question div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .categorie .questions .question div figure:last-child {
  display: none;
}

.container .categorie .questions .question h3,
.container .categorie .questions .question p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  margin: unset;
}

.container .categorie .questions .question.light-mode p {
  display: block;
}

.container .categorie .questions .question h3 {
  margin-bottom: 10px;
}

.light-mode .container .categorie .questions .question .active h3,
.container .categorie .questions .question .active h3 {
  color: #fd8f02;
  font-weight: bold;
}

.active .container .categorie .questions .question .moins path {
  fill: #fff;
}

.active .container .categorie .questions .question h3,
.active .container .categorie .questions .question p {
  color: #fff;
}

.question .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.question .content.active {
  max-height: none; /* Ensure that the content expands fully */
}

.container #courtiers .container,
.container #actu-crypto .container {
  display: block;
  padding: unset;
}

article #courtiers {
  padding: 40px 0 0 0;
}

article #courtiers .container .grid .courtier .picto {
  top: 0;
  left: 18px;
  right: unset;
}

/* FULL WIDTH TEMPLATE ---------------------------------------------- */

.post-template-full-width-template article .picto {
  justify-content: center;
}

.post-template-full-width-template article .post {
  text-align: center;
}

.post-template-full-width-template article .post h3 {
  text-align: left;
}

.post-template-full-width-template article .post .update,
.post-template-full-width-template article .post .categories {
  justify-content: center;
}

.post-template-full-width-template article .post .categories {
  margin: 13px 0 30px 0;
}

.post-template-full-width-template article #disclaimer-article,
.post-template-full-width-template article .auteur,
.post-template-full-width-template article .categorie,
.post-template-full-width-template article .content > *:not(.classements) {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.single-post .auteur {
  width: 100%;
  height: auto;
}

.single-post .auteur .author-text {
  height: 100%;
  transition: 0.5s;
}

.single-post .auteur h3 {
  margin-top: 0;
  font-size: 1.5em;
}

.single-post .auteur p {
  font-size: 0.9em;
  line-height: 1.25;
  transition: 0.5s;
}

body.light-mode .single-post .auteur h3,
body.light-mode .single-post .auteur p {
  color: #101215;
}

.single-post .auteur figure .author-full-width-link img,
.auteur figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 9999px !important;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .single-post .auteur figure .author-full-width-link img,
  .auteur figure img {
    width: 60px;
    height: 60px;
  }
}

.single-post .auteur figure a svg {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

.single-post .auteur figure a svg path {
  fill: #cecbcb;
  transition: 0.5s;
}

body.light-mode .single-post .auteur figure a svg path {
  fill: #101215;
  transition: 0.5s;
}

.single-post .auteur figure a svg:hover path {
  fill: #fd8d02;
}

body.light-mode .single-post .auteur figure a svg path {
  fill: #101215;
}

body.light-mode .single-post .auteur figure a svg:hover path {
  fill: #fd8d02;
}

@media screen and (max-width: 768px) {
  .single-post .auteur {
    margin: 23px 0 10px 0 !important;
  }
}

.post-template-full-width-template article #courtiers,
.post-template-full-width-template article #actu-crypto {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.container .newsletter {
  background: url(../img/fond_newsletter.png);
  background-size: cover;
  background-position: bottom;
  padding: 3rem;
  margin-bottom: 3rem;
}

.container .newsletter p {
  font-weight: bold;
  font-style: italic;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.mailmunch-forms-widget-1094979 {
  width: 550px;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container .content .wp-block-button {
    width: 464px;
    /* Digitality */
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .container .content .wp-block-post-author .wp-block-post-author__avatar,
  .container .content .wp-block-post-author .wp-block-post-author__content {
    width: unset;
  }
}

@media screen and (min-width: 992px) {
  .container.article {
    display: flex;
    grid-gap: 2rem;
    padding: 0 2rem;
  }

  .container.article {
    display: flex;
    grid-gap: 2rem;
    padding: 0 2rem;
  }

  .container article {
    width: 70%;
  }

  .post-template-full-width-template article {
    width: 100%;
  }

  .container aside {
    display: block;
    width: 25%;
  }

  .container .picto {
    flex-direction: column;
    position: fixed;
    left: calc(calc(50% - 580px) + 74px);
    z-index: 2;
    top: calc(22% + 50px);
  }

  .container .auteur {
    grid-gap: 40px;
    padding: 17px 19px;
  }

  .container .auteur figure {
    min-width: 60px;
  }

  .post-template-full-width-template .picto {
    left: unset;
    right: calc(49% - 495px);
  }

  .container.article article #courtiers .container .grid .courtier {
    width: 137px;
  }

  .post-template-full-width-template
    .container.article
    article
    #courtiers
    .grid
    .courtier {
    width: 100%;
  }

  .container.article
    article
    #courtiers
    .container
    .grid
    .courtier
    .bottom
    .visite {
    width: 110px;
  }

  .post-template-full-width-template .content .wp-block-image {
    width: 90%;
  }

  .post-template-full-width-template article .post .sommaire {
    width: 85%;
    margin: 17px auto;
  }

  .post-template-full-width-template .post .excerpt {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .container article {
    width: 840px;
    padding: unset;
  }

  .post-template-full-width-template article {
    width: 100%;
  }

  .container aside {
    /* width: 260px; */
    min-width: 318px;
  }

  .container {
    max-width: 1160px;
  }

  .page-id-4133 .container {
    max-width: 990px;
  }

  .page-id-4133 header .container {
    max-width: 1160px;
  }

  .container.article article #courtiers .container .grid .courtier {
    width: 160px;
  }

  .post-template-full-width-template
    .container.article
    article
    #courtiers
    .grid
    .courtier {
    width: 100%;
  }

  .container .picto {
    left: calc(calc(50% - 580px) - 25px);
  }

  .post-template-full-width-template .picto {
    left: unset;
    right: calc(calc(49% - 580px) - 20px);
  }
}

/* Digitality Agency */

@media screen and (min-width: 992px) {
  .single-post .container.article {
    display: flex;
    grid-gap: 2rem;
    padding: 0;
    max-width: var(--max-width);
  }
}

@media screen and (min-width: 1200px) {
  .single-post .container article {
    flex: auto;
    padding: unset;
    width: 70%;
  }
}

.single-post .picto a {
  width: 32px;
  height: 32px;
  background: #17191d 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-post .container .ariane {
  margin-top: 22px;
}

.single-post .container .post .categories {
  display: flex;
  grid-gap: 16px;
  margin: 31px 0 14px 0;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .single-post .container .post .categories {
    margin: 26.5px 0;
  }
}

body.single-post:not(.active) .container .ariane a {
  text-align: left;
  font: normal normal normal 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #6c6c6c;
  opacity: 1;
}

.single-post .container .post .categories span.gris {
  background: #7c7c7c;
  border-radius: 6px;
}

.single-post .container .post .categories span.gris a {
  color: #fff;
  text-align: center;
  font: normal normal bold 12px/17px "Open Sans";
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  padding: 2px 7px;
}

.single-post .container .post .categories span.orange {
  background: var(--accent-color);
  border-radius: 6px;
}

.single-post .container .post .categories span.orange a {
  color: #000;
  text-align: center;
  font: normal normal bold 12px/17px "Open Sans";
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  padding: 2px 7px;
}

.single-post .container .post h1 {
  text-align: left;
  font: normal normal bold 24px/33px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

@media (max-width: 767px) {
  .single-post .container .post h1 {
    font: normal normal bold 22px/28px "Open Sans";
  }
}

.light-mode.single-post .container .post h1 {
  color: #000;
}

.single-post .container .post p {
  text-align: left;
  font: normal normal normal 16px/22px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.light-mode.single-post .container .post p {
  color: #000;
}

.single-post .container .post .update {
  justify-content: space-between;
}

.single-post .container .post .update div:nth-of-type(1) {
  display: none;
}

.single-post .container .post .update:nth-child(3) {
  justify-content: flex-end;
}

.single-post .container .post .update p {
  text-align: left;
  font: normal normal normal 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
}

@media (max-width: 767px) {
  .single-post .container .post .update p:nth-of-type(2) {
    text-align: right;
  }
}

.single-post .container .post .update p a {
  text-align: left;
  font: normal normal normal 14px/19px "Open Sans" !important;
  letter-spacing: 0px;
  color: #7c7c7c !important;
  opacity: 1;
  margin: 0;
}

/* toc: sommaire */

.single-post h2 {
  text-align: left;
  font: italic normal bold 16px/22px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}

.light-mode.single-post h2 {
  color: #000;
}

.single-post h2::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 70px;
  height: 3px;
  background: var(--accent-color) 0% 0% no-repeat padding-box;
  opacity: 1;
}

/* Specific rule to override for h2 within .content */
.single-post .content h2 {
  text-align: left;
  font: normal normal bold 18px/24px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.light-mode.single-post .content h2 {
  color: #000;
}

.single-post .content h2::before {
  display: none;
}

.toc-container {
  margin-bottom: 20px;
}

.toc-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.toc-nav {
  font-size: 1em;
}

.toc-list {
  list-style-type: none;
  padding-left: 0;
}

.toc-item {
  margin: 5px 0;
  padding: 0;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 4px;
}

.toc-item a {
  padding: 5px;
}

.toc-link {
  text-decoration: none !important;
  color: #fff;
  display: block;
}

.toc-item.active {
  background-color: #fac011;
}

.toc-item:hover {
  background-color: #fac011;
  color: #000;
}

.toc-link:hover {
  text-decoration: underline;
  color: #000 !important;
}

.toc-item:hover .toc-link {
  text-decoration: underline;
  color: #000 !important;
}

/* content */

.single-post .container .content .wp-block-button__link {
  background: transparent
    linear-gradient(88deg, var(--accent-color) 0%, var(--accent-color) 100%);
  border-radius: 10px;
  width: 100%;
  margin-top: 24px;

  text-align: center;
  font: normal normal bold 16px/22px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.single-post .container .content ul li:before {
  position: absolute;
  content: "•";
  top: 0;
  left: 0;
  color: var(--accent-color);
}

.single-post .wp-block-quote {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 0;
  border-left: 3px solid var(--accent-color);
  background-color: transparent;
  padding: 4px 0 2px 20px;
}

.single-post .wp-block-quote p {
  margin: 0;
  padding: 0;
}

.single-post .wp-block-quote:before {
  display: none;
}

.single-post .auteur {
  background: #17191d 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}

.single-post .auteur h3,
.single-post .auteur a {
  text-align: left;
  font: normal normal bold 16px/22px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 2px;
}

.single-post .auteur p {
  text-align: left;
  font: normal normal normal 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
}

.single-post .container .categorie .questions .question {
  background: transparent;
  padding: 18px 20px;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  .single-post .container .categorie .questions .question {
    padding: 18px 0;
  }
}

.single-post .container .categorie .questions .question h3 {
  text-align: left;
  font: normal normal bold 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: 0;
}

.light-mode.single-post .container .categorie .questions .question h3 {
  color: #000;
}

.single-post .container .categorie .questions .question p {
  text-align: left;
  font: normal normal normal 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.light-mode.single-post .container .categorie .questions .question p {
  color: #000;
}

.single-post .plus path,
.single-post .moins path {
  stroke: #fff;
}

.light-mode.single-post .plus path,
.light-mode.single-post .moins path {
  stroke: #000;
}

.single-post .questions .question {
  border-bottom: 1px solid #969696;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 0 !important;
}

.single-post .questions .question:last-child {
  border-bottom: none;
}

.single-post.dark-mode section#disclaimer-article {
  background-color: #17191d;
  padding: 18px 24px;
}

.single-post section#disclaimer-article h4 {
  color: var(--accent-color);
  margin: 0;
}

.single-post section#disclaimer-article p {
  text-align: left;
  font: normal normal normal 14px/14px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c;
  margin-top: 9px;
}

.single-post .container .content .wp-block-button .wp-block-button__link:hover {
  background: transparent
    linear-gradient(275deg, var(--accent-color) 0%, var(--accent-color) 100%);
}

/* Share Icons
Dark Mode */

.dark-mode.single-post .picto a:hover {
  background: var(--accent-color);
}

.dark-mode.single-post .picto a:hover path,
.dark-mode.single-post .container .picto a svg:hover path {
  fill: var(--accent-color);
}

.dark-mode.single-post .picto a:hover .ivx-twitter path,
.dark-mode.single-post .container .picto a svg.ivx-twitter:hover path,
.dark-mode.single-post .container .picto a svg.ivx-telegram:hover path,
.dark-mode.single-post .picto a:hover .ivx-telegram path,
.dark-mode.single-post .picto a:hover .ivx-telegram svg:hover path {
  fill: #000;
  stroke: #000;
}

.dark-mode.single-post .ivx-share,
.dark-mode.single-post .ivx-twitter,
.dark-mode.single-post .ivx-telegram {
  fill: #000;
  transition: none;
}

.dark-mode.single-post .ivx-share {
  stroke-width: 20px;
  stroke: #fff;
}

.dark-mode.single-post .picto a:hover .ivx-share,
.dark-mode.single-post .picto a:hover .ivx-twitter {
  fill: var(--accent-color);
  stroke: #000;
}

/* Share Icons
Light Mode */

.light-mode.single-post .picto a {
  background: #efeff2;
}

.light-mode.single-post .picto a:hover {
  background: var(--accent-color);
}

.light-mode.single-post .picto a:hover path,
.light-mode.single-post .container .picto a svg:hover path {
  fill: var(--accent-color);
}

.light-mode.single-post .picto a:hover .ivx-twitter path,
.light-mode.single-post .container .picto a svg.ivx-twitter:hover path,
.light-mode.single-post .container .picto a svg.ivx-telegram:hover path,
.light-mode.single-post .picto a:hover .ivx-telegram path,
.light-mode.single-post .picto a:hover .ivx-telegram svg:hover path {
  fill: #000;
  stroke: #000;
}

.light-mode.single-post .ivx-share,
.light-mode.single-post .ivx-twitter,
.light-mode.single-post .ivx-telegram {
  fill: #efeff2;
  transition: none;
}

.light-mode.single-post .ivx-share {
  stroke-width: 20px;
  stroke: #000;
}

.light-mode.single-post .picto a:hover .ivx-share,
.light-mode.single-post .picto a:hover .ivx-twitter {
  fill: #efeff2;
  stroke: #000;
}

.light-mode.single-post .sommaire a {
  color: #000000;
}

body.light-mode.single-post .auteur {
  background: #efeff2 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  box-shadow: none;
}

.single-post.light-mode section#disclaimer-article {
  border: 1px solid #efeff2;
  border-radius: 10px;
  opacity: 1;
  background: #fff;
}

/* rustine pour pages archive */
body:not(.single-post):not(.home) .page #actu-crypto .container div h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 32px;
  position: relative;
}

body:not(.single-post):not(.home) .page #actu-crypto .container div h2 {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 70px;
  height: 3px;
  background: var(--accent-color) 0% 0% no-repeat padding-box;
  opacity: 1;
}

@media (min-width: 768px) {
  .single-post .picto.desktop {
    display: flex;
  }
  .single-post .picto.mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .single-post .picto.desktop {
    display: none;
  }
  .single-post .picto.mobile {
    display: flex;
  }
}
