2023-12-06 05:01:23 +01:00
|
|
|
/* GLOBAL */
|
|
|
|
/* Marianne */
|
|
|
|
@font-face {
|
|
|
|
font-family: "Marianne";
|
|
|
|
src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Marianne";
|
|
|
|
src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Marianne";
|
|
|
|
src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
|
|
|
|
font-weight: 800;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Marianne";
|
|
|
|
src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
|
|
|
|
font-weight: 800;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
/* Barlow */
|
|
|
|
@font-face {
|
|
|
|
font-family: "Barlow";
|
|
|
|
src: url("../fonts/Barlow/barlow-light.woff2") format("woff2"), url("../fonts/Barlow/barlow_light.woff") format("woff");
|
|
|
|
font-weight: 300;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
/* BREAKPOINTS */
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-12-17 16:49:23 +01:00
|
|
|
justify-content: space-between;
|
2023-12-15 20:04:59 +01:00
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
|
2023-12-06 05:01:23 +01:00
|
|
|
/* SIZES */
|
2023-12-06 17:06:45 +01:00
|
|
|
/* MIXINS */
|
2023-12-06 05:01:23 +01:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2023-12-06 17:06:45 +01:00
|
|
|
#block-erabletheme-contenudelapageprincipale {
|
2023-12-21 12:48:12 +01:00
|
|
|
margin-top: 10vh;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
|
|
|
|
2024-01-06 09:39:13 +01:00
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
em {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-12-06 05:01:23 +01:00
|
|
|
/* PARTIALS */
|
2024-01-06 08:57:17 +01:00
|
|
|
body.toolbar-tray-open header {
|
|
|
|
left: 15rem !important;
|
|
|
|
width: calc(100% - 15rem) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.toolbar-fixed header {
|
|
|
|
top: 2.4em !important;
|
|
|
|
}
|
|
|
|
|
2023-12-06 05:01:23 +01:00
|
|
|
.layout-container {
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 100%;
|
2023-12-06 05:01:23 +01:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.layout-container header {
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 100%;
|
2023-12-06 05:01:23 +01:00
|
|
|
background: white;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
.layout-container header div {
|
|
|
|
max-width: 100%;
|
2023-12-21 12:48:12 +01:00
|
|
|
max-height: 10vh;
|
2023-12-06 05:01:23 +01:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-logorepublique {
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 15%;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-logorepublique a {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-logorepublique a img {
|
|
|
|
padding-left: 3vw;
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-logorepublique a img {
|
|
|
|
padding-right: 1.5vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-21 12:48:12 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.layout-container header div #block-erabletheme-logorepublique {
|
|
|
|
padding-right: 2rem;
|
|
|
|
}
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-logorepublique {
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 10%;
|
|
|
|
padding-right: 1%;
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
.layout-container header div #block-erabletheme-logoerable {
|
2023-12-14 09:38:25 +01:00
|
|
|
max-height: 100%;
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 20%;
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-logoerable > div {
|
|
|
|
width: auto;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-logoerable > div a {
|
|
|
|
width: 100%;
|
2023-12-06 05:01:23 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-12-14 09:38:25 +01:00
|
|
|
justify-content: center;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-logoerable > div a img {
|
|
|
|
height: 100%;
|
|
|
|
width: auto;
|
2023-12-06 05:01:23 +01:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-logoerable {
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 10%;
|
|
|
|
padding-left: 3%;
|
2023-12-21 12:48:12 +01:00
|
|
|
padding-top: 0.4rem;
|
|
|
|
padding-bottom: 0.4rem;
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
.layout-container header div #block-erabletheme-navigationprincipale {
|
|
|
|
display: none;
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 60%;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-navigationprincipale ul {
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 100%;
|
2023-12-14 09:38:25 +01:00
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
2023-12-21 12:48:12 +01:00
|
|
|
padding: 0 2vw;
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-navigationprincipale ul li {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-navigationprincipale ul li a {
|
|
|
|
font-weight: 800;
|
|
|
|
padding: 4px 6px;
|
|
|
|
color: black;
|
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-navigationprincipale ul li a:hover {
|
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-navigationprincipale ul li a.is-active {
|
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-navigationprincipale {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
.layout-container header div #block-erabletheme-socialmedialinks {
|
2024-01-06 08:57:17 +01:00
|
|
|
width: 7%;
|
|
|
|
margin: 0 calc((20% - (7% + 7vh)) / 2);
|
2023-12-14 09:38:25 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-socialmedialinks ul {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-socialmedialinks ul li a span {
|
|
|
|
font-weight: lighter;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
width: 2.2rem;
|
|
|
|
height: 2.2rem;
|
|
|
|
padding: 0.4rem;
|
|
|
|
border-radius: 1.1rem;
|
|
|
|
color: white;
|
|
|
|
background-color: #038788;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-socialmedialinks ul li a svg.ext {
|
2023-12-06 05:01:23 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container header div #block-erabletheme-socialmedialinks {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
.layout-container header div #block-erabletheme-header #hamburger {
|
2023-12-14 09:38:25 +01:00
|
|
|
cursor: pointer;
|
2023-12-21 12:48:12 +01:00
|
|
|
width: 10vh;
|
2023-12-06 05:01:23 +01:00
|
|
|
height: 100%;
|
|
|
|
background-color: #00ff80;
|
|
|
|
display: flex;
|
2023-12-14 06:01:09 +01:00
|
|
|
flex-direction: column;
|
2023-12-06 05:01:23 +01:00
|
|
|
align-items: center;
|
2023-12-14 06:01:09 +01:00
|
|
|
justify-content: space-around;
|
2023-12-21 12:48:12 +01:00
|
|
|
padding: 0.5rem 0;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header #hamburger h2 {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2023-12-14 06:01:09 +01:00
|
|
|
.layout-container header div #block-erabletheme-header #hamburger .burger-icon {
|
|
|
|
width: 2rem;
|
|
|
|
height: 1.5rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header #hamburger .burger-icon div {
|
|
|
|
border-bottom: solid 1px black;
|
|
|
|
width: 100%;
|
|
|
|
background-color: black;
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.2s ease-out, transform 0.4s ease-out;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header #hamburger .burger-icon.open div:first-of-type {
|
|
|
|
transform: translate(0rem, 0.5rem) rotate(-45deg);
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header #hamburger .burger-icon.open div:nth-of-type(2) {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header #hamburger .burger-icon.open div:last-of-type {
|
|
|
|
transform: translate(0rem, -0.5rem) rotate(45deg);
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
2023-12-06 05:01:23 +01:00
|
|
|
display: none;
|
2023-12-14 06:01:09 +01:00
|
|
|
height: auto;
|
|
|
|
max-height: 0vh;
|
|
|
|
transition: max-height 0.9s ease, padding 0.5s ease-out;
|
2023-12-06 05:01:23 +01:00
|
|
|
position: fixed;
|
|
|
|
background-color: #314e41;
|
2023-12-21 12:48:12 +01:00
|
|
|
top: 10vh;
|
2023-12-06 05:01:23 +01:00
|
|
|
left: 0;
|
|
|
|
width: 100vw;
|
|
|
|
z-index: 0;
|
2023-12-14 06:01:09 +01:00
|
|
|
padding: 0;
|
2023-12-15 20:04:59 +01:00
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li {
|
2023-12-06 05:01:23 +01:00
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 6px 0;
|
2023-12-14 06:01:09 +01:00
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.3s ease;
|
2023-12-15 20:04:59 +01:00
|
|
|
max-width: 60vw;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a {
|
|
|
|
text-align: center;
|
|
|
|
line-height: 1.2;
|
2023-12-06 05:01:23 +01:00
|
|
|
color: white;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
padding: 4px 6px;
|
2023-12-14 09:38:25 +01:00
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
|
transition: background-color 0.3s ease, color 0.3s ease;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a:hover {
|
2023-12-14 09:38:25 +01:00
|
|
|
background-color: white;
|
|
|
|
color: #314e41;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a.is-active {
|
2023-12-06 05:01:23 +01:00
|
|
|
background-color: white;
|
|
|
|
color: #314e41;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li {
|
|
|
|
max-width: 30vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper {
|
|
|
|
display: flex;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li {
|
|
|
|
width: auto;
|
|
|
|
padding: 0 1rem;
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li a span {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li a svg {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li.visible {
|
2023-12-14 06:01:09 +01:00
|
|
|
opacity: 1;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(1),
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(2),
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(6) {
|
|
|
|
border-bottom: solid 1px white;
|
|
|
|
padding: 12px 0;
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
2023-12-14 09:38:25 +01:00
|
|
|
width: 25vw;
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) li {
|
|
|
|
width: calc(100% - 6vw);
|
|
|
|
}
|
|
|
|
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) li a {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
2023-12-14 06:01:09 +01:00
|
|
|
.layout-container header div #block-erabletheme-header ul.active {
|
|
|
|
padding: 30px 0;
|
|
|
|
max-height: 100vh;
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
|
|
|
|
.layout-container > footer {
|
|
|
|
width: 100vw;
|
|
|
|
background-color: white;
|
|
|
|
z-index: 99;
|
|
|
|
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
margin-top: 50px;
|
|
|
|
padding: 0 3vw;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_left > div {
|
2023-12-06 05:01:23 +01:00
|
|
|
margin-top: 5px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logorep {
|
|
|
|
width: 30vw;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logorep img {
|
2023-12-06 05:01:23 +01:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logorep {
|
|
|
|
width: 10vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logoepau {
|
|
|
|
width: 50vw;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logoepau img {
|
2023-12-06 05:01:23 +01:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logoepau {
|
|
|
|
width: 15vw;
|
|
|
|
padding-left: 2vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_left > div {
|
|
|
|
width: 25vw;
|
|
|
|
padding-left: 3vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.layout-container > footer #footer_middle #footer_section {
|
2023-12-06 05:01:23 +01:00
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_center {
|
2023-12-06 05:01:23 +01:00
|
|
|
padding-left: 2vw;
|
|
|
|
width: 50%;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_center nav ul {
|
2023-12-06 05:01:23 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_center nav ul li a {
|
2023-12-06 05:01:23 +01:00
|
|
|
color: #314e41;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_center nav ul {
|
|
|
|
width: 50vw;
|
|
|
|
padding: 0 15vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_center {
|
|
|
|
padding-left: 0;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_right {
|
2023-12-06 05:01:23 +01:00
|
|
|
width: 30%;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul {
|
2023-12-06 05:01:23 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul li a span {
|
2023-12-06 05:01:23 +01:00
|
|
|
font-weight: lighter;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
width: 2.2rem;
|
|
|
|
height: 2.2rem;
|
|
|
|
padding: 0.4rem;
|
|
|
|
border-radius: 1.1rem;
|
|
|
|
color: white;
|
|
|
|
background-color: #038788;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul li a svg.ext {
|
2023-12-06 05:01:23 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle #footer_section #footer_right {
|
|
|
|
width: 25vw;
|
|
|
|
padding-left: 15vw;
|
|
|
|
padding-right: 3vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer #footer_middle {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.layout-container > footer {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
|
2023-12-06 17:06:45 +01:00
|
|
|
.slick-container {
|
|
|
|
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
|
|
|
width: 100vw;
|
|
|
|
border-bottom: solid 2px #038788;
|
|
|
|
}
|
|
|
|
.slick-container div.views-row article {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.slick-container div.views-row article > div:first-of-type {
|
2023-12-06 17:06:45 +01:00
|
|
|
width: 100%;
|
2023-12-15 20:04:59 +01:00
|
|
|
height: 30vh !important;
|
2023-12-06 17:06:45 +01:00
|
|
|
overflow-y: hidden;
|
2023-12-13 15:08:55 +01:00
|
|
|
padding: 0 !important;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.slick-container div.views-row article > div:first-of-type > div {
|
2023-12-06 17:06:45 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.slick-container div.views-row article > div:first-of-type > div > a {
|
2023-12-06 17:06:45 +01:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.slick-container div.views-row article > div:first-of-type > div > a img {
|
2023-12-06 17:06:45 +01:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.slick-container div.views-row article .preview_meta {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
justify-content: flex-start;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.slick-container div.views-row article .preview_meta > div:last-of-type {
|
|
|
|
padding-top: 0.5rem;
|
|
|
|
}
|
|
|
|
.slick-container div.views-row article h2, .slick-container div.views-row article .preview_sous_titre {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.slick-container div.views-row article {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-end;
|
|
|
|
border-bottom: solid 1px #038788;
|
|
|
|
}
|
|
|
|
.slick-container div.views-row article > div:first-of-type {
|
|
|
|
width: calc(50% + 6.25vw);
|
2023-12-18 11:48:10 +01:00
|
|
|
height: 40vh !important;
|
|
|
|
align-self: flex-start;
|
|
|
|
min-height: 100% !important;
|
2023-12-15 20:04:59 +01:00
|
|
|
}
|
|
|
|
.slick-container div.views-row article > div:last-of-type {
|
|
|
|
width: calc(50% - 6.25vw);
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
}
|
|
|
|
.slick-container div.views-row article > div:last-of-type > div, .slick-container div.views-row article > div:last-of-type > h2 {
|
|
|
|
padding-left: 3vw;
|
|
|
|
}
|
|
|
|
.slick-container div.views-row article > div:last-of-type > div:first-of-type {
|
|
|
|
padding-top: 3rem;
|
|
|
|
}
|
|
|
|
.slick-container div.views-row article > div:last-of-type > div:last-of-type {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
}
|
2023-12-18 11:48:10 +01:00
|
|
|
.slick-container div.views-row article .preview_infos {
|
|
|
|
background-color: #fcf9ee;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
}
|
|
|
|
.slick-container .slick-arrow {
|
|
|
|
display: none !important;
|
|
|
|
width: 2rem;
|
|
|
|
height: 2rem;
|
|
|
|
border-radius: 1.5rem;
|
|
|
|
border: solid 1px #038788;
|
|
|
|
top: unset;
|
|
|
|
bottom: 5%;
|
|
|
|
background-color: rgba(255, 255, 255, 0.4) !important;
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
}
|
|
|
|
.slick-container .slick-arrow:hover {
|
|
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
|
|
}
|
|
|
|
.slick-container .slick-arrow::before {
|
|
|
|
color: #038788;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
display: block;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
.slick-container #carousel_dots {
|
|
|
|
position: relative;
|
|
|
|
margin-top: -15px;
|
|
|
|
}
|
|
|
|
.slick-container #carousel_dots ul {
|
|
|
|
position: relative;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.slick-container #carousel_dots ul li.slick-active button::before {
|
|
|
|
color: #00ff80;
|
|
|
|
}
|
|
|
|
.slick-container #carousel_dots ul li button::before {
|
|
|
|
color: rgb(1, 1, 1);
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.slick-container #carousel_dots {
|
|
|
|
margin-top: 8vh;
|
|
|
|
margin-left: 12.5vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
.slick-container footer {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 4rem;
|
|
|
|
margin-bottom: 4rem;
|
|
|
|
}
|
|
|
|
.slick-container footer a {
|
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
background-color: white;
|
|
|
|
border: solid 2px #00ff80;
|
|
|
|
padding: 9px 18px;
|
2023-12-14 09:38:25 +01:00
|
|
|
transition: background-color 0.3s ease;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.slick-container footer a svg {
|
|
|
|
display: none;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.slick-container footer a:hover {
|
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.slick-container footer {
|
|
|
|
margin-top: -2vh;
|
|
|
|
position: absolute;
|
|
|
|
right: 12.5vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.slick-container {
|
|
|
|
padding: 0 12.5vw;
|
|
|
|
}
|
|
|
|
.slick-container .slick-prev, .slick-container .slick-next {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
.slick-container .slick-prev {
|
|
|
|
left: -5rem;
|
|
|
|
}
|
|
|
|
.slick-container .slick-next {
|
|
|
|
right: -5rem;
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.slick-container {
|
|
|
|
padding: 0;
|
|
|
|
padding-right: 12.5vw;
|
|
|
|
padding-bottom: 10vh;
|
|
|
|
}
|
|
|
|
.slick-container .slick-prev, .slick-container .slick-next {
|
|
|
|
bottom: 20%;
|
|
|
|
}
|
|
|
|
.slick-container .slick-prev {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.slick-container .slick-next {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-12-06 17:06:45 +01:00
|
|
|
.actu_full div {
|
|
|
|
font-family: "Marianne", sans-serif;
|
2023-12-13 15:08:55 +01:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.4;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
|
|
|
.actu_full .retour_actus {
|
2023-12-15 20:04:59 +01:00
|
|
|
padding-top: 3vh;
|
2023-12-20 06:48:35 +01:00
|
|
|
padding-left: 3vw;
|
|
|
|
}
|
|
|
|
.actu_full .retour_actus a {
|
2023-12-06 17:06:45 +01:00
|
|
|
font-size: 0.8rem;
|
|
|
|
font-weight: 800;
|
|
|
|
color: #038788;
|
|
|
|
}
|
|
|
|
.actu_full .article_meta {
|
|
|
|
padding-left: 3vw;
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
.actu_full .article_meta div {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.actu_full h2 {
|
2023-12-15 20:04:59 +01:00
|
|
|
padding-top: 0 !important;
|
2024-01-06 08:57:17 +01:00
|
|
|
margin-bottom: 2rem !important;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
|
|
|
.actu_full h2 + div {
|
2023-12-15 20:04:59 +01:00
|
|
|
position: relative;
|
|
|
|
padding: 0 3vw;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
|
|
|
.actu_full h2 + div .visually-hidden {
|
|
|
|
width: 0% !important;
|
|
|
|
}
|
2024-01-06 08:57:17 +01:00
|
|
|
.actu_full h2 + div .sous_titre {
|
|
|
|
margin-top: -1.5rem;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.actu_full h2 + div .sous_titre > div > div {
|
|
|
|
font-size: 1.3rem;
|
2023-12-06 17:06:45 +01:00
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
2024-01-06 07:58:08 +01:00
|
|
|
.actu_full h2 + div > div > div {
|
2023-12-06 17:06:45 +01:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
2024-01-06 07:58:08 +01:00
|
|
|
.actu_full h2 + div > div > div img {
|
2023-12-06 17:06:45 +01:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.actu_full p {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
.actu_full h3, .actu_full h4, .actu_full h5, .actu_full h6 {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
color: #038788;
|
|
|
|
font-weight: 800;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2), .actu_full .file_fixed > div > div > div {
|
2024-01-06 09:39:13 +01:00
|
|
|
padding: 0 1.5vw;
|
2023-12-13 15:08:55 +01:00
|
|
|
text-align: right;
|
|
|
|
margin: 2rem 0;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2) a, .actu_full .file_fixed > div > div > div a {
|
2023-12-13 15:08:55 +01:00
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
background-color: white;
|
|
|
|
border: solid 2px #00ff80;
|
|
|
|
padding: 9px 18px;
|
2023-12-14 09:38:25 +01:00
|
|
|
transition: background-color 0.3s ease;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2) a svg, .actu_full .file_fixed > div > div > div a svg {
|
2023-12-13 15:08:55 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2) a:hover, .actu_full .file_fixed > div > div > div a:hover {
|
2023-12-14 09:38:25 +01:00
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2) a, .actu_full .file_fixed > div > div > div a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2), .actu_full .file_fixed > div > div > div {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
margin: 0;
|
|
|
|
position: fixed;
|
2024-01-06 09:39:13 +01:00
|
|
|
left: 75vw;
|
2023-12-15 20:04:59 +01:00
|
|
|
bottom: 10vh;
|
|
|
|
}
|
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2) > div, .actu_full .file_fixed > div > div > div > div {
|
|
|
|
height: 3vh;
|
|
|
|
}
|
2023-12-17 16:49:23 +01:00
|
|
|
.actu_full .liens_fixed > div > div:nth-of-type(2) a, .actu_full .file_fixed > div > div > div a {
|
|
|
|
max-width: 19vw;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
}
|
|
|
|
.actu_full .file_fixed span:last-of-type {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
|
|
|
|
.views-row article > div:first-of-type {
|
|
|
|
width: 100%;
|
2023-12-15 20:04:59 +01:00
|
|
|
height: 30vh;
|
2023-12-13 15:08:55 +01:00
|
|
|
overflow: hidden;
|
|
|
|
padding-left: 3vw;
|
|
|
|
padding-right: 3vw;
|
|
|
|
}
|
|
|
|
.views-row article > div:first-of-type a img {
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.views-row article > div:first-of-type {
|
|
|
|
height: 20vh;
|
|
|
|
}
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.views-row article .preview_meta {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
width: auto;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
color: #038788;
|
|
|
|
border-top: solid 1px #038788;
|
|
|
|
margin: 0 3vw;
|
|
|
|
margin-top: 1.3rem;
|
|
|
|
padding-top: 0.7rem;
|
|
|
|
}
|
|
|
|
.views-row article .preview_meta > div:first-of-type {
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
.views-row article .preview_sous_titre {
|
|
|
|
font-family: "Marianne", sans-serif;
|
2023-12-15 20:04:59 +01:00
|
|
|
font-size: 1.3rem;
|
|
|
|
padding: 5px 3vw;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.views-row article .preview_sous_titre {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.views-row article h2 {
|
|
|
|
font-family: "Barlow", sans-serif;
|
|
|
|
font-size: 2.3rem;
|
|
|
|
padding: 0 3vw;
|
|
|
|
margin-top: 1rem;
|
|
|
|
color: #038788;
|
|
|
|
}
|
|
|
|
.views-row article h2 a {
|
|
|
|
color: #038788;
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
|
2023-12-18 11:48:10 +01:00
|
|
|
.ornements_top_over {
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 100vw;
|
|
|
|
height: 30vh;
|
|
|
|
right: -55vw;
|
|
|
|
top: -5vh;
|
|
|
|
z-index: 0;
|
2023-12-20 06:48:35 +01:00
|
|
|
transition: left 0.05s ease, top 0.05s ease;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.ornements_top_over > div {
|
|
|
|
position: absolute;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2023-12-20 06:48:35 +01:00
|
|
|
transition: left 0.05s ease, top 0.05s ease;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.ornements_top_over > div:first-of-type {
|
|
|
|
background-image: url(../assets/formes/forme_4.png);
|
|
|
|
top: -3vh;
|
|
|
|
right: 5vw;
|
|
|
|
}
|
|
|
|
.ornements_top_over > div:nth-of-type(2) {
|
|
|
|
background-image: url(../assets/formes/forme_5.png);
|
|
|
|
right: -13vw;
|
|
|
|
}
|
|
|
|
.ornements_top_over > div:nth-of-type(3) {
|
|
|
|
background-image: url(../assets/formes/forme_3.png);
|
|
|
|
top: 4vh;
|
|
|
|
right: -8vw;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.ornements_top_over {
|
2023-12-21 12:48:12 +01:00
|
|
|
left: -35vw;
|
|
|
|
top: -20vw;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.ornements_top_over > div {
|
|
|
|
transform: scaleX(-1);
|
|
|
|
left: -55vw;
|
|
|
|
}
|
|
|
|
.ornements_top_over > div:first-of-type {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ornements_top_over > div:nth-of-type(2) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ornements_top_over > div:nth-of-type(3) {
|
2023-12-21 12:48:12 +01:00
|
|
|
background-image: url(../assets/formes/forme_6.png);
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ornements_top_under {
|
2023-12-20 06:48:35 +01:00
|
|
|
pointer-events: none;
|
2023-12-18 11:48:10 +01:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 100vw;
|
|
|
|
height: 30vh;
|
|
|
|
left: -30vw;
|
|
|
|
top: 0vw;
|
2023-12-20 06:48:35 +01:00
|
|
|
transition: left 0.05s ease, top 0.05s ease;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.ornements_top_under > div {
|
|
|
|
position: absolute;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
transform: scaleX(-1);
|
2023-12-20 06:48:35 +01:00
|
|
|
transition: left 0.05s ease, top 0.05s ease;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.ornements_top_under > div:first-of-type {
|
|
|
|
background-image: url(../assets/formes/forme_4.png);
|
|
|
|
top: -3vh;
|
|
|
|
left: -45vw;
|
|
|
|
}
|
|
|
|
.ornements_top_under > div:nth-of-type(2) {
|
|
|
|
background-image: url(../assets/formes/forme_5.png);
|
|
|
|
left: -60vw;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.ornements_top_under {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_top_under > div:first-of-type {
|
|
|
|
top: 1vh;
|
|
|
|
left: -50vw;
|
|
|
|
}
|
|
|
|
.ornements_top_under > div:nth-of-type(2) {
|
|
|
|
top: 6vh;
|
|
|
|
left: -56.5vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ornements_bottom_over {
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 100vw;
|
|
|
|
height: 30vh;
|
|
|
|
left: -30vw;
|
|
|
|
bottom: -20vh;
|
|
|
|
}
|
|
|
|
.ornements_bottom_over > div {
|
|
|
|
position: absolute;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ornements_bottom_over > div:first-of-type {
|
|
|
|
background-image: url(../assets/formes/forme_1.png);
|
|
|
|
left: 8vw;
|
|
|
|
bottom: -4vh;
|
|
|
|
}
|
|
|
|
.ornements_bottom_over > div:nth-of-type(2) {
|
|
|
|
background-image: url(../assets/formes/forme_2.png);
|
|
|
|
bottom: -15vh;
|
|
|
|
left: -3vw;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.ornements_bottom_over {
|
|
|
|
left: unset;
|
|
|
|
right: -8vw;
|
|
|
|
bottom: -25vh;
|
|
|
|
}
|
|
|
|
.ornements_bottom_over > div {
|
|
|
|
transform: scaleX(-1);
|
|
|
|
}
|
|
|
|
.ornements_bottom_over > div:nth-of-type(2) {
|
|
|
|
left: 18vw;
|
|
|
|
bottom: -11vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_bottom_over > div:first-of-type {
|
|
|
|
bottom: 6vh;
|
|
|
|
left: 20vw;
|
|
|
|
}
|
|
|
|
.ornements_bottom_over > div:nth-of-type(2) {
|
|
|
|
bottom: -9vh;
|
|
|
|
left: 25vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fullpage.actus .ornements_top_over, .fullpage.actus .ornements_top_under {
|
|
|
|
top: -12vh;
|
|
|
|
}
|
|
|
|
.fullpage.actus .ornements_bottom_over {
|
|
|
|
bottom: -28vh;
|
|
|
|
}
|
|
|
|
.fullpage.actus .ornements_bottom_over > div:nth-of-type(2) {
|
|
|
|
bottom: -10vh;
|
|
|
|
left: -7vh;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.fullpage.actus {
|
|
|
|
width: auto;
|
|
|
|
margin-left: 3vw;
|
|
|
|
margin-right: 3vw;
|
|
|
|
}
|
|
|
|
.fullpage.actus .actus_list {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.fullpage.actus .actus_list {
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
}
|
|
|
|
.fullpage.actus .ornements_top_over > div:nth-of-type(3) {
|
|
|
|
top: -28vh;
|
|
|
|
}
|
|
|
|
.fullpage.actus .ornements_bottom_over > div:first-of-type {
|
|
|
|
bottom: 0vh;
|
|
|
|
left: -3vw;
|
|
|
|
}
|
|
|
|
.fullpage.actus .ornements_bottom_over > div:nth-of-type(2) {
|
|
|
|
left: 6vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel_container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.carousel_container .ornements_carousel_top {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-image: url(../assets/formes/forme_5.png);
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.carousel_container .ornements_carousel_top {
|
|
|
|
display: block;
|
|
|
|
width: 20vw;
|
|
|
|
height: 50vh;
|
|
|
|
top: -25vh;
|
|
|
|
left: 3vw;
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.carousel_container .ornements_carousel_top {
|
|
|
|
top: 20vh;
|
|
|
|
left: -10vw;
|
|
|
|
height: 30vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.carousel_container .ornements_carousel_bottom {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.carousel_container .ornements_carousel_bottom {
|
|
|
|
display: block;
|
|
|
|
width: 20vw;
|
|
|
|
height: 50vh;
|
|
|
|
right: 0;
|
|
|
|
bottom: 1px;
|
|
|
|
}
|
|
|
|
.carousel_container .ornements_carousel_bottom > div:first-of-type {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-image: url(../assets/formes/forme_5.png);
|
|
|
|
position: absolute;
|
2023-12-21 12:48:12 +01:00
|
|
|
top: 35vh;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.carousel_container .ornements_carousel_bottom > div:nth-of-type(2) {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-image: url(../assets/formes/forme_2.png);
|
|
|
|
position: absolute;
|
2023-12-21 12:48:12 +01:00
|
|
|
top: 40vh;
|
|
|
|
left: 12vw;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.carousel_container .ornements_carousel_bottom {
|
|
|
|
width: 12vw;
|
|
|
|
bottom: unset;
|
|
|
|
top: 0;
|
|
|
|
right: -2vw;
|
|
|
|
}
|
|
|
|
.carousel_container .ornements_carousel_bottom > div:first-of-type {
|
2023-12-21 12:48:12 +01:00
|
|
|
top: -16vh;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.carousel_container .ornements_carousel_bottom > div:nth-of-type(2) {
|
2023-12-21 12:48:12 +01:00
|
|
|
top: -8vh;
|
|
|
|
left: 4vw;
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ornements_presentation_left {
|
2023-12-20 06:48:35 +01:00
|
|
|
pointer-events: none;
|
2023-12-18 11:48:10 +01:00
|
|
|
position: absolute !important;
|
|
|
|
height: 20vh;
|
|
|
|
width: 20vw;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.ornements_presentation_left > div {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ornements_presentation_left > div:first-of-type {
|
|
|
|
background-image: url(../assets/formes/forme_4.png);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
width: 200%;
|
|
|
|
left: -20vw;
|
|
|
|
bottom: -8vh;
|
|
|
|
}
|
|
|
|
.ornements_presentation_left > div:nth-of-type(2) {
|
|
|
|
background-image: url(../assets/formes/forme_5.png);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
width: 130%;
|
|
|
|
left: -10vw;
|
|
|
|
bottom: -5vh;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.ornements_presentation_left > div:nth-of-type(2) {
|
|
|
|
width: 170%;
|
|
|
|
height: 120%;
|
|
|
|
left: -21vw;
|
|
|
|
bottom: -3vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ornements_presentation_left > div:nth-of-type(3) {
|
|
|
|
background-image: url(../assets/formes/forme_3.png);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
width: 200%;
|
|
|
|
left: -22vw;
|
|
|
|
bottom: -3vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ornements_presentation_right {
|
2023-12-20 06:48:35 +01:00
|
|
|
pointer-events: none;
|
2023-12-18 11:48:10 +01:00
|
|
|
position: absolute !important;
|
|
|
|
height: 20vh;
|
|
|
|
width: 20vw;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.ornements_presentation_right > div {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ornements_presentation_right > div:first-of-type {
|
|
|
|
background-image: url(../assets/formes/forme_1.png);
|
|
|
|
transform: rotate(-90deg);
|
2023-12-20 06:48:35 +01:00
|
|
|
right: -15vw;
|
|
|
|
bottom: -6vh;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.ornements_presentation_right > div:first-of-type {
|
|
|
|
bottom: -3vh;
|
|
|
|
right: -6vw;
|
|
|
|
}
|
2023-12-18 11:48:10 +01:00
|
|
|
}
|
|
|
|
.ornements_presentation_right > div:nth-of-type(2) {
|
|
|
|
background-image: url(../assets/formes/forme_2.png);
|
|
|
|
bottom: -12vh;
|
|
|
|
right: -12vw;
|
|
|
|
}
|
|
|
|
|
2023-12-20 06:48:35 +01:00
|
|
|
.ornements_consultation_left {
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute !important;
|
|
|
|
height: 20vh;
|
|
|
|
width: 30vw;
|
|
|
|
bottom: -8vh;
|
|
|
|
left: 0;
|
|
|
|
z-index: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.ornements_consultation_left > div {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ornements_consultation_left > div:first-of-type {
|
|
|
|
background-image: url(../assets/formes/forme_4.png);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
width: 200%;
|
|
|
|
height: 120%;
|
|
|
|
left: -30vw;
|
|
|
|
bottom: -10vh;
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_consultation_left > div:first-of-type {
|
|
|
|
transform: rotate(0deg);
|
2023-12-21 12:48:12 +01:00
|
|
|
bottom: 5vh;
|
2023-12-20 06:48:35 +01:00
|
|
|
left: 0;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ornements_consultation_left > div:nth-of-type(2) {
|
|
|
|
background-image: url(../assets/formes/forme_5.png);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
left: -12vw;
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_consultation_left > div:nth-of-type(2) {
|
|
|
|
left: -20vw;
|
|
|
|
top: -5vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_consultation_left {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ornements_consultation_right {
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute !important;
|
|
|
|
height: 20vh;
|
|
|
|
width: 30vw;
|
|
|
|
bottom: -8vh;
|
|
|
|
right: 0;
|
|
|
|
z-index: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.ornements_consultation_right > div {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ornements_consultation_right > div:first-of-type {
|
|
|
|
background-image: url(../assets/formes/forme_1.png);
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
width: 80%;
|
|
|
|
height: 80%;
|
|
|
|
right: -8vw;
|
|
|
|
bottom: -2vh;
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_consultation_right > div:first-of-type {
|
|
|
|
right: -3vw;
|
|
|
|
bottom: 6vh;
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ornements_consultation_right > div:nth-of-type(2) {
|
|
|
|
background-image: url(../assets/formes/forme_3.png);
|
|
|
|
transform: rotate(180deg);
|
|
|
|
right: -4vw;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.ornements_consultation_right > div:nth-of-type(2) {
|
|
|
|
width: 30%;
|
|
|
|
bottom: 3vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_consultation_right > div:nth-of-type(2) {
|
|
|
|
transform: none;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.ornements_consultation_right {
|
|
|
|
bottom: unset;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.login, .user {
|
|
|
|
width: 100vw;
|
|
|
|
height: 50vh;
|
|
|
|
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
|
|
|
padding-top: 15vh;
|
|
|
|
}
|
|
|
|
.login > h2, .user > h2 {
|
|
|
|
font-family: "Barlow", sans-serif;
|
|
|
|
color: black;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.login > div, .user > div {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden), .user > div > div:not(.hidden) {
|
|
|
|
margin-top: 5vh !important;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form, .user > div > div:not(.hidden) form {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form .form-item, .user > div > div:not(.hidden) form .form-item {
|
|
|
|
margin: 1.8rem 0;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form .form-item .form-checkbox, .user > div > div:not(.hidden) form .form-item .form-checkbox {
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
-webkit-appearance: auto;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form .form-item .form-required, .user > div > div:not(.hidden) form .form-item .form-required {
|
|
|
|
font-weight: 800;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form .form-item .description, .user > div > div:not(.hidden) form .form-item .description {
|
|
|
|
margin-top: 0.3rem;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form input, .user > div > div:not(.hidden) form input {
|
|
|
|
border: solid 1px #038788;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form .button, .user > div > div:not(.hidden) form .button {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
border: solid 1px #038788;
|
|
|
|
background-color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.login > div > div:not(.hidden) form .button:hover, .user > div > div:not(.hidden) form .button:hover {
|
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.user .contextual-region > div {
|
|
|
|
display: flex;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
}
|
|
|
|
.user .contextual-region > div > h4 {
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-12-06 17:06:45 +01:00
|
|
|
/* PAGES */
|
|
|
|
.home_introduction {
|
2023-12-18 11:48:10 +01:00
|
|
|
position: relative;
|
2023-12-06 17:06:45 +01:00
|
|
|
border-bottom: solid 2px #038788;
|
|
|
|
width: 100%;
|
2023-12-15 20:04:59 +01:00
|
|
|
padding: 4rem 0;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
|
|
|
.home_introduction h2 {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-12-18 11:48:10 +01:00
|
|
|
.home_introduction > div {
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.home_introduction > .logo {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 3rem;
|
|
|
|
}
|
|
|
|
.home_introduction > .logo img {
|
|
|
|
width: 35vw;
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.home_introduction > .logo img {
|
|
|
|
width: 25vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.home_introduction > .logo img {
|
|
|
|
width: 18vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.home_introduction article > div {
|
2023-12-15 20:04:59 +01:00
|
|
|
height: unset !important;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
.home_introduction article > div p {
|
|
|
|
font-family: "Marianne", sans-serif;
|
2023-12-13 15:08:55 +01:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.4;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.home_introduction article > div p {
|
|
|
|
margin-left: 12.5vw;
|
|
|
|
max-width: 50vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.home_introduction article > div {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
.home_introduction div.more-link {
|
|
|
|
margin-top: 3rem;
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.home_introduction div.more-link a {
|
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
background-color: white;
|
|
|
|
border: solid 2px #00ff80;
|
|
|
|
padding: 9px 18px;
|
2023-12-14 09:38:25 +01:00
|
|
|
transition: background-color 0.3s ease;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.home_introduction div.more-link a svg {
|
|
|
|
display: none;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.home_introduction div.more-link a:hover {
|
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.home_introduction div.more-link {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.home_introduction {
|
|
|
|
padding-left: 12.5vw;
|
|
|
|
padding-right: 12.5vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
|
|
|
|
.home_consultation {
|
2023-12-20 06:48:35 +01:00
|
|
|
position: relative;
|
2023-12-06 17:06:45 +01:00
|
|
|
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
|
|
|
width: 100%;
|
2023-12-15 20:04:59 +01:00
|
|
|
padding: 4rem 0;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
|
|
|
.home_consultation h2 {
|
|
|
|
font-family: "Barlow", sans-serif;
|
|
|
|
font-size: 2.3rem;
|
|
|
|
padding: 0 3vw;
|
|
|
|
margin-top: 1rem;
|
2023-12-13 15:08:55 +01:00
|
|
|
color: #038788;
|
2023-12-06 17:06:45 +01:00
|
|
|
margin-bottom: 1.2rem;
|
|
|
|
}
|
|
|
|
.home_consultation h2 a {
|
|
|
|
color: #038788;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.home_consultation h2 {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.home_consultation h2 {
|
|
|
|
margin-left: 12.5vw;
|
|
|
|
max-width: 50vw;
|
|
|
|
}
|
|
|
|
}
|
2024-01-06 07:58:08 +01:00
|
|
|
.home_consultation h2 + div h2, .home_consultation h2 + div h3, .home_consultation h2 + div h4 {
|
2023-12-20 06:48:35 +01:00
|
|
|
font-family: "Barlow", sans-serif;
|
|
|
|
color: black;
|
|
|
|
font-size: 1.6rem;
|
2024-01-06 09:39:13 +01:00
|
|
|
}
|
|
|
|
@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;
|
|
|
|
}
|
2023-12-20 06:48:35 +01:00
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.home_consultation article > div {
|
2023-12-15 20:04:59 +01:00
|
|
|
height: unset !important;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
.home_consultation article > div p {
|
|
|
|
font-family: "Marianne", sans-serif;
|
2023-12-13 15:08:55 +01:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.4;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.home_consultation article > div p {
|
|
|
|
margin-left: 12.5vw;
|
|
|
|
max-width: 50vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.home_consultation article > div {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
.home_consultation div.more-link {
|
|
|
|
margin-top: 3rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.home_consultation div.more-link a {
|
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
background-color: white;
|
|
|
|
border: solid 2px #00ff80;
|
|
|
|
padding: 9px 18px;
|
2023-12-14 09:38:25 +01:00
|
|
|
transition: background-color 0.3s ease;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.home_consultation div.more-link a svg {
|
|
|
|
display: none;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.home_consultation div.more-link a:hover {
|
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.home_consultation div.more-link {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 760px) {
|
|
|
|
.home_consultation {
|
|
|
|
padding-left: 12.5vw;
|
|
|
|
padding-right: 12.5vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
|
2023-12-13 15:08:55 +01:00
|
|
|
.fullpage {
|
2023-12-15 20:04:59 +01:00
|
|
|
margin-bottom: 10vh;
|
2023-12-13 15:08:55 +01:00
|
|
|
margin-top: -3vh;
|
|
|
|
padding-top: 3vh;
|
|
|
|
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
2023-12-17 16:49:23 +01:00
|
|
|
position: relative;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.fullpage > h2 {
|
|
|
|
font-family: "Barlow", sans-serif;
|
|
|
|
font-size: 2.3rem;
|
|
|
|
padding: 0 3vw;
|
|
|
|
margin-top: 1rem;
|
|
|
|
color: #038788;
|
2023-12-17 16:49:23 +01:00
|
|
|
margin-top: 5vh;
|
2023-12-13 15:08:55 +01:00
|
|
|
margin-bottom: 7vh;
|
2023-12-17 16:49:23 +01:00
|
|
|
background-color: #fcf9ee;
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
display: inline-block;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.fullpage > h2 a {
|
|
|
|
color: #038788;
|
|
|
|
}
|
2023-12-17 16:49:23 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.fullpage > h2 {
|
|
|
|
background-color: unset;
|
|
|
|
}
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.fullpage .fullpage_content > h2 {
|
|
|
|
font-family: "Barlow", sans-serif;
|
|
|
|
font-size: 2.3rem;
|
|
|
|
padding: 0 3vw;
|
|
|
|
margin-top: 1rem;
|
|
|
|
color: #038788;
|
2023-12-17 16:49:23 +01:00
|
|
|
margin-top: 5vh;
|
2024-01-06 09:43:37 +01:00
|
|
|
margin-bottom: 1rem;
|
2023-12-17 16:49:23 +01:00
|
|
|
background-color: #fcf9ee;
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
display: inline-block;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.fullpage .fullpage_content > h2 a {
|
|
|
|
color: #038788;
|
|
|
|
}
|
2023-12-17 16:49:23 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.fullpage .fullpage_content > h2 {
|
|
|
|
background-color: unset;
|
|
|
|
}
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.fullpage .fullpage_content .sous_titre {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.4;
|
2023-12-15 20:04:59 +01:00
|
|
|
font-size: 1.3rem;
|
2023-12-13 15:08:55 +01:00
|
|
|
padding: 0 3vw;
|
|
|
|
}
|
|
|
|
.fullpage .fullpage_content p {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.4;
|
|
|
|
padding: 0 3vw;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
.fullpage .fullpage_content p:first-of-type {
|
|
|
|
margin-top: 7vh;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div, .fullpage .fullpage_content .file_fixed > div > div {
|
2024-01-06 09:39:13 +01:00
|
|
|
padding: 0 1.5vw;
|
2023-12-13 15:08:55 +01:00
|
|
|
text-align: right;
|
|
|
|
margin: 2rem 0;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div a, .fullpage .fullpage_content .file_fixed > div > div a {
|
2023-12-13 15:08:55 +01:00
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
background-color: white;
|
|
|
|
border: solid 2px #00ff80;
|
|
|
|
padding: 9px 18px;
|
2023-12-14 09:38:25 +01:00
|
|
|
transition: background-color 0.3s ease;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div a svg, .fullpage .fullpage_content .file_fixed > div > div a svg {
|
2023-12-13 15:08:55 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div a:hover, .fullpage .fullpage_content .file_fixed > div > div a:hover {
|
2023-12-14 09:38:25 +01:00
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div a, .fullpage .fullpage_content .file_fixed > div > div a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div, .fullpage .fullpage_content .file_fixed > div > div {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
margin: 0;
|
|
|
|
position: fixed;
|
2024-01-06 09:39:13 +01:00
|
|
|
left: 75vw;
|
2023-12-15 20:04:59 +01:00
|
|
|
bottom: 10vh;
|
|
|
|
}
|
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div > div, .fullpage .fullpage_content .file_fixed > div > div > div {
|
|
|
|
height: 3vh;
|
|
|
|
}
|
2023-12-17 16:49:23 +01:00
|
|
|
.fullpage .fullpage_content .liens_fixed > div > div a, .fullpage .fullpage_content .file_fixed > div > div a {
|
|
|
|
max-width: 19vw;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
}
|
|
|
|
.fullpage .fullpage_content .file_fixed span:last-of-type {
|
|
|
|
display: none;
|
|
|
|
}
|
2024-01-06 09:39:13 +01:00
|
|
|
.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;
|
2024-01-06 09:43:37 +01:00
|
|
|
padding-left: 3vw;
|
2024-01-06 09:39:13 +01:00
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
.fullpage .views-row {
|
|
|
|
margin-bottom: 8vh;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.fullpage {
|
2023-12-21 12:48:12 +01:00
|
|
|
margin-top: 12vh;
|
2023-12-14 09:38:25 +01:00
|
|
|
padding-top: 0;
|
|
|
|
width: 75vw;
|
|
|
|
margin-left: 12.5vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 1080px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.fullpage {
|
2024-01-06 09:39:13 +01:00
|
|
|
width: 50%;
|
|
|
|
margin-left: 25%;
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
}
|
2023-12-13 15:08:55 +01:00
|
|
|
|
|
|
|
.content_gouvernance .views-row {
|
|
|
|
margin-bottom: 2vh;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article > h2 {
|
|
|
|
margin-bottom: 2vh;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article > h2 a {
|
2023-12-14 06:01:09 +01:00
|
|
|
font-family: "Barlow", sans-serif;
|
2023-12-13 15:08:55 +01:00
|
|
|
color: black;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article > div:first-of-type {
|
2023-12-15 20:04:59 +01:00
|
|
|
height: unset;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe {
|
|
|
|
height: auto;
|
|
|
|
display: grid;
|
2023-12-20 06:48:35 +01:00
|
|
|
grid-template-columns: 30vw auto 1fr;
|
2023-12-13 15:08:55 +01:00
|
|
|
grid-auto-rows: auto;
|
|
|
|
margin-bottom: 5vh;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type {
|
|
|
|
grid-row: 1/3;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div {
|
|
|
|
width: 20vw;
|
|
|
|
height: 20vw;
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 10vw;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div img {
|
|
|
|
width: 100%;
|
2024-01-06 09:39:13 +01:00
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
2023-12-20 06:48:35 +01:00
|
|
|
.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) {
|
2023-12-13 15:08:55 +01:00
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
color: #038788;
|
|
|
|
font-weight: 800;
|
|
|
|
margin-bottom: 2vh;
|
2023-12-20 06:48:35 +01:00
|
|
|
align-self: flex-start;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(3) {
|
2023-12-20 06:48:35 +01:00
|
|
|
padding-left: 0.5rem;
|
2023-12-13 15:08:55 +01:00
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:last-of-type {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.4;
|
2023-12-20 06:48:35 +01:00
|
|
|
grid-column: 2/4;
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
2023-12-14 09:38:25 +01:00
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe {
|
2023-12-20 06:48:35 +01:00
|
|
|
grid-template-columns: 10vw auto 1fr;
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:first-of-type > div {
|
|
|
|
width: 10vw;
|
|
|
|
height: 10vw;
|
|
|
|
border-radius: 5vw;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(2) {
|
|
|
|
padding-left: 3vw;
|
|
|
|
}
|
|
|
|
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:last-of-type {
|
|
|
|
padding-left: 3vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
|
2023-12-14 06:01:09 +01:00
|
|
|
.content_partenaires .views-row {
|
|
|
|
margin-bottom: 2vh;
|
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > h2 {
|
|
|
|
margin-bottom: 2vh;
|
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > h2 a {
|
|
|
|
font-family: "Barlow", sans-serif;
|
|
|
|
color: black;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > div:first-of-type {
|
2023-12-15 20:04:59 +01:00
|
|
|
height: unset !important;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 0.3fr 1fr;
|
2023-12-14 06:01:09 +01:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:first-of-type > div {
|
2023-12-15 20:04:59 +01:00
|
|
|
width: 30vw;
|
2023-12-14 06:01:09 +01:00
|
|
|
height: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:first-of-type > div img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
mix-blend-mode: darken;
|
|
|
|
}
|
2023-12-15 20:04:59 +01:00
|
|
|
@media (min-width: 760px) {
|
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:first-of-type > div {
|
|
|
|
width: 20vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1080px) {
|
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:first-of-type > div {
|
|
|
|
width: 15vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-14 06:01:09 +01:00
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:nth-of-type(2) {
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.4;
|
|
|
|
margin-bottom: 2rem;
|
2023-12-15 20:04:59 +01:00
|
|
|
padding-left: 3vw;
|
2023-12-14 06:01:09 +01:00
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:last-of-type {
|
2023-12-15 20:04:59 +01:00
|
|
|
grid-column: 1/3;
|
2023-12-14 06:01:09 +01:00
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:last-of-type a {
|
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
font-family: "Marianne", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
background-color: white;
|
|
|
|
border: solid 2px #00ff80;
|
|
|
|
padding: 9px 18px;
|
2023-12-14 09:38:25 +01:00
|
|
|
transition: background-color 0.3s ease;
|
2023-12-14 06:01:09 +01:00
|
|
|
}
|
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:last-of-type a svg {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
.content_partenaires .views-row article > div:first-of-type > div:last-of-type a:hover {
|
|
|
|
background-color: #00ff80;
|
|
|
|
}
|
2023-12-14 06:01:09 +01:00
|
|
|
|
2023-12-06 05:01:23 +01:00
|
|
|
/*# sourceMappingURL=styles.css.map */
|