/* ==========================================================================
   ORDECO - Design 2026
   Feuille de style du nouveau design (chargée après style.css, qu'elle surcharge)
   Gabarits : index.dwt / page.dwt (+ header.inc.dwt / footer.inc.dwt)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap');

/* --------------------------------------------------------------------------
   1. VARIABLES / BASE
   -------------------------------------------------------------------------- */
:root {
    --teal:       #399a9b;
    --green:      #21965f;
    --green2:     #42a075;
    --dark:       #33444c;
    --dark2:      #465960;
    --text:       #343f43;
    --text-grey:  #4c5a61;
    --red:        #e9504a;
    --orange:     #f5a623;
    --footer-bg:  #f7f7f9;
    --line-grey:  #d8dee0;
    --line-soft:  #dcdcde;
    --grey-box:   #ececed;
    --font:        'Manrope', 'Segoe UI', Arial, sans-serif;
    --font-search: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

body {
    background-color: #fff;
    font-family: var(--font);
    color: #343f43;
    font-size: 15px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

body a {
    color: #399a9b;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: var(--font);
    color: #33444c;
    font-weight: 700;
}

/* Suppression des barres décoratives héritées sous les h2 */
body h2:before,
body h2:after,
body h2.underline:before,
body h2.underline:after {
    content: none;
}

body h2 {
    margin-bottom: 25px;
}

/* --------------------------------------------------------------------------
   2. CHEVRONS SVG (fleche-menu.svg / fleche-bouton.svg via masque)
   -------------------------------------------------------------------------- */
.chevron-right,
.chevron-down {
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.chevron-right {
    width: 7px;
    height: 16px;
    -webkit-mask-image: url('../images/ordeco2026/fleche-bouton.svg');
    mask-image: url('../images/ordeco2026/fleche-bouton.svg');
}

.chevron-down {
    width: 14px;
    height: 7px;
    -webkit-mask-image: url('../images/ordeco2026/fleche-menu.svg');
    mask-image: url('../images/ordeco2026/fleche-menu.svg');
}

/* --------------------------------------------------------------------------
   3. BOUTONS "PILULE" DU DESIGN 2026
   -------------------------------------------------------------------------- */
body .btn2 {
    display: inline-block;
    font-family: var(--font);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #33444c;
    border-radius: 30px;
    padding: 13px 26px 11px;
    color: #33444c;
    background: transparent;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
}

body .btn2:hover,
body .btn2:focus {
    text-decoration: none;
}

body .btn2:after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 7px;
    height: 14px;
    margin-left: 14px;
    background-color: currentColor;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

/* pilule sur fond clair, bord sarcelle (LIRE LA SUITE, PLUS D'INFOS...) */
body .btn2-teal {
    border-color: #399a9b;
    color: #33444c;
}

body .btn2-teal:hover {
    background-color: #399a9b;
    color: #fff;
}

/* pilule blanche sur fond coloré */
body .btn2-white {
    border-color: #fff;
    color: #fff;
}

body .btn2-white:hover {
    background-color: #fff;
    color: #33444c;
}

/* pilule sombre (ADHÉRER) avec picto comète */
body .btn2-adherer {
    border-color: #33444c;
    color: #33444c;
    padding-left: 52px;
    background: url('../images/ordeco2026/picto-comete.svg') no-repeat 22px center;
    background-size: 22px auto;
}

body .btn2-adherer:after {
    content: none;
}

body .btn2-adherer:hover {
    border-color: #399a9b;
    color: #399a9b;
}

/* Anciennes classes de liens (contenus CMS) alignées sur le design 2026 */
body .link-blue,
body .link-cyan,
body .link-green {
    display: inline-block;
    font-family: var(--font);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #399a9b;
    border-radius: 30px;
    padding: 8px 18px 7px 24px;
    color: #33444c;
    transition: all 0.3s;
}

body .link-blue:after,
body .link-cyan:after,
body .link-green:after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 6px;
    height: 13px;
    margin-left: 14px;
    border: none;
    padding: 0;
    position: static;
    background-color: currentColor;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body .link-blue:hover,
body .link-cyan:hover,
body .link-green:hover {
    background-color: #399a9b;
    border-color: #399a9b;
    color: #fff;
    text-decoration: none;
}

body .link-blue:hover:after,
body .link-cyan:hover:after,
body .link-green:hover:after {
    background-color: #fff;
}

body .link-white {
    display: inline-block;
    font-family: var(--font);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 18px 7px 24px;
    color: #fff;
    transition: all 0.3s;
}

body .link-white:after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 6px;
    height: 13px;
    margin-left: 14px;
    background-color: currentColor;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body .link-white:hover {
    background-color: #fff;
    color: #33444c;
    text-decoration: none;
}

/* --------------------------------------------------------------------------
   4. HEADER - barre blanche (logo / recherche / adhérer)
   -------------------------------------------------------------------------- */
body header .topbar {
    background-color: #fff;
    padding: 18px 0 32px;
}

body header .topbar-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

body header .topbar-logo img {
    width: 141px;
    height: auto;
    display: block;
}

body header .topbar-search {
    flex: 1;
    display: flex;
    justify-content: center;
}

body header .topbar-search form {
    position: relative;
    width: 100%;
    max-width: 560px;
}

body header .topbar-search input {
    width: 100%;
    border: 1px solid #d3dadd;
    border-radius: 30px;
    background: #fff;
    padding: 16px 60px 16px 28px;
    font-family: var(--font-search);
    font-style: italic;
    font-size: 15px;
    color: #33444c;
    outline: none;
}

body header .topbar-search input::placeholder {
    color: #a3aeb3;
    font-style: italic;
}

body header .topbar-search button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: url('../images/ordeco2026/picto-loupe.svg') no-repeat center;
    background-size: 22px auto;
    width: 44px;
    height: 40px;
    cursor: pointer;
}

/* --------------------------------------------------------------------------
   5. HEADER - bandeau image + menu principal
   -------------------------------------------------------------------------- */
body header .header-band {
    background: url('../images/ordeco2026/bandeau-homepage.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    height: 140px;
}

/* le menu chevauche pour moitié la barre blanche du dessus */
body header .nav-holder {
    position: relative;
}

body header .main-nav {
    background-image: linear-gradient(to bottom, #465960, #33444c);
    border-radius: 10px;
    position: relative;
    top: -11px;
    margin-bottom: -11px;
    z-index: 100;
    box-shadow: 0 6px 18px rgba(20, 35, 40, 0.25);
}

body header .main-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

body header .main-nav > ul > li {
    position: relative;
    flex: 1 1 auto;
    text-align: center;
}

body header .main-nav > ul > li > a {
    display: block;
    font-family: var(--font);
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding: 18px 8px 16px;
    line-height: 24px;
    text-decoration: none;
    transition: background-color 0.3s;
}

body header .main-nav > ul > li > a:before {
    content: "";
    display: inline-block;
    vertical-align: 2px;
    width: 13px;
    height: 6px;
    margin-right: 9px;
    background-color: #fff;
    opacity: 0.55;
    -webkit-mask: url('../images/ordeco2026/fleche-menu.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-menu.svg') no-repeat center / contain;
    transition: opacity 0.3s;
}

/* premier item : picto accueil */
body header .main-nav > ul > li:first-child {
    flex: 0 0 110px;
}

body header .main-nav > ul > li:first-child > a {
    font-size: 0;
    height: 58px;
    background: url('../images/ordeco2026/picto-home.svg') no-repeat center;
    background-size: 21px auto;
    border-radius: 10px 0 0 10px;
}

body header .main-nav > ul > li:first-child > a:before {
    content: none;
}

body header .main-nav > ul > li:last-child > a {
    border-radius: 0 10px 10px 0;
}

body header .main-nav > ul > li:hover > a,
body header .main-nav > ul > li > a.active {
    background-color: #399a9b;
}

body header .main-nav > ul > li:hover > a:before,
body header .main-nav > ul > li > a.active:before {
    opacity: 1;
}

body header .main-nav > ul > li:first-child:hover > a,
body header .main-nav > ul > li:first-child > a.active {
    background-color: #399a9b;
    background-image: url('../images/ordeco2026/picto-home.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px auto;
}

/* sous-menu */
body header .main-nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    z-index: 999;
    min-width: 500px;
    margin: 0;
    padding: 22px 35px;
    list-style: none;
    text-align: left;
    background-color: #399a9b;
    border-radius: 0 12px 12px 12px;
    box-shadow: 0 12px 25px rgba(20, 35, 40, 0.3);
}

body header .main-nav > ul > li:hover > ul {
    display: block;
}

/* les derniers items ouvrent leur sous-menu aligné à droite */
body header .main-nav > ul > li:nth-last-child(-n+2) > ul {
    left: auto;
    right: 0;
    border-radius: 12px 0 12px 12px;
}

body header .main-nav > ul > li > ul li {
    margin: 0;
}

body header .main-nav > ul > li > ul li a {
    display: block;
    position: relative;
    font-family: var(--font);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 12px 0 12px 20px;
    text-decoration: none;
    text-align: left;
    border: none;
}

body header .main-nav > ul > li > ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 6px;
    height: 13px;
    background-color: #fff;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body header .main-nav > ul > li > ul li a:hover {
    color: #d3f2ec;
}

/* mots du bandeau */
/* les trois mots butent sur le bas du bandeau, comme la maquette : la ligne
   deborde et se fait rogner par sa propre boite — surtout pas par le bandeau,
   qui doit laisser sortir le sous-menu du haut. */
body header .band-words {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1170px;
    height: 42px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 73px;
    margin: 0;
}

body header .band-words .word {
    font-family: var(--font);
    font-weight: 200;
    font-size: 50px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.28);
}

/* --------------------------------------------------------------------------
   6. FIL D'ARIANE + TITRE DE PAGE (page.dwt)
   -------------------------------------------------------------------------- */
body .breadcrumb {
    position: static;
    background: transparent;
    margin: 8px 0 0;
    padding: 14px 50px 16px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

body .breadcrumb li {
    display: inline-block;
    margin-right: 16px;
}

body .breadcrumb li:before {
    content: "\203A";
    color: #33444c;
    margin-right: 2px;
    font-size: 11px;
    font-family: var(--font);
}

body .breadcrumb > li + li:before {
    content: "\203A";
    padding: 0;
}

body .breadcrumb a {
    font-family: var(--font);
    font-weight: 400;
    font-size: 11px;
    color: #33444c;
    text-decoration: none;
}

body .breadcrumb li:last-child a {
    color: #399a9b;
    font-family: var(--font);
    font-weight: 400;
}

body .breadcrumb:after {
    content: "";
    display: block;
    width: 129px;
    height: 1px;
    background-color: #399a9b;
    margin-top: 22px;
}

body h1.page-title {
    font-family: var(--font);
    font-weight: 700;
    font-size: 38px;
    color: #33444c;
    text-align: left;
    margin: 40px 0 35px;
}

body h1.page-title:before,
body h1.page-title:after {
    content: none;
}

/* corps de page */
body .corps {
    font-size: 16px;
    line-height: 1.7;
    color: #343f43;
    padding-bottom: 70px;
}

body .corps h2 {
    font-weight: 700;
    font-size: 24px;
    color: #399a9b;
    margin: 40px 0 20px;
}

body .corps h3 {
    font-weight: 700;
    font-size: 20px;
    color: #399a9b;
    margin: 30px 0 15px;
}

body .corps a {
    color: #399a9b;
    font-weight: 700;
}

/* --------------------------------------------------------------------------
   7. PAGE D'ACCUEIL - bloc prestataire + évènements
   -------------------------------------------------------------------------- */
body .home-intro {
    padding-top: 55px;
}

body .home-top-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 45px;
    margin-bottom: 75px;
}

body .home-top-row:before,
body .home-top-row:after {
    content: none;
}

/* carte "Vous recherchez un prestataire ?" */
body .home-card {
    flex: 0 0 36%;
    max-width: 36%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(30, 55, 60, 0.18);
}

body .home-card-top {
    background-image: linear-gradient(125deg, #42a075 0%, #399a9b 100%);
    padding: 32px 28px 28px;
}

body .home-card-bottom {
    background-image: linear-gradient(150deg, #465960 0%, #33444c 100%);
    padding: 28px 28px 32px;
}

body .home-card h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 22px;
}

body .home-card h5 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 20px 0 3px;
}

body .home-card p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 8px;
}

body .home-card .card-btn {
    text-align: right;
    margin: 14px 0 4px;
}

/* évènements */
body .events-bloc {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
}

body .events-bloc h2.events-title {
    font-weight: 800;
    font-size: 30px;
    color: #33444c;
    margin: 0 0 30px;
}

body .events-bloc .events-cols {
    display: flex;
    gap: 55px;
}

body .events-bloc .events-cols:before,
body .events-bloc .events-cols:after {
    content: none;
}

body .events-bloc .events-col {
    flex: 1;
    min-width: 0;
}

body .events-bloc .events-col h3 {
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 20px;
    padding-bottom: 14px;
}

body .events-bloc .col-actions h3 {
    color: #399a9b;
    border-bottom: 1px solid #399a9b;
}

body .events-bloc .col-partenaires h3 {
    color: #21965f;
    border-bottom: 1px solid #21965f;
}

body .events-bloc .actu-actions,
body .events-bloc .actu-prestas {
    margin-bottom: 26px;
    padding: 0;
    border: none;
}

body .events-bloc .actu-actions .date,
body .events-bloc .actu-prestas .date {
    font-family: var(--font);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #33444c;
    margin-bottom: 5px;
}

body .events-bloc .actu-actions a,
body .events-bloc .actu-prestas a {
    display: block;
    position: relative;
    font-family: var(--font);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 16px;
    text-decoration: none;
}

body .events-bloc .actu-actions a:before,
body .events-bloc .actu-prestas a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body .events-bloc .col-actions a {
    color: #399a9b;
}

body .events-bloc .col-partenaires a {
    color: #21965f;
}

body .events-bloc .actu-actions a:hover,
body .events-bloc .actu-prestas a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   8. PAGE D'ACCUEIL - section Bienvenue
   -------------------------------------------------------------------------- */
body .home-welcome {
    background: url('../images/ordeco2026/bandeau-bienvenue.jpg') no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 75px 0 70px;
}

body .home-welcome h1 {
    font-weight: 800;
    font-size: 42px;
    color: #33444c;
    margin: 0;
}

body .home-welcome h1 span {
    font-weight: 700;
    font-size: 28px;
}

body .home-welcome h2 {
    font-weight: 700;
    font-size: 28px;
    color: #33444c;
    max-width: 1060px;
    margin: 5px auto 30px;
}

body .home-welcome .lead {
    font-family: var(--font);
    font-weight: 700;
    font-size: 16px;
    color: #399a9b;
    line-height: 1.65;
    max-width: 860px;
    margin: 0 auto 25px;
}

body .home-welcome p {
    color: #4c5a61;
    font-size: 14px;
    line-height: 1.75;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

body .home-welcome .home-btn {
    display: inline-block;
    margin-top: 12px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #399a9b;
    border-radius: 30px;
    padding: 13px 26px 11px;
    color: #33444c;
    text-decoration: none;
    transition: all 0.3s;
}

body .home-welcome .home-btn:after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 7px;
    height: 14px;
    margin-left: 14px;
    background-color: currentColor;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body .home-welcome .home-btn:hover {
    background-color: #399a9b;
    color: #fff;
}

/* ligne partenariat + bloc Cycl'Op */
body .home-welcome .cyclop-line {
    margin-top: 55px;
}

body .home-welcome .cyclop-line p {
    font-family: var(--font);
    font-weight: 700;
    font-size: 16px;
    color: #33444c;
    max-width: 980px;
}

body .home-welcome .cyclop-line p a {
    color: #399a9b;
    text-decoration: underline;
}

body .home-welcome .cyclop-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 35px;
    text-decoration: none;
}

body .home-welcome .cyclop-banner:hover {
    text-decoration: none;
}

body .home-welcome .cyclop-banner .cyclop-logo {
    width: 204px;
    height: auto;
    margin: 0;
    max-width: none;
}

body .home-welcome .cyclop-banner .cyclop-arc {
    width: auto;
    height: 88px;
    margin: 0 22px 0 70px;
    max-width: none;
}

body .home-welcome .cyclop-banner .cyclop-txt {
    text-align: left;
}

body .home-welcome .cyclop-banner .cyclop-txt .l1 {
    font-family: var(--font);
    font-weight: 700;
    font-size: 16px;
    color: #f5a623;
    margin: 0;
}

body .home-welcome .cyclop-banner .cyclop-txt .l2 {
    font-family: var(--font);
    font-weight: 700;
    font-size: 24px;
    color: #e9504a;
    margin: 2px 0;
}

body .home-welcome .cyclop-banner .cyclop-txt .l2 span {
    font-size: 16px;
    color: #f5a623;
}

body .home-welcome .cyclop-banner .cyclop-txt .l3 {
    font-family: var(--font);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 4px;
    color: #f5a623;
    margin: 4px 0 0;
}

/* --------------------------------------------------------------------------
   9. PAGE D'ACCUEIL - ressources / données régionales
   -------------------------------------------------------------------------- */
body .home-resources {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 82px 0 70px;
}

body .home-resources .bloc-donnees {
    background: transparent;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0 90px;
}

body .home-resources .bloc-donnees > h2,
body .home-resources .bloc-donnees > h3,
body .home-resources .bloc-donnees > h4 {
    grid-column: 1 / -1;
}

body .home-resources .bloc-donnees .bloc {
    width: auto;
    float: none;
    clear: none;
    margin: 0 0 65px;
    padding: 0 0 45px;
    border-bottom: 1px solid #d8dee0;
}

/* la dernière rangée n'a pas de filet de séparation */
body .home-resources .bloc-donnees .bloc:nth-last-child(-n+2) {
    padding-bottom: 0;
    border-bottom: none;
}

body .home-resources .bloc-donnees .img-donnees {
    display: block;
}

body .home-resources .bloc-donnees img {
    max-width: 100%;
    height: auto;
}

body .home-resources .bloc-donnees h2,
body .home-resources .bloc-donnees h3,
body .home-resources .bloc-donnees h4 {
    font-family: var(--font);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #399a9b;
    margin: 30px 0 20px;
    padding: 0;
}

body .home-resources .bloc-donnees h2.rouge,
body .home-resources .bloc-donnees h3.rouge,
body .home-resources .bloc-donnees h4.rouge {
    color: #e9504a;
}

/* un titre saisi dans le CMS contient souvent un lien : il garde la couleur du titre */
body .home-resources .bloc-donnees h2 a,
body .home-resources .bloc-donnees h3 a,
body .home-resources .bloc-donnees h4 a,
body .home-resources .bloc-donnees h2 strong,
body .home-resources .bloc-donnees h3 strong,
body .home-resources .bloc-donnees h4 strong {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

body .home-resources .bloc-donnees h2 a:hover,
body .home-resources .bloc-donnees h3 a:hover,
body .home-resources .bloc-donnees h4 a:hover {
    text-decoration: underline;
}

body .home-resources .bloc-donnees p {
    font-size: 15px;
    line-height: 1.7;
    color: #343f43;
}

/* listes à chevrons dans les blocs ressources */
body .home-resources .bloc-donnees ul {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

body .home-resources .bloc-donnees ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.6;
    color: #343f43;
}

body .home-resources .bloc-donnees ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 12px;
    background-color: #399a9b;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body .home-resources .bloc-donnees .bloc-btn {
    margin: 28px 0 0;
}

/* bouton "Lire la suite" : surcharge la règle `.bloc-donnees .link-*` de style.css */
body .home-resources .bloc-donnees .link-green,
body .home-resources .bloc-donnees .link-cyan,
body .home-resources .bloc-donnees .link-blue {
    display: inline-block;
    margin-top: 0;
    padding: 8px 18px 7px 24px;
    border: 1px solid #399a9b;
    border-radius: 30px;
    color: #33444c;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}

body .home-resources .bloc-donnees .link-green:after,
body .home-resources .bloc-donnees .link-cyan:after,
body .home-resources .bloc-donnees .link-blue:after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 6px;
    height: 13px;
    margin-left: 14px;
    top: auto;
    border: none;
    padding: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body .home-resources .bloc-donnees .link-green:hover,
body .home-resources .bloc-donnees .link-cyan:hover,
body .home-resources .bloc-donnees .link-blue:hover {
    background-color: #399a9b;
    color: #fff;
}

body .home-resources .bloc-donnees .link-green:hover:after,
body .home-resources .bloc-donnees .link-cyan:hover:after,
body .home-resources .bloc-donnees .link-blue:hover:after {
    background-color: #fff;
}

body .home-resources .bloc-donnees hr {
    border: none;
    border-top: 1px solid #d8dee0;
    margin: 45px 0;
}

body .home-resources .bloc-donnees .txt-donnees {
    min-height: 0;
}

body .home-resources .bloc-donnees .bloc-first .img-donnees,
body .home-resources .bloc-donnees .bloc-last .img-donnees {
    float: none;
    margin: 0;
}

/* --------------------------------------------------------------------------
   10. NEWSLETTER
   -------------------------------------------------------------------------- */
body .bloc-newsletter {
    background: url('../images/ordeco2026/bandeau-newsletter.jpg') no-repeat center;
    background-size: cover;
    padding: 65px 0 70px;
    margin-top: 40px;
}

body .bloc-newsletter .newsletter-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* les clearfix .container/.row de Bootstrap ne doivent pas devenir des items flex */
body .bloc-newsletter .newsletter-inner:before,
body .bloc-newsletter .newsletter-inner:after,
body footer .footer-inner:before,
body footer .footer-inner:after,
body header .band-words:before,
body header .band-words:after,
body header .topbar-inner:before,
body header .topbar-inner:after {
    content: none;
}

body .bloc-newsletter .news-txt {
    flex: 0 0 34%;
}

body .bloc-newsletter h3 {
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    margin: 0 0 18px;
}

body .bloc-newsletter .news-txt p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
}

body .bloc-newsletter .news-txt p strong {
    font-weight: 700;
}

body .bloc-newsletter .news-form {
    flex: 1;
    min-width: 0;
}

body .bloc-newsletter .news-form form fieldset {
    display: flex;
    align-items: center;
    gap: 20px;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

body .bloc-newsletter .news-form form fieldset input[type="email"] {
    flex: 1;
    width: auto;
    min-width: 0;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 13px 28px;
    font-family: var(--font);
    font-style: italic;
    font-size: 15px;
    color: #fff;
    outline: none;
}

body .bloc-newsletter .news-form form fieldset input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

body .bloc-newsletter .news-form form fieldset input[type="submit"] {
    float: none;
    height: auto;
    background: url('../images/ordeco2026/picto-comete-blanc.svg') no-repeat 24px center;
    background-size: 22px auto;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-family: var(--font);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 13px 28px 11px 56px;
    cursor: pointer;
    transition: all 0.3s;
}

body .bloc-newsletter .news-form form fieldset input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

body .bloc-newsletter .news-form .checkbox {
    margin-top: 18px;
}

body .bloc-newsletter .form-checkbox {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

body .bloc-newsletter .form-checkbox__input {
    position: absolute;
    opacity: 0;
}

body .bloc-newsletter .form-checkbox__icon,
body .bloc-newsletter .form-horizontal .form-checkbox .form-checkbox__icon {
    display: inline-block;
    vertical-align: -4px;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    position: relative;
}

body .bloc-newsletter .form-checkbox__input:checked + .form-checkbox__icon:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

body .bloc-newsletter .form-checkbox__label {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}

/* --------------------------------------------------------------------------
   11. FOOTER
   -------------------------------------------------------------------------- */
body footer {
    background-color: #f7f7f9;
    padding: 55px 0 65px;
    margin-top: 0;
}

body footer .footer-inner {
    display: flex;
    align-items: flex-start;
    gap: 42px;
}

body footer .footer-logo {
    flex: 0 0 152px;
}

body footer .footer-logo img {
    width: 152px;
    height: auto;
}

body footer .footer-contact {
    flex: 0 0 195px;
    padding-top: 4px;
}

body footer .footer-contact .contact-line {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #495355;
    line-height: 1.5;
}

body footer .footer-contact .contact-line img {
    width: 17px;
    height: auto;
    margin-top: 2px;
}

body footer .footer-contact .contact-line.strong,
body footer .footer-contact .contact-line a {
    font-family: var(--font);
    font-weight: 700;
    color: #33444c;
    text-decoration: none;
}

body footer .footer-nav {
    flex: 1 1 auto;
    min-width: 340px;
    padding-top: 4px;
}

body footer .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    columns: 2;
    column-gap: 38px;
}

body footer .footer-nav ul li {
    break-inside: avoid;
}

body footer .footer-nav ul ul {
    display: none;
}

body footer .footer-nav li {
    margin-bottom: 13px;
}

body footer .footer-nav a {
    position: relative;
    font-family: var(--font);
    font-weight: 400;
    font-size: 13px;
    color: #495355;
    padding-left: 15px;
    text-decoration: none;
    display: inline-block;
}

body footer .footer-nav a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 12px;
    background-color: #399a9b;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body footer .footer-nav a:hover {
    color: #399a9b;
}

body footer .footer-right {
    margin-left: auto;
    padding-top: 8px;
}

body footer .footer-follow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

body footer .footer-follow .label {
    font-family: var(--font);
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #33444c;
}

body footer .footer-follow img {
    width: 34px;
    height: 34px;
}

body footer .footer-partners {
    display: flex;
    align-items: center;
    gap: 20px;
}

body footer .footer-partners a {
    display: flex;
    align-items: center;
    gap: 20px;
}

body footer .footer-partners img {
    height: 64px;
    width: auto;
    flex-shrink: 0;
    max-height: none;
}

/* --------------------------------------------------------------------------
   12. MENU MOBILE (panneaux hérités recolorés)
   -------------------------------------------------------------------------- */
body header .menu-mobile-bar {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    background: #33444c;
    background-image: linear-gradient(to bottom, #465960, #33444c);
    border-radius: 8px;
}

@media (max-width: 767px) {
    body header .menu-mobile-bar {
        display: block;
        margin-top: 15px;
    }

    body header .menu-mobile-bar .menu-icon {
        height: 52px;
    }

    body header .menu-mobile-bar .menu-icon i {
        font-size: 26px;
        line-height: 52px;
    }
}

body header .menu-mobile-bar .menu-icon i {
    color: #fff;
}

body header .menu-mobile-open,
body header .menu-mobile-open ul li ul {
    background-color: #33444c;
}

body header .menu-mobile-open .top-menu {
    background-color: #399a9b;
}

body header .menu-mobile-open ul li a {
    color: #fff;
}

body header .menu-search-open {
    background-color: #399a9b;
}

/* --------------------------------------------------------------------------
   14. PAGES INTÉRIEURES (page.dwt) — contenus éditoriaux du CMS
   Maquette : ORDECO-Page intérieure-Cadre réglementaire / Evènements
   -------------------------------------------------------------------------- */

/* Police unique du design 2026 : neutralise les familles héritées de style.css
   (Overpass SemiBold, Roboto Light...) sans toucher aux icônes FontAwesome. */
body,
body :not(i):not([class*="fa-"]):not(.glyphicon):not(.fa) {
    font-family: var(--font);
}

/* --- Titre de page --- */
body h1.page-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #33444c;
    margin: 26px 0 24px;
    padding: 0 50px;
}

/* --- Corps de page --- */
body .corps {
    font-size: 14px;
    line-height: 1.8;
    color: #3f4a50;
    padding: 0 65px 60px;
}

/* le bandeau de bas de page vient au contact du pied de page */
body .corps > .container-flex-3.green-bg:last-child {
    margin-bottom: -60px;
}

body .corps p {
    margin: 0 0 15px;
    line-height: 1.75;
}

body .corps a {
    color: #2f8e91;
    text-decoration: none;
    transition: color .25s;
}

body .corps a:hover {
    color: #1d6f72;
    text-decoration: underline;
}

body .corps img {
    max-width: 100%;
    height: auto;
}

body .corps strong,
body .corps b {
    font-weight: 700;
    color: #33444c;
}

/* Titres : on neutralise les filets décoratifs hérités */
body .corps h1:before, body .corps h1:after,
body .corps h2:before, body .corps h2:after,
body .corps h3:before, body .corps h3:after,
body .corps h4:before, body .corps h4:after,
body .corps h5:before, body .corps h5:after,
body .corps h6:before, body .corps h6:after {
    content: none;
}

body .corps h4.underline {
    border-bottom: none;
    padding-bottom: 0;
}

body .corps h1.underline,
body .corps h2.underline {
    text-align: inherit;
}

body .corps h1,
body .corps h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #399a9b;
    margin: 0 0 20px;
    position: static;
}

