
.container-header {
  padding: 8px 0 0 0;
}

@media all and (max-width: 1505px) {
  .container-header .header {
    padding: 0px 10px;
  }
}

@media all and (max-width: 700px) {
  .container-header {
    padding: 5px 0 0 0;
  }
}

.mini-menu {
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  margin-top: 5px;
  padding: 5px 0px;
  background: #fbfbfb;
  border-top: 1px solid var(--primary-bg2-color);
  border-bottom: 1px solid var(--primary-bg2-color);
  z-index: 10;
  overflow: auto;
}

.theme-dark .mini-menu {
  background: #12161c;
}

.mini-menu::-webkit-scrollbar {
  background: none;
  height: 0px;
}

.mini-menu:hover::-webkit-scrollbar {
  height: 5px;
}

.mini-menu::-webkit-scrollbar-thumb {
  border: none;
  background: var(--dark-color300);
}

.mini-menu .navigation {
  padding: 0 10px;
  max-width: 1500px;
  margin: auto;
  display: flex;
  align-items: center;
  max-height: 25px;

}

.mini-menu .navigation .item {
  font-size: 0.80em;
}

.mini-menu .navigation .item a {
  padding: 0 10px;
  text-wrap: nowrap;
  color: var(--primary-text3-color);
}

.mini-menu .navigation .item:first-child a {
  padding: 0 10px 0 0;
}

.mini-menu .navigation .item a svg {
  fill: var(--primary-text1-color);
  width: 15px;
}

.container {
  position: relative;
  background: #f5f5f5;
  background: var(--primary-bg1-color);
  padding: 15px 10px;
  overflow: clip;
}

.container > .content {
  display: grid;
  grid-template-columns: 260px 1fr 290px;
  grid-gap: 20px;
  max-width: 1300px;
}

.content .content-post-menu {
  position: relative;
}

.content-post-menu .toggle {
  display: none;
}

.content .navigation {
  position: sticky;
  top: 115px;
}

.content .navigation h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.content .navigation ul {
  position: relative;
  max-height: 500px;
  overflow-y: auto;
}

.content .navigation ul::-webkit-scrollbar {
  background: none;
  width: 8px;
  border: none;
}

.content .navigation ul::-webkit-scrollbar-thumb {
  background: var(--light-color300);
  border: none;
}

.content .navigation ul::-moz-scrollbar {
  background: none;
  width: 8px;
}

.content .navigation ul::-moz-scrollbar-thumb {
  background: var(--primary-bg3-color);
}

.content .navigation ul li {
  position: relative;
  padding: 10px 15px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--primary-text3-color);
  border-left: 1px solid var(--primary-border-color);
  cursor: pointer;
}

.content .navigation ul li:hover {
  background: var(--primary-bg2-color);
  border-left: 1px solid var(--primary-bg3-color);
}
/* 
.content .navigation ul li.enable:hover {
  border-left: 2px solid var(--primary-color);
}

.content .navigation ul li.enable {
  border-left: 2px solid var(--primary-color);
  background: #ff983f;
  color: var(--primary-text1-color);
}

.theme-dark .content .navigation ul li.enable {
  background: #803c00;
} */

.content .content-post-article {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: fit-content;
}

.content .content-post-article .header-post-article {
  position: relative;
  padding: 0px;
  background: var(--primary-bg1-color);
  margin-bottom: 20px;
}

.content .content-post-article .header-post-article .chemin {
  font-size: 0.8em;
  margin-bottom: 3px;
}

.content .content-post-article .header-post-article .chemin a {
  color: var(--clr);
  font-weight: 600;
  font-size: 1em;
}

.content .content-post-article .header-post-article .title {
  font-size: 2em;
  font-weight: 600;
  line-height: 35px;
  color: var(--primary-text1-color);
  margin-bottom: 5px;
}

.content .content-post-article .header-post-article .infos-article {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 5px 0 9px;
  /* padding-bottom: 2px; */
}

.content .content-post-article .header-post-article .infos-article::after {
  content: "";
  position: absolute;
  bottom: -1px; left: 0;
  width: 100px; height: 2px;
  background: var(--primary-border-color);
}

.content .content-post-article .header-post-article .infos-article .item {
  position: relative;
  display: flex;  
}

.content .content-post-article .header-post-article .infos-article .item span {
  display: flex;  
}

.content .content-post-article .header-post-article .infos-article .item span.value {
  font-weight: 500;
  font-size: 0.75em;
}

.content .content-post-article .header-post-article .infos-article .item span.svg {
  margin-right: 5px;
}

.content .content-post-article .header-post-article .infos-article .item span.svg svg {
  width: 14px;
  fill: #888;
}

