petites corrections css
This commit is contained in:
@@ -49,6 +49,14 @@ a {
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* PARTIALS */
|
||||
body.toolbar-tray-open header {
|
||||
left: 15rem !important;
|
||||
@@ -676,7 +684,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 3vw;
|
||||
padding: 0 1.5vw;
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
@@ -705,7 +713,7 @@ body.toolbar-fixed header {
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 75vw;
|
||||
bottom: 10vh;
|
||||
}
|
||||
.actu_full .liens_fixed > div > div:nth-of-type(2) > div, .actu_full .file_fixed > div > div > div > div {
|
||||
@@ -1404,8 +1412,12 @@ body.toolbar-fixed header {
|
||||
font-family: "Barlow", sans-serif;
|
||||
color: black;
|
||||
font-size: 1.6rem;
|
||||
margin-left: 12.5vw;
|
||||
max-width: 50vw;
|
||||
}
|
||||
@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;
|
||||
}
|
||||
}
|
||||
.home_consultation article > div {
|
||||
height: unset !important;
|
||||
@@ -1530,7 +1542,7 @@ body.toolbar-fixed header {
|
||||
margin-top: 7vh;
|
||||
}
|
||||
.fullpage .fullpage_content .liens_fixed > div > div, .fullpage .fullpage_content .file_fixed > div > div {
|
||||
padding: 0 3vw;
|
||||
padding: 0 1.5vw;
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
@@ -1559,7 +1571,7 @@ body.toolbar-fixed header {
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 75vw;
|
||||
bottom: 10vh;
|
||||
}
|
||||
.fullpage .fullpage_content .liens_fixed > div > div > div, .fullpage .fullpage_content .file_fixed > div > div > div {
|
||||
@@ -1572,6 +1584,13 @@ 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;
|
||||
}
|
||||
.fullpage .views-row {
|
||||
margin-bottom: 8vh;
|
||||
}
|
||||
@@ -1585,8 +1604,8 @@ body.toolbar-fixed header {
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.fullpage {
|
||||
width: 50vw;
|
||||
margin-left: 25vw;
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1624,7 +1643,8 @@ body.toolbar-fixed header {
|
||||
}
|
||||
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
.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
Reference in New Issue
Block a user