body .corps h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: #399a9b;
    margin: 0 0 18px;
}

body .corps h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #33444c;
    margin: 26px 0 12px;
}

body .corps h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    color: #33444c;
    margin: 0 0 12px;
}

body .corps h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    color: #33444c;
    margin: 0 0 10px;
}

/* --- Listes à chevrons --- */
body .corps ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

body .corps ul li {
    position: relative;
    padding-left: 19px;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.7;
}

body .corps ul li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 8px;
    width: 6px;
    height: 11px;
    background-color: #5aa9aa;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

/* un <li> qui contient des <p> ne doit pas creuser d'espace vertical */
body .corps ul li > p {
    margin: 0 0 4px;
}

body .corps ul li > p:last-child {
    margin-bottom: 0;
}

body .corps ul ul {
    margin: 6px 0;
}

body .corps ol {
    margin: 0 0 18px;
    padding-left: 20px;
}

body .corps ol li {
    margin-bottom: 6px;
}

/* listes héritées (puce-*, arrow-*) : même rendu */
body .corps ul[class^="puce-"],
body .corps ul[class^="arrow-"] {
    font-size: 14px;
    font-weight: 400;
    color: #3f4a50;
}

body .corps ul[class^="puce-"] li:before,
body .corps ul[class^="arrow-"] li:before {
    content: "";
    font: inherit;
    padding: 0;
    color: transparent;
}

