2023-12-06 17:06:45 +01:00
|
|
|
.actu_full {
|
|
|
|
@include beige_gradient();
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
padding-top: 3vh;
|
|
|
|
width: 100vw;
|
|
|
|
div {
|
|
|
|
@include main_text_content();
|
|
|
|
}
|
|
|
|
.retour_actus {
|
|
|
|
font-size: $sm_font_size;
|
|
|
|
font-weight: 800;
|
|
|
|
color: $teal;
|
|
|
|
padding-left: $x_margin;
|
|
|
|
}
|
|
|
|
.article_meta {
|
|
|
|
padding-left: $x_margin;
|
|
|
|
margin: 20px 0;
|
|
|
|
div {
|
|
|
|
font-size: $sm_font_size;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
@include main_title();
|
|
|
|
}
|
|
|
|
h2 + div {
|
|
|
|
padding: $x_margin;
|
|
|
|
.visually-hidden {
|
|
|
|
width: 0% !important;
|
|
|
|
}
|
|
|
|
div:first-of-type {
|
|
|
|
margin-top: -10px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
div:nth-of-type(2) {
|
|
|
|
> div {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
|
|
|
|
.liens_fixed {
|
|
|
|
padding: 0 $x_margin;
|
|
|
|
text-align: right;
|
|
|
|
margin: 2rem 0;
|
|
|
|
@include fluo_button();
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|