.content .content-post-article .header-post-article .box-img img {
  width: 100%;
  border: 5px solid var(--primary-text1-color);
}


.content .content-post-article .header-post-article .author {
  font-size: 0.85em;
  color: var(--primary-text3-color);
}

.content .content-post-article .header-post-article .author > a {
  font-weight: 600;
  font-size: 1.1em;
  color: var(--primary-text1-color);
}

.content .content-post-article .header-post-article .update {
  font-size: 0.75em;
  margin-bottom: 5px;
  color: var(--primary-text3-color);
}

.content .content-post-article .header-post-article .options {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  gap: 5px;
  margin-bottom: 8px;
}

.content .content-post-article .header-post-article .options svg {
  width: 10px;
  fill: var(--primary-text3-color);
}

.content .content-post-article .header-post-article .options > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 7px;
  height: 25px;
  border: 1px solid var(--primary-bg3-color);
  cursor: pointer;
}

.content .content-post-article .header-post-article .options > div.download svg {
  fill: #d40000;
}

.content .content-post-article .header-post-article .options > div.share svg {
  fill: #007fff;
}

.content .content-post-article .header-post-article .options > div.translate svg {
  fill: var(--primary-text1-color);
} 

.content .content-post-article .header-post-article .options > div.save .svg svg:first-child {
  display: none;
}

.content .content-post-article .header-post-article .options > div.save.enable .svg svg:first-child {
  display: block;
}

.content .content-post-article .header-post-article .options > div.save.enable .svg svg:last-child {
  display: none;
}

.content .content-post-article .header-post-article .options > div.save .remove-text {
  display: none;
}

.content .content-post-article .header-post-article .options > div.save.enable .add-text {
  display: none;
}

.content .content-post-article .header-post-article .options > div.save.enable .remove-text {
  display: inline;
}

.content .content-post-article .header-post-article .options > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: var(--primary-text3-color);
}

.content .content-post-article .header-post-article .options > div span:first-child {
  margin-right: 5px;
}

.content .content-post-article .header-post-article .intro {
  position: relative;
  font-size: 1em;
  font-weight: 400;
  padding-top: 5px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: var(--primary-text2-color);
}

/* .content .content-post-article .header-post-article .intro::after {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 100px; height: 2px;
  background: var(--primary-border-color);
} */

.content .content-post-article .header-post-article a {
  color: var(--clr);
}

.content .content-post-article .header-post-article a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.content .content-post-article .header-post-article .content-hashtags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.content .content-post-article .header-post-article .content-hashtags a {
  font-weight: 500;
  font-size: 0.85em;
  margin-right: 10px;
}

.content .content-post-article .body-post-article a {
  color: var(--clr);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.content .content-post-article .body-post-article a:hover {
  color: var(--light-color);
  background: var(--clr);
  text-decoration: none;
}

.content .content-post-article .body-post-article > section {
  position: relative;
  margin-bottom: 20px;
  background: var(--primary-bg1-color);
}

.content .content-post-article .body-post-article > section h2 {
  position: sticky;
  top: 95px;
  padding: 10px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  backdrop-filter: blur(5px);
  font-size: 1.15em;
  color: var(--primary-text1-color);
  background: #ffffffcc;
  z-index: 2;
}

.theme-dark .content .content-post-article .body-post-article > section h2 {
  background: #0d1117cc;
}

.content .content-post-article .body-post-article > section h2 span:first-child {
  min-width: 45px; height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: var(--dark-color300);
  color: var(--light-color);
  background: var(--clr);
  font-size: 1.2em;
}

.content .content-post-article .body-post-article > section h2 span:last-child {
  display: flex;
  align-items: center;
  min-height: 45px;
}

.content .content-post-article .body-post-article > section .box-img {
  position: relative;
  width: 100%;
  display: flex;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
  background: var(--primary-bg3-color);
  overflow: hidden;
}

.content .content-post-article .body-post-article > section img {
  position: relative;
  width: 100%;
}

.content .content-post-article .body-post-article > section img:not(:first-of-type){
  margin-top: 10px;
}

.content .content-post-article .body-post-article > section > h3 {
  font-weight: 600;
  padding: 10px;
}

.content .content-post-article .body-post-article > section h2 ~ h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 5px 0; 
  margin-left: 15px;
  line-height: 30px;
  color: var(--primary-text1-color);
}

.content .content-post-article .body-post-article > section h2 ~ h3 span:first-child {
  font-size: 1.2em;
  margin-right: 5px;
}

.content .content-post-article .body-post-article > section > h2.step {
  position: relative;
  top: 0;
  display: flex;
  font-size: 1.15em;
  line-height: 22px;
  font-weight: 600;
  padding: 0px;
  padding: 10px;
  color: var(--primary-text1-color);
}