/* --- Encart d'introduction (ancien .content-blue-gradient) --- */
body .corps .content-blue-gradient,
body .corps .content-blue-white-gradient,
body .corps .content-green-white-gradient {
    position: relative;
    overflow: hidden;
    background: var(--grey-box);
    background-image: none;
    color: #3f4a50;
    padding: 44px 65px 42px;
    margin: 0 -65px;
    margin-bottom: 58px !important;
    border-radius: 0;
}

/* filigrane photo très atténué */
body .corps .content-blue-gradient:before,
body .corps .content-blue-white-gradient:before,
body .corps .content-green-white-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/ordeco2026/bandeau-bienvenue.jpg') no-repeat center / cover;
    filter: grayscale(1) brightness(.82) contrast(1.4);
    opacity: .5;
    pointer-events: none;
}

body .corps .content-blue-gradient > *,
body .corps .content-blue-white-gradient > *,
body .corps .content-green-white-gradient > * {
    position: relative;
    z-index: 1;
}

body .corps .content-blue-gradient h1,
body .corps .content-blue-gradient h2,
body .corps .content-blue-gradient h3,
body .corps .content-blue-white-gradient h1,
body .corps .content-blue-white-gradient h2,
body .corps .content-blue-white-gradient h3,
body .corps .content-green-white-gradient h1,
body .corps .content-green-white-gradient h2,
body .corps .content-green-white-gradient h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2f8e91;
    text-align: left;
    margin: 0 0 20px;
}

