.cover-edito{margin-top:calc(var(--navbar-height)*-1);position:relative;height:60vh}.cover-edito::after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:80%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);background:linear-gradient(to top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);z-index:1;pointer-events:none}.cover-edito figure{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.cover-edito .caption{position:absolute;bottom:0;left:0;height:calc(100% - var(--navbar-height));width:100%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cover-edito .caption h1{font-size:var(--fs-title-medium);color:#fff;text-shadow:0 0 10px rgba(0,0,0,.25);margin:0;text-align:center}@media screen and (max-width:980px){.cover-edito{height:40vh}}