Compare commits

..

No commits in common. "fc14bd11d52c7698dad06f43fc8f705e813452d0" and "f4f1ba7af08aec26a3dd489069621e594f99a4f4" have entirely different histories.

3 changed files with 15 additions and 25 deletions

View File

@ -638,7 +638,6 @@ footer {
}
}
.footer #footer-right #block-quartiers-de-demain-socialmedialinks {
display: none;
flex-direction: column;
}
.footer #footer-right #block-quartiers-de-demain-socialmedialinks h2 {
@ -1141,7 +1140,6 @@ footer {
width: fit-content;
margin: auto;
margin-top: 0;
margin-bottom: 8rem;
padding-bottom: 2rem;
}
@media (max-width: 1090px) {
@ -1149,9 +1147,6 @@ footer {
margin-bottom: 9rem;
}
}
#home .timeline .__timeline-arrows #arrowPrev {
padding-inline: 0;
}
#home .timeline .__timeline-arrows button {
background-color: transparent;
border: none;
@ -1175,7 +1170,7 @@ footer {
#home .timeline .__timeline-content .__paragraphs {
position: relative;
display: inline-flex;
width: 500px;
width: 700px;
height: 1px;
background: black;
}
@ -1207,7 +1202,7 @@ footer {
left: -18px;
top: -16px;
transform: translateY(-100%);
width: 400px;
width: 600px;
height: 300px;
font-size: 1rem;
white-space: normal;
@ -1296,7 +1291,8 @@ footer {
border-radius: 5%;
padding: 0.6rem 0.6rem;
line-height: 1.1;
width: 50%;
width: fit-content;
min-width: 35%;
}
@media (max-width: 1090px) {
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text {
@ -1305,8 +1301,8 @@ footer {
}
}
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre {
font-size: 0.8rem;
font-family: "gilroy-semibold";
font-size: 0.6rem;
font-weight: 800;
}
@media (max-width: 1090px) {
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_titre {
@ -1317,7 +1313,7 @@ footer {
font-family: "gilroy-regular";
}
#home .timeline .__timeline-content .__paragraphs .paragraph--type--phase-deroulement .text .field_field_description p {
font-size: 0.8rem !important;
font-size: 0.6rem !important;
margin: 0;
}
@media (max-width: 1090px) {

View File

@ -117,7 +117,7 @@ footer{
max-width: 50%;
}
#block-quartiers-de-demain-socialmedialinks{
display: none;
// display: none;
flex-direction: column;
h2{
display: flex;

View File

@ -40,21 +40,16 @@
width: fit-content;
margin: auto;
margin-top: 0;
margin-bottom: 8rem;
padding-bottom: 2rem;
@media(max-width:1090px){
// top: -211px;
// display: none;
margin-bottom: 9rem;
}
#arrowPrev{
padding-inline: 0;
}
button{
background-color: transparent;
border: none;
padding-left: 1rem;
&:hover{
opacity: 0.5;
}
@ -76,7 +71,7 @@
.__paragraphs{
position: relative;
display: inline-flex;
width: 500px;
width: 700px;
height: 1px;
background: black;
// &:last-of-type{
@ -113,7 +108,7 @@
left: -18px;
top: -16px;
transform: translateY(-100%);
width: 400px;
width: 600px;
height: 300px;
font-size: 1rem;
white-space: normal;
@ -212,16 +207,15 @@
border-radius: 5%;
padding: 0.6rem 0.6rem;
line-height: 1.1;
width: 50%;
// min-width: fit-content;
width: fit-content;
min-width: 35%;
@media(max-width:1090px){
height: 200px;
min-width: 80%;
}
.field_field_titre{
font-size: 0.8rem;
font-family: 'gilroy-semibold';
// font-weight: 800;
font-size: 0.6rem;
font-weight: 800;
@media(max-width:1090px){
font-size: 1rem;
}
@ -229,7 +223,7 @@
.field_field_description{
font-family: 'gilroy-regular';
p{
font-size: 0.8rem !important;
font-size: 0.6rem !important;
margin: 0;
@media(max-width:1090px){
font-size: 1rem !important;