.content .content-post-article .body-post-article > section > h2.step span:first-child {
  font-size: 1.2em;
  min-width: auto;
  height: auto;
  background: none;
  margin-right: 5px;
  color: var(--primary-text1-color);
}

.content .content-post-article .body-post-article > section > h2.step span:last-child {
  display: inline;
  min-height: auto;
}


.content .content-post-article .body-post-article > section > h2.step a {
  color: var(--clr);
  display: flex;
}

.content .content-post-article .body-post-article > section p,
.content .content-post-article .body-post-article > section ul,
.content .content-post-article .body-post-article > section ol {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--primary-text2-color);
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 25px;
}

.content .content-post-article .body-post-article > section blockquote {
  position: relative;
  display: block;
  font-size: 0.95em;
  padding: 10px 20px;
  margin: 0 20px 5px 20px;
  font-weight: 400;
  border-left: 4px solid var(--clr);
  color: var(--primary-text1-color);
  z-index: 0;
}

.content .content-post-article .body-post-article > section blockquote::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--clr);
  opacity: 0.15;
  z-index: -1;
}

.content .content-post-article .body-post-article > section blockquote span {
  color: var(--clr);
  font-weight: 600;
}

.content .content-post-article .body-post-article > section  b,
.content .content-post-article .body-post-article > section  strong {
  font-weight: 600;
}

.content .content-post-article .body-post-article > section ul {
  font-size: 0.95em;
  list-style-type: disc;
  padding: 0px 10px 0px 40px;
}

.content .content-post-article .body-post-article > section ol {
  font-size: 0.9em;
  padding: 0px 10px 0px 40px;
}

.content .content-post-article .body-post-article > section ul li,
.content .content-post-article .body-post-article > section ol li {
  position: relative;
  line-height: 25px;
  margin-bottom: 10px;
}

.content .content-post-article .body-post-article > section ul li > ul {
  list-style-type: square;
  padding: 10px 0px 0px 20px;
}

.content .content-post-article .body-post-article > section ol li > ul {
  padding: 10px 0px 0px 20px;
}

.content .content-post-article .body-post-article section.sources ol {
  padding: 0 10px;
  margin-left: 20px;
}

.content .content-post-article .body-post-article section.sources ol li {
  margin-bottom: 5px;
}

.content .content-post-article .body-post-article section.sources ol li a {
  line-height: 20px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flow-root;
}

.content .content-post-article .body-post-article > section ol li a {
  margin-left: 3px;
  color: var(--clr);
  text-decoration: none;
  /* word-wrap: break-word; */
}

.content .content-post-article .body-post-article > section ol li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  background: none;
  color: var(--clr);
}

.content .content-post-article .body-post-article > section code {
  padding: 1px 3px;
  font-size: 1.05em;
  text-wrap: nowrap;
  background: var(--primary-border-color);
}

.content .content-post-article .body-post-article > section pre {
  display: flex;
  flex-direction: column;
  margin: 10px;
  font-size: 1.1em;
  color: var(--light-color100);
  overflow: hidden;
}

.content .content-post-article .body-post-article > section pre code {
  width: 100%;
  padding: 15px;
  background: var(--dark-color100);
  line-height: 25px;
}

.content .content-post-article .body-post-article > section pre .head-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  background: var(--dark-color200);
}

.content .content-post-article .body-post-article > section pre .head-code .title {
  font-weight: 500;
  font-size: 0.7em;
  font-family: 'poppins';
}

.content .content-post-article .body-post-article > section pre .head-code .btn-copy-code {
  display: flex;
  cursor: pointer;
  padding: 5px;
  background: var(--dark-color100);
}

.content .content-post-article .body-post-article > section pre .head-code .btn-copy-code svg {
  width: 12px;
  fill: var(--light-color);
}

.container-comment {
  position: relative;
  padding: 15px 10px;
}

/* 
.container-comment .content {
  position: relative;
  height: 100%;
  max-height: 600px;
  overflow: auto;
  } */
.container-comment .content .more-view {
  display: none;
  position: absolute;
  bottom: 0; left: 10px; right: 10px;
  width: 100%;
  height: 70px;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--primary-text1-color);
  z-index: 1;
}

.container-comment .content .more-view::before {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 100%;
  filter: blur( 1px );
  backdrop-filter: blur( 2px );
  background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.248) 80% );
  z-index: -1;
}

.theme-dark .container-comment .content .more-view::before {
  background: linear-gradient(transparent 20%, rgba(255, 255, 255, 0.248) 80% );
}

.container-comment .box-add {
  display: flex;
}

