body{
  margin: 0 !important;
}

.blog-post{
  padding-top: 1.5vw;
}
.blog-header-padding {
  padding-top: 17vw;
}

.blog-header {
  padding: 1rem;
  margin-bottom: 7vw;
  text-align: center;
}

/* VARIANTE */
.blog-header-web{
  background: #E5dfff;
}
.blog-header-marketing {
  background: #fdb2d133;
}
.blog-header-webinaire {
  background: #B3E5FC;
}
.blog-header-green {
  background: linear-gradient(to right, #fddb92, #a7f3f7);
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 1rem;
}
/* VARIANTE */
.breadcrumb-web{
  color: #7a5fcf;
}
.breadcrumb-marketing {
  color: #ff758c;
}
.breadcrumb-webinaire {
  color: #0288D1;
}
.breadcrumb-green {
  color: #26757d;
}

.breadcrumb a {
  text-decoration: none;
  font-weight: 300;
}
/* VARIANTE */
.breadcrumb-web a{
  color: #6a4bc4;
}
.breadcrumb-marketing a {
  color: #ff758c;
}
.breadcrumb-webinaire a {
  color: #0288D1;
}
.breadcrumb-green a {
  color: #26757d;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.blog-title {
  font-size: 40px;
  line-height: 3.2rem;
  font-weight: bold;
  margin: 0 7% 1rem 7%;
}

/* VARIANTE */
.blog-title-web{
  color: #7456F3;
}
.blog-title-marketing {
  color: #ff758c;
}
.blog-title-webinaire {
  color: #01579B;
}
.blog-title-green {
  color:  #26757d;
}


.blog-meta {
  margin-bottom: 1rem;
}

.date-author {
  color: #333;
  font-size: 18px;
  margin-bottom: 1rem;
}

.category-badge {
  color: white;
  padding: 0.4rem 1rem;
  margin: 0 4px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
}

/* VARIANTE */
.category-badge-web{
  background: #cbbcff;
}
.category-badge-marketing {
  background: #ff7eb3;
}
.category-badge-webinaire {
  background: linear-gradient(to right, #81D4FA, #4FC3F7);
}
.category-badge-green {
  background: #ffd479;
}


.blog-stats {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #00000080;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.blog-stats span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* SOMMAIRE */
.blog-toc-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 1rem;
}

.blog-toc {
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.toc-title {
  font-size: 26px;
  line-height: 0px;
  font-weight: 300;
  cursor: pointer;
}

.toc-toggle {
  font-size: 22px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.toc-list a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  color: inherit;
}
.toc-list li {
  line-height: 1.9rem;

}


/* VARIANTE */
.toc-list-web{
  color: #6a4bc4;
}
.toc-list-marketing {
  color: #ff758c;
}
.toc-list-webinaire {
  color: #0288D1;
}
.toc-list-green {
  color:   #26757d;
}




/* VARIANTE */
.toc-list-web a:hover{
  color: #3c13b7;
}
.toc-list-marketing a:hover {
  color: #ff7eb3;
}
.toc-list-webinaire a:hover {
  color: #01579B;
}
.toc-list-green a:hover {
  color: #fddb92;
}


/* Responsive - Desktop */
@media screen and (min-width: 680px) {
  .blog-header-padding {
      padding-top: 4vw;
  }

  .blog-header {
      margin-bottom: 2vw;
      padding: 2rem;
  }

  .breadcrumb {
      margin: 25px 0;
      font-size: 16px;
  }

  .blog-title {
      font-size: 80px;
      line-height: 82px;
      margin: 0 15% 2rem 15%;
  }

  .date-author {
      font-size: 21px;
      margin-bottom: 2rem;
  }
}

/* Responsive - Mobile */
@media screen and (max-width: 680px) {

  .toc-title {
    line-height: 20px;
  }

  .toc-list li {
    font-size: 14px;
    line-height: 1.2rem;
    margin-top: 10px;
  }
}

.blog-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 1rem;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.content-section {
  margin-bottom: 2.5rem;
}

.content-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 10px;
}

/* VARIANTE */
.content-title-web{
  color: #6a4bc4;
  border-left: 4px solid #6a4bc4;
}
.content-title-marketing {
  color: #ff7eb3;
  border-left: 4px solid #ff7eb3;
}
.content-title-webinaire {
  color: #0288D1;
  border-left: 4px solid #0288D1;
}
.content-title-green {
  color: #fddb92;
  border-left: 4px solid #fddb92;
}



.content-text {
  font-size: 18px;
  font-weight: 300;
  color: #222;
  text-align: justify;
}

.content-text a {
  text-decoration: none;
  font-weight: bold;
}

/* VARIANTE */
.content-text-web a {
  color: #6a4bc4;
}
.content-text-marketing a {
  color: #ff758c;
}
.content-text-webinaire a {
  color: #01579B;
}
.content-text-green a {
  color: #a7f3f7;
}


.content-text a:hover {
  text-decoration: underline;
}

.content-image {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  border-radius: 8px;
}






/* ///////////////////////////////// */
/* ////////// BANNIERE ///////////// */
/* //////////////////////////////// */

/* Bannière fixe en bas de page */
.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 15px 20px;
  background:  #111; /* Dégradé moderne */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Conteneur flex pour aligner les éléments */
.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

/* Logo à gauche */
.banner-logo {
  width: 50px; /* Taille du logo */
  height: auto;
  margin-right: 15px;
}

/* Texte au centre */
.banner-text {
  font-size: 16px;
  font-weight: 400;
  flex-grow: 1;
}

/* Bouton à droite */
.banner-button {
  background: white;
  border: 1px solid white;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.banner-button:hover {
  background: black;
  color: white;
}

/* Responsive pour mobile */
@media screen and (max-width: 768px) {
  .bottom-banner {
      flex-direction: column;
      text-align: center;
      padding: 0px 0px 10px 0px;
  }

  .banner-content {
      flex-direction: column;
  }

  .banner-logo {
      margin-bottom: 5px;
      display: none;
  }

  .banner-button {
      margin-top: 0px;
  }
}

/* TABLEAU */

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
}
th, td {
  padding: 12px;
  border: 1px solid #ddd;
}
thead {
  background-color: #f4f4f4;
  font-weight: bold;
}
