2023-12-13 15:08:55 +01:00
|
|
|
.content_gouvernance {
|
|
|
|
.views-row {
|
|
|
|
margin-bottom: 2vh;
|
|
|
|
article {
|
|
|
|
> h2 {
|
|
|
|
margin-bottom: 2vh;
|
|
|
|
a {
|
2023-12-14 06:01:09 +01:00
|
|
|
@include sous_titre_alt();
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
> div:first-of-type {
|
2023-12-15 20:04:59 +01:00
|
|
|
height: unset;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.paragraph--type--membre-equipe {
|
|
|
|
height: auto;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 30vw 1fr;
|
|
|
|
grid-auto-rows: auto;
|
|
|
|
margin-bottom: 5vh;
|
|
|
|
> div:first-of-type {
|
|
|
|
grid-row: 1 / 3;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
> div {
|
|
|
|
width: 20vw;
|
|
|
|
height: 20vw;
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 10vw;
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> div:nth-of-type(2) {
|
|
|
|
@include sous_titre();
|
|
|
|
margin-bottom: 2vh;
|
2023-12-14 09:38:25 +01:00
|
|
|
align-self: center;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
> div:nth-of-type(3) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div:last-of-type {
|
|
|
|
@include main_text_content();
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
@media (min-width: $breakpoint_tablet) {
|
|
|
|
grid-template-columns: 10vw 1fr;
|
|
|
|
> div:first-of-type > div {
|
|
|
|
width: 10vw;
|
|
|
|
height: 10vw;
|
|
|
|
border-radius: 5vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div:nth-of-type(2) {
|
|
|
|
padding-left: 3vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div:last-of-type {
|
|
|
|
padding-left: 3vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|