/* le cartouche blanc de l'ancien design disparaît : le fond gris suffit */
body .corps .content-blue-gradient div.bwhite,
body .corps .content-blue-white-gradient div.bwhite,
body .corps .content-green-white-gradient div.bwhite {
    background: none;
    padding: 0;
    margin: 0;
}

body .corps .content-blue-gradient .bwhite h5,
body .corps .content-blue-white-gradient .bwhite h5,
body .corps .content-green-white-gradient .bwhite h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    color: #33444c;
    margin: 0 0 16px;
}

/* la ligne de source, alignée à droite, est en gris régulier */
body .corps .content-blue-gradient .bwhite h5[style*="right"],
body .corps .content-blue-white-gradient .bwhite h5[style*="right"],
body .corps .content-green-white-gradient .bwhite h5[style*="right"] {
    font-weight: 400;
    color: #5d6a70;
    margin: 0;
}

body .corps .content-blue-gradient .bwhite h5[style*="right"] strong,
body .corps .content-blue-white-gradient .bwhite h5[style*="right"] strong,
body .corps .content-green-white-gradient .bwhite h5[style*="right"] strong {
    font-weight: 400;
    color: #5d6a70;
}

body .corps .content-blue-gradient ul li:before,
body .corps .content-blue-white-gradient ul li:before,
body .corps .content-green-white-gradient ul li:before {
    color: transparent;
    font-size: 0;
    margin: 0;
}

/* --- Encart vert plein (ancien .content-green-gradient) --- */
body .corps .content-green-gradient {
    background: linear-gradient(100deg, #2f8e91 0%, #56ab8b 100%);
    color: #fff;
    padding: 44px 60px;
    margin: 0 0 50px;
}

body .corps .content-green-gradient h1,
body .corps .content-green-gradient h2,
body .corps .content-green-gradient h3,
body .corps .content-green-gradient h4,
body .corps .content-green-gradient h5,
body .corps .content-green-gradient p,
body .corps .content-green-gradient li {
    color: #fff;
    margin-left: 0;
}

body .corps .content-green-gradient a {
    color: #fff;
    text-decoration: underline;
}

body .corps .content-green-gradient li:before {
    background-color: #fff;
    color: transparent;
}

/* --- Blocs à deux colonnes --- */
body .corps .container-flex {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0 55px;
    align-items: start;
    position: relative;
    border-bottom: none;
    padding: 0 0 34px;
    margin: 0 0 42px;
}

body .corps .container-flex:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 312px;
    height: 1px;
    background: var(--line-soft);
}

/* dernier bloc de la page : pas de filet */
body .corps .container-flex:last-child:after {
    content: none;
}

body .corps .col-2 {
    flex: none;
    min-width: 0;
}

body .corps .pad-txt,
body .corps .pad-txt-left {
    padding: 0;
}

body .corps .col-2 h2,
body .corps .col-2 h3,
body .corps .col-2 h4,
body .corps .pad-txt-left h4 {
    color: #399a9b;
    font-weight: 700;
}

body .corps .col-2 > img,
body .corps .col-2 > p > img {
    display: block;
    width: 100%;
    height: auto;
}

/* --- Filet de séparation autonome (hr) --- */
body .corps hr {
    border: none;
    border-top: 1px solid var(--line-soft);
    width: 312px;
    margin: 34px 0;
    height: 0;
}

/* --- Bloc de paragraphes (ancien .contentp) --- */
body .corps .contentp {
    margin: 0 0 30px;
}

body .corps .contentp h3 {
    margin: 0 0 20px;
    color: #399a9b;
}

body .corps .contentp ul li:before {
    color: transparent;
    font-size: 0;
    margin: 0;
}

body .corps .edit {
    margin: 0;
}

