Compare commits
No commits in common. "b4b7cdb16e86379046e6bcf281628ca3ccd37a0b" and "869d8802644255169c67a3142dc55dd0ef74c64b" have entirely different histories.
b4b7cdb16e
...
869d880264
@ -49,14 +49,6 @@ a {
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* PARTIALS */
|
||||
body.toolbar-tray-open header {
|
||||
left: 15rem !important;
|
||||
@ -684,7 +676,7 @@ body.toolbar-fixed header {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.actu_full .liens_fixed > div > div:nth-of-type(2), .actu_full .file_fixed > div > div > div {
|
||||
padding: 0 1.5vw;
|
||||
padding: 0 3vw;
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
@ -713,7 +705,7 @@ body.toolbar-fixed header {
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 75vw;
|
||||
right: 0;
|
||||
bottom: 10vh;
|
||||
}
|
||||
.actu_full .liens_fixed > div > div:nth-of-type(2) > div, .actu_full .file_fixed > div > div > div > div {
|
||||
@ -1412,12 +1404,8 @@ body.toolbar-fixed header {
|
||||
font-family: "Barlow", sans-serif;
|
||||
color: black;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.home_consultation h2 + div h2, .home_consultation h2 + div h3, .home_consultation h2 + div h4 {
|
||||
max-width: 50vw;
|
||||
margin-left: 12.5vw;
|
||||
}
|
||||
max-width: 50vw;
|
||||
}
|
||||
.home_consultation article > div {
|
||||
height: unset !important;
|
||||
@ -1510,7 +1498,6 @@ body.toolbar-fixed header {
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #fcf9ee;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
@ -1543,7 +1530,7 @@ body.toolbar-fixed header {
|
||||
margin-top: 7vh;
|
||||
}
|
||||
.fullpage .fullpage_content .liens_fixed > div > div, .fullpage .fullpage_content .file_fixed > div > div {
|
||||
padding: 0 1.5vw;
|
||||
padding: 0 3vw;
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
@ -1572,7 +1559,7 @@ body.toolbar-fixed header {
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 75vw;
|
||||
right: 0;
|
||||
bottom: 10vh;
|
||||
}
|
||||
.fullpage .fullpage_content .liens_fixed > div > div > div, .fullpage .fullpage_content .file_fixed > div > div > div {
|
||||
@ -1585,14 +1572,6 @@ body.toolbar-fixed header {
|
||||
.fullpage .fullpage_content .file_fixed span:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
.fullpage .fullpage_content h3, .fullpage .fullpage_content h4, .fullpage .fullpage_content h5, .fullpage .fullpage_content h6 {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1.3rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 3vw;
|
||||
}
|
||||
.fullpage .views-row {
|
||||
margin-bottom: 8vh;
|
||||
}
|
||||
@ -1606,8 +1585,8 @@ body.toolbar-fixed header {
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.fullpage {
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
width: 50vw;
|
||||
margin-left: 25vw;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1645,8 +1624,7 @@ body.toolbar-fixed header {
|
||||
}
|
||||
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
height: auto;
|
||||
}
|
||||
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(2),
|
||||
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(3) {
|
||||
|
File diff suppressed because one or more lines are too long
@ -109,10 +109,6 @@
|
||||
}
|
||||
}
|
||||
if (document.querySelector('.fullpage')) {
|
||||
let liens = document.querySelectorAll('.liens_fixed a, .file_fixed a, .content_partenaires a');
|
||||
for (let lien of liens) {
|
||||
lien.setAttribute('target', '_blank');
|
||||
}
|
||||
positionFluoLinks();
|
||||
document.addEventListener('scroll', () => {
|
||||
positionFluoLinks();
|
||||
|
@ -22,7 +22,6 @@
|
||||
> h2 {
|
||||
@include main_title();
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $beige;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
@ -51,7 +50,7 @@
|
||||
|
||||
|
||||
.liens_fixed > div > div, .file_fixed > div > div {
|
||||
padding: 0 calc($x_margin / 2);
|
||||
padding: 0 $x_margin;
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
@include fluo_button();
|
||||
@ -62,7 +61,7 @@
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 75vw;
|
||||
right: 0;
|
||||
bottom: 10vh;
|
||||
> div {
|
||||
height: 3vh;
|
||||
@ -75,13 +74,6 @@
|
||||
.file_fixed span:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
@include sous_titre();
|
||||
margin-bottom: 1rem;
|
||||
padding-left: $x_margin;
|
||||
}
|
||||
}
|
||||
|
||||
.views-row {
|
||||
@ -94,7 +86,7 @@
|
||||
margin-left: 12.5vw;
|
||||
}
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
width: 50vw;
|
||||
margin-left: 25vw;
|
||||
}
|
||||
}
|
@ -28,8 +28,7 @@
|
||||
border-radius: 10vw;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -47,7 +46,7 @@
|
||||
|
||||
> div:last-of-type {
|
||||
@include main_text_content();
|
||||
grid-column: 2 / 4;
|
||||
grid-column: 2 / 4;;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
grid-template-columns: 10vw auto 1fr;
|
||||
|
@ -74,10 +74,8 @@
|
||||
h2 + div {
|
||||
h2, h3, h4 {
|
||||
@include sous_titre_alt();
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
max-width: 50vw;
|
||||
margin-left: 12.5vw;
|
||||
}
|
||||
max-width: 50vw;
|
||||
}
|
||||
}
|
||||
article > div {
|
||||
|
@ -1,11 +1,3 @@
|
||||
#block-erabletheme-contenudelapageprincipale {
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
@ -23,7 +23,7 @@
|
||||
padding-top: 0 !important;
|
||||
margin-bottom: 2rem !important;
|
||||
}
|
||||
h2 + div { // tout le contenu qui n'est pas le titre
|
||||
h2 + div {
|
||||
position: relative;
|
||||
padding: 0 $x_margin;
|
||||
.visually-hidden {
|
||||
@ -59,7 +59,7 @@
|
||||
}
|
||||
|
||||
.liens_fixed > div > div:nth-of-type(2), .file_fixed > div > div > div {
|
||||
padding: 0 calc($x_margin / 2);
|
||||
padding: 0 $x_margin;
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
@include fluo_button();
|
||||
@ -70,7 +70,7 @@
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 75vw;
|
||||
right: 0;
|
||||
bottom: 10vh;
|
||||
> div {
|
||||
height: 3vh;
|
||||
|
Loading…
x
Reference in New Issue
Block a user