2026-01-06 17:14:32 +01:00
|
|
|
[data-template="investigation-summary"] main{
|
|
|
|
|
|
2026-01-13 10:29:55 +01:00
|
|
|
|
|
|
|
|
position: relative;
|
2026-01-06 17:14:32 +01:00
|
|
|
|
|
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
header{
|
2026-01-08 18:41:26 +01:00
|
|
|
|
2026-01-08 14:53:08 +01:00
|
|
|
.page-title{
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: var(--fs-big);
|
2026-01-06 15:43:31 +01:00
|
|
|
line-height: var(--leading-tight);
|
2026-01-08 18:41:26 +01:00
|
|
|
margin-top: calc(var(--spacing)*1);
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
.section__article{
|
|
|
|
|
a:hover{
|
|
|
|
|
color: var(--grey-200);
|
|
|
|
|
}
|
|
|
|
|
.section__title{
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
margin-bottom: calc(var(--spacing)*0.5)
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
|
|
|
|
|
2026-01-08 16:12:39 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
#nav--page{
|
|
|
|
|
ul{
|
|
|
|
|
list-style: none;
|
|
|
|
|
li{
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: var(--color-txt-light);
|
|
|
|
|
a{
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 0.3em 0;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#section__short{
|
|
|
|
|
font-size: var(--fs-medium);
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#section__dl{
|
|
|
|
|
margin-top: calc(var(--spacing)*1.5);
|
|
|
|
|
border-bottom: var(--border-light);
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
.dl__group{
|
2026-01-06 17:14:32 +01:00
|
|
|
@include grid-content();
|
2026-01-06 15:43:31 +01:00
|
|
|
border-top: var(--border-light);
|
|
|
|
|
padding: calc(var(--spacing)*0.5) 0;
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
dt{
|
|
|
|
|
color: var(--color-txt-light);
|
|
|
|
|
padding-right: 1ch;
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
ul:not(.keywords){
|
|
|
|
|
list-style: none;
|
|
|
|
|
li{
|
|
|
|
|
padding-bottom: 0.2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#section__synthese{
|
|
|
|
|
p + p{
|
|
|
|
|
margin-top: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4{
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
font-size: var(--fs-normal);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-decoration: 1px underline var(--color-txt-light);
|
|
|
|
|
text-underline-offset: 3px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
// SMALL ----------------------------------------------------------
|
|
|
|
|
// ----------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
@media #{$small}{
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 17:14:32 +01:00
|
|
|
[data-template="investigation-summary"] main{
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
header{
|
2026-01-13 10:44:32 +01:00
|
|
|
padding-top: calc(var(--spacing)*1);
|
2026-01-06 15:43:31 +01:00
|
|
|
.page-type{
|
|
|
|
|
font-size: var(--fs-small);
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
.section__article{
|
|
|
|
|
margin: calc(var(--spacing)*1.5) 0;
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#section__impacts, #section__en-lien{
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#hero{
|
2026-01-13 10:44:32 +01:00
|
|
|
margin: calc(var(--spacing)*0.5) 0;
|
2026-01-06 15:43:31 +01:00
|
|
|
figcaption{
|
|
|
|
|
margin: 0 var(--padding-body);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal--share{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: calc(100% - var(--padding-body)*2);
|
|
|
|
|
bottom: calc(var(--spacing) * 2);
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#banner--page {
|
|
|
|
|
padding: calc(var(--spacing)*0.5) 0;
|
|
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
padding: calc(var(--spacing)*0.75) var(--padding-body);
|
|
|
|
|
padding-top: var(--spacing);
|
|
|
|
|
background-color: var(--color-bg);
|
|
|
|
|
background: linear-gradient(0deg,var(--color-bg) 0%, var(--color-bg) 64%, transparent 100%);
|
|
|
|
|
z-index: 800;
|
|
|
|
|
|
|
|
|
|
#nav--page{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.btn--group{
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: calc(var(--spacing)*0.25);
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
> button,
|
|
|
|
|
> label {
|
|
|
|
|
width: 50%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
// action
|
|
|
|
|
|
|
|
|
|
#banner--page{
|
|
|
|
|
opacity: 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
transition: opacity .2s ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner--page.is-visible{
|
|
|
|
|
opacity: 1;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
2026-01-06 15:43:31 +01:00
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
@media #{$x-small}{
|
2026-01-06 17:14:32 +01:00
|
|
|
[data-template="investigation-summary"] main{
|
2026-01-06 15:43:31 +01:00
|
|
|
#section__dl .dl__group{
|
|
|
|
|
|
|
|
|
|
column-gap: 1ch;
|
|
|
|
|
font-size: var(--fs-small);
|
|
|
|
|
padding: calc(var(--spacing)*0.25) 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
// DESKTOP ----------------------------------------------------------
|
|
|
|
|
// ----------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
@media #{$small-up}{
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 17:14:32 +01:00
|
|
|
[data-template="investigation-summary"] main{
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#banner--page{
|
|
|
|
|
height: calc(100vh - var(--header-h));
|
|
|
|
|
height: calc(100dvh - var(--header-h));
|
|
|
|
|
margin-bottom: calc((100vh - var(--header-h))*-1);
|
|
|
|
|
margin-bottom: calc((100dvh - var(--header-h))*-1);
|
|
|
|
|
padding: var(--padding-body);
|
|
|
|
|
padding-left: 0px;
|
2026-01-08 16:09:58 +01:00
|
|
|
padding-bottom: calc(var(--padding-body)*2);
|
2026-01-06 15:43:31 +01:00
|
|
|
position: sticky;
|
|
|
|
|
top: var(--header-h);
|
|
|
|
|
width: var(--banner-medium);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#banner--page .btn--group{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: calc(var(--spacing)*0.25);
|
|
|
|
|
|
|
|
|
|
> button,
|
|
|
|
|
> label {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 160px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#hero{
|
2026-01-09 14:37:44 +01:00
|
|
|
margin-top: calc(var(--spacing)*1);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*3);
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
.section__article{
|
|
|
|
|
margin-left: var(--banner-medium);
|
|
|
|
|
margin-top: calc(var(--spacing)*3);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*3);
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#section__short{
|
|
|
|
|
margin-top: var(--padding-body);
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-13 10:44:32 +01:00
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
header{
|
|
|
|
|
max-width: var(--max-w-content);
|
2026-01-13 10:44:32 +01:00
|
|
|
margin-left: var(--banner-medium);
|
|
|
|
|
margin-top: calc(var(--spacing)*1.5);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*0.5);
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section__article{
|
|
|
|
|
.section__title{
|
|
|
|
|
font-size: var(--fs-medium);
|
|
|
|
|
margin-bottom: var(--spacing);
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
#section__synthese{
|
|
|
|
|
font-size: var(--fs-medium);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.modal--share{
|
|
|
|
|
position: absolute;
|
2026-01-08 16:09:58 +01:00
|
|
|
bottom: calc(var(--padding-body)*2 + var(--h-block) + var(--spacing) * 0.25);
|
2026-01-06 15:43:31 +01:00
|
|
|
width: calc(100% - var(--padding-body));
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media #{$medium-up}{
|
2026-01-06 11:19:25 +01:00
|
|
|
|
2026-01-06 17:14:32 +01:00
|
|
|
[data-template="investigation-summary"] main{
|
2026-01-06 15:43:31 +01:00
|
|
|
#banner--page{
|
|
|
|
|
width: calc((100% - var(--max-w-content))/2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#hero{
|
2026-01-09 14:37:44 +01:00
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: calc(var(--spacing)*3);
|
2026-01-06 15:43:31 +01:00
|
|
|
figcaption{
|
|
|
|
|
max-width: var(--max-w-content);
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-01-13 12:13:02 +01:00
|
|
|
|
|
|
|
|
header{
|
2026-01-13 14:11:37 +01:00
|
|
|
margin-left: auto!important;
|
|
|
|
|
margin-right: auto!important;
|
2026-01-13 12:13:02 +01:00
|
|
|
}
|
|
|
|
|
|
2026-01-13 10:44:32 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
.section__article{
|
|
|
|
|
max-width: var(--max-w-content);
|
|
|
|
|
margin: calc(var(--spacing)*3) auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-06 11:19:25 +01:00
|
|
|
}
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|