/* --- Boutons pilule des contenus --- */
body .corps .link-blue,
body .corps .link-cyan,
body .corps .link-green {
    font-size: 10px;
    letter-spacing: 0.1px;
    padding: 9px 20px 8px;
    background: #fff;
    margin: 0 0 11px;
}

body .corps .link-blue:after,
body .corps .link-cyan:after,
body .corps .link-green:after {
    width: 6px;
    height: 11px;
    margin-left: 13px;
    vertical-align: -1px;
}

/* --- Bandeau "Pour aller plus loin" (ancien .container-flex-3.green-bg) --- */
body .corps .container-flex-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    align-items: stretch;
    padding: 0;
    margin: 0 0 40px;
}

/* le bandeau pleine largeur est calcule en vw : on empeche tout debordement
   horizontal du a la largeur de la barre de defilement */
body .main-content {
    overflow-x: hidden;
    overflow-x: clip;
}

body .corps .container-flex-3.green-bg {
    position: relative;
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
    padding: 58px 30px 66px;
    background: #2f8e91 url('../images/ordeco2026/bandeau-newsletter.jpg') no-repeat center / cover;
    color: #fff;
}

@media (min-width: 1200px) {
    body .corps .container-flex-3.green-bg {
        padding-left: calc(50vw - 522px);
        padding-right: calc(50vw - 522px);
    }
}

body .corps .container-flex-3 h3 {
    grid-column: 1 / -1;
    width: auto;
    margin: 0 0 8px;
}

body .corps .container-flex-3.green-bg h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 34px;
}

body .corps .container-flex-3.green-bg p {
    grid-column: 1 / -1;
    text-align: center;
    color: #fff;
}

body .corps .col-3 {
    flex-basis: auto;
    margin: 0;
}

/* cartes de la mediatheque : image, intertitre, chapo */
body .corps .container-flex-3 .col-3 > a > img,
body .corps .container-flex-3 .col-3 > img {
    display: block;
    width: 100%;
    height: auto;
}

body .corps .container-flex-3 .col-3 h4 {
    color: #2f8e91;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 20px 0 10px;
}

body .corps .container-flex-3 .col-3 h4 a {
    color: inherit;
}

body .corps .container-flex-3 .col-3 p {
    font-size: 14px;
    margin: 0 0 10px;
}

/* dans le bandeau colore, la colonne porte une seule tuile pleine hauteur */
body .corps .container-flex-3.green-bg .col-3 {
    display: flex;
}

body .corps .container-flex-3.green-bg .col-3 h4 {
    color: #fff;
}

body .corps .col-3-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(255, 255, 255, .17);
    border-radius: 8px;
    padding: 24px 62px 24px 24px;
    position: relative;
    min-height: 104px;
    transition: background .3s;
}

body .corps .col-3-link:hover {
    background: rgba(255, 255, 255, .27);
}

body .corps .col-3-link a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.3px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
}

body .corps .col-3-link a:hover {
    color: #fff;
    text-decoration: none;
}

body .corps .col-3-link:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url('../images/ordeco2026/fleche-bouton.svg');
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 5px 10px;
    font-size: 0;
}

/* --- Tableaux des contenus --- */
body .corps table {
    max-width: 100%;
    margin: 0 0 22px;
}

body .corps table td,
body .corps table th {
    vertical-align: top;
}

body .corps table h5 {
    margin: 0;
}

/* --- Encadré coordonnées --- */
body .corps .coordonnees {
    background: #f4f5f6;
    border-left: 3px solid #399a9b;
    padding: 22px 26px;
    margin: 0 0 24px;
}

body .corps .coordonnees h5 {
    margin: 0;
}

body .corps blockquote {
    border-left: 3px solid #399a9b;
    background: #f4f5f6;
    padding: 18px 26px;
    margin: 0 0 22px;
    font-size: 14px;
}

/* --- Décalages hérités neutralisés --- */
body .corps .decal-left,
body .corps .decal-right {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: none;
}

/* --------------------------------------------------------------------------
   15. LISTES D'ACTUALITÉS ET D'ACTIONS (rubrique Evènements)
   -------------------------------------------------------------------------- */
body .corps .titre-paragraphe,
body .corps h3.titre-paragraphe {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 22px;
    font-weight: 700;
    color: #399a9b;
    margin: 44px 0 18px;
}

body .corps .titre-paragraphe:first-child {
    margin-top: 8px;
}

body .corps .titre-paragraphe span {
    color: #399a9b;
    margin-right: 8px;
}

body .corps .titre-paragraphe small a,
body .corps .box .btn,
body .corps p.back a,
body .corps .btn-cyan {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #33444c;
    background: #fff;
    border: 1px solid #399a9b;
    border-radius: 30px;
    padding: 10px 22px 9px;
    transition: all .3s;
}

body .corps .titre-paragraphe small a:after,
body .corps .box .btn:after,
body .corps p.back a:after,
body .corps .btn-cyan:after {
    content: "";
    display: inline-block;
    vertical-align: -1px;
    width: 6px;
    height: 12px;
    margin-left: 16px;
    background-color: currentColor;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
}

body .corps .titre-paragraphe small a:hover,
body .corps .box .btn:hover,
body .corps p.back a:hover,
body .corps .btn-cyan:hover {
    background: #399a9b;
    border-color: #399a9b;
    color: #fff;
    text-decoration: none;
}

/* la liste qui porte les fiches perd sa puce et son retrait */
body .corps ul.actions,
body .corps ul.puce-blue.actions {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3f4a50;
}

body .corps .box {
    background: #f4f5f6;
    padding: 26px 34px 30px;
    margin: 0 0 4px;
}

body .corps .box:last-child {
    margin-bottom: 0;
}

body .corps .box .date {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #2f8e91;
    margin: 0 0 6px;
}

body .corps .box h3,
body .corps .box h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #3f4a50;
    margin: 0 0 18px;
}

body .corps .box h4 a {
    color: #3f4a50;
}

body .corps .box p {
    margin: 0;
}

body .corps .box .clear {
    clear: both;
}

/* une fiche qui ne porte qu'un lien devient une rangee cliquable pleine largeur */
body .corps .box > h4:only-child {
    margin: 0;
}

body .corps .box > h4:only-child > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #2f8e91;
    text-decoration: none;
}

body .corps .box > h4:only-child > a:after {
    content: "";
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border: 1px solid #399a9b;
    border-radius: 50%;
    background-color: #399a9b;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat 11px center / 5px 10px;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat 11px center / 5px 10px;
}

body .corps .box > h4:only-child > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 1px solid #399a9b;
    border-radius: 50%;
}

body .corps .box:has(> h4:only-child) {
    transition: background .3s;
}

body .corps .box:has(> h4:only-child):hover {
    background: #e9ebed;
}

body .corps .box:has(> h4:only-child) + .box:has(> h4:only-child) {
    margin-top: 4px;
}

body .corps .box + h2,
body .corps .box + h3,
body .corps .box + h4 {
    margin-top: 44px;
}

/* fiche détaillée d'une actualité */
body .corps > .date {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #2f8e91;
    margin: 0 0 8px;
}

body .corps p.back {
    margin: 34px 0 0;
}

/* --------------------------------------------------------------------------
   16. RESPONSIVE DES PAGES INTÉRIEURES
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
    body .home-resources {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    body .corps {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }

    body h1.page-title {
        font-size: 29px;
        margin: 26px 0 24px;
        padding: 0 15px;
    }

    body .corps .content-blue-gradient,
    body .corps .content-blue-white-gradient,
    body .corps .content-green-white-gradient {
        margin-left: -15px;
        margin-right: -15px;
    }

    body .corps .content-blue-gradient,
    body .corps .content-blue-white-gradient,
    body .corps .content-green-white-gradient {
        padding: 32px 30px;
        margin-bottom: 40px;
    }

    body .corps .container-flex {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body .corps .container-flex-3 {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    body .corps .container-flex-3.green-bg {
        padding-top: 44px;
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {
    body h1.page-title {
        font-size: 25px;
    }

    body .corps .content-blue-gradient,
    body .corps .content-blue-white-gradient,
    body .corps .content-green-white-gradient,
    body .corps .content-green-gradient {
        padding: 26px 22px;
    }

    body .corps .container-flex-3 {
        grid-template-columns: 1fr;
    }

    body .corps .container-flex:after,
    body .corps hr {
        width: 60%;
    }

    body .corps .box {
        padding: 22px 20px 24px;
    }

    body .corps .titre-paragraphe,
    body .corps h3.titre-paragraphe {
        font-size: 19px;
    }

    body .corps .link-blue,
    body .corps .link-cyan,
    body .corps .link-green {
        white-space: normal;
        text-align: left;
        line-height: 1.5;
    }
}

/* --------------------------------------------------------------------------
   17. GABARITS ANNEXES (recherche de prestataires, résultats, formulaires)
   Ces pages n'ont pas de maquette dédiée : on les aligne sur le langage 2026.
   -------------------------------------------------------------------------- */