.container-comment .box-add .bximg {
  position: relative;
  min-width: 30px; height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background: var(--clr);
  color: var(--light-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.container-comment .box-add .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container-comment .box-add .content textarea {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  font-size: 0.9em;
  resize: none;
  background: var(--primary-bg2-color);
  color: var(--primary-text2-color);
  border: 1px solid var(--primary-border-color);
}

.container-comment .box-add .content button {
  margin-top: 10px;
  background: var(--primary-color);
  width: fit-content;
  font-size: 0.8em;
  font-weight: 500;
  color: var(--light-color);
  padding: 5px 10px;
}

.container-comment .content-comment {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.container-comment .content > .content-comment.reply::before {
  content: '';
  position: absolute;
  top: 35px; left: 14px;
  width: 2px; height: calc(100% - ( 35px + 20px + 10px ) );
  background: var(--primary-bg2-color);
}

.container-comment .content > .content-comment.reply::after {
  content: '';
  position: absolute;
  bottom: 10px; left: 14px;
  width: 20px; height: 20px;
  /* background: red; */
  /* border-bottom: 2px solid red;
  border-left: 2px solid red; */
  border: 2px solid var(--primary-bg2-color);
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 20px;
}

.container-comment .content-comment .box-add,
.container-comment .content-comment .content-comment {
  margin-left: 40px;
}

.container-comment .content-comment .box-add {
  display: none;
  margin-top: 20px;
}

.container-comment .content-comment .box-add.enable {
  display: flex;
}

.container-comment .content-comment .head-comment {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.container-comment .content-comment .head-comment .bximg {
  position: relative;
  min-width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--clr);
  color: var(--light-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}

.container-comment .content-comment .head-comment .information {
  display: flex;
  flex-direction: column;
}

.container-comment .content-comment .head-comment .information .bx-name {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: 600;
}

.container-comment .content-comment .head-comment .information .bx-name .name {
  display: flex;
}

.container-comment .content-comment .head-comment .information .bx-name .role {
  background: var(--primary-color);
  color: var(--light-color);
  padding: 0px 6px;
  font-size: 0.8em;
  margin-left: 5px;
  text-transform: uppercase;
}

.container-comment .content-comment .head-comment .information .date {
  font-size: 0.7em;
  font-weight: 500;
  line-height: 12px;
  color: #888;
  text-transform: lowercase;
}

.container-comment .content-comment .comment {
  font-size: 0.9em;
  color: var(--primary-text2-color);
  margin-left: 40px;
}

.container-comment .content-comment .actions {
  display: flex;
  margin-left: 40px;
  margin-top: 5px;
}

.container-comment .content-comment .actions .like {
  display: flex;
  align-items: center;
  background: var(--primary-bg2-color);
  color: var(--primary-text3-color);
  border-radius: 15px;
  padding: 5px 15px;
  margin-right: 10px;
}

.container-comment .content-comment .actions .like span {
  pointer-events: none;
}


.container-comment .content-comment .actions .reply {
  display: flex;
  align-items: center;
}

.container-comment .content-comment .actions .like.enable {
  background: var(--primary-color);
  color: var(--light-color);
}

.container-comment .content-comment .actions .reply .svg,
.container-comment .content-comment .actions .like .svg {
  display: flex;
  margin-right: 5px;
}

.container-comment .content-comment .actions .like .svg svg {
  width: 12px;
  fill: var(--primary-text3-color);
}

.container-comment .content-comment .actions .like.enable .svg svg {
  fill: var(--light-color);
}

.container-comment .content-comment .actions .reply {
  color: var(--primary-color);
  font-weight: 600;
}

.container-comment .content-comment .actions .reply span {
  pointer-events: none;
}

.container-comment .content-comment .actions .reply .svg svg {
  width: 12px;
  fill: var(--primary-color);
}

.container-comment .content-comment .box-reply {
  display: none;
}

.container-comment .content-comment .box-reply.enable {
  display: block;
}

.container-comment .content-comment .more-comment {
  display: flex;
  margin-left: 40px;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: 600;
  /* color: var(--primary-color); */
  width: fit-content;
  cursor: pointer;
}

.container-comment .content-comment .more-comment div,
.container-comment .content-comment .more-comment span {
  pointer-events: none;
}

.container-comment .content-comment .more-comment .svg {
  display: flex;
  margin: 0 5px;
}

.container-comment .content-comment .more-comment .svg:first-child svg {
  width: 5px;
}

.container-comment .content-comment .more-comment .svg svg {
  width: 12px;
  fill: var(--primary-text1-color);
}

.container-comment .content-comment .more-comment.enable .svg svg {
  transform: rotate(180deg);
}

.footer-post-article {
  position: relative;
}

.footer-post-article .share {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr);
  color: var(--light-color);
  font-size: 0.9em;
  font-weight: 600;
  margin: auto;
  width: fit-content;
  padding: 8px;
  cursor: pointer;
}

.footer-post-article .share span {
  margin: 0 5px;
  display: flex;
}

.footer-post-article .share span svg {
  fill: var(--light-color);
  width: 12px;
}

.footer-post-article .evaluation {
  padding: 15px;
  margin-bottom: 10px;
  background: var(--primary-bg1-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-post-article .evaluation h2 {
  font-size: 0.9em;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 10px;
  background: var(--primary-bg2-color);
  color: var(--primary-text2-color);
}

.footer-post-article .evaluation .box-evaluation {
  display: flex;
}

.footer-post-article .evaluation .box-evaluation span:first-child {
  margin-right: 5px;
}

.footer-post-article .evaluation .box-evaluation .btn-evaluation {
  display: flex;
  align-items: center;
  font-size: 0.85em;
  padding: 5px 15px;
  margin-right: 20px;
  cursor: pointer;
  background: var(--clr);
  color: var(--light-color);
}

.footer-post-article .evaluation .box-evaluation .btn-evaluation:hover {
  opacity: 0.9;
}

.footer-post-article .evaluation .box-evaluation .btn-evaluation span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-post-article .evaluation .box-evaluation .btn-evaluation svg {
  width: 12px;
  fill: var( --light-color );
}

/* .footer-post-article .evaluation .box-evaluation .btn-evaluation.no svg {
  width: 14px;
  fill: var( --primary-text3-color ); 
} */

.footer-post-article .evaluation .box-reponse {
  display: none;
  width: 100%;
  padding: 20px;
  border: 1px solid var(--primary-border-color);
}

.footer-post-article .evaluation .box-reponse h3 {
  font-size: 2em;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-post-article .evaluation .box-reponse p {
  font-size: 1em;
  line-height: 20px;
  color: var(--primary-text3-color);
  margin-bottom: 20px;
}

.footer-post-article .evaluation .box-reponse.oui form {
  display: flex;
  flex-direction: column;
}

.footer-post-article .evaluation .box-reponse.oui form textarea {
  resize: none;
  background: var(--primary-bg1-color);
  color: var(--primary-text2-color);
  border: 1px solid var(--primary-bg3-color);
  padding: 5px;
  height: 140px;
  font-size: 0.9em;
}

.footer-post-article .evaluation .box-reponse ul li label {
  font-size: 1em  ;
  color: var(--primary-text3-color);
  margin-left: 5px;
}

.footer-post-article .evaluation .box-reponse input[type="submit"] {
  width: 100%;
  padding: 8px 0;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  background: var(--primary-text2-color);
  color: var(--primary-bg2-color);
}

.publicite {
  height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 5em;
  color: var(--primary-bg3-color);
  overflow: hidden;
}

.footer-post-article .other-articles {
  position: relative;
  padding: 15px 10px;
  background: var(--primary-bg1-color);
}

.footer-post-article h2 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-text1-color);
  background: var(--primary-bg15-color);
  padding: 10px 5px;
}

.footer-post-article .other-articles .container-articles {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}

.footer-post-article .other-articles .container-articles article {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.footer-post-article .other-articles .container-articles article a {
  position: relative;
  width: 100%;
  background: var(--primary-bg2-color);
}

.footer-post-article .other-articles .container-articles article a .bximg {
  display: flex;
}

.footer-post-article .other-articles .container-articles article a .bximg img {
  position: relative;
  width: 100%;
}

.footer-post-article .other-articles .container-articles article a h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  color: var(--primary-text1-color);
  padding: 10px 2px 5px;
  background: #ffffffc9;
  backdrop-filter: blur(2px);
}

.theme-dark .footer-post-article .other-articles .container-articles article a h3 {
  background: #0d1117c9;
}

.footer-post-article .other-articles .container-articles article a:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.footer-post-article .about-article {
  position: relative;
  padding: 15px 10px;
  background: var(--primary-bg1-color);
}

.footer-post-article .about-article > .author {
  position: relative;
  display: flex;
  height: 50px;
  margin-bottom: 15px;
}

.footer-post-article .about-article .author .certificat {
  position: absolute;
  bottom: -12px; left: 35px;
  fill: var(--primary-color);
  z-index: 1;
}

.footer-post-article .about-article .author .certificat svg {
  width: 15px;
}

.footer-post-article .about-article .author .bximg {
  position: relative;
  min-width: 50px; height: 50px;
  border-radius: 20%;
  margin-right: 10px;
  overflow: hidden;
}

.footer-post-article .about-article .author .bximg img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}

.footer-post-article .about-article .author .infos {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 60px);
}

.footer-post-article .about-article .author .infos .title {
  font-size: 0.7em;
  font-weight: 500;
}

.footer-post-article .about-article .author .infos .author {
  font-weight: 600;
  font-size: 1em;
  line-height: 10px;
  color: var(--primary-text1-color);
}

.footer-post-article .about-article .author .infos .description {
  font-size: 0.7em;
  width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-text2-color);
}

.footer-post-article .about-article p {
  font-size: 1em;
  font-weight: 500;
  color: var(--primary-text3-color);
}

.footer-post-article .about-article > span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  margin-top: 10px;
}

