.elementor-6788 .elementor-element.elementor-element-a87a1dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--gap:020px 020px;--row-gap:020px;--column-gap:020px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:3em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;--z-index:1;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-6788 .elementor-element.elementor-element-1651472{text-align:center;}.elementor-6788 .elementor-element.elementor-element-1651472 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family );font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-6788 .elementor-element.elementor-element-5c317f0{padding:40px 10px 10px 0px;}@media(max-width:1300px){.elementor-6788 .elementor-element.elementor-element-a87a1dc{--justify-content:flex-start;}}@media(max-width:1024px){.elementor-6788 .elementor-element.elementor-element-a87a1dc{--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-6788 .elementor-element.elementor-element-a87a1dc.e-con{--align-self:flex-start;--order:99999 /* order end hack */;--flex-grow:0;--flex-shrink:0;}.elementor-6788 .elementor-element.elementor-element-1651472 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:880px){.elementor-6788 .elementor-element.elementor-element-a87a1dc{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}}@media(max-width:767px){.elementor-6788 .elementor-element.elementor-element-a87a1dc{--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:030vw;--padding-bottom:0vw;--padding-left:0vw;--padding-right:0vw;}.elementor-6788 .elementor-element.elementor-element-a87a1dc.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-6788 .elementor-element.elementor-element-1651472 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-6788 .elementor-element.elementor-element-5c317f0{padding:040px 10px 0px 10px;}}/* Start custom CSS for html, class: .elementor-element-5c317f0 */<style>
.unikoblog-article {
  max-width: 860px;
  margin: 0 auto;
  font-family: "Montserrat", system-ui, sans-serif;
  line-height: 1.7;
  color: #022641;
  padding: 0 1rem;
  box-sizing: border-box;
}
.unikoblog-article * {
  box-sizing: border-box;
}

/* Titres */
.unikoblog-article h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #022641;
  line-height: 1.4;
  margin: 2rem 0 1rem 0;
}
.unikoblog-article h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #022641;
  margin: 2rem 0 0.8rem 0;
  line-height: 1.4;
}
.unikoblog-article h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #022641;
  margin: 1.2rem 0 0.4rem 0;
  line-height: 1.4;
}

/* Texte */
.unikoblog-article p {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-weight: 400;
  color: #022641;
  line-height: 1.7;
}
.unikoblog-article ul,
.unikoblog-article li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  list-style-position: outside;
  margin-left: 1.4rem;
  color: #022641;
}
.unikoblog-article li {
  margin-bottom: 0.4rem;
}
.unikoblog-article a {
  color: #022641;
  text-decoration: underline;
  font-weight: 500;
}

/* Petit encart style info */
.unikoblog-article .unikoblog-box {
  border: 1px solid rgba(1,205,255,0.22);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  background: radial-gradient(circle at 10% 10%, rgba(1,205,255,0.03) 0%, rgba(255,255,255,0) 60%);
  box-shadow: 0 0 14px rgba(1,205,255,0.12);
  margin: 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* note finale discrète */
.unikoblog-article .unikoblog-note {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #022641;
  opacity: 0.8;
  margin-top: 2rem;
}

/* Responsive */
@media (max-width: 480px) {
  .unikoblog-article h2 { font-size: 1.2rem; }
  .unikoblog-article h3 { font-size: 1.05rem; }
  .unikoblog-article h4 { font-size: 0.95rem; }
  .unikoblog-article p,
  .unikoblog-article li {
    font-size: 0.95rem;
  }
}
</style>/* End custom CSS */