.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;text-decoration:none !important;color:var(--primary-color)}.breadcrumb li:after{content:">";display:block;margin:0 10px}.breadcrumb li:last-child:after{display:none}.banner{position:relative;height:50vh;min-height:256px;max-height:512px;display:flex;align-items:flex-end;justify-content:flex-start;background:url(../img/homepage/bg_wood.jpg) no-repeat center var(--primary-color);background-size:cover;overflow:hidden}.banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(to bottom, rgba(var(--color-black-rgb), 0.2) 0%, rgba(var(--color-black-rgb), 0.5) 100%)}.banner figure{position:absolute;top:0;left:0;width:100%;height:100%}.banner figure img{width:100%;height:100%;object-fit:cover}.banner h1{position:relative;z-index:1;font-family:var(--alt-font-family);font-size:clamp(48px,10vw,64px);font-weight:400;margin-bottom:40px;padding:10px 40px;color:var(--color-white);min-width:50%;background:linear-gradient(to right, rgba(var(--color-black-rgb), 1) 10%, rgba(var(--color-black-rgb), 0) 90%)}@media all and (max-width: 992px){.banner h1{flex:1;min-width:0}}#navbar-top{display:none}#content{padding-bottom:80px}#content .banner{margin-bottom:40px}#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 h2{color:var(--primary-color);font-family:var(--alt-font-family);font-size:36px;font-weight:400;margin:40px 0;line-height:1}#content .content h2:first-child{margin-top:0}#content .content h2:last-child{margin-bottom:0}#content .content h3{font-size:24px;font-weight:500;margin:20px 0}#content .content h3:first-child{margin-top:0}#content .content h3:last-child{margin-bottom:0}#content .content h4{font-size:18px;font-weight:500;text-transform:uppercase;margin:10px 0}#content .content h4:first-child{margin-top:0}#content .content h4:last-child{margin-bottom:0}#content .content p{line-height:1.4;margin:20px 0}#content .content p em,#content .content p i{color:var(--primary-color)}#content .content p strong,#content .content p b{color:var(--primary-color);font-weight:700}#content .content p.lead{font-weight:500;font-size:24px;margin:40px 0;color:var(--primary-color)}#content .content p:first-child{margin-top:0}#content .content p:last-child{margin-bottom:0}#content .content ul:not(.breadcrumb),#content .content ol:not(.breadcrumb){margin:20px 0;margin-left:20px}#content .content ul:not(.breadcrumb) li,#content .content ol:not(.breadcrumb) li{margin-bottom:10px}#content .content ul:not(.breadcrumb) li:before,#content .content ol:not(.breadcrumb) li:before{content:"";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;width:8px;height:8px;border-radius:2px;background:var(--primary-color);margin-right:5px}#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:not(.breadcrumb) li{counter-increment:counter}#content .content ol:not(.breadcrumb) li:before{width:auto;height:auto;font-family:inherit;font-weight:700;font-size:12px;background:none;border-radius:0;color:var(--primary-color);content:counter(counter) "."}#content .content a:not(.btn){font-weight:500;color:var(--primary-color);text-decoration:underline}#content .content a:not(.btn):hover{color:var(--secondary-color)}#content .content table{width:100%;margin:20px 0;table-layout:fixed;border:1px solid rgba(var(--color-black-rgb), 0.15)}#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 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white)}#content .content table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}#content .content table tbody tr:nth-child(even) td{background:rgba(var(--color-white-rgb), 1)}#content .content table tbody tr td{padding:10px 20px;vertical-align:middle}#content .content table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}#content .content hr{background:var(--color-black);height:1px;border:0 none;margin:60px}#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:20px auto}#content .content iframe:first-child{margin-top:0}#content .content iframe:last-child{margin-bottom:0}#content .content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content .content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0}#content .content .embed-responsive:first-child{margin-top:0}#content .content .embed-responsive:last-child{margin-bottom:0}#content .content .paralax{margin:60px 0}#content .content .paralax:first-child{margin-top:0}#content .content .paralax:last-child{margin-bottom:0}#content .content figure{margin:20px 0}#content .content figure img{margin:0 auto;transition:transform 3s ease}#content .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 .content figure a{display:block;overflow:hidden}#content .content figure a:hover img{transform:scale(1.1)}#content .content figure:first-child{margin-top:0}#content .content figure:last-child{margin-bottom:0}#content .content .table_responsive{margin:60px 0;overflow:auto}#content .content .table_responsive table{margin:0}#content .content .table_responsive:first-child{margin-top:0}#content .content .table_responsive:last-child{margin-bottom: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.partners{grid-template-columns:repeat(3, 1fr) !important;margin:60px auto;max-width:1000px}#content .content .grid.partners>div{grid-column:span 1 !important;position:relative;padding:.5vw}#content .content .grid.partners>div figure{display:block;aspect-ratio:4/3;overflow:hidden}#content .content .grid.partners>div figure a{display:block;width:100%;height:100%;object-fit:contain}#content .content .grid.partners>div figure a:hover img{transition:2s linear,filter .2s linear;transform:scale(1);filter:grayscale(0)}#content .content .grid.partners>div figure img{width:100%;height:100%;object-fit:contain;filter:grayscale(1);transform:scale(0.9)}#content .content .grid.partners>div:before,#content .content .grid.partners>div:after{content:"";position:absolute;background:rgba(var(--color-black-rgb), 0.5)}#content .content .grid.partners>div:before{top:-20px;bottom:-20px;right:-20px;width:1px}#content .content .grid.partners>div:after{left:-20px;right:-20px;bottom:-20px;height:1px}#content .content .grid.partners>div:nth-child(3n):before{display:none}#content .content .grid.partners:last-of-type>div:after{display:none}#content .content .grid.partners:has(+.grid.partners){margin-bottom:0}#content .content .grid.partners:has(+.grid.partners)+.grid.partners{margin-top: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 .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}#content .content .grid.gallery{grid-template-columns:repeat(2, 1fr) !important;grid-template-rows:repeat(4, 1fr) !important}#content .content .grid.gallery>div:nth-child(3){grid-row:span 2/span 2}#content .content .grid.gallery>div:nth-child(4){grid-row:auto;grid-column-start:2;grid-row-start:3}#content .content .grid.gallery>div:nth-child(5){grid-row-start:4}#content .content .grid.gallery>div:nth-child(6){grid-row:auto;grid-column-start:auto;grid-row-start:4}}#content .content .block{padding:20px;margin:40px 0}#content .content .block *{color:var(--color-white) !important}#content .content .block.block_primary{background:var(--primary-color)}#content .content .block.block_secondary{background:var(--secondary-color)}#content .content .block:first-child{margin-top:0}#content .content .block:last-child{margin-bottom:0}#content .content .gallery{--nbColonnes: 3;--gutter: 20px;margin:40px 0}#content .content .gallery .grid-sizer,#content .content .gallery figure{width:calc((100% - (var(--nbColonnes) - 1)*var(--gutter))/var(--nbColonnes));margin:0;margin-bottom:20px}#content .content .gallery figure{opacity:0;transform:translateY(30px)}#content .content .gallery figure.is-visible{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}#content .content .gallery:first-child{margin-top:0}#content .content .gallery:last-child{margin-bottom:0}@media all and (max-width: 500px){#content .content .gallery{--nbColonnes: 2}}