#share {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 12;
}

#share.enable {
  display: flex;
}

#share .container {
  position: absolute;
  width: 100%;
  max-width: 380px;
  padding: 15px 25px;
  background: var(--primary-bg1-color);
  border: 1px solid var(--primary-border-color);
  box-shadow: 0 0 0 1px var(--primary-bg1-color), 0 0 0 2px var(--primary-border-color);
  transition: top 0.2s;
  z-index: 11;
}

#share .top-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#share .top-share span {
  font-size: 1.1em;
  font-weight: 600;
}

#share .top-share span.btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  cursor: pointer;
}

#share .top-share span.btn-close svg {
  width: 10px;
  fill: var(--primary-text3-color);
}

#share .social-media {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

#share .social-media li {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#share .social-media li span {
  font-size: 0.7em;
  font-weight: 500;
  margin-top: 5px;
}

#share .social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--clr);
}

#share .social-media a svg {
  width: 20px;
  fill: var(--light-color);
}

#share span {
  font-size: 0.9em;
  font-weight: 600;
}

#share .bxlink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 10px;
  background: var(--primary-bg2-color);
  margin-top: 5px;
}

#share .bxlink .link {
  font-size: 0.8em;
  font-weight: 400;
  margin-right: 10px;
  color: var(--primary-text3-color);
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#share .bxlink .btn-copy {
  display: flex;
  cursor: pointer;
  padding: 5px;
  background: var(--primary-bg1-color);
}

