/* @override 
	https://invoxdev.com/wp-content/themes/invox-v2/assets/css/blog.2507.css */
header.blog-header {
  position: relative;
}
header.blog-header .viewed-percent {
  width: 0;
  height: 9px;
  background: #3E9FD9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-wrapper h1 {
  color: #3E9FD9;
  margin: 0 0 30px;
}
.blog-wrapper h2 {
  font-size: 1.625em;
  color: #113C55;
  margin: 0 0 56px;
}
.blog-wrapper > ul {
  margin: 1.5em 2em;
}
.blog-wrapper > ul > li {
  padding-left: .85em;
  position: relative;
}
.blog-wrapper > ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: .1em;
  color: #9DADBC;
}
.blog-wrapper .post-content {
  font-size: 16px;
  line-height: 1.65em;
}
.blog-wrapper .post-content h2,
.blog-wrapper .post-content h3,
.blog-wrapper .post-content h4,
.blog-wrapper .post-content h5,
.blog-wrapper .post-content h6 {
  margin: 1.25em 0 .5em;
  line-height: 1.25em;
}
.blog-wrapper .post-content h2 {
  font-size: 1.75em;
}
.blog-wrapper .post-content h3 {
  font-size: 1.375em;
}
.blog-wrapper .post-content h4 {
  font-size: 1.125em;
  color: #113C55;
  font-weight: 600;
}
.blog-wrapper .post-content .invox-block:not(.encadre-blog) {
  padding: 0;
}
.blog-wrapper .post-content .container {
  max-width: 100%;
}
.blog-wrapper .post-content .container .row {
  width: calc( 100% + 1.5em );
  margin-left: -0.75em;
}
header.blog-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  color: #004261;
}
header.blog-header.scrolled {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.075);
}
header.blog-header a {
  color: inherit;
}
header.blog-header a:hover {
  color: #3E9FD9;
}
header.blog-header a.btn:hover {
  color: inherit;
}
header.blog-header .invox-logo {
  display: inline-block;
  height: 37px;
  width: auto;
  margin: 18px 0;
}
header.blog-header .blog-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.blog-header .blog-wrapper nav {
  flex: 1;
  text-align: center;
}
header.blog-header .blog-menu {
  margin: 0;
  line-height: 72px;
  display: inline-block;
  vertical-align: top;
}
header.blog-header .blog-menu li {
  display: inline-block;
  margin: 0 15px;
}
header.blog-header .blog-menu li:last-child {
  margin-right: 0;
}
header.blog-header .blog-menu li.current-menu-item > a,
header.blog-header .blog-menu li.current-menu-ancestor > a {
  color: #3E9FD9;
}
header.blog-header .blog-menu li > a {
  display: block;
  line-height: 72px;
  padding: 0 20px;
}
header.blog-header .blog-menu li.login-btn > a {
  display: inline-block;
  line-height: 1.4em;
  padding: 10px 20px;
  background: #3E9FD9;
  color: #fff;
  border-radius: 12px;
}
header.blog-header .blog-menu li.menu-item-has-children {
  position: relative;
}
header.blog-header .blog-menu li.menu-item-has-children:hover .sub-menu {
  max-height: 1500px;
  overflow: visible;
  transition: max-height 0.3s ease-in-out 0s;
}
header.blog-header .blog-menu li.menu-item-has-children > a:after {
  font-family: 'invox';
  display: inline-block;
  content: "\ea01";
  font-size: 10px;
  margin-left: .75em;
  transform: rotate(90deg);
}
header.blog-header .blog-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: 72px;
  width: 260px;
  text-align: left;
  background: #EAF5FB;
  border-radius: 12px;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.075);
  transition: max-height 0.3s ease-in-out 0s;
  z-index: 1000;
}
header.blog-header .blog-menu li.menu-item-has-children .sub-menu:after {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #EAF5FB transparent;
  left: 60px;
  top: -11px;
}
header.blog-header .blog-menu li.menu-item-has-children .sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
}
header.blog-header .blog-menu li.menu-item-has-children .sub-menu li:first-child {
  margin-top: 20px;
}
header.blog-header .blog-menu li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 20px;
}
header.blog-header .blog-menu li.menu-item-has-children .sub-menu li a {
  display: block;
  line-height: 1.4em;
  font-size: .85em;
  padding: 8px 20px;
}
header.blog-header .toggle-search {
  width: 72px;
  line-height: 72px;
  display: inline-block;
}
header.blog-header .blog-wrapper {
  position: relative;
}
header.blog-header .sidenav-trigger {
  position: absolute;
  right: 0;
  top: 24px;
}
.blog-sidenav .tob-bar,
header.blog-header .tob-bar {
  background: #004261;
  color: #fff;
  line-height: 33px;
  text-align: right;
  padding: 0 40px;
  font-size: .875em;
}
.blog-sidenav .tob-bar a,
header.blog-header .tob-bar a {
  color: #fff;
}
.blog-sidenav .tob-bar .icon,
header.blog-header .tob-bar .icon {
  font-size: 8px;
  margin-right: .5em;
}
.blog-sidenav {
  padding: 53px 5% 40px !important;
}
.blog-sidenav .tob-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.blog-sidenav .sidenav-close {
  margin-top: 33px;
  right: 5% !important;
}
header.blog-intro {
  position: relative;
  padding-bottom: 100px;
}
header.blog-intro .blog-wrapper {
  position: relative;
  z-index: 1;
}
header.blog-intro svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
header.blog-intro h1 {
  color: #F4704D;
}
header.blog-intro h1 strong {
  color: #3E9FD9;
}
header.blog-intro h2 {
  color: #004261;
}
header.blog-intro.author-intro {
  background: #EAF5FB;
  padding-top: 80px;
}
header.blog-intro.author-intro svg path {
  fill: #fff;
}
header.blog-intro.author-intro .author h1,
header.blog-intro.author-intro .author h2 {
  color: #3E9FD9;
  margin: 0;
}
header.blog-intro.author-intro .author .description {
  margin: 20px 0;
  font-size: 1.25em;
  color: #004261;
}
header.blog-intro.author-intro .author .count-posts > span {
  display: inline-block;
  padding: 0 20px;
  line-height: 28px;
  background: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: .875em;
}
header.blog-intro.author-intro .author .tags li {
  background: #EAF5FB;
}
header.blog-intro.author-intro .has-portrait img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 20px;
}
main.blog-archive h1 {
  color: #113C55;
  font-size: 3em;
  line-height: 1.1em;
}
main.blog-archive h1 span.color {
  display: block;
  color: var(--colorcode);
}
main.blog-archive header.blog-intro {
  padding: 0;
}
main.blog-archive header.blog-intro + .blog-navigation {
  margin-top: 80px;
}
main.blog-archive .blog-intro .term-title {
  position: relative;
  padding-right: 120px;
}
main.blog-archive .blog-intro .term-title:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 30px;
  background: url('../img/star.svg') no-repeat center center;
  background-size: contain;
}
main.blog-archive .blog-intro .term-title .category-icon {
  display: block;
  width: 90px;
  position: absolute;
  right: 15px;
  top: 0;
}
main.blog-archive #blog-menubar {
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #E1E6EA;
}
main.blog-archive a.load-more-posts {
  color: var(--colorcode);
}
main.blog-archive .invox-subscribe-form .field {
  display: flex;
  flex-wrap: wrap;
}
main.blog-archive .invox-subscribe-form .field label {
  margin-bottom: 10px;
}
main.blog-archive .invox-subscribe-form .field input[type="email"] {
  width: calc( 100% - 115px );
  margin: 0;
}
main.blog-archive .invox-subscribe-form .field button[type="submit"] {
  width: 110px;
  padding: 0;
  text-align: center;
  font-size: 0;
  display: flex;
  margin-left: auto;
  justify-content: center;
}
main.blog-archive .invox-subscribe-form .field button[type="submit"] .icon {
  display: none;
}
main.blog-archive .invox-subscribe-form .field button[type="submit"]:before {
  content: "Soumettre";
  font-size: 14px;
}
main.blog-archive .term-bottom-content {
  margin: 50px auto;
}
main.blog-archive .term-bottom-content .intro {
  width: 390px;
}
main.blog-archive .term-bottom-content .intro h2 {
  font-size: 2.25em;
}
main.blog-archive .term-bottom-content .intro h2 strong {
  color: var(--colorcode);
}
@media screen and (min-width: 602px) {
  main.blog-archive .blog-intro .flex-row {
    gap: 60px;
    align-items: flex-end;
  }
  main.blog-archive .blog-intro .flex-row .optin {
    width: calc( 35% - 60px );
  }
  main.blog-archive .blog-intro .flex-row .term-title {
    width: 65%;
    padding-right: 220px;
  }
  main.blog-archive .blog-intro .flex-row .term-title:after {
    width: 32px;
    height: 32px;
  }
  main.blog-archive .blog-intro .flex-row .term-title .category-icon {
    width: 120px;
    right: 80px;
  }
  main.blog-archive .term-bottom-content .flex-row {
    gap: 150px;
  }
  main.blog-archive .term-bottom-content .flex-row .intro > *:nth-child(1),
  main.blog-archive .term-bottom-content .flex-row .main-content > *:nth-child(1) {
    margin-top: 0;
  }
  main.blog-archive .term-bottom-content .flex-row .main-content {
    position: relative;
    width: calc( 100% - 390px - 150px );
  }
  main.blog-archive .term-bottom-content .flex-row .main-content:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #E1E6EA;
    position: absolute;
    left: -75px;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  main.blog-archive h1 {
    font-size: 4em;
  }
}
.category-end-content {
  padding: 60px 0;
  background: #EAF5FB;
}
.category-end-content h2,
.category-end-content h3,
.category-end-content h4,
.category-end-content h5 {
  margin-bottom: .25em;
}
.category-end-content h2 {
  font-size: 2.2em;
}
main.author-archive {
  padding-bottom: 120px;
}
main.author-archive .authors-posts {
  font-size: 2.625em;
  margin: 40px 0;
  color: #3E9FD9;
}
main.author-archive .count-posts {
  margin-top: 15px;
}
main.author-archive .other-authors > div {
  float: left;
}
main.author-archive .other-authors .btn {
  float: right;
}
main.author-archive .other-authors h2 {
  font-size: 2.625em;
  margin: 0;
}
main.author-archive .author-long-description {
  margin: 50px 0;
  font-weight: 300;
}
main.author-archive .author-long-description h2 {
  font-size: 2.625em;
  margin: 0 0 30px;
  color: #3E9FD9;
}
main.author-archive .authors-slider {
  clear: both;
  padding: 40px 0 80px;
}
main.author-archive .authors-slider .author-item.mini {
  margin: 0 15px;
  width: 480px;
  max-width: 70vw;
  min-height: 240px;
}
main.author-archive .authors-slider .author-item.mini .portrait img {
  width: 130px;
  height: auto;
}
main.author-archive .authors-slider .author-item.mini .subjects {
  margin: 15px 0;
}
main.author-archive .authors-slider .author-item.mini .count-posts {
  margin-top: 15px;
}
main.single-post {
  font-size: 16px;
}
main.single-post h1 {
  font-size: 3em;
  line-height: 1.2em;
  margin: .5em 0;
  color: #113C55;
}
main.single-post h1 + .authors {
  border-bottom: 1px solid #E1E6EA;
  padding-bottom: 20px;
}
main.single-post .meta {
  margin-top: 60px;
  font-size: 12px;
  line-height: 21px;
}
main.single-post .meta .reading {
  font-size: 12px;
  margin: 0 10px 0 0;
}
main.single-post .meta .date-mod {
  color: #A4B3C1;
}
main.single-post .share-post {
  margin: 60px 0;
  display: flex;
  color: #004261;
  gap: 15px;
  line-height: 36px;
}
main.single-post .share-post .label {
  font-size: 12px;
}
main.single-post .share-post a {
  color: inherit;
}
main.single-post .share-post .icon {
  font-size: 18px;
}
main.single-post .related-posts {
  margin: 50px 0;
}
main.single-post .related-posts h2 {
  font-size: 2.25em;
  margin: 0 0 .5em;
}
main.single-post .related-posts .related-flex {
  padding: 40px;
  background: #EAF5FB;
  border-radius: 12px;
}
main.single-post .related-posts .related-flex .post-item {
  background: #fff;
}
main.single-post .post-footer {
  display: flex;
}
main.single-post .post-footer > * {
  flex: 1;
}
main.single-post .post-footer .share-post {
  justify-content: end;
}
main.single-post .summary {
  margin: 30px 0;
  font-size: .875em;
}
main.single-post .summary .summary-title {
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E6EA;
}
main.single-post .summary ul li {
  margin: 5px 0;
}
main.single-post .summary ul li a {
  display: block;
  position: relative;
  padding: 5px 0 5px 20px;
  font-weight: 500;
  color: #869AAC;
}
main.single-post .summary ul li a:before {
  font-family: 'invox';
  content: "\ea01";
  position: absolute;
  left: 0;
  top: 6.5px;
  font-size: 12px;
}
main.single-post .summary ul li a:hover,
main.single-post .summary ul li a.current {
  color: #004261;
}
main.single-post .summary ul li a:hover:before,
main.single-post .summary ul li a.current:before {
  color: #3E9FD9;
}
main.single-post.zoom-invox .blog-intro {
  margin: 0;
  padding-bottom: 120px;
}
main.single-post.zoom-invox .blog-intro h1 {
  margin-right: 0;
}
main.single-post.zoom-invox .intro {
  width: 860px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 2.1em;
  font-weight: 600;
}
main.single-post.zoom-invox .post-footer .authors {
  line-height: 1.45em !important;
}
main.single-post.zoom-invox .page-summary {
  background: #fff;
  padding: 40px;
  border: 0.5px solid #869AAC;
  border-radius: 8px;
  margin: -80px 0 0;
  position: relative;
}
main.single-post.zoom-invox .page-summary .summary-title {
  font-weight: 600;
  text-transform: uppercase;
}
main.single-post.zoom-invox .page-summary .post-summary {
  margin-bottom: 0;
  counter-reset: numero;
}
main.single-post.zoom-invox .page-summary .post-summary li {
  position: relative;
  line-height: 52px;
  padding-left: 70px;
  margin: 20px 0;
  counter-increment: numero;
}
main.single-post.zoom-invox .page-summary .post-summary li:before {
  display: inline-block;
  text-align: center;
  content: counter(numero);
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: #D4EAF7;
  position: absolute;
  left: 0;
  top: 0;
}
main.single-post.zoom-invox .page-summary .post-summary li > a {
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  color: #004261;
}
main.single-post .post-tags {
  margin: 60px 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.single-post .post-tags .tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  height: auto;
  margin: 0;
  padding: 5px 12px;
  color: #004261;
}
main.single-post .post-tags .tag:hover {
  color: inherit;
}
main.single-post .post-tags .tag:not(.reading-time) {
  position: relative;
}
main.single-post .post-tags .tag:not(.reading-time):before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: var(--color);
  opacity: .2;
}
main.single-post .post-tags .tag.reading-time {
  padding: 5px 0;
}
main.single-post .post-tags .tag.reading-time .icon {
  margin-right: .25em;
}
#blog-search-modal {
  background: rgba(0, 66, 97, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
#blog-search-modal.search-visible {
  display: flex;
  z-index: 99999;
}
#blog-search-modal form {
  width: 480px;
  max-width: 80%;
}
#blog-search-modal .search-input {
  position: relative;
}
#blog-search-modal .search-input input {
  line-height: 48px;
  height: 48px;
  border: none;
  background: #fff;
  border-radius: 24px;
  padding: 0 50px 0 20px;
}
#blog-search-modal .search-input button[type="submit"] {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  color: #3E9FD9;
}
.single-yt-play {
  display: block;
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.single-yt-play:hover .icon-play {
  transform: scale(1.1);
}
.single-yt-play img {
  display: block;
}
.single-yt-play .icon-play {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #004261;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  transition: transform 0.3s ease-in-out 0s;
}
.posts-grid {
  --gap: 30px;
  --columns: 1;
  gap: var(--gap);
  flex-wrap: wrap;
  margin: 30px 0 50px;
}
.posts-grid#infinite ~ .center-align {
  margin-top: 30px;
}
.posts-grid .post-item {
  margin: 0 0 30px;
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
@media only screen and (min-width: 602px) {
  .posts-grid {
    --columns: 2;
  }
  .posts-grid .post-item {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .posts-grid {
    --columns: 4;
  }
}
.blog-pre-footer {
  padding: 40px 0;
  color: #fff;
  font-size: 1.25em;
  position: relative;
}
.blog-pre-footer img.magic-wand {
  width: 100px;
  height: auto;
  position: absolute;
  right: 20px;
  top: -50px;
}
.blog-pre-footer a {
  color: inherit;
}
.blog-pre-footer .title {
  font-size: 1.8em;
  font-weight: 600;
  font-family: 'Gabarito', sans-serif;
}
.blog-pre-footer .social-menu li {
  margin: 1em 0;
}
.blog-pre-footer .social-menu li a .icon {
  width: 32px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 4px;
}
.blog-pre-footer .social-menu li a .icon.icon-linkedin {
  background: #2f85eb;
}
.blog-pre-footer .social-menu li a .icon.icon-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.blog-pre-footer .social-menu li a .icon.icon-youtube {
  background: #fff;
  color: red;
}
.blog-pre-footer .img-wrapper {
  --play: 70px;
  position: relative;
}
.blog-pre-footer .img-wrapper:after {
  display: block;
  content: "";
  width: var(--play);
  height: var(--play);
  position: absolute;
  left: calc( 50% - var(--play)/2 );
  top: calc( 50% - var(--play)/2 );
  background: url('../img/youtube-play.svg') no-repeat center center;
  background-size: contain;
}
.blog-pre-footer .subscription-widget {
  margin: 30px 0 20px auto;
}
.blog-pre-footer .subscription-widget .field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-pre-footer .subscription-widget .field label {
  width: 100%;
}
.blog-pre-footer .subscription-widget .field input {
  margin: 0;
  font-size: 14px;
  width: calc( 100% - 10px - 140px );
}
.blog-pre-footer .subscription-widget .field button {
  width: 140px;
  font-size: 16px;
}
.blog-pre-footer .subscription-widget .field button:before {
  content: "Soumettre";
}
.blog-pre-footer .subscription-widget .field button .icon {
  display: none;
}
.blog-pre-footer img.blog-footer-image {
  display: block;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 15px 0;
}
.blog-pre-footer .images {
  position: relative;
}
.blog-pre-footer .images .img-wrapper:nth-child(1) {
  aspect-ratio: 2.20869565;
  width: 65%;
  margin-top: -70px;
}
.blog-pre-footer .images .img-wrapper:nth-child(2) {
  aspect-ratio: 1.78389831;
  width: 50%;
  margin-left: auto;
  margin-right: calc( 33% + 15px );
}
.blog-pre-footer .images .img-wrapper:nth-child(3) {
  aspect-ratio: 0.57560976;
  width: calc( 35% - 15px );
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 600px) {
  .blog-pre-footer .images {
    margin-top: 120px;
  }
  .blog-pre-footer .images .img-wrapper {
    --play: 50px;
  }
}
@media only screen and (min-width: 602px) {
  .blog-pre-footer .flex-row {
    gap: 50px;
  }
  .blog-pre-footer .flex-row .social {
    width: 40%;
  }
  .blog-pre-footer .flex-row .images {
    width: calc( 60% - 50px );
  }
}
.inf-item.post-item.encart {
  border: none;
  background: var(--background);
  color: var(--text);
  padding: 20px;
}
.inf-item.post-item.encart a {
  color: inherit;
}
.inf-item.post-item.encart .wp-post-image {
  display: block;
  margin: 20px auto;
  border-radius: 6px;
}
.inf-item.post-item.encart .title {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 600;
  margin: 20px 0;
}
.inf-item.post-item.encart .flex-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.inf-item.post-item.encart .flex-title div.picto {
  width: 80px;
  text-align: center;
}
.inf-item.post-item.encart .flex-title div.picto .icon {
  font-size: 40px;
}
.inf-item.post-item.encart .flex-title div.picto .icon.icon-youtube {
  color: red;
}
.inf-item.post-item.encart .flex-title div.picto .icon.icon-linkedin {
  width: 50px;
  line-height: 50px;
  background: #2f85eb;
  color: #fff;
  border-radius: 4px;
}
.inf-item.post-item.encart .flex-title div.title {
  width: calc( 100% - 80px - 20px );
}
.inf-item.post-item.encart form {
  text-align: center;
}
.inf-item.post-item.encart form .subtitle {
  font-size: 12px;
  margin: 15px 0;
}
.inf-item.post-item.encart form input[type="email"] {
  border: 1px solid #ddd;
  border-radius: 12px;
}
.inf-item.post-item.encart form button.btn {
  font-weight: 300;
  background: var(--cta);
}
.inf-item.post-item.encart .link {
  text-align: right;
}
.inf-item.post-item.encart .link .icon {
  margin-right: 5px;
}
.inf-item.post-item.encart .link .icon.icon-youtube {
  color: red;
}
.inf-item.post-item.encart .link .icon.icon-linkedin {
  color: #2f85eb;
}
.inf-item.post-item.encart.events .cta {
  text-align: right;
}
.inf-item.post-item.encart.events .cta .btn {
  font-weight: 300;
}
.inf-item.post-item.encart.youtube .subtitle,
.inf-item.post-item.encart.linkedin .subtitle {
  font-size: .9em;
  margin: 20px 0;
  position: relative;
  padding-left: 34px;
}
.inf-item.post-item.encart.youtube .subtitle svg,
.inf-item.post-item.encart.linkedin .subtitle svg {
  width: 30px;
  height: auto;
  position: absolute;
  left: 0;
  top: 3px;
  fill: var(--text);
}
.inf-item.post-item.encart.reseaux {
  background: #EAF5FB;
}
.inf-item.post-item.encart.reseaux img.picto {
  width: 90px;
  display: block;
  margin: 0 auto;
}
.inf-item.post-item.encart.reseaux .title {
  margin: 20px 0;
}
.inf-item.post-item.encart.reseaux .social-menu li {
  margin: 1em 0;
}
.inf-item.post-item.encart.reseaux .social-menu li a .icon {
  width: 32px;
  font-size: 20px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 4px;
}
.inf-item.post-item.encart.reseaux .social-menu li a .icon.icon-linkedin {
  color: #2f85eb;
  font-size: 28px;
}
.inf-item.post-item.encart.reseaux .social-menu li a .icon.icon-youtube {
  color: red;
}
@media only screen and (max-width: 1170px) {
  header.blog-header .blog-menu li {
    margin: 0 10px;
  }
  header.blog-header .blog-menu li a {
    padding: 0 10px;
    font-size: .9em;
  }
}
@media only screen and (min-width: 991px) {
  :root {
    --gap: 20px;
    --columns: 3 !important;
    --authors: 2;
  }
  .flex-columns .author-item {
    width: calc( ( 100% / var( --authors ) ) - var( --gap ) + ( var( --gap ) / var( --authors ) ) );
  }
  .flex-sidebar {
    --gap: 120px;
    display: flex;
    gap: var(--gap);
  }
  .flex-sidebar .sidebar {
    width: 30%;
  }
  .flex-sidebar .sidebar .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
  }
  .flex-sidebar .main-post-content {
    width: calc( 100% - 30% - var(--gap) );
  }
  .related-flex {
    gap: 40px;
    display: flex;
  }
  .related-flex > * {
    flex: 1;
  }
  .invox-on-yt {
    text-align: right;
    margin: 50px 0;
  }
  .invox-on-yt .btn {
    font-weight: 400;
  }
  .invox-on-yt .btn .icon-youtube {
    color: #fe0100;
    margin-right: .5em;
  }
  main.single-post .blog-intro h1 {
    margin-right: 20%;
  }
  main.single-post.zoom-invox .page-summary {
    margin: -80px 60px 0;
  }
  main.single-post.zoom-invox .page-summary .post-summary {
    columns: 2;
    column-gap: 40px;
  }
  main.blog-archive .last-posts {
    margin: 90px 0;
    display: flex;
    gap: 50px;
  }
  main.author-archive .author-long-description .longdesc {
    column-count: 2;
    column-gap: 50px;
  }
}
@media only screen and (min-width: 601px) {
  :root {
    --gap: 20px;
    --columns: 2;
  }
  .flex-columns {
    margin: 50px 0;
    display: flex !important;
    flex-wrap: wrap;
    gap: var(--gap);
  }
  .flex-columns .post-item {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  header.blog-intro.author-intro .has-portrait {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  header.blog-intro.author-intro .has-portrait > div {
    width: calc(100%);
  }
  header.blog-intro.author-intro .has-portrait > div.portrait {
    width: 250px;
  }
  header.blog-intro.author-intro .has-portrait img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 992px) {
  main.single-post .related-posts .related-flex .post-item {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .flex-columns {
    display: block;
  }
  main.blog-archive .last-posts h2 {
    margin-top: 60px;
  }
}
