.trigger{height:100vh;pointer-events:none;position:absolute;top:0;width:100vw;z-index:-10}#actualites h2,#partenaires h2{align-self:center}#presentation{display:flex;flex-flow:row wrap;gap:2rem}#presentation picture{border-radius:var(--radius);flex:1 0 300px}#presentation .block{flex:2}#presentation .block h3{font-size:var(--font-xl)}#hero .product-bottom{display:grid;gap:1rem;grid-template-columns:repeat(6,1fr);overflow-y:hidden;padding:1rem 0}#hero .product-bottom .header-link{flex:1;padding:1rem}#hero .product-bottom .header-link picture{height:100%;position:absolute;width:100%}#hero .product-bottom .header-link picture img{height:600%;object-fit:cover}#hero .product-bottom .header-link .content{align-items:center;backdrop-filter:unset;-webkit-backdrop-filter:var(--backdrop);background-color:transparent;border-radius:calc(var(--radius)*.75);display:flex;flex-flow:column nowrap;gap:.5rem;height:100%;justify-content:center;padding:1.5rem;width:100%}#hero .product-bottom .header-link .content .h4{color:var(--lighter);text-shadow:0 0 8px var(--dark)}#hero .product-bottom+.container-narrow{display:flex;justify-content:center}@media screen and (max-width:1280px){#hero .product-bottom{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){#hero .product-bottom{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:320px){#hero .product-bottom{grid-template-columns:repeat(6,1fr)}}