#share .bxlink .btn-copy svg {
  width: 12px;
  fill: var(--primary-text1-color);
}

/*===========================*/
/* aside */

.content-aside {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: clip;
}

.content-aside .blog-aside {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* height: 100%;
  width: 100%; */
}

.content-aside .blog-aside aside {
  margin-bottom: 20px;
}

.content-aside aside {
  padding: 10px;
  background: var(--primary-bg1-color);
  height: fit-content;
  overflow: hidden;
}

.content .content-aside aside.infos-articles {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--primary-bg2-color);
}

.content .content-aside aside.infos-articles > .author {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--primary-bg2-color);
  background: var(--primary-bg1-color);
}

.content .content-aside aside.infos-articles .author .bximg {
  position: relative;
  min-width: 55px; height: 55px;
  border-radius: 20%;
  margin-right: 15px;
  overflow: hidden;
}

.content .content-aside aside.infos-articles .author .bximg img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}

.content .content-aside aside.infos-articles .author span.certificat {
  position: absolute;
  bottom: -2px; left: 52px;
  z-index: 2;
}

.content .content-aside aside.infos-articles .author span.certificat svg {
  fill: #007fff;
}

.content .content-aside aside.infos-articles .author .infos {
  display: flex;
  flex-direction: column;
}

.content .content-aside aside.infos-articles .author .infos .title {
  font-size: 0.7em;
}

.content .content-aside aside.infos-articles .author .infos .author {
  font-weight: 600;
  font-size: 1em;
  line-height: 15px;
}

.content .content-aside aside.infos-articles .author .infos .description {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 180px;
  font-size: 0.75em;
}

.content .content-aside aside.infos-articles .donnee {
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .content-aside aside.infos-articles .donnee > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  justify-content: space-between;
}

.content .content-aside aside.infos-articles .donnee > div span {
  font-size: 0.75em;
}

.content .content-aside aside.infos-articles .donnee > div span.value {
  font-weight: 600;
}



.content .content-aside aside.newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 25px 10px;
  background: var(--primary-color);
}

.content .content-aside aside.newsletter svg {
  width: 60px;
}

.content .content-aside aside.newsletter h3 {
  margin-top: 10px;
  color: var(--light-color);
}

.content .content-aside aside.newsletter .whatsapp-button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--whatsapp-color);
  margin-top: 5px;
}

.content .content-aside aside.newsletter .whatsapp-button span {
  margin: 0;
}

.content .content-aside aside.newsletter .whatsapp-button span.text {
  margin: 0;
  color: var(--light-color);
  font-size: 0.9em;
  font-weight: 500;
}

.content .content-aside aside.newsletter .whatsapp-button .svg {
  display: flex;
  margin-right: 5px;
}

.content .content-aside aside.newsletter .whatsapp-button .svg svg {
  width: 25px;
}