/* titre de page des gabarits qui n'utilisent pas .page-title */
body .main-content > .container > h1.underline,
body .main-content > .container > h1:not(.page-title) {
    text-align: left;
    font-family: var(--font);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #33444c;
    margin: 26px 0 24px;
    padding: 0 50px;
}

body .main-content > .container > h1.underline:before,
body .main-content > .container > h1.underline:after {
    content: none;
}

/* panneau de recherche */
body .search-prestataire {
    background: linear-gradient(100deg, #2f8e91 0%, #56ab8b 100%);
    padding: 40px 0 34px;
    margin: 0 0 50px;
    border-radius: 4px;
}

body .search-prestataire .sentence {
    font-family: var(--font);
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 26px;
}

body .search-prestataire .control-label {
    font-family: var(--font);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
}

body .search-prestataire .form-control {
    border: none;
    border-radius: 30px;
    height: 42px;
    padding: 8px 22px;
    font-family: var(--font);
    font-size: 14px;
    color: #33444c;
    box-shadow: none;
}

body .search-prestataire .btn,
body .corps .btn-full-blue,
body .btn-full-blue,
body .search-prestataire button[type="submit"] {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #2f8e91;
    font-family: var(--font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 24px 10px;
    transition: all .3s;
}

body .search-prestataire .btn:hover,
body .btn-full-blue:hover {
    background: transparent;
    color: #fff;
}

/* hors panneau coloré, le bouton reprend la pilule sarcelle sur blanc */
body .corps .btn-full-blue,
body .corps input[type="submit"],
body .corps button[type="submit"] {
    background: #fff;
    border: 1px solid #399a9b;
    color: #33444c;
}

body .corps .btn-full-blue:hover,
body .corps input[type="submit"]:hover,
body .corps button[type="submit"]:hover {
    background: #399a9b;
    border-color: #399a9b;
    color: #fff;
}

/* bloc « Vous êtes prestataires ? » */
body .new-prestataire h2,
body .new-prestataire h2.green,
body .green,
body .corps .green {
    color: #2f8e91;
}

body .new-prestataire h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 18px;
}

body .btn-full-border-green,
body .btn-full-border-blue,
body .btn-full-border-cyan {
    display: inline-block;
    background: #fff;
    border: 1px solid #399a9b;
    border-radius: 30px;
    color: #33444c;
    font-family: var(--font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 24px 10px;
    transition: all .3s;
}

body .btn-full-border-green:hover,
body .btn-full-border-blue:hover,
body .btn-full-border-cyan:hover {
    background: #399a9b;
    border-color: #399a9b;
    color: #fff;
}

/* dans une liste, un item qui ne porte qu'une pilule n'a pas de chevron */
body .corps ul li:has(.link-cyan),
body .corps ul li:has(.link-green),
body .corps ul li:has(.link-blue) {
    padding-left: 0;
    margin-bottom: 10px;
}

body .corps ul li:has(.link-cyan):before,
body .corps ul li:has(.link-green):before,
body .corps ul li:has(.link-blue):before {
    content: none;
}

/* un intertitre qui ne sert que de porte-lien ne creuse pas la liste */
body .corps li > h1,
body .corps li > h2,
body .corps li > h3,
body .corps li > h4,
body .corps li > h5,
body .corps li > h6 {
    margin: 0;
}

@media (max-width: 991px) {
    body .main-content > .container > h1.underline,
    body .main-content > .container > h1:not(.page-title) {
        font-size: 29px;
        padding: 0 15px;
    }
}

/* --------------------------------------------------------------------------
   18. RELECTURE — corrections de mise en page et de charte
   -------------------------------------------------------------------------- */

/* --- Liens et libellés hérités de l'ancienne charte --- */
body .corps .arrow-link,
body .corps a.arrow-link {
    color: #2f8e91;
    text-decoration: none;
    font-weight: 700;
}

body .corps .arrow-link:hover {
    color: #1d6f72;
    text-decoration: underline;
}

body .corps .blue,
body .corps .cyan,
body .corps .green,
body .corps .number-cyan {
    color: #2f8e91;
}

/* --- Illustrations en colonne : une couverture au format portrait ne doit
       pas creuser la colonne voisine --- */
body .corps .container-flex .col-2 img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 320px;
    height: auto;
    margin: 0 auto;
}

/* les schémas vectoriels n'ont pas de dimension propre : ils occupent la colonne */
body .corps .container-flex .col-2 img[src$=".svg"] {
    width: 100%;
    max-height: none;
}

body .corps iframe,
body .corps object,
body .corps embed {
    max-width: 100%;
}

/* --- Tableaux de contenu --- */
body .corps table {
    width: auto;
    border-collapse: collapse;
    font-size: 14px;
}

body .corps table td,
body .corps table th {
    padding: 10px 14px;
}

/* un tableau de données (avec bordures d'origine) reçoit un filet discret */
body .corps table[border]:not([border="0"]) td,
body .corps table[border]:not([border="0"]) th {
    border: 1px solid #dcdcde;
}

body .corps table th {
    background: #f0f2f3;
    font-weight: 700;
    color: #33444c;
    text-align: left;
}

body .corps table h4,
body .corps table h5,
body .corps table h6 {
    margin: 0 0 6px;
}

body .corps table p {
    margin: 0 0 8px;
}

body .corps table p:last-child {
    margin-bottom: 0;
}

/* une cellule sur aplat de couleur passe en texte blanc */
body .corps table td[style*="#2f8e91"],
body .corps table td[style*="#2F8E91"] {
    color: #fff;
}

body .corps table td[style*="#2f8e91"] strong,
body .corps table td[style*="#2F8E91"] strong {
    color: #fff;
}

/* --- Filet de securite : le CMS laisse parfois un bloc mal referme.
       Tout enfant direct d'une grille qui n'est pas une colonne occupe
       la largeur entiere plutot que de se tasser dans une cellule. --- */
body .corps .container-flex-3 > *:not(.col-3) {
    grid-column: 1 / -1;
}

body .corps .container-flex > *:not(.col-2) {
    grid-column: 1 / -1;
}

/* --- Intertitres de section dans le corps --- */
body .corps h4.underline,
body .corps h5.underline {
    margin-top: 30px;
}

body .corps h4.underline:first-child,
body .corps h5.underline:first-child,
body .corps td h4.underline,
body .corps td h5.underline {
    margin-top: 0;
}

/* --- Contenu tiers bloqué par le gestionnaire de cookies --- */
body .tac_activate,
body div[id^="youtube_player"] .tac_activate,
body .tac_float {
    background: #f0f2f3 !important;
    color: #33444c !important;
    border-radius: 6px;
    padding: 30px 20px !important;
    font-family: var(--font) !important;
}

body .tac_activate .tac_float b,
body .tac_float b {
    color: #33444c !important;
    font-weight: 700;
}

body .tac_activate .tarteaucitronAllow,
body .tarteaucitronAllow {
    background: #fff !important;
    border: 1px solid #399a9b !important;
    border-radius: 30px !important;
    color: #33444c !important;
    font-family: var(--font) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 10px 22px !important;
}

/* --------------------------------------------------------------------------
   19. FORMULAIRES D'ABONNEMENT (Brevo) — pages Newsletter / Se désabonner
   -------------------------------------------------------------------------- */
body .corps .sib-form {
    background: #f0f2f3;
    padding: 40px 30px;
    margin: 0 0 30px;
    text-align: left;
}

body .corps .sib-form-container {
    max-width: 620px;
    margin: 0 auto;
}

body .corps .sib-container--large {
    background: #fff;
    border-radius: 8px;
    padding: 34px 34px 30px;
    max-width: none;
}

body .corps .sib-form-block p {
    margin: 0 0 10px;
}

/* le titre du formulaire */
body .corps .sib-form-block[style] p,
body .corps .sib-form-block p strong,
body .corps .sib-text-form-block + .sib-form-block p {
    color: inherit;
}

body .corps .sib-image-form-block img {
    display: block;
    margin: 0 auto 18px;
    max-width: 220px;
    height: auto;
}

body .corps .sib-form .entry__label,
body .corps .sib-form .form__label-row > label {
    display: block;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 700;
    color: #33444c;
    margin: 0 0 6px;
}

body .corps .sib-form .entry__specification {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6b767b;
    margin: 6px 0 0;
}

body .corps .sib-form .entry__error {
    display: block;
    font-size: 13px;
    color: #b3413c;
    background: #fdeceb;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 6px 0 0;
}

body .corps .sib-form .input,
body .corps .sib-form input[type="text"],
body .corps .sib-form input[type="email"] {
    width: 100%;
    border: 1px solid #d3dadd;
    border-radius: 30px;
    background: #fff;
    padding: 12px 22px;
    font-family: var(--font);
    font-size: 15px;
    color: #33444c;
    outline: none;
}

body .corps .sib-form input::placeholder {
    color: #a3aeb3;
}

body .corps .sib-form .entry_block,
body .corps .sib-form .form__entry {
    margin-bottom: 18px;
}

body .corps .sib-form .entry_mcq .entry__choice,
body .corps .sib-form .sib-optin .entry__choice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.6;
}

