/* main.css — Styles de base (layout, typographie, variables si non via globals) */
/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/poppins-v24-latin-regular.woff2') format('woff2');
}
/* poppins-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../webfonts/poppins-v24-latin-italic.woff2') format('woff2');
}
/* poppins-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../webfonts/poppins-v24-latin-700.woff2') format('woff2');
}
/* poppins-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('../webfonts/poppins-v24-latin-700italic.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/roboto-v49-latin-regular.woff2') format('woff2');
}
/* roboto-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../webfonts/roboto-v49-latin-italic.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../webfonts/roboto-v49-latin-700.woff2') format('woff2');
}
/* roboto-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../webfonts/roboto-v49-latin-700italic.woff2') format('woff2');
}


:root{
    --amseva-primary:#0b5ed7;
    --amseva-secondary:#6c757d;
    --amseva-dark:#0b2239;
    --amseva-light:#f8f9fa;
    --amseva-tag : #202f3f;
    --amseva-spacing: clamp(12px, 2vw, 24px);
    --amseva-font-title: 'Poppins', sans-serif;
    --amseva-font-body: 'Roboto', sans-serif;
}

html { scroll-behavior: smooth; }

body{
    font-family: Roboto, sans-serif;
    color:#070707;
    background:#fff;
    line-height:1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.container-narrow{ max-width: 960px; margin-inline:auto; padding: 0 var(--amseva-spacing); }
.container-wide{ max-width: 1320px; margin-inline:auto; padding: 0 var(--amseva-spacing); width: 100%; }
.visually-hidden-focusable {display: none}
.badge.text-dark {color: var(--amseva-tag)!important;font-family: Poppins, sans-serif;}

#banner_header_system .btn.btn-primary {
    padding: 12px 24px;
    background-color: #f39501;
    border-color: #f39501;
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #06203d;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.2s
    ease, box-shadow 0.2s
    ease, background-color 0.2s
    ease;
}

#banner_header_system .btn.btn-primary:hover {
    background-color: #ffae32;
    border-color: #ffae32;
    color: #041024;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.nav-primary .btn.btn-primary {
    background-color: #f39501;
    border-color: #f39501;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #06203d;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.2s
    ease, box-shadow 0.2s
    ease, background-color 0.2s
    ease;
}

.nav-primary .btn.btn-primary:hover {
    background-color: #ffae32;
    border-color: #ffae32;
    color: #041024;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.block-google-reviews h2 {
    font-weight: 600;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    margin : 1.2rem 0;
    color: #202f3f;
}
.page-content-wrapper h2{
    font-weight: 600;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    font-size: 2.2rem;
}

.page-content-wrapper p a, .page-content-wrapper ul li a, .page-content-wrapper ol li a {
    background-color: #e6edf2;
    border-bottom: 1px dashed #0178bc;
    color: #0178bc;
    text-decoration: none;
}


.page-content-wrapper .badge{
    background-color: #202f3f;
    color: #ffffff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: wrap!important;
    vertical-align: baseline;
    border-radius: .25rem;
    font-size: .875rem;
    padding: .35em .65em;
}

@media (min-width : 480px) {
	.page-content-wrapper .badge{
      white-space: nowrap!important;
    }
}

.page-content-wrapper .badge-white {
    background-color: #ffffff;
    color: #202f3f;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    padding: .35em .65em;
}

.page-content-wrapper ul {
    margin: 0.6rem 0 0.8rem;
    padding-left: 1.6rem; /* espace pour le check */
}

.page-content-wrapper ul li {
    list-style: none;              /* on enlève le bullet natif (carré/rond) */
    position: relative;
    margin-bottom: 0.45rem;
    padding-left: 0.4rem;          /* petit espace entre le check et le texte */
    font-weight: 500;
}

/* check Unicode (pas besoin de FontAwesome) */
.page-content-wrapper ul li::before {
    content: "✔";                  /* check Unicode */
    position: absolute;
    left: -1.1rem;                 /* alignement du check */
    top: 0.3rem;
    font-size: 0.95rem;
    color: #f39501;                /* orange demandé */
    line-height: 1;
}

/* OL → numéros orange (#f39501) */
.page-content-wrapper ol {
    list-style: decimal;
    padding-left: 1.4rem;
    margin: 0.6rem 0 0.8rem;
}

.page-content-wrapper ol li {
    margin-bottom: 0.45rem;
    padding-left: 0.3rem;
    font-weight: 500;
}

/* style des numéros */
.page-content-wrapper ol li::marker {
    color: #f39501; /* orange */
    font-weight: 700;
}