modifs pas finies de la carte interactive + clean des scss
This commit is contained in:
@@ -58,10 +58,6 @@ a {
|
||||
margin-top: calc(10vh + 3rem);
|
||||
}
|
||||
} */
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.layout-container {
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -78,6 +74,9 @@ em {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* * {
|
||||
border: solid 1px red !important;
|
||||
} */
|
||||
/* PARTIALS */
|
||||
body.toolbar-tray-open header[role=banner] {
|
||||
left: 15rem !important;
|
||||
@@ -352,7 +351,7 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale {
|
||||
background: linear-gradient(to bottom, white, transparent);
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
display: none;
|
||||
position: absolute;
|
||||
padding-top: 1rem;
|
||||
@@ -423,10 +422,9 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
|
||||
.layout-container > footer {
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
z-index: 99;
|
||||
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
|
||||
margin-top: 50px;
|
||||
padding: 0 3vw;
|
||||
}
|
||||
@@ -524,11 +522,13 @@ body.toolbar-fixed header[role=banner] {
|
||||
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul li a svg.ext {
|
||||
display: none;
|
||||
}
|
||||
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul li:last-of-type {
|
||||
margin-left: 25px;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.layout-container > footer #footer_middle #footer_section #footer_right {
|
||||
width: 25vw;
|
||||
padding-left: 15vw;
|
||||
padding-right: 3vw;
|
||||
width: auto;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
@@ -542,54 +542,60 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
}
|
||||
|
||||
.slick-container {
|
||||
@media screen and (min-width: 760px) {
|
||||
.carousel_container {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
.carousel_container .slick-container {
|
||||
width: 100%;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
@media screen and (min-width: 760px) {
|
||||
.slick-container {
|
||||
.carousel_container .slick-container {
|
||||
width: 200vw;
|
||||
transform: translateX(-50vw);
|
||||
}
|
||||
}
|
||||
.slick-container div.views-row {
|
||||
.carousel_container .slick-container div.views-row {
|
||||
padding: 0 3vw;
|
||||
}
|
||||
@media screen and (min-width: 760px) {
|
||||
.slick-container div.views-row {
|
||||
.carousel_container .slick-container div.views-row {
|
||||
padding: 0 6vw;
|
||||
}
|
||||
}
|
||||
.slick-container div.views-row > article {
|
||||
.carousel_container .slick-container div.views-row > article {
|
||||
width: 100%;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type {
|
||||
overflow-y: hidden;
|
||||
padding: 0 !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type > div {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type > div {
|
||||
width: 100%;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type > div > a {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type > div > a {
|
||||
max-width: 100%;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type > div > a img {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type > div > a img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container div.views-row > article .preview_meta {
|
||||
.carousel_container .slick-container div.views-row > article .preview_meta {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.slick-container div.views-row > article h2, .slick-container div.views-row > article .preview_sous_titre {
|
||||
.carousel_container .slick-container div.views-row > article h2, .carousel_container .slick-container div.views-row > article .preview_sous_titre {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
.slick-container .slick-arrow {
|
||||
.carousel_container .slick-container .slick-arrow {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
border-radius: 1.5rem;
|
||||
@@ -599,19 +605,19 @@ body.toolbar-fixed header[role=banner] {
|
||||
bottom: calc(-25px - 4rem);
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container .slick-arrow {
|
||||
.carousel_container .slick-container .slick-arrow {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
bottom: calc(-25px - 6rem);
|
||||
}
|
||||
}
|
||||
.slick-container .slick-arrow:hover {
|
||||
.carousel_container .slick-container .slick-arrow:hover {
|
||||
background-color: white !important;
|
||||
}
|
||||
.slick-container .slick-arrow:hover::before {
|
||||
.carousel_container .slick-container .slick-arrow:hover::before {
|
||||
color: #038788;
|
||||
}
|
||||
.slick-container .slick-arrow::before {
|
||||
.carousel_container .slick-container .slick-arrow::before {
|
||||
opacity: 1 !important;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
@@ -620,57 +626,57 @@ body.toolbar-fixed header[role=banner] {
|
||||
font-size: 0.8rem !important;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container .slick-arrow::before {
|
||||
.carousel_container .slick-container .slick-arrow::before {
|
||||
font-size: 1.2rem !important;
|
||||
}
|
||||
}
|
||||
.slick-container .slick-prev {
|
||||
.carousel_container .slick-container .slick-prev {
|
||||
left: 20vw;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.slick-container .slick-prev {
|
||||
@media (min-width: 760px) {
|
||||
.carousel_container .slick-container .slick-prev {
|
||||
left: 85vw;
|
||||
}
|
||||
}
|
||||
.slick-container .slick-next {
|
||||
.carousel_container .slick-container .slick-next {
|
||||
right: 20vw;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.slick-container .slick-next {
|
||||
@media (min-width: 760px) {
|
||||
.carousel_container .slick-container .slick-next {
|
||||
right: 85vw;
|
||||
}
|
||||
}
|
||||
.slick-container > div > div > div:first-of-type {
|
||||
.carousel_container .slick-container > div > div > div:first-of-type {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container > div > div > div:first-of-type {
|
||||
.carousel_container .slick-container > div > div > div:first-of-type {
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
}
|
||||
.slick-container #carousel_dots {
|
||||
.carousel_container .slick-container #carousel_dots {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
margin-top: -15px;
|
||||
}
|
||||
.slick-container #carousel_dots ul {
|
||||
.carousel_container .slick-container #carousel_dots ul {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
}
|
||||
.slick-container #carousel_dots ul li.slick-active button::before {
|
||||
.carousel_container .slick-container #carousel_dots ul li.slick-active button::before {
|
||||
color: #038788;
|
||||
}
|
||||
.slick-container #carousel_dots ul li button::before {
|
||||
.carousel_container .slick-container #carousel_dots ul li button::before {
|
||||
color: rgb(0.9, 0.9, 0.9);
|
||||
}
|
||||
.slick-container footer {
|
||||
.carousel_container .slick-container footer {
|
||||
text-align: center;
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.slick-container footer a {
|
||||
.carousel_container .slick-container footer a {
|
||||
text-align: center;
|
||||
color: black;
|
||||
font-family: "Marianne", sans-serif;
|
||||
@@ -681,10 +687,10 @@ body.toolbar-fixed header[role=banner] {
|
||||
padding: 9px 18px;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
.slick-container footer a svg {
|
||||
.carousel_container .slick-container footer a svg {
|
||||
display: none;
|
||||
}
|
||||
.slick-container footer a:hover {
|
||||
.carousel_container .slick-container footer a:hover {
|
||||
background-color: #00ff80;
|
||||
}
|
||||
|
||||
@@ -740,11 +746,11 @@ body.toolbar-fixed header[role=banner] {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.actu_full h3, .actu_full h4, .actu_full h5, .actu_full h6 {
|
||||
margin-bottom: 1rem;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.actu_full h3, .actu_full h4, .actu_full h5, .actu_full h6 {
|
||||
@@ -844,13 +850,13 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
}
|
||||
.views-row article.actu-teaser h2 {
|
||||
margin-bottom: 0.5rem;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.views-row article.actu-teaser h2 a {
|
||||
color: #038788;
|
||||
@@ -1046,18 +1052,18 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
|
||||
.home_consultation {
|
||||
position: relative;
|
||||
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
||||
width: 100%;
|
||||
padding: 4rem 0;
|
||||
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
||||
}
|
||||
.home_consultation h2 {
|
||||
margin-bottom: 1.2rem;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
.home_consultation h2 a {
|
||||
color: #038788;
|
||||
@@ -1144,6 +1150,23 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
}
|
||||
}
|
||||
|
||||
#sites-map-container #popup h3 {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
#sites-map-container #popup h3 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
#sites-map-container #popup p {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.fullpage {
|
||||
margin-bottom: 10vh;
|
||||
margin-top: -3vh;
|
||||
@@ -1152,12 +1175,6 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
position: relative;
|
||||
}
|
||||
.fullpage > h2 {
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 7vh;
|
||||
background-color: #fcf9ee;
|
||||
@@ -1165,6 +1182,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.fullpage > h2 a {
|
||||
color: #038788;
|
||||
@@ -1185,12 +1208,6 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
color: #314e41;
|
||||
}
|
||||
.fullpage .fullpage_content > h2 {
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #fcf9ee;
|
||||
@@ -1198,6 +1215,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.fullpage .fullpage_content > h2 a {
|
||||
color: #038788;
|
||||
@@ -1213,18 +1236,18 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
}
|
||||
}
|
||||
.fullpage .fullpage_content .sous_titre {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
}
|
||||
.fullpage .fullpage_content p {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.fullpage .fullpage_content p {
|
||||
padding: 0 3vw;
|
||||
margin-bottom: 2rem;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.fullpage .fullpage_content p:first-of-type {
|
||||
margin-top: 7vh;
|
||||
@@ -1273,12 +1296,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
display: none;
|
||||
}
|
||||
.fullpage .fullpage_content h3, .fullpage .fullpage_content h4, .fullpage .fullpage_content h5, .fullpage .fullpage_content h6 {
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 3vw;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 3vw;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.fullpage .fullpage_content h3, .fullpage .fullpage_content h4, .fullpage .fullpage_content h5, .fullpage .fullpage_content h6 {
|
||||
@@ -1335,12 +1358,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
}
|
||||
.paragraph--type--membre-equipe > div:nth-of-type(2),
|
||||
.paragraph--type--membre-equipe > div:nth-of-type(3) {
|
||||
margin-bottom: 2vh;
|
||||
align-self: flex-end;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 2vh;
|
||||
align-self: flex-end;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.paragraph--type--membre-equipe > div:nth-of-type(2),
|
||||
@@ -1352,10 +1375,10 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
.paragraph--type--membre-equipe > div:last-of-type {
|
||||
grid-column: 2/4;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
grid-column: 2/4;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.paragraph--type--membre-equipe {
|
||||
@@ -1384,10 +1407,10 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.content_gouvernance .views-row article > h2 + div > div {
|
||||
margin-bottom: 2em;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.content_gouvernance .views-row article > div:first-of-type {
|
||||
height: unset;
|
||||
@@ -1666,10 +1689,10 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
background-color: white;
|
||||
}
|
||||
.fullpage.meetup > .meetup_list > .views-row > a > article > p, .fullpage.meetup > .meetup_list > .views-row > a > article > a, .fullpage.meetup > .meetup_list > .views-row > a > article > div, .fullpage.meetup > .meetup_list > .views-row > a > article > a > h2, .fullpage.meetup > .meetup_list > .views-row > article > p, .fullpage.meetup > .meetup_list > .views-row > article > a, .fullpage.meetup > .meetup_list > .views-row > article > div, .fullpage.meetup > .meetup_list > .views-row > article > a > h2 {
|
||||
padding: 0.2rem 0;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
.fullpage.meetup > .meetup_list > .views-row > a > article > a:not(.author, .offre-title, [title="Voir le profil utilisateur."]), .fullpage.meetup > .meetup_list > .views-row > article > a:not(.author, .offre-title, [title="Voir le profil utilisateur."]) {
|
||||
grid-column: 1;
|
||||
@@ -1737,33 +1760,33 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
display: none !important;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form {
|
||||
display: flex;
|
||||
margin-left: 3vw;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
display: flex;
|
||||
margin-left: 3vw;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div {
|
||||
width: auto;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div > select {
|
||||
font-size: 0.8rem;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div:last-of-type {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div:last-of-type > input {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 0.8rem;
|
||||
background-color: #038788;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.fullpage.meetup .ornements_top_over {
|
||||
top: -15vh;
|
||||
@@ -1787,14 +1810,14 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
color: #038788;
|
||||
}
|
||||
.fullpage.meetup-offre > h2 {
|
||||
margin-bottom: 3vh;
|
||||
width: auto;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 3vh;
|
||||
width: auto;
|
||||
}
|
||||
.fullpage.meetup-offre > h2 a {
|
||||
color: #038788;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user