﻿#entete{--bg-title: var(--primary-color);padding:40px 0;margin-bottom:40px;background:url(../img/interface/favicon.svg) center var(--bg-title);background-size:auto 64px;color:var(--color-white)}#entete ul.breadcrumb{margin-bottom:20px}#entete .date{display:inline-flex;align-items:center;padding:5px 10px;border-radius:3px;font-size:14px;font-weight:500;background:var(--color-white);color:var(--clr-date)}#entete .date .edglyph{line-height:0;margin-right:5px}#entete h1{text-transform:uppercase;font-weight:700;font-size:clamp(24px,2.5vw,42px);margin:10px 0}#entete h1 b{font-weight:600;color:var(--tertiary-color)}#entete h1:first-child{margin-top:0}#entete h1:last-child{margin-bottom:0}#entete p{font-size:1.25em}@media all and (max-width: 768px){#entete{padding:20px 0}#entete .container ul.breadcrumb{margin-bottom:10px}}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center}.breadcrumb li{display:flex;align-items:center;text-transform:uppercase}.breadcrumb li a{font-weight:600}.breadcrumb li:after{content:">";display:block;margin:0 10px}.breadcrumb li:last-child:after{display:none}.pagination{display:flex;align-items:center;justify-content:center;margin:20px 0 40px}.pagination li{display:flex;align-items:center;padding:0 5px}.pagination li a{display:flex;align-items:center;justify-content:center;width:40px;aspect-ratio:1/1;font-weight:500;color:var(--clr-page);background:var(--color-white);box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.1)}.pagination li a .edglyph{line-height:0}.pagination li a.active,.pagination li a:hover{text-decoration:none;background:var(--bg-page);color:var(--color-white)}#content:has(.article-1){--bg-page: var(--windows-blue);--clr-page: var(--windows-blue)}#content:has(.article-2){--bg-page: var(--light-plum);--clr-page: var(--light-plum)}#content:has(.article-3){--bg-page: var(--medium-green);--clr-page: var(--medium-green)}#content:has(.article-4){--bg-page: var(--primary-color);--clr-page: var(--primary-color)}#content{padding-bottom:40px}#content #entete{--bg-title: var(--tertiary-color);--clr-date: var(--tertiary-color)}#content .container .content .align-center{text-align:center}#content .container .content .align-left{text-align:left}#content .container .content .align-right{text-align:right}#content .container .content .align-justify{text-align:justify}#content .container .content h1{color:var(--primary-color);font-size:clamp(32px,5vw,42px);font-weight:700;margin:40px 0;line-height:1;position:relative}#content .container .content h2{color:var(--tertiary-color);font-size:clamp(24px,5vw,32px);font-weight:400;margin:40px 0;line-height:1;position:relative}#content .container .content h3{font-size:clamp(20px,5vw,24px);font-weight:500;margin:20px 0}#content .container .content h4{font-size:clamp(16px,5vw,20px);font-weight:500;margin:10px 0}#content .container .content h1:first-child,#content .container .content h2:first-child,#content .container .content h3:first-child,#content .container .content h4:first-child{margin-top:0}#content .container .content h1:last-child,#content .container .content h2:last-child,#content .container .content h3:last-child,#content .container .content h4:last-child{margin-bottom:0}#content .container .content h1 strong,#content .container .content h1 b,#content .container .content h2 strong,#content .container .content h2 b,#content .container .content h3 strong,#content .container .content h3 b,#content .container .content h4 strong,#content .container .content h4 b{font-weight:inherit;color:inherit}#content .container .content h1:has(.edglyph),#content .container .content h2:has(.edglyph),#content .container .content h3:has(.edglyph),#content .container .content h4:has(.edglyph){display:flex}#content .container .content h1:has(.edglyph) .edglyph,#content .container .content h2:has(.edglyph) .edglyph,#content .container .content h3:has(.edglyph) .edglyph,#content .container .content h4:has(.edglyph) .edglyph{line-height:0;font-size:1.25em;margin-right:10px;margin-top:15px}#content .container .content strong,#content .container .content b{color:var(--primary-color);font-weight:700}#content .container .content p{line-height:1.4;margin:20px 0}#content .container .content p:first-child{margin-top:0}#content .container .content p:last-child{margin-bottom:0}#content .container .content .lead{font-size:1.5em}#content .container .content ul:not(.breadcrumb),#content .container .content ol:not(.breadcrumb){margin:20px 0}#content .container .content ul:not(.breadcrumb) li,#content .container .content ol:not(.breadcrumb) li{display:flex;align-items:flex-start;margin-bottom:10px}#content .container .content ul:not(.breadcrumb) li:before,#content .container .content ol:not(.breadcrumb) li:before{content:"Þ";font-family:"edglyph";display:inline-flex;color:var(--primary-color);margin:0 20px;margin-top:2px}#content .container .content ul:not(.breadcrumb) li:last-child,#content .container .content ol:not(.breadcrumb) li:last-child{margin:0}#content .container .content ul:not(.breadcrumb):first-child,#content .container .content ol:not(.breadcrumb):first-child{margin-top:0}#content .container .content ul:not(.breadcrumb):last-child,#content .container .content ol:not(.breadcrumb):last-child{margin-bottom:0}#content .container .content ul:not(.breadcrumb).bull li:before,#content .container .content ol:not(.breadcrumb).bull li:before{content:"Ý"}#content .container .content ul:not(.breadcrumb).check li:before,#content .container .content ol:not(.breadcrumb).check li:before{content:"W"}#content .container .content ol:not(.breadcrumb) li{counter-increment:counter}#content .container .content ol:not(.breadcrumb) li:before{font-family:inherit;font-weight:700;margin-top:0px;content:counter(counter) "."}#content .container .content a:not(.btn){color:var(--tertiary-color)}#content .container .content table{width:100%;margin:20px 0;table-layout:fixed}#content .container .content table:first-child{margin-top:0}#content .container .content table:last-child{margin-bottom:0}#content .container .content table thead tr th{text-align:left;padding:10px 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white)}#content .container .content table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}#content .container .content table tbody tr:nth-child(even) td{background:rgba(var(--color-white-rgb), 1)}#content .container .content table tbody tr td{padding:10px 20px;vertical-align:middle}#content .container .content table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}#content .container .content hr{background:var(--color-black);height:1px;border:0 none;margin:60px}#content .container .content hr:first-child{margin-top:0}#content .container .content hr:last-child{margin-bottom:0}#content .container .content img{display:block;max-width:100%;height:auto}#content .container .content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:20px auto}#content .container .content iframe:first-child{margin-top:0}#content .container .content iframe:last-child{margin-bottom:0}#content .container .content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content .container .content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0;border:0 none}#content .container .content .embed-responsive:first-child{margin-top:0}#content .container .content .embed-responsive:last-child{margin-bottom:0}#content .container .content .paralax{margin:80px 0}#content .container .content .paralax:first-child{margin-top:0}#content .container .content .paralax:last-child{margin-bottom:0}#content .container .content figure{margin:20px 0}#content .container .content figure img{margin:0 auto;transition:transform 3s ease}#content .container .content figure figcaption{background:var(--color-white);text-align:center;font-size:18px;font-weight:600;margin:0;padding:20px;box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.15)}#content .container .content figure a{display:block;overflow:hidden}#content .container .content figure a:hover img{transform:scale(1.1)}#content .container .content figure:has(iframe){padding:56.25% 0 0;position:relative}#content .container .content figure:has(iframe) iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0;border:0 none}#content .container .content figure.main{box-shadow:0 0 40px rgba(var(--color-black-rgb), 0.1);margin-bottom:40px}#content .container .content figure:first-child{margin-top:0}#content .container .content figure:last-child{margin-bottom:0}#content .container .content .table_responsive{margin:60px 0;overflow:auto}#content .container .content .table_responsive table{margin:0}#content .container .content .table_responsive:first-child{margin-top:0}#content .container .content .table_responsive:last-child{margin-bottom:0}#content .container .content .text-right{text-align:right}#content .container .content .text-center{text-align:center}#content .container .content .text-left{text-align:left}#content .container .content .text-justify{text-align:justify}#content .container .content .infos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:40px;padding:20px;text-align:center;background:var(--color-white);border-radius:10px;box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.1)}#content .container .content .infos a.btn{margin:5px}#content .container .flex.events{display:block;flex-wrap:wrap;margin:0 -10px}#content .container .flex.events .event>a{display:flex;position:relative;min-height:256px}#content .container .flex.events .event>a>figure{flex:1}#content .container .flex.events .event>a>figure img{width:100%;height:100%;object-fit:cover}#content .container .flex.events .event .infos{position:absolute;top:0;left:0;right:0;display:flex;filter:drop-shadow(0 0 20px rgba(var(--color-black-rgb), 0.1))}#content .container .flex.events .event .infos .title{flex:1;display:flex}#content .container .flex.events .event .infos .title h2{flex:1;font-size:clamp(16px,2.5vw,24px);font-weight:500;background:var(--color-white);color:var(--tertiary-color);display:flex;align-items:center;padding:20px 0;padding-right:20px}#content .container .flex.events .event .infos .title h2 span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}#content .container .flex.events .event .infos .title h2:before{flex-shrink:0;flex-grow:0;content:"";display:block;align-self:stretch;width:48px;aspect-ratio:1/1;mask:url("../img/interface/agenda_icon.svg") no-repeat center;background-color:var(--tertiary-color);margin-right:10px}#content .container .flex.events .event .infos .title:before{content:"";display:block;aspect-ratio:1/1;height:100%}#content .container .flex.events .event .infos .title:before{background:linear-gradient(to bottom left, var(--color-white) 49.9%, transparent 50.1%)}#content .container .flex.events .event .bottom{display:flex;background:var(--tertiary-color)}#content .container .flex.events .event .bottom a.btn{align-self:center;opacity:0;margin:0 auto}#content .container .flex.events .event .bottom time{display:flex;justify-content:flex-end}#content .container .flex.events .event .bottom time span{display:block;white-space:nowrap;background:var(--color-white);color:var(--tertiary-color);text-transform:uppercase;font-size:clamp(14px,2.5vw,24px);font-weight:500;padding:10px 0;padding-right:40px}#content .container .flex.events .event .bottom time:before{content:"";display:block;aspect-ratio:1/1;height:100%}#content .container .flex.events .event .bottom time:before{background:linear-gradient(to top left, var(--color-white) 49.9%, transparent 50.1%)}@media all and (max-width: 768px){#content .container .flex.events .event .infos .title h2{padding-top:15px;padding-bottom:15px}#content .container .flex.events .event .infos .title h2:before{width:24px}#content .container .flex.events .event .bottom a.btn{margin-left:20px}#content .container .flex.events .event .bottom time span{padding-right:20px}}#content .container .flex.events>div{flex-grow:0;padding:0 10px;flex-basis:50%}#content .container .flex.events>div .event{margin-bottom:40px;box-shadow:0 0 40px rgba(var(--color-black-rgb), 0.1)}#content .container .flex.events>div .event .bottom a.btn{opacity:1}