.content .content-aside aside.newsletter span {
  margin-top: 10px;
  font-size: 0.8em;
  color: var(--light-color);
}

.content-aside  aside.other-articles {
  position: relative;
  background: var(--clr);
}

aside.other-articles h2 {
  font-size: 1.3em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-bg1-color);
}

 aside.other-articles .container-articles {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

 aside.other-articles .container-articles article {
  position: relative;
  width: 100%;
  overflow: hidden;
}

 aside.other-articles .container-articles article a {
  position: relative;
  display: flex;
}

 aside.other-articles .container-articles article a .bximg {
  position: relative;
  width: 100%; height: 140px;
}

 aside.other-articles .container-articles article a .bximg img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
}

 aside.other-articles .container-articles article a h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
  line-height: 15px;
  color: var(--primary-text1-color);
  padding: 8px 2px 5px;
  background: var(--primary-bg1-color);
  backdrop-filter: blur(2px);
}

aside.other-articles .container-articles article a:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.content-aside aside.pub {
  background: transparent;
  position: sticky;
  top: 100px;
  height: 550px;
  background: var(--primary-bg2-color);
}

.content-aside aside.pub.scroll {
  position: relative;
  top: 0;
}

.content-aside aside.pub span {
  display: block;
  width: fit-content;
  padding: 0 5px;
  border: 1px solid var(--primary-bg3-color);
  background: var(--primary-bg1-color);
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.7em;
  color: var(--primary-bg3-color);
}

.content-aside aside.pub a {
  position: relative;
  display: block;
}

.content-aside aside.pub a img {
  position: relative;
  width: 100%;
}

.container-confirmation {
  position: fixed;
  top: -50px; left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background: var(--primary-text1-color);
  border: 1px solid var(--primary-text3-color);
  box-shadow: 0 0 0 1px var(--primary-text1-color), 0 0 0 2px var(--primary-text3-color);
  z-index: 20;
  display: none;
  transition: 0.3s ease-in-out;
}

.container-confirmation.enable {
  top: 30px;
}

.container-confirmation span {
  display: none;
  color: var(--primary-bg1-color);
  font-size: 0.9em;
  font-weight: 500;
  text-wrap: nowrap;
}

@media all and (max-width:1200px) {
  .container > .content {
    grid-template-columns: 1fr 280px;
    max-width: 950px;
  }
  .content .content-post-menu {
    position: fixed;
    top: 95px;
    left: -300px;
    width: 300px;
    height: calc( 100% - 95px);
    padding: 20px 0 0;
    background: var(--primary-bg1-color);
    border-right: 1px solid var(--primary-border-color);
    z-index: 9;
    transition: left 0.2s;
    overflow: visible;
  }
  .content .content-post-menu.enable {
    left: 0px;
  }
  .content-post-menu .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%; right: -9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    transform: translateY(-50%);
    background: var(--primary-color);
    width: 10px; height: 160px;
    cursor: pointer;
  }
  .content-post-menu .toggle svg {
    width: 5px;
    fill: var(--light-color);
  }
  .content-post-menu.enable .toggle svg {
    transform: rotate(180deg);
  }
  .content .content-post-menu h3 {
    padding: 0 10px;
  }
}

@media all and (max-width:1050px) {
  .content .content-post-article .header-post-article {
    padding: 0px 5px;
  }
}

