taille et alignement map node-type-site
This commit is contained in:
@@ -333,7 +333,14 @@ header .header_left_container img {
|
||||
}
|
||||
header .header_right_container {
|
||||
display: none;
|
||||
margin: auto;
|
||||
flex: 0 0 0%;
|
||||
width: 100%;
|
||||
min-width: fit-content;
|
||||
background: rgb(7, 50, 194);
|
||||
text-align: center;
|
||||
transform: translateX(0);
|
||||
transition: transform 0.3s ease-in-out;
|
||||
z-index: -1;
|
||||
}
|
||||
@media (max-width: 660px) {
|
||||
header .header_right_container {
|
||||
@@ -342,11 +349,12 @@ header .header_right_container {
|
||||
}
|
||||
header .header_right_container .language-switcher-language-url {
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
}
|
||||
header .header_right_container .language-switcher-language-url ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.6rem;
|
||||
padding: 0;
|
||||
}
|
||||
@media (max-width: 660px) {
|
||||
@@ -360,6 +368,10 @@ header .header_right_container .language-switcher-language-url ul {
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
header .header_right_container .language-switcher-language-url ul li a {
|
||||
color: white;
|
||||
font-family: "gilroy-light";
|
||||
}
|
||||
header .header_right_container .language-switcher-language-url ul li:nth-child(1)::after {
|
||||
content: " / ";
|
||||
white-space: pre;
|
||||
@@ -370,7 +382,7 @@ header .header_right_container .language-switcher-language-url ul li:nth-child(1
|
||||
}
|
||||
}
|
||||
header .header_right_container .language-switcher-language-url ul .is-active {
|
||||
font-weight: 600;
|
||||
font-family: "gilroy-bold";
|
||||
}
|
||||
header .header_nav_container {
|
||||
flex: 0 0 0%;
|
||||
@@ -1375,7 +1387,7 @@ footer {
|
||||
height: 100%;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div {
|
||||
height: 100%;
|
||||
height: 600px;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div a {
|
||||
display: block;
|
||||
@@ -3230,6 +3242,10 @@ main {
|
||||
}
|
||||
#lessites .content_container .view .header_view #block-sitesmap-block {
|
||||
margin: auto;
|
||||
width: 30vw;
|
||||
}
|
||||
#lessites .content_container .view .header_view #block-sitesmap-block #sites-map-container {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#lessites .content_container .view .header_view #block-sitesmap-block #sites-map-container {
|
||||
@@ -3240,6 +3256,7 @@ main {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
width: 85%;
|
||||
margin: auto;
|
||||
gap: 20px;
|
||||
@@ -3247,6 +3264,7 @@ main {
|
||||
#lessites .content_container .view .views-row-wrapper .views-row {
|
||||
width: 18%;
|
||||
margin-bottom: 2rem;
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#lessites .content_container .view .views-row-wrapper .views-row {
|
||||
|
Reference in New Issue
Block a user