/** TABLE **/
.info-box .table-container {
    margin: 1em -2rem;
    padding: 0 2rem;
    width: calc(100% + 4rem);
}

.table-container {
    width: 100%;
    margin: 2em 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

table th {
    background: #f8fafc;
    padding: 16px 24px;
    font-weight: 600;
    color: #64748b;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e8f0;
}

table th:first-child {
    padding-left: 32px;
}

table td {
    padding: 20px 24px;
    font-size: 15px;
    line-height: 1.5;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

table td:first-child {
    padding-left: 32px;
    font-weight: 500;
}

.cell-error {
    color: #dc2626;
    background: #fef2f2;
    font-weight: 600;
    padding: 20px 24px;
}

.cell-success {
    color: #16a34a;
    background: #f0fdf4;
    font-weight: 600;
    padding: 20px 24px;
}

.table-container {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin: 2em 0;
}

/* Style responsive */
@media screen and (max-width: 767px) {    
    .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table {
        min-width: 500px;
        width: 100%;
    }
    
    table th,
    table td {
        font-size: 14px;
        line-height: 1.4;
        padding: 12px;
    }
}

body
{
    font-size: 18px;
    line-height: 30.6px;
    letter-spacing: 0px;
    color: #222;
    /* ou adapte selon ton design */
    background: #fff;
    /* si tu veux un fond blanc */
    margin: 0;
    padding: 0;
}

/** main **/
h2
{
    margin: 0 0 1.5rem 0;
    padding: 0;
    text-align: left;
    font-size: 2rem;
    line-height: normal;
}

h3
{
    margin: 1.5rem 0;
    padding: 0;
    text-align: left;
    font-size: 1.5rem;
    text-transform: unset;
}

p
{
    font-size: 1.125rem;
    line-height: 1.8125rem;
    margin-top: 2.14em;
    /* Added missing semicolon */
    margin-bottom: 1.5em;
}

.strong
{
    font-weight: bolder;
}

.simplebox
{
    margin: 2rem 0;
    border-radius: 8px;
    padding: 2rem;
}


/** encadrés **/
/* Nouveaux styles pour les encadrés */
.info-box
{
    background: #f8fafc;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
       border: 1px solid #e2e8f0;
}

.info-box-title
{
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 1rem;
    color: #222;
    padding-bottom: 0.5rem;
}

.info-box ul
{
    padding-left: 1.5rem;
    margin: 1rem 0 0 0;
}

.info-box li
{
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Styles pour les listes à puces */
.info-box ul,.info-box ol
{
    padding-left: 1.8rem;
    margin: 1rem 0 0 0;
}

.info-box li
{
    position: relative;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    list-style-type: none;
    /* On désactive le style par défaut */
}

/* Bullets points noirs personnalisés */
.info-box ul li::before
{
    content: "•";
    color: #000;
    /* Noir pur */
    font-size: 1.2em;
    position: absolute;
    left: -1.2rem;
    top: 0;
}

/* Style spécifique pour les listes ordonnées dans les encadrés */
.info-box ol
{
    counter-reset: item;
    padding-left: 1.8rem;
}

.info-box ol li
{
    counter-increment: item;
}

.info-box ol li::before
{
    content: counter(item) ".";
    color: #000;
    font-weight: 600;
    position: absolute;
    left: -1.5rem;
}

/* Style pour les listes hors encadrés (si besoin) */
.content ul
{
    padding-left: 1.8rem;
    margin: 1.5rem 0;
}

.content ul li
{
    position: relative;
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.content ul li::before
{
    content: "•";
    color: #000;
    font-size: 1.2em;
    position: absolute;
    left: -1.2rem;
}

.info-box a
{
    color: #1a73e8;
    /* text-decoration: underline;
    */
    font-weight: 600;
}
.space
                        {
                            margin: 2em 0 3em 0 !important;
                        }
                        .contrib
                        {
                            margin: 1em 0 !important;
                        }

                        .contributor-card
                        {
                            display: flex;
                            align-items: center;
                            font-family: system-ui, sans-serif;
                            gap: 1rem;
                            max-width: 500px;
                            margin-top: 32px;
                            margin-bottom: 52px;
                        }

                        .contributor-card img
                        {
                            width: 95px;
                            height: 95px;
                            border-radius: 50%;
                            object-fit: cover;
                            margin-bottom: -0.3em;
                        }

                        .contributor-info
                        {
                            line-height: 1.4;
                        }

                        .contributor-info h3
                        {
                            margin: 0;
                            font-size: 1.1rem;
                            font-weight: 700;
                            color: #111;
                        }

                        .contributor-info .role
                        {
                            font-size: 0.95rem;
                            margin: 2px 0;
                        }

                        .contributor-info .role a
                        {
                            color: #0366d6;
                            text-decoration: none;
                        }

                        .contributor-info .tags
                        {
                            font-size: 0.9rem;
                            color: #333;
                        }

                        .contributor-info .location
                        {
                            font-size: 0.85rem;
                            color: #6c757d;
                        }
                       .bg--secondary {
                        background: linear-gradient(358deg, rgb(235 240 255) 0%, /* Bleu très clair légèrement transparent */ 
                        rgb(255 255 255) 100% /* Gris clair presque blanc */);
                        background-color: #f8f9fa00;
                    }

			/** NAV **/
			.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .menu > li > a
			{
				color: #343434;
				margin-top: 4px;
			}

			.nav-mobile-toggle i, .nav-mobile-toggle span
			{
				color: #343434;
			}

			@media (max-width: 767px)
			{
				.nav-bar.nav--absolute:not(.nav--fixed) .nav-mobile-toggle i, .nav-bar.nav--absolute:not(.nav--fixed) .nav-mobile-toggle span
				{
					color: #343434;
				}
			}

/* 

            :root {
  --bg: #f5f6fa;
  --border: #e5e7eb;
  --cta: #25d366;
  --text: #161616;
}


.business-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 20px;
  color: var(--text);
  position: relative;
}


.business-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: var(--cta);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.business-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.business-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text);
}

.business-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);
  opacity: 0.75;
}

.business-cta {
  white-space: nowrap;
  border: 0;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 14px;
  cursor: pointer;
  transition: transform .05s ease, filter .15s ease;
}

.business-cta:hover {
  filter: brightness(0.95);
}

.business-cta:active {
  transform: translateY(1px);
}


@media (max-width: 520px) {
  .business-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .business-cta {
    width: 100%;
    text-align: center;
  }
} */


  h1, h2, h3, h4, h5, h6, p {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }

    
    .blog-post__hero {
    margin-top: -3.25em !important;
    position: relative;
    z-index: 4;
}

.box-business {
    margin-left: 4px;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .footer__navigation {
      
        list-style: none;
        margin-bottom: 32px;
		    padding-left: 18px;
    }
    .footer-title {
        font-size: 0.9em;
        font-weight: 500;
        margin-bottom: 16px;
        letter-spacing: 1px;
    }
    .col-xs-6 {
        width: 50%;
        float: left;
    }
	.footer-1 .footer__navigation {
    display: inline-block;
    float: left;
    width: 100%;
}
}
	.footer-1 .footer__navigation {
    display: inline-block;
    float: left;
    width: 100%;
	}

	.footer-title {
		margin-top:0px !important;
		    margin-bottom: 1.4em;
	}

	
	.container {
            margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    }


/* @media (max-width: 767px) {
    .btn-text {
font-size: 14px;
    } } */ @media (max-width: 768px) {
p {
           font-size: 18px !important;
        line-height: 30px !important;
 }}