@media all and (max-width:900px) {
  .container > .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .content-post-article {
    max-width: 650px;
  }
  .content .content-aside {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .content .content-post-menu {
    top: 91px;
    height: calc( 100% - 92px);
  }
  .mini-menu .navigation .item {
    font-size: 0.75em;
  }
  .mini-menu .navigation .item a {
    padding: 0 8px;
  }
  .mini-menu .navigation .item:first-child a {
    padding: 0 8px 0 0;
  }
  
  .container {
    padding: 0px 0 0;
  }
  .content .content-post-article .header-post-article {
    padding: 10px 10px;
  }
  .content .content-post-article .header-post-article .chemin {
    font-size: 0.75em;
  }
  .content .content-post-article .header-post-article .title {
    font-size: 1.4em;
    line-height: 27px;
  }
  .content .content-post-article .header-post-article .author {
    font-size: 0.75em;
  }
  .content .content-post-article .header-post-article .update {
    font-size: 0.75em;
  }
  .content .content-post-article .header-post-article .options svg {
    width: 8.5px;
  }
  .content .content-post-article .header-post-article .options > div span {
    font-size: 0.8em;
  }
  .content .content-post-article .header-post-article .intro {
    font-size: 0.9em;
    letter-spacing: 0.1px;
  }
  .content .content-post-article .header-post-article .content-hashtags a {
    font-size: 0.8em;
  }
  .content .content-post-article .body-post-article > section > h2 {
    top: 91px;
    font-size: 1.1em;
    padding: 8px 10px;
  }
  .content .content-post-article .body-post-article > section h2 ~ h3 {
    font-size: 1em;
  }

  .content .content-post-article .body-post-article > section h2 span:first-child {
    min-width: 40px; height: 40px;
    font-size: 1em;
  }
  .content .content-post-article .body-post-article > section > h2.step {
    padding: 10px;
    font-size: 1.1em;
  }
  .footer-post-article .about-article p {
    font-size: 0.9em;
    letter-spacing: 0.1px;
  }
  .content .content-post-article .body-post-article > section p {
    font-size: 0.9em;
    letter-spacing: 0.1px;
  }
  .content .content-post-article .body-post-article > section blockquote {
    font-size: 0.85em;
  }
  .content .content-post-article .body-post-article > section ul {
    font-size: 0.9em;
    padding: 5px 10px 5px 40px;
  }
  .content .content-post-article .body-post-article > section ol {
    font-size: 0.85em;
  }
  .content .content-post-article .body-post-article > section pre {
    font-size: 0.9em;
  }
  .footer-post-article {
    border-radius: 0;
  }
  .footer-post-article .evaluation {
    border-top-width: 0px;
  }
  .footer-post-article .evaluation h2 {
    font-size: 0.9em;
  }
  .footer-post-article .evaluation .box-evaluation .btn-evaluation {
    font-size: 0.8em;
  }
  .footer-post-article .other-articles .container-articles article a h3 {
    font-size: 0.95em;
    line-height: 18px;
  }
  .footer-post-article .evaluation .box-reponse h3 {
    font-size: 1.5em;
  }
  .footer-post-article .evaluation .box-reponse p {
    font-size: 0.9em;
    margin-bottom: 10px
  }
  .footer-post-article .evaluation .box-reponse.oui form textarea {
    font-size: 0.9em;
  }
  .footer-post-article .evaluation .box-reponse ul li label {
    font-size: 0.9em  ;
  }

  .container-footer {
    border-top-width: 1px;
  }
}

@media all and (max-width:600px) {
  .footer-post-article .other-articles .container-articles {
    grid-template-columns: repeat(2, 1fr);
  }
  .content .content-post-article .body-post-article > section {
    border-radius: 0px;
  }
  .content .navigation ul {
    max-height: 400px;
  }
}

@media all and (max-width: 500px) {
  #share .container {
    bottom: 5px;
    left: 5px; right: 5px;
    width: auto;
    max-width: fit-content;
  }

}

@media all and (max-width: 410px) {
  .content .content-post-article .body-post-article > section blockquote {
    font-size: 0.85em;
  }
  .container-comment .box-add .bximg {
    min-width: 25px; height: 25px;
    font-size: 0.8em;
    margin-right: 5px;
  }
  .container-comment .box-add .content textarea {
    font-size: 0.8em;
    height: 80px;
  }
  .container-comment .box-add .content button {
    font-size: 0.7em;
  }
  .container-comment > .content-comment::before {
    top: 35px; left: 12px;
  }
  .container-comment .content-comment .box-add,
  .container-comment .content-comment .content-comment {
    margin-left: 30px;
  }
  .container-comment .content-comment .head-comment .bximg {
    min-width: 25px; height: 25px;
    font-size: 0.8em;
    margin-right: 5px;
  }
  .container-comment .content-comment .head-comment .information .bx-name {
    font-size: 0.8em;
  }
  .container-comment .content-comment .head-comment .information .bx-name .role {
    font-size: 0.7em;
  }
  .container-comment .content-comment .head-comment .information .date {
    font-size: 0.6em;
  }
  .container-comment .content-comment .comment {
    font-size: 0.85em;
    color: var(--primary-text2-color);
    margin-left: 30px;
  }
  .container-comment .content-comment .actions {
    margin-left: 30px;
  }
  .container-comment .content-comment .actions .like {
    padding: 3px 10px;
    font-size: 0.8em;
  }
  .container-comment .content-comment .actions .like .svg svg {
    width: 10px;
  }
  .container-comment .content-comment .actions .reply {
    font-weight: 600;
    font-size: 0.75em;
  }
  .footer-post-article .other-articles .container-articles article a h3 {
    font-size: 0.8em;
    line-height: 15px;
  }
  .footer-post-article .other-articles .container-articles {
    grid-gap: 8px;
  }
}


@media all and (max-width: 395px) {
  .container-confirmation span {
    font-size: 0.8em;
  }
}

@media all and (max-width: 350px) {
  .footer-post-article .other-articles .container-articles {
    grid-gap: 5px;
  }
  .footer-post-article .other-articles .container-articles article a h3 {
    padding: 10px 2px 5px;
  }
}