body .corps .sib-form .entry_mcq label,
body .corps .sib-form .sib-optin label {
    font-weight: 400;
    color: #3f4a50;
}

body .corps .sib-form .sib-form__declaration {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #6b767b;
    margin: 18px 0 0;
}

body .corps .sib-form .declaration-block-icon {
    flex: 0 0 34px !important;
    width: 34px !important;
    line-height: 0;
}

body .corps .sib-form .declaration-block-icon svg {
    display: block;
    width: 34px !important;
    height: 34px !important;
    position: static !important;
}

body .corps .sib-form .sib-form-block__button {
    display: inline-block;
    background: #fff;
    border: 1px solid #399a9b;
    border-radius: 30px;
    color: #33444c;
    font-family: var(--font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 12px 26px 11px;
    cursor: pointer;
    transition: all .3s;
}

body .corps .sib-form .sib-form-block__button:hover {
    background: #399a9b;
    border-color: #399a9b;
    color: #fff;
}

/* la case a cocher de consentement doit rester visible : la feuille de
   style de Brevo qui la remplacait n'est pas chargee sur le site */
body .corps .sib-form .entry__choice > label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

body .corps .sib-form input[type="checkbox"],
body .corps .sib-form input[type="radio"],
body .corps .sib-form input.input_replaced {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    display: inline-block !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    top: auto !important;
    left: auto !important;
    visibility: visible !important;
    flex: 0 0 16px;
    width: 16px !important;
    height: 16px !important;
    min-width: 0;
    margin: 4px 12px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    accent-color: #399a9b;
}

body .corps .sib-form input[type="radio"],
body .corps .sib-form input.input_replaced[type="radio"] {
    -webkit-appearance: radio !important;
}

body .corps .sib-form .entry__choice p,
body .corps .sib-form .entry__choice span {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    color: #3f4a50;
    font-weight: 400;
}

/* les libelles d'erreur restent masques tant qu'ils sont vides */
body .corps .sib-form .entry__error:empty {
    display: none !important;
}

/* titre du formulaire */
body .corps .sib-text-form-block ~ div .sib-form-block p,
body .corps .sib-container--large > div:first-child .sib-form-block p {
    color: #2f8e91;
    font-weight: 700;
    font-size: 17px;
}

body .corps .sib-form .sib-form__declaration svg {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

body .corps .sib-form-message-panel {
    max-width: 620px;
    margin: 0 auto 16px;
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 14px;
}

body .corps .sib-form #error-message {
    background: #fdeceb;
    color: #b3413c;
}

body .corps .sib-form #success-message {
    background: #eaf7f0;
    color: #1f7a4d;
}

body .corps .sib-form a {
    color: #2f8e91;
}

/* --------------------------------------------------------------------------
   20. RECHERCHE DE PRESTATAIRES — résultats et fiche
   -------------------------------------------------------------------------- */
body .option-prestataire {
    background-image: linear-gradient(100deg, #2f8e91 0%, #56ab8b 100%);
    padding: 34px 0;
    border-radius: 4px;
}

body .option-prestataire .recherche {
    font-family: var(--font);
    font-size: 16px;
    font-weight: 700;
}

body .option-prestataire .recherche p:first-child {
    margin-left: 30px;
}

body .option-prestataire .btn-blue,
body .option-prestataire .btn {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #2f8e91;
    font-family: var(--font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 24px 10px;
}

body .option-prestataire .btn-blue:hover,
body .option-prestataire .btn:hover {
    background: transparent;
    color: #fff;
}

body .resultats-recherche .top {
    font-family: var(--font);
    font-size: 15px;
    color: #33444c;
}

body .resultats-recherche .top .count-resultats .number {
    font-family: var(--font);
    font-weight: 700;
    font-size: 22px;
    color: #2f8e91;
}

body .resultats-recherche .top:after {
    background-color: #e3e6e8;
}

body .resultats-recherche .top:before {
    background-color: #399a9b;
}

body .resultats-recherche .top .tri-resultats select {
    border: 1px solid #d3dadd;
    border-radius: 30px;
    font-family: var(--font);
    padding: 9px 16px;
}

body .resultats-recherche .blocs-resultats .bloc {
    font-family: var(--font);
    font-size: 14px;
    background-color: #f7f8f8;
    margin-bottom: 6px;
    overflow: hidden;
}

body .resultats-recherche .blocs-resultats .bloc .number {
    background-color: #399a9b;
    font-family: var(--font);
    font-weight: 700;
    font-size: 20px;
}

body .resultats-recherche .blocs-resultats .bloc .title_presta {
    font-family: var(--font);
    font-weight: 700;
    font-size: 19px;
    color: #2f8e91;
    margin-top: 24px;
}

body .resultats-recherche .blocs-resultats .bloc .title_presta a {
    color: #2f8e91;
}

body .resultats-recherche .blocs-resultats .bloc .blue {
    font-family: var(--font);
    font-weight: 700;
    color: #33444c;
}

body .resultats-recherche .blocs-resultats .bloc a {
    color: #2f8e91;
}

/* --- fiche prestataire : bloc coordonnees ---
   l ancien aplat bleu portait des libelles sans contraste ; on passe sur un
   encart clair, comme les autres blocs d information du site. */
body .coordonnees {
    background: #f0f2f3;
    background-image: none;
    color: #3f4a50;
    padding: 38px 40px 24px;
    margin-bottom: 50px;
}

body .coordonnees h4,
body .coordonnees h4.white {
    font-family: var(--font);
    font-size: 20px;
    font-weight: 700;
    color: #33444c;
    margin: 0 15px 26px;
    padding: 0;
    border-bottom: none;
}

body .coordonnees h4:before,
body .coordonnees h4:after {
    content: none;
}

body .coordonnees [class^="info__"] {
    padding-left: 30px;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.55;
    color: #33444c;
}

body .coordonnees [class^="info__"]:before {
    left: 0;
    top: 2px;
    margin-top: 0;
    color: #399a9b;
    font-size: 17px;
}

body .coordonnees [class^="info__"] .info-title {
    display: block;
    font-family: var(--font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #2f8e91;
    margin-bottom: 2px;
}

body .coordonnees [class^="info__"] a {
    color: #2f8e91;
    text-decoration: none;
    word-break: break-word;
}

body .coordonnees [class^="info__"] a:hover {
    text-decoration: underline;
}

body .coordonnees .info__tel {
    margin-bottom: 22px;
}

/* --- fiche prestataire : activites, departements, dechets --- */
body .main-content > .container > h2.underline-full,
body .main-content > .container > h2 {
    font-family: var(--font);
    font-size: 20px;
    font-weight: 700;
    color: #399a9b;
    margin: 46px 0 20px;
    padding: 0 50px 0 0;
    border-bottom: none;
}

body .main-content > .container > h2.underline-full:before,
body .main-content > .container > h2.underline-full:after,
body .main-content > .container > h2:before,
body .main-content > .container > h2:after {
    content: none;
}

body .main-content > .container > h2.green {
    color: #399a9b;
}

body .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    padding: 0 50px;
}

body .part {
    flex: 1 1 210px;
    min-width: 0;
    margin: 0 0 26px;
}

body .part h5 {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 700;
    color: #33444c;
    margin: 0 0 10px;
}

body .part h5 + h5 {
    margin-top: 20px;
}

/* toutes les listes de la fiche reprennent le chevron de la charte */
body .part ul,
body .main-content > .container > ul:not(.breadcrumb) {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}

body .main-content > .container > ul:not(.breadcrumb) {
    padding: 0 50px;
    columns: 3;
    column-gap: 40px;
}

body .part ul li,
body .main-content > .container > ul:not(.breadcrumb) li {
    position: relative;
    padding-left: 19px;
    margin: 0 0 6px;
    font-family: var(--font);
    font-size: 14px;
    line-height: 1.6;
    color: #3f4a50;
    break-inside: avoid;
}

body .part ul li:before,
body .main-content > .container > ul:not(.breadcrumb) li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 7px;
    width: 6px;
    height: 11px;
    padding: 0;
    color: transparent;
    background-color: #5aa9aa;
    -webkit-mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    mask: url('../images/ordeco2026/fleche-bouton.svg') no-repeat center / contain;
    font-size: 0;
}

body .main-content > .container > ul:not(.breadcrumb) li a {
    color: #2f8e91;
    text-decoration: none;
}

body .main-content > .container > ul:not(.breadcrumb) li a:hover {
    text-decoration: underline;
}

/* aucune puce vide dans les listes de la fiche */
body li:empty {
    display: none;
}

body .pager a,
body .pager .pager-select {
    font-family: var(--font);
}

body .pager .pager-select {
    background-color: #399a9b;
    border-color: #399a9b;
}

/* --------------------------------------------------------------------------
   21. RESPONSIVE DES CORRECTIONS
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    body .corps .container-flex .col-2 img {
        max-height: 320px;
    }

    body .corps .sib-form {
        padding: 26px 16px;
    }

    body .corps .sib-container--large {
        padding: 24px 20px;
    }

    body .option-prestataire .recherche p:first-child {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    body .corps table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }
}


/* --------------------------------------------------------------------------
   22. MOTEUR DE RECHERCHE — Montserrat
   -------------------------------------------------------------------------- */
body header .topbar-search input,
body header .menu-search-open input,
body .search-prestataire .form-control,
body .search-prestataire .sentence,
body .option-prestataire .form-control,
body .option-prestataire .recherche,
body .resultats-recherche .top,
body .resultats-recherche .tri-resultats select,
body .bloc-newsletter .news-form form fieldset input,
body .corps .sib-form input {
    font-family: var(--font-search);
}

/* --------------------------------------------------------------------------
   23 bis. Le menu passe en burger des 991 px : en dessous, les cinq rubriques
   ne tenaient plus dans le bandeau sans devenir illisibles.
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    body header .topbar {
        padding: 15px 0;
    }

    body header .topbar-inner {
        justify-content: center;
    }

    body header .topbar-search,
    body header .topbar-actions {
        display: none;
    }

    body header .main-nav {
        display: none;
    }

    body header .menu-mobile-bar {
        display: block;
        margin-top: 15px;
    }

    body header .menu-mobile-bar .menu-icon {
        height: 52px;
    }

    body header .menu-mobile-bar .menu-icon i {
        font-size: 26px;
        line-height: 52px;
    }

    body header .header-band {
        height: auto;
        padding-top: 15px;
    }
}

/* --------------------------------------------------------------------------
   23. RESPONSIVE — les blocs ajoutes prennent toute la largeur
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
    body header .band-words {
        max-width: 970px;
        height: 36px;
        padding-left: 40px;
        padding-right: 40px;
    }

    body header .band-words .word {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    /* gouttiere unique de 20 px sur tablette et mobile */
    body .main-content > .container > h1:not(.page-title),
    body .main-content > .container > h1.underline,
    body .main-content > .container > h2,
    body .main-content > .container > h2.underline-full,
    body .main-content > .container > ul:not(.breadcrumb),
    body .flex {
        padding-left: 20px;
        padding-right: 20px;
    }

    body .corps,
    body .breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    body h1.page-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    body .corps .content-blue-gradient,
    body .corps .content-blue-white-gradient,
    body .corps .content-green-white-gradient {
        margin-left: -20px;
        margin-right: -20px;
    }

    body .main-content > .container > ul:not(.breadcrumb) {
        columns: 2;
    }

    body .coordonnees {
        padding: 30px 20px 14px;
    }

    body .coordonnees h4,
    body .coordonnees h4.white {
        margin-left: 0;
        margin-right: 0;
    }

    body .option-prestataire .recherche p,
    body .option-prestataire .recherche a {
        float: none;
        margin: 0 0 14px;
    }

    body header .band-words .word {
        font-size: 32px;
    }

    body header .band-words {
        position: static;
        transform: none;
        max-width: none;
        height: auto;
        overflow: visible;
        align-items: flex-end;
        margin: 30px auto 0;
        padding: 0 20px 18px;
    }
}

