.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}.paralax{overflow:hidden;position:relative;height:75vh;max-height:512px;min-height:128px;width:100vw;left:50%;margin:40px 0;margin-left:-50vw}.paralax .paralax-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@media all and (max-width: 768px){.paralax .paralax-img{background-size:cover !important;background-position:center !important;background-attachment:scroll !important}}.bg_lazy{background:url(../img/interface/spinner-bg.svg) no-repeat center var(--primary-color) !important}.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)}#content{padding-top:0;overflow-x:hidden;overflow-y:auto}#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 .grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:40px;grid-row-gap:40px;margin:40px 0}#content .content .grid.mobile{grid-column-gap:20px;grid-row-gap:20px;margin:20px 0}#content .content .grid.mobile:last-of-type{margin-bottom:60px}#content .content .grid.historique{margin:0;grid-column-gap:0 !important;grid-row-gap:0 !important;position:relative}#content .content .grid.historique:after{content:"";background:url(../img/interface/favicon.svg) no-repeat center;position:absolute;left:50%;top:-2px;width:50px;height:50px;transform:translateX(-50%)}#content .content .grid.historique .column{padding-bottom:120px}#content .content .grid.historique .column:first-child{border-right:1px solid var(--color-black);padding-right:40px}#content .content .grid.historique .column:last-child{border-left:1px solid var(--color-black);padding-left:40px}#content .content .grid:first-child{margin-top:0}#content .content .grid:last-child{margin-bottom:0}#content .content .grid.valign-top{align-items:start}#content .content .grid.valign-middle{align-items:center}#content .content .grid.valign-bottom{align-items:end}#content .content .column-1{grid-column:span 1}#content .content .column-2{grid-column:span 2}#content .content .column-3{grid-column:span 3}#content .content .column-4{grid-column:span 4}#content .content .column-5{grid-column:span 5}#content .content .column-6{grid-column:span 6}#content .content .column-7{grid-column:span 7}#content .content .column-8{grid-column:span 8}#content .content .column-9{grid-column:span 9}#content .content .column-10{grid-column:span 10}#content .content .column-11{grid-column:span 11}#content .content .column-12{grid-column:span 12}@media only screen and (max-width: 992px){#content .content .grid.mobile{grid-template-columns:repeat(3, 1fr)}#content .content .grid.mobile .column{grid-column:span 1}}@media only screen and (max-width: 767px){#content .content .grid{grid-template-columns:repeat(1, 1fr)}#content .content .grid.mobile{grid-template-columns:repeat(2, 1fr)}#content .content .grid.historique{margin-left:20px}#content .content .grid.historique:after{left:0}#content .content .grid.historique .column:first-child{border-right:0 none;border-left:2px solid var(--color-black);padding-right:0;padding-left:40px}#content .content .grid.historique .column:last-child{border-left:2px solid var(--color-black);padding-left:40px}#content .content .grid.historique .column:has(img){order:2}#content .content .column{grid-column:span 1}#content .content .column:empty{display:none}}@media only screen and (max-width: 500px){#content .content .grid{grid-template-columns:repeat(1, 1fr) !important;grid-row-gap:40px !important}}
