.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:40px}.breadcrumb li{color:var(--color-black);display:flex;align-items:center}.breadcrumb li a{font-weight:600;color:var(--primary-color)}.breadcrumb li:after{content:">";display:block;margin:0 10px}.breadcrumb li:last-child:after{display:none}.banner{margin-bottom:40px;display:flex;align-items:flex-end;height:70vh;min-height:256px;max-height:512px;overflow:hidden;position:relative;background:var(--color-black)}.banner>figure{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;overflow:hidden}.banner>figure img{position:relative;width:100%;height:100%;object-fit:cover}.banner .container{flex:1}.banner .container h1{margin:0 !important;position:relative}.banner .container h1:before{content:"";display:block;height:100%;width:1000%;position:absolute;top:0;right:100%;background:var(--primary-color)}.fiche{display:flex;min-width:0}.fiche article{display:flex;flex-direction:column;background:var(--color-background-base);box-shadow:0px 8px 5px 1px rgba(var(--color-black-rgb), 0.05);min-width:0}.fiche article figure a{display:block}.fiche article figure a img{display:block;max-width:100%;height:auto}.fiche article section{padding:20px 40px;display:flex;flex-direction:column}.fiche article section h2{color:var(--primary-color);font-size:18px;text-transform:uppercase;font-weight:500}.fiche article section h2 a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fiche article section p{margin:0 0 20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}#content{padding-top:0}#content .flex.fiches{display:flex;justify-content:center;margin:40px -10px}#content .flex.fiches:last-child{margin-bottom:0}#content .flex.fiches .fiche{padding:0 10px;flex:1;flex-grow:0;flex-basis:20%;margin-bottom:20px}#content ul.ancres{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:20px}#content ul.ancres li{padding:0 10px}#content ul.ancres+ul.ancres{margin-bottom:40px}#content .content{position:sticky;top:0;z-index:1;background:var(--primary-color);background:var(--color-white);background:rgba(var(--color-white-rgb), 0.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px}#content .content .align-center{text-align:center}#content .content .align-left{text-align:left}#content .content .align-right{text-align:right}#content .content .align-justify{text-align:justify}#content .content .block{display:flex;margin:80px 0}#content .content .block:first-child{margin-top:0}#content .content .block:last-child{margin-bottom:0}#content .content .block>div{flex:1;padding:20px}#content .content .block>div *{color:var(--color-white) !important}#content .content .block:before,#content .content .block:after{align-self:stretch;content:"";display:block;width:15px;background:inherit}#content .content .block:before{transform:translateX(-100%);clip-path:polygon(100% 0, 0% 100%, 100% 100%)}#content .content .block:after{transform:translateX(100%);clip-path:polygon(0 0, 0% 100%, 100% 0)}#content .content .block.block-primary{background:var(--primary-color)}#content .content .block.block-black{background:var(--color-black)}#content .content h2{font-size:32px;text-transform:uppercase;font-weight:300;line-height:1;margin:40px 0}#content .content h2:first-child{margin-top:0}#content .content h2:last-child{margin-bottom:0}#content .content h3{color:var(--primary-color);font-size:24px;font-weight:600;line-height:1;margin:10px 0}#content .content h3:first-child{margin-top:0}#content .content h3:last-child{margin-bottom:0}#content .content h4{font-size:18px;text-transform:uppercase;line-height:1;margin:10px 0}#content .content h4:first-child{margin-top:0}#content .content h4:last-child{margin-bottom:0}#content .content .big{font-weight:800;font-size:clamp(32px,10vw,48px);display:flex;flex-wrap:wrap;align-items:center}#content .content .big.align-center{justify-content:center}#content .content .big .edglyph{line-height:0;font-size:1em;min-height:0}#content .content p{line-height:1.4;margin:20px 0}#content .content p:first-child{margin-top:0}#content .content p:last-child{margin-bottom:0}#content .content p em{color:var(--primary-color)}#content .content p strong,#content .content p b{color:var(--primary-color);font-weight:600}#content .content p.lead{font-weight:600;font-size:18px;color:var(--primary-color);margin:40px 0}#content .content p.lead:first-child{margin-top:0}#content .content p.lead:last-child{margin-bottom:0}#content .content p.big .edglyph{line-height:normal;color:var(--primary-color)}#content .content p.small{font-size:12px}#content .content p:last-child{margin:0}#content .content ul:not(.breadcrumb),#content .content ol:not(.breadcrumb){margin:40px 0;margin-left:20px}#content .content ul:not(.breadcrumb) li,#content .content ol:not(.breadcrumb) li{margin:0 0 10px}#content .content ul:not(.breadcrumb) li:before,#content .content ol:not(.breadcrumb) li:before{content:"";display:inline-block;vertical-align:middle;width:8px;height:8px;background:var(--primary-color);margin-right:10px;transform:skew(-30deg)}#content .content ul:not(.breadcrumb) li:last-child,#content .content ol:not(.breadcrumb) li:last-child{margin:0}#content .content ul:not(.breadcrumb):first-child,#content .content ol:not(.breadcrumb):first-child{margin-top:0}#content .content ul:not(.breadcrumb):last-child,#content .content ol:not(.breadcrumb):last-child{margin-bottom:0}#content .content ol li{counter-increment:counter}#content .content ol li:before{font-family:inherit;width:24px;height:24px;font-size:14px;border-radius:99em;color:var(--color-white);background:var(--secondary-color);content:counter(counter)}#content .content a:not(.btn):hover{text-decoration:underline}#content .content table{width:100%;table-layout:fixed;border-bottom:5px solid var(--secondary-color);border-radius:4px;box-shadow:var(--shadow-elevation-1);margin:20px 0}#content .content table:first-child{margin-top:0}#content .content table:last-child{margin-bottom:0}#content .content table thead tr th{text-align:left;padding:10px;background:var(--secondary-color);color:var(--color-white)}#content .content table thead tr th:first-child{border-radius:4px 0 0}#content .content table thead tr th:last-child{border-radius:0 4px 0 0}#content .content table tbody tr:nth-child(odd) td{background:var(--color-background-table-odd)}#content .content table tbody tr:nth-child(even) td{background:var(--color-background-table-even)}#content .content table tbody tr td{vertical-align:top;padding:10px;vertical-align:middle;background:var(--color-background-base);border-bottom:1px solid var(--color-border-base);border-right:1px solid var(--color-border-base)}#content .content table tbody tr td:last-child{border-right:0 none}#content .content table tbody tr:hover td{background:var(--color-background-table-hover)}#content .content table tbody tr:last-child td{border-bottom:0 none}#content .content hr{background:rgba(var(--color-black-rgb), 0.1);height:2px;border:0 none;margin:80px 0}#content .content hr:first-child{margin-top:0}#content .content hr:last-child{margin-bottom:0}#content .content img{display:block;max-width:100%;height:auto}#content .content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto}#content .content .embed-responsive{padding:56.25% 0 0;position:relative;margin:20px 0}#content .content .embed-responsive:first-child{margin-top:0}#content .content .embed-responsive:last-child{margin-bottom:0}#content .content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;border:0 none;top:0;right:0;bottom:0;left:0}#content .content figure{margin:20px 0}#content .content figure:first-child{margin-top:0}#content .content figure:last-child{margin-bottom:0}#content .content figure img{margin:0 auto;position:relative;z-index:-1;box-shadow:10px 10px 5px 0 rgba(var(--color-black-rgb), 0.15)}#content .content figure figcaption{background:var(--primary-color);font-size:12px;padding:10px}#content .content figure:last-child{margin:0}#content .content figure.no_shadow img{box-shadow:none}#content .content .table-responsive{overflow:auto;margin:20px 0}#content .content .table-responsive:first-child{margin-top:0}#content .content .table-responsive:last-child{margin-bottom:0}#content .content .table-responsive table{margin:0}#content .content .text-right{text-align:right}#content .content .text-center{text-align:center}#content .content .text-left{text-align:left}#content .content .text-justify{text-align:justify}#content .content h2{margin:0}@media all and (max-width: 992px){#content .flex.fiches .fiche{flex-basis:33.3333333333%}}@media all and (max-width: 500px){#content .flex.fiches .fiche{flex-basis:50%}}
