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

:root {
  --vert: #028A2C;
  --bleu: #0031A0;
  --blef: #012C8B;
  --jaun: #FCE909;
  --noir: #000;
  --grif: #262626;
  --grim: #646464;
  --gric: #E5E5E5;
  --grib: #F2F2F2;
  --blan: #fff;
}

body { margin: 0; font-family: Montserrat,Arial,Helvetica,Sans-Serif; font-size: 16px; font-weight: 400; }

a { color: inherit; cursor: pointer; }
a:not(:hover) { text-decoration: none; }

p { margin: 0; }

img { max-width: 100%; }

wrp { position: relative; margin: auto; display: block; max-width: 1160px; }

sep { min-width: 32px; min-height: 32px; display: block; }
sep[min] { min-width: 16px; min-height: 16px; }
sep[big] { min-width: 48px; min-height: 48px; }
flx { display: inline-block; display: flex; flex: 1; justify-content: space-between; }
flx[col] { flex-direction: column; }
flx[lin] { flex-direction: row; }
flx[top] { align-items: start; }
flx[ctr] { align-items: center; }
flx[jst] { justify-content: start; }
flx[jct] { justify-content: center !important; }
flx[jse] { justify-content: space-evenly !important; }
flx[wrp] { flex-wrap: wrap; }
flx[fl2] { flex: 2; }
grd { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
grd[gd5] { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
grd[gap] { grid-gap: 1rem }
hr { margin: 0; border: 0; border-top: 1px solid; }
vr { border-left: 1px solid; }

form input, form textarea { border: none; border-bottom: 1px solid; outline: none; background: transparent; color: inherit; padding: 8px 0; margin: 0; min-width: 0; font-family: sans-serif; font-size: 1em; flex: 1; }
form input::placeholder, form textarea::placeholder { color: inherit; }
form button { outline: none; font-size: 1em; }

input::placeholder { color: inherit; transition: 0.3s; }
input:focus::placeholder { opacity: 0.2; }


htop { position: relative; display: block; padding: 16px 0; background: var(--blan); z-index: 3; transition: 0.3s; }
htop .mnu { width: 28px; height: 24px; padding: 8px; background-image: linear-gradient(var(--blan) 50%, var(--bleu) 50%); background-size: 100% 18%; background-clip: content-box; border: 1px solid var(--bleu); border-radius: 16px; }
htop a.mnu_hom img { height: 100px; }
htop a.si- { margin-left: 0.6em; font-size: 1.3em; background: var(--vert) linear-gradient(transparent, var(--bleu)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; transition: 0.3s; }
htop a.si-:hover { background-color: var(--jaun); }
htop h1, htop h2 { margin: 2px 0; }

menu { position: sticky; top: 0; z-index: 2; margin: 0; padding: 0; background: linear-gradient(134deg, var(--grib), var(--gric)); transition: 0.3s; }
menu img { height: 36px; margin: 0 0 0 -29px; opacity: 0; align-self: center; transition: 0.3s; }
menu div { position: relative; font-size: 0.95em; font-weight: bold; letter-spacing: -0.5px; }
menu div>a { position: relative; display: block; padding: 16px 0; margin-right: 48px; text-transform: uppercase; white-space: nowrap; color: var(--grim); transition: 0.3s; }
menu div>a.sel, menu div>a:hover { color: var(--vert); text-decoration: none; }
menu div>a.sel:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: linear-gradient(90deg, var(--vert), var(--bleu)); }
menu div>smnu { min-width: 100%; display: flex; flex-direction: column; transition: 0.3s; }
menu div>smnu>a { white-space: nowrap; padding: 4px 24px; }
menu div>smnu>a:hover { text-decoration: none; color: var(--vert); }
menu div>smnu>a:first-child { padding-top: 16px; }
menu div>smnu>a:last-child { padding-bottom: 16px; }
menu .mnu_fnd input { flex: 1; width: 0; padding: 16px 44px; margin-right: -36px; font-family: inherit; font-weight: bold; text-align: right; text-transform: uppercase; background: none; color: var(--bleu); border: none; outline: none; }
menu .mnu_fnd b { color: var(--bleu); font-size: 2em; transform: rotate(-45deg); pointer-events: none; }

footer { display: block; padding: 36px 0 72px; background: linear-gradient(122deg, var(--vert), var(--blef)); color: var(--blan); }
footer>flx { justify-content: start; }
footer .mnu a { font-size: 0.8em; text-transform: uppercase; margin: 0 0 0.5em; }
footer .si- { margin-right: 0.6em; }

legal { display: block; padding: 16px 0; font-size: 0.8em; background: var(--grif); color: var(--grim); }

cont { display: block; min-height: 80vh; }

pop_bgd { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 8; background: var(--grim); opacity: 0.2; transition: 0.3s; }
pop { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; padding: 16px; box-sizing: border-box; background: var(--blan); box-shadow: 0 0 16px var(--grim); z-index: 9; overflow: hidden; overscroll-behavior: contain; transition: 0.3s; }
pop.opn { overflow-y: auto; }
pop.opn:after { content: '×'; position: fixed; width: 24px; height: 24px; right: 24px; top: 24px; font-size: 2em; line-height: 24px; text-align: center; padding: 4px; border: 1px solid; border-radius: 50%; background: var(--blan); cursor: pointer; }

.btn { display: inline-block; padding: 0.5em 3em; border: 1px solid; border-radius: 8px; background: var(--blan); transition: 0.3s; cursor: pointer; outline: none; }
.btn:hover, .si-:hover { text-decoration: none; }
.btn_pdf { padding: 1.3em 4em 1.3em calc(5em + 48px); background: url(../med/ico/pdf.svg) 4em/48px no-repeat; }
.btn span { display: inline-block; min-width: 36px; }

.lna { white-space: nowrap; overflow: hidden; }
.lna:after { content: ''; display: inline-block; width: 100vw; margin: 0 0 0.5ex 1ch; border-top: 1px solid; }

.tsc { font-size: 1.3em; padding: 8px 0; margin: 0 0 0.8em; border-bottom: 1px solid; }

.bl3>i { margin-bottom: 4px; }
.bl3>flx>b, .bl3>flx>small { text-align: center; }

.deg { position: relative; }
.deg>div { position: absolute; width: 100%; bottom: 0; z-index: -9; pointer-events: none; }

.hdi { position: relative; padding: 250px 0 48px; }
.hdi:before, .hdi:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.hdi_img:before { background: var(--bgi) center/cover; }
.hdi:after  { background: linear-gradient(to bottom, transparent, var(--bgc)); top: 50%; }
.hdi_img:after  { opacity: 0.6; }

.dia { margin-bottom: 84px; background: linear-gradient(118deg, var(--vert), var(--blef)); color: var(--blan); }
.dia>wrp { min-height: 350px; }
.dia_tit { flex: 0.4; overflow: hidden; }
.dia_tit>b:first-child { display: block; font-weight: bolder; }
.dia_tit>b:first-child::first-line { color: var(--jaun); }
.dia slider { position: absolute; display: block; min-width: 65%; width: calc(100% - 32px); max-width: 580px; height: 100%; transform: translateY(15%); }
.dia slider a { position: absolute; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 4px; overflow: hidden; transition: 0.3s; }
.dia slider a:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(180deg, rgba(255,255,255,0) 50%, var(--bleu)); }
.dia slider a:hover { text-decoration: none; filter: saturate(1.3); }
.dia slider a>* { padding: 0 32px 24px; z-index: 1; }
.dia slider a>i { position: absolute; width: 100%; height: 100%; background: var(--grif) center/cover; z-index: -1; transition: 4s; }
.dia slider input { display: none; }
.dia slider input:not(:checked)+a { height: 0; bottom: 0; }
.dia slider input:not(:checked)+a>i { transform: scale(1.05); }
.dia slider label { position: absolute; width: calc(53.9% - 64px); height: 32px; left: 100%; padding: 16px 32px; font-size: 0.85em; cursor: pointer; transition: 0.3s; }
.dia slider label span { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.dia slider input:checked+a+label { background: var(--jaun); color: var(--bleu); }
.dia slider+a { position: absolute; left: calc(65% + 32px); bottom: 10%; }

.grb { position: relative; display: flex; align-items: center; height: 40px; padding: 48px 48px 48px 24px; background: var(--grib); transition: 0.3s; }
.grb:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(45deg, var(--grib), var(--jaun)); transition: 0.3s; }
.grb:hover { text-decoration: none; color: var(--vert); text-shadow: 0 0 1px; }
.grb:not(:hover):before { filter: grayscale(100); }
.grb>* { z-index: 1; }
.grb>img { width: 48px; }

.etp_wrp { background: linear-gradient(130deg, var(--vert), var(--blef)); color: var(--blan); }
.etp { display: flex; flex-direction: column; align-items: center; max-width: 200px; padding: 32px; border: 2px solid rgba(255,255,255,0.3); border-radius: 16px; transition: 0.3s; }
.etp:hover { text-decoration: none; background: rgba(255,255,255,0.2); }
.etp img { height: 48px; }

.smn { display: inline-block;  color: var(--grim); margin-right: 48px; padding-bottom: 4px; border-bottom: 4px solid transparent; transition: 0.3s; }
.smn.sel, .smn:hover { text-decoration: none; color: var(--bleu); border-bottom-color: var(--bleu); }

.mdg { position: relative; min-height: 500px; }
.mdg_pho { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: center 8%/cover; }
.mdg.nrw .mdg_pho { left: 50%; max-width: 644px; }
.mdg.nrw .mdg_txt { max-width: 548px; }
.mdg_txt>b { color: var(--blan); font-size: 0.9em; margin: 72px 0 32px; }
.mdg.nrw .mdg_txt>b { color: var(--bleu); margin: 36px 0 16px; }
.mdg_txt>slg { color: var(--blan); font-size: 2.2em; max-width: 470px; }
.mdg_txt>txt { text-align: justify; }
.mdg.nrw .mdg_txt>slg { background: linear-gradient(122deg, var(--vert), var(--blef)); font-size: 1.6em; padding: 16px 64px; margin: 0 -48px 0 -64px; max-width: calc(100vw - 80px); }
.mdg_lkn { position: absolute; left: calc(50% - 580px); bottom: 24px; padding: 12px 36px; }

.adg>i, .dds>i { padding-top: 100%; background: center/cover; }
.adg>flx>*, .dds>flx>* { margin-top: 4px; }
.dds { cursor: pointer; }
.dds pop { display: none; }
.dds_pop p { margin: 1em 0 0; }

.ctc a { padding: 12px 16px; background: var(--grib); font-weight: bold; }
.ctc a.sel, .ctc flx div { background: var(--bleu); color: var(--blan); }
.ctc flx.hid { display: none; }
.ctc flx div { padding: 8px 16px; margin: 0 0 1px; }

.fnd { padding: 16px 24px; }
.fnd>flx { background: var(--blan); border-radius: 8px; border: 1px solid var(--grim); padding: 8px 8px 8px 16px; }
.fnd b { position: absolute; transform: rotate(-45deg); font-size: 2.9em; }
.fnd input, .fnd button { border: none; outline: none; }
.fnd input { flex: 1; min-width: 0; padding: 16px 0 16px 48px; margin: 8px 0; border-bottom: 1px solid var(--grim); }
.fnd button { flex: 0; padding: 24px 36px; background: linear-gradient(0deg, var(--bleu), var(--blef)); }

.fnd_res { display: block; margin: 1.5em 0; clear: both; }
.fnd_res>i { display: block; width: 200px; height: 100px; float: left; background: center/cover; margin: 0 16px 0 0; }
.fnd_res>i.pdf { background: url(../med/ico/pdf.svg) center/25% no-repeat, linear-gradient(145deg, var(--vert), var(--blef)) center/cover; }
.fnd_res>b { color: var(--bleu); }
.fnd_res:after { content: ''; display: block; clear: both; }
.fnd_res:hover { text-decoration: none; }
.fnd_res:hover b { text-decoration: underline; }
.fnd_hgl { color: var(--vert); font-weight: bold; }

.nlt>flx { padding: 24px; }
.nlt>flx>flx { padding: 2px 2px 2px 8px; background: var(--blan); color: var(--bleu); border: 1px solid; border-radius: 8px; }
.nlt input { border: none; }

.frs { padding: 0 18px 12px; }

#ctc_map { height: 400px; z-index: 1; }

[art-pgr] { position: sticky; top: 51px; max-width: 100%; height: 8px; margin: 0 0 -8px; background: var(--jaun); z-index: 1; }
.art_img { box-sizing: border-box; padding-top: 35%; min-height: 250px; background: linear-gradient(145deg, var(--vert), var(--blef)) center/cover; }
.art_hdr { padding: 32px 36px; margin-top: -56px; }
.art_hdr h3 { margin: 2px 0 -2px; }
.art_txt p { margin-bottom: 1em; }
.art_shr a { margin: 8px; font-size: 1.6em; color: var(--bleu); }
.art_shr a:hover { text-decoration: none; color: var(--bleu); }

.art_lst { display: grid; grid-gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.art { position: relative; display: flex; flex-direction: column; font-size: 0.9em; line-height: 1.2; }
.art:hover { text-decoration: none; }
.art>i { position: relative; display: block; min-width: 24%; padding-top: 50%; background: linear-gradient(145deg, var(--vert), var(--blef)) center/cover; border-radius: 6px; }
.art.pdf>i:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 30px; background: url(../med/ico/pdf.svg) center/25% no-repeat; }
.art>flx { margin-top: 8px; font-size: 1.1em; color: var(--bleu); }

/* Actus++ */
.art_lst[typ="11,12,13"] .art>i { height: 100%; }
.art_lst[typ="11,12,13"] .art>flx { position: absolute; left: 0; bottom: 0; padding: 8px 16px; color: var(--blan); }
.art_lst[typ="11,12,13"] .art>flx b { text-shadow: 0 0 2px #000, 0 0 4px #000; }

/* Agenda */
.art_lst[typ="15"] .art>flx { align-items: start; }
.art_lst[typ="15"] .art dat, .art_lst[typ="15"] .art>flx>flx { padding: 8px 12px; border-radius: 8px; }
.art_lst[typ="15"] .art tit { font-weight: bold; }

.sl_jaun { position: relative; z-index: 1; }
.sl_jaun:after { content: ''; position: absolute; width: 600px; max-width: 100vw; height: 0.8em; left: -24px; top: 0.5em; background: var(--jaun); z-index: -1; }


@media only screen and (max-width: 1175px){
    flx[rsp], footer>wrp, .art { flex-direction: column; }
    [fb1] { flex-basis: 100%; }
    wrp { padding-left: 16px; padding-right: 16px; }
    [jct-sm] { justify-content: center; }
    htop { position: sticky; top: 0; }
    htop .mnu_hom { font-size: 0.8em; }
    htop .mnu_hom img { height: 48px; }
    htop .mnu_hom sep { min-width: 16px; }
    menu { position: fixed; left: -100vw; top: 132px; width: 100vw; height: calc(100vh - 164px); padding: 16px 0; flex-direction: column; align-items: start; background: var(--gric); overflow-y: auto; transition: 0.3s; }
    menu.opn { left: 0; }
    menu div>a { padding: 12px 0; }
    .hid_sml { display: none; }
    .mdg.nrw .mdg_pho { position: relative; min-height: 150px; display: block; left: 0 !important; }
    .mdg.nrw .mdg_lkn { position: relative; display: block; left: 0; bottom: auto; }
    .mdg.nrw .mdg_txt>slg { margin: 8px -16px 0; padding: 16px; max-width: none; }
    .mdg:not(.nrw) .mdg_lkn { left: 16px; right: 16px; bottom: -16px; }
    .mdg:not(.nrw) .mdg_txt { padding-bottom: 96px; }
    .fnd>flx { padding: 8px; }
    .fnd_res>i { width: 150px; height: 75px; }
}
@media only screen and (min-width: 1176px){
    body.scr menu, menu div>smnu { box-shadow: 0 2px 4px rgb(0 0 0 / 30%); }
    body.scr menu img { margin: 0 48px 0 0; opacity: 1; }
    menu div:not(:hover) smnu { opacity: 0; left: -36px; pointer-events: none; }
    menu div>smnu { position: absolute; left: -24px; top: 100%; background: var(--grib); }
    pop { left: 20%; top: 10%; width: 60%; height: 80%; }
    pop.opn:after { right: calc(24px + 20%); top: calc(24px + 10%); }
    .hid_lrg { display: none; }
    .art_lst.bg1>a:first-child { grid-row: 1 / 3; grid-column: 1 / 3; }
    .art_lst.bg1>a:first-child>i { padding-top: 61.5%; }
}

.bg_blan { background-color: var(--blan); }
.bg_vert { background-color: var(--vert); color: var(--blan); }
.bg_jaun { background-color: var(--jaun); }
.bg_bleu { background-color: var(--bleu); color: var(--blan); }
.bg_blef { background-color: var(--blef); color: var(--blan); }
.bg_gric { background-color: var(--gric); }
.bg_grim { background-color: var(--grim); color: var(--blan); }
.bg_grif { background-color: var(--grif); color: var(--blan); }
.bg_grin { background-color: var(--grin); color: var(--blan); }

.dg_vert_bleu { background: linear-gradient(145deg, var(--vert), var(--blef)); color: var(--blan); }

.cl_blan { color: var(--blan); }
.cl_vert { color: var(--vert); }
.cl_jaun { color: var(--jaun); }
.cl_bleu { color: var(--bleu); }
.cl_blef { color: var(--blef); }
.cl_gric { color: var(--gric); }
.cl_grim { color: var(--grim); }
.cl_grif { color: var(--grif); }
.cl_grin { color: var(--grin); }
.cl_noir { color: var(--noir); }

.fsz_080 { font-size: 0.8em; }
.fsz_090 { font-size: 0.9em; }
.fsz_130 { font-size: 1.3em; } /* 20pt */
.fsz_160 { font-size: 1.6em; } /* 25pt */
.fsz_200 { font-size: 2.0em; } /* 30pt */
.fsz_230 { font-size: 2.3em; } /* 35pt */
.fsz_260 { font-size: 2.6em; } /* 40pt */

.ftb { font-weight: bold; }
.tac { text-align: center; }
.tar { text-align: right; }
.ttu { text-transform: uppercase; }
.tdn { text-decoration: none; }
.ofh { overflow: hidden; }
.txo { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.br8 { border-radius: 8px; }
.bo1 { border: 1px solid; }

.p16 { padding: 16px; }

.frm_snt [snt-hid], form:not(.frm_snt) [snt-shw] { display: none; }