@media (max-width: 767px) {
    body .main-content > .container > ul:not(.breadcrumb) {
        columns: 1;
    }

    body .flex {
        display: block;
    }

    body .resultats-recherche .blocs-resultats .bloc .number {
        padding: 10px 0;
    }

    body header .header-band {
        height: auto;
    }

    body header .band-words {
        margin-top: 18px;
        padding-bottom: 14px;
    }

    body header .band-words .word {
        font-size: 22px;
    }
}

/* --------------------------------------------------------------------------
   24. CONTOURS BLANCS SUR APLAT COLORE
   La feuille heritee les posait en blanc translucide (65 a 85 %), ce qui les
   faisait passer pour du gris. La charte les veut blancs pleins.
   -------------------------------------------------------------------------- */
body .bloc-newsletter .news-txt a,
body .bloc-newsletter .news-form form fieldset,
body .bloc-newsletter .news-form form fieldset input[type="submit"],
body .corps .col-3-link:after,
body .option-prestataire .btn,
body .option-prestataire .btn-blue {
    border-color: #fff;
}

body .bloc-newsletter .form-horizontal .form-checkbox .form-checkbox__icon {
    border-color: #fff;
}

/* --------------------------------------------------------------------------
   25. SURVOL DES PILULES BLANCHES
   Au survol elles se remplissent de blanc : le libelle et le chevron doivent
   passer en sombre. Des regles heritees (plus specifiques) forcaient le
   libelle en blanc, d ou du blanc sur blanc.
   -------------------------------------------------------------------------- */
body .btn2-white:hover,
body .link-white:hover,
body .bloc-newsletter .news-txt a.btn2:hover,
body .bloc-newsletter .news-txt a.btn2-white:hover,
body header .menu-mobile-open a.btn2-white:hover,
body .home-card .card-btn a.link-white:hover,
body .bloc-newsletter .news-form form fieldset input[type="submit"]:hover {
    background-color: #fff;
    color: #33444c;
    border-color: #fff;
    text-decoration: none;
}

body .btn2-white:hover:after,
body .link-white:hover:after,
body .bloc-newsletter .news-txt a.btn2:hover:after,
body .home-card .card-btn a.link-white:hover:after {
    background-color: #33444c;
    color: #33444c;
}

/* --------------------------------------------------------------------------
   13. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
    body header .main-nav > ul > li > a {
        font-size: 15px;
    }

    body header .main-nav > ul > li:first-child {
        flex: 0 0 80px;
    }

    body .home-card {
        flex: 0 0 36%;
        max-width: 36%;
    }
}

@media (max-width: 991px) {
    body header .topbar-logo img {
        width: 145px;
    }

    body header .main-nav > ul > li > a {
        font-size: 13px;
        padding: 19px 5px 17px;
        line-height: 22px;
    }

    body header .main-nav > ul > li > a:before {
        margin-right: 5px;
    }

    body header .main-nav > ul > li:first-child {
        flex: 0 0 60px;
    }

    body header .main-nav > ul > li > ul {
        min-width: 380px;
    }

    body header .band-words .word {
        font-size: 34px;
    }

    body .home-top-row {
        display: block;
    }

    body .home-card {
        max-width: 420px;
        margin-bottom: 45px;
    }

    body .bloc-newsletter .newsletter-inner {
        display: block;
    }

    body .bloc-newsletter .news-txt {
        margin-bottom: 30px;
    }

    body footer .footer-inner {
        flex-wrap: wrap;
        gap: 40px;
    }

    body footer .footer-right {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    body header .topbar {
        padding: 15px 0;
    }

    body header .topbar-inner {
        justify-content: center;
    }

    body header .topbar-search,
    body header .topbar-actions {
        display: none;
    }

    body header .main-nav {
        display: none;
    }

    body header .header-band {
        padding-top: 15px;
    }

    body header .band-words {
        padding: 20px 15px 25px;
    }

    body header .band-words .word {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    body header .band-words {
        padding: 18px 15px 22px;
    }

    body header .band-words .word {
        font-size: 17px;
    }

    body h1.page-title {
        font-size: 28px;
    }

    body .home-intro {
        padding-top: 30px;
    }

    body .home-card {
        flex: none;
        max-width: none;
    }

    body .events-bloc .events-cols {
        display: block;
    }

    body .events-bloc .events-col {
        margin-bottom: 35px;
    }

    body .home-welcome h1 {
        font-size: 32px;
    }

    body .home-welcome h1 span,
    body .home-welcome h2 {
        font-size: 22px;
    }

    body .home-welcome .cyclop-banner {
        flex-direction: column;
        gap: 25px;
    }

    body .home-welcome .cyclop-banner .cyclop-arc {
        display: none;
    }

    body .home-welcome .cyclop-banner .cyclop-txt {
        text-align: center;
    }

    body .home-resources .bloc-donnees {
        display: block;
    }

    body .home-resources .bloc-donnees .bloc {
        margin: 0 0 50px;
    }

    body .bloc-newsletter h3 {
        font-size: 30px;
    }

    body .bloc-newsletter .news-form form fieldset {
        display: block;
        height: auto;
    }

    body .bloc-newsletter .news-form form fieldset input[type="email"] {
        width: 100%;
        margin-bottom: 18px;
    }

    body footer .footer-inner {
        display: block;
        text-align: center;
    }

    body footer .footer-logo {
        margin-bottom: 30px;
    }

    body footer .footer-logo img {
        margin: 0 auto;
    }

    body footer .footer-contact .contact-line {
        justify-content: center;
        margin-bottom: 14px;
    }

    body footer .footer-nav {
        justify-content: center;
        text-align: left;
        margin: 30px 0;
    }

    body footer .footer-follow {
        justify-content: center;
    }

    body footer .footer-partners {
        flex-wrap: wrap;
        justify-content: center;
    }

    body footer .footer-partners img {
        height: 52px;
    }
}
