drupal-erable/web/themes/erabletheme/css/styles.css

1180 lines
30 KiB
CSS

/* 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;
}
/* BREAKPOINTS */
.layout-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
/* SIZES */
/* MIXINS */
a {
text-decoration: none;
}
#block-erabletheme-contenudelapageprincipale {
margin-top: 7vh;
}
/* PARTIALS */
.layout-container {
width: 100vw;
overflow: hidden;
}
.layout-container header {
width: 100vw;
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%;
max-height: 7vh;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.layout-container header div #block-erabletheme-logorepublique {
width: 15vw;
}
.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%;
}
@media (min-width: 1080px) {
.layout-container header div #block-erabletheme-logorepublique a img {
padding-right: 1.5vw;
}
}
@media (min-width: 1080px) {
.layout-container header div #block-erabletheme-logorepublique {
width: 10vw;
}
}
.layout-container header div #block-erabletheme-logoerable {
max-height: 100%;
width: 20vw;
}
.layout-container header div #block-erabletheme-logoerable > div {
width: auto;
}
.layout-container header div #block-erabletheme-logoerable > div a {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.layout-container header div #block-erabletheme-logoerable > div a img {
height: 100%;
width: auto;
padding-top: 3px;
padding-bottom: 3px;
}
@media (min-width: 1080px) {
.layout-container header div #block-erabletheme-logoerable {
width: 10vw;
}
}
.layout-container header div #block-erabletheme-navigationprincipale {
display: none;
}
.layout-container header div #block-erabletheme-navigationprincipale ul {
width: 60vw;
display: flex;
height: 100%;
align-items: center;
justify-content: space-around;
padding: 0 5vw;
}
.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 {
font-weight: 400;
background-color: #00ff80;
}
@media (min-width: 1080px) {
.layout-container header div #block-erabletheme-navigationprincipale {
display: block;
}
}
.layout-container header div #block-erabletheme-socialmedialinks {
width: 7vw;
margin: 0 calc((20vw - (7vw + 7vh)) / 2);
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 {
display: none;
}
@media (min-width: 1080px) {
.layout-container header div #block-erabletheme-socialmedialinks {
display: block;
}
}
.layout-container header div #block-erabletheme-header #hamburger {
cursor: pointer;
width: 7vh;
height: 100%;
background-color: #00ff80;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.layout-container header div #block-erabletheme-header #hamburger h2 {
font-size: 0.8rem;
font-family: "Marianne", sans-serif;
font-weight: 800;
text-align: center;
}
.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);
}
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) {
display: none;
height: auto;
max-height: 0vh;
transition: max-height 0.9s ease, padding 0.5s ease-out;
position: fixed;
background-color: #314e41;
top: 7vh;
left: 0;
width: 100vw;
z-index: 0;
padding: 0;
align-items: center;
flex-direction: column;
}
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li {
width: 100%;
display: flex;
justify-content: center;
padding: 6px 0;
opacity: 0;
transition: opacity 0.3s ease;
max-width: 60vw;
}
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a {
text-align: center;
line-height: 1.2;
color: white;
font-family: "Marianne", sans-serif;
font-weight: 800;
padding: 4px 6px;
background-color: rgba(255, 255, 255, 0);
transition: background-color 0.3s ease, color 0.3s ease;
}
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a:hover {
background-color: white;
color: #314e41;
}
.layout-container header div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a.is-active {
background-color: white;
color: #314e41;
}
@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 {
opacity: 1;
}
.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) {
width: 25vw;
right: 0;
left: auto;
}
.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;
}
}
.layout-container header div #block-erabletheme-header ul.active {
padding: 30px 0;
max-height: 100vh;
}
.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;
}
.layout-container > footer #footer_middle #footer_left > div {
margin-top: 5px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
}
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logorep {
width: 30vw;
}
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logorep img {
width: 100%;
height: auto;
}
@media (min-width: 760px) {
.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;
}
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logoepau img {
width: 100%;
height: auto;
}
@media (min-width: 760px) {
.layout-container > footer #footer_middle #footer_left > div #block-erabletheme-logoepau {
width: 15vw;
padding-left: 2vw;
}
}
@media (min-width: 760px) {
.layout-container > footer #footer_middle #footer_left > div {
width: 25vw;
padding-left: 3vw;
}
}
.layout-container > footer #footer_middle #footer_section {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
margin-top: 10px;
margin-bottom: 20px;
position: relative;
}
.layout-container > footer #footer_middle #footer_section #footer_center {
padding-left: 2vw;
width: 50%;
}
.layout-container > footer #footer_middle #footer_section #footer_center nav ul {
display: flex;
justify-content: space-between;
}
.layout-container > footer #footer_middle #footer_section #footer_center nav ul li a {
color: #314e41;
font-size: 0.8rem;
font-family: "Marianne", sans-serif;
font-weight: 800;
text-decoration: underline;
}
@media (min-width: 760px) {
.layout-container > footer #footer_middle #footer_section #footer_center nav ul {
width: 50vw;
padding: 0 15vw;
}
}
@media (min-width: 760px) {
.layout-container > footer #footer_middle #footer_section #footer_center {
padding-left: 0;
width: auto;
}
}
.layout-container > footer #footer_middle #footer_section #footer_right {
width: 30%;
}
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul {
display: flex;
justify-content: space-between;
}
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 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 > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul li a svg.ext {
display: none;
}
@media (min-width: 760px) {
.layout-container > footer #footer_middle #footer_section #footer_right {
width: 25vw;
padding-left: 15vw;
padding-right: 3vw;
}
}
@media (min-width: 760px) {
.layout-container > footer #footer_middle {
display: flex;
}
}
@media (min-width: 760px) {
.layout-container > footer {
padding: 0;
}
}
.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%;
}
.slick-container div.views-row article > div:first-of-type {
width: 100%;
height: 30vh !important;
overflow-y: hidden;
padding: 0 !important;
}
.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 {
max-width: 100%;
}
.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 {
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);
}
.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;
}
}
.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;
}
.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);
}
@media (min-width: 1080px) {
.slick-container #carousel_dots {
margin-top: 8vh;
margin-left: 12.5vw;
}
}
.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;
transition: background-color 0.3s ease;
}
.slick-container footer a svg {
display: none;
}
.slick-container footer a:hover {
background-color: #00ff80;
}
@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;
}
}
@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;
}
}
.actu_full div {
font-family: "Marianne", sans-serif;
font-size: 1rem;
line-height: 1.4;
}
.actu_full .retour_actus {
padding-top: 3vh;
font-size: 0.8rem;
font-weight: 800;
color: #038788;
padding-left: 3vw;
}
.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 {
padding-top: 0 !important;
margin-bottom: 0 !important;
}
.actu_full h2 + div {
position: relative;
padding: 0 3vw;
}
.actu_full h2 + div .visually-hidden {
width: 0% !important;
}
.actu_full h2 + div .sous_titre > div > div {
font-size: 1.3rem;
margin-bottom: 30px;
}
.actu_full h2 + div > div:nth-of-type(2) > div {
width: 100%;
margin-bottom: 40px;
}
.actu_full h2 + div > div:nth-of-type(2) > div img {
width: 100%;
height: auto;
}
.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 {
padding: 0 3vw;
text-align: right;
margin: 2rem 0;
}
.actu_full .liens_fixed > div > div:nth-of-type(2) a, .actu_full .file_fixed > div > div > div 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;
transition: background-color 0.3s ease;
}
.actu_full .liens_fixed > div > div:nth-of-type(2) a svg, .actu_full .file_fixed > div > div > div a svg {
display: none;
}
.actu_full .liens_fixed > div > div:nth-of-type(2) a:hover, .actu_full .file_fixed > div > div > div a:hover {
background-color: #00ff80;
}
.actu_full .liens_fixed > div > div:nth-of-type(2) a, .actu_full .file_fixed > div > div > div a {
display: inline-block;
max-width: 19vw;
}
@media (min-width: 760px) {
.actu_full .liens_fixed > div > div:nth-of-type(2), .actu_full .file_fixed > div > div > div {
padding: 0;
}
}
@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;
padding: 0 3vw;
position: fixed;
right: 0;
bottom: 10vh;
}
.actu_full .liens_fixed > div > div:nth-of-type(2) > div, .actu_full .file_fixed > div > div > div > div {
height: 3vh;
}
}
.actu_full .file_fixed span:last-of-type {
display: none;
}
.views-row article > div:first-of-type {
width: 100%;
height: 30vh;
overflow: hidden;
padding-left: 3vw;
padding-right: 3vw;
}
.views-row article > div:first-of-type a img {
height: auto;
width: 100%;
}
@media (min-width: 760px) {
.views-row article > div:first-of-type {
height: 20vh;
}
}
.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;
font-size: 1.3rem;
padding: 5px 3vw;
}
@media (min-width: 760px) {
.views-row article .preview_sous_titre {
padding-top: 0;
}
}
.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;
}
/* PAGES */
.home_introduction {
border-bottom: solid 2px #038788;
width: 100%;
padding: 4rem 0;
}
.home_introduction h2 {
display: none;
}
.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;
}
}
.home_introduction article > div {
height: unset !important;
}
.home_introduction article > div p {
font-family: "Marianne", sans-serif;
font-size: 1rem;
line-height: 1.4;
}
@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;
}
}
.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;
transition: background-color 0.3s ease;
}
.home_introduction div.more-link a svg {
display: none;
}
.home_introduction div.more-link a:hover {
background-color: #00ff80;
}
@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;
}
}
.home_consultation {
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
width: 100%;
padding: 4rem 0;
}
.home_consultation h2 {
font-family: "Barlow", sans-serif;
font-size: 2.3rem;
padding: 0 3vw;
margin-top: 1rem;
color: #038788;
margin-bottom: 1.2rem;
}
.home_consultation h2 a {
color: #038788;
}
@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;
}
}
.home_consultation article > div {
height: unset !important;
}
.home_consultation article > div p {
font-family: "Marianne", sans-serif;
font-size: 1rem;
line-height: 1.4;
}
@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;
}
}
.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;
transition: background-color 0.3s ease;
}
.home_consultation div.more-link a svg {
display: none;
}
.home_consultation div.more-link a:hover {
background-color: #00ff80;
}
@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;
}
}
.fullpage {
margin-bottom: 10vh;
margin-top: -3vh;
padding-top: 3vh;
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
}
.fullpage > h2 {
font-family: "Barlow", sans-serif;
font-size: 2.3rem;
padding: 0 3vw;
margin-top: 1rem;
color: #038788;
padding-top: 5vh;
margin-bottom: 7vh;
}
.fullpage > h2 a {
color: #038788;
}
.fullpage .fullpage_content > h2 {
font-family: "Barlow", sans-serif;
font-size: 2.3rem;
padding: 0 3vw;
margin-top: 1rem;
color: #038788;
padding-top: 5vh;
}
.fullpage .fullpage_content > h2 a {
color: #038788;
}
.fullpage .fullpage_content .sous_titre {
font-family: "Marianne", sans-serif;
font-size: 1rem;
line-height: 1.4;
font-size: 1.3rem;
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;
}
.fullpage .fullpage_content .liens_fixed > div > div, .fullpage .fullpage_content .file_fixed > div > div {
padding: 0 3vw;
text-align: right;
margin: 2rem 0;
}
.fullpage .fullpage_content .liens_fixed > div > div a, .fullpage .fullpage_content .file_fixed > div > div 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;
transition: background-color 0.3s ease;
}
.fullpage .fullpage_content .liens_fixed > div > div a svg, .fullpage .fullpage_content .file_fixed > div > div a svg {
display: none;
}
.fullpage .fullpage_content .liens_fixed > div > div a:hover, .fullpage .fullpage_content .file_fixed > div > div a:hover {
background-color: #00ff80;
}
.fullpage .fullpage_content .liens_fixed > div > div a, .fullpage .fullpage_content .file_fixed > div > div a {
display: inline-block;
max-width: 19vw;
}
@media (min-width: 760px) {
.fullpage .fullpage_content .liens_fixed > div > div, .fullpage .fullpage_content .file_fixed > div > div {
padding: 0;
}
}
@media (min-width: 1080px) {
.fullpage .fullpage_content .liens_fixed > div > div, .fullpage .fullpage_content .file_fixed > div > div {
margin-bottom: 0 !important;
margin: 0;
padding: 0 3vw;
position: fixed;
right: 0;
bottom: 10vh;
}
.fullpage .fullpage_content .liens_fixed > div > div > div, .fullpage .fullpage_content .file_fixed > div > div > div {
height: 3vh;
}
}
.fullpage .fullpage_content .file_fixed span:last-of-type {
display: none;
}
.fullpage .views-row {
margin-bottom: 8vh;
}
@media (min-width: 760px) {
.fullpage {
margin-top: 10vh;
padding-top: 0;
width: 75vw;
margin-left: 12.5vw;
}
}
@media (min-width: 1080px) {
.fullpage {
width: 50vw;
margin-left: 25vw;
}
}
@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);
}
}
.content_gouvernance .views-row {
margin-bottom: 2vh;
}
.content_gouvernance .views-row article > h2 {
margin-bottom: 2vh;
}
.content_gouvernance .views-row article > h2 a {
font-family: "Barlow", sans-serif;
color: black;
font-size: 1.6rem;
}
.content_gouvernance .views-row article > div:first-of-type {
height: unset;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe {
height: auto;
display: grid;
grid-template-columns: 30vw 1fr;
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%;
height: auto;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(2) {
font-family: "Marianne", sans-serif;
font-size: 1.3rem;
color: #038788;
font-weight: 800;
margin-bottom: 2vh;
align-self: center;
}
.content_gouvernance .views-row article .paragraph--type--membre-equipe > div:nth-of-type(3) {
display: none;
}
.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;
}
@media (min-width: 760px) {
.content_gouvernance .views-row article .paragraph--type--membre-equipe {
grid-template-columns: 10vw 1fr;
}
.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;
}
}
.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 {
height: unset !important;
display: grid;
grid-template-columns: 0.3fr 1fr;
align-items: center;
}
.content_partenaires .views-row article > div:first-of-type > div:first-of-type > div {
width: 30vw;
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;
}
@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;
}
}
.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;
padding-left: 3vw;
}
.content_partenaires .views-row article > div:first-of-type > div:last-of-type {
grid-column: 1/3;
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;
transition: background-color 0.3s ease;
}
.content_partenaires .views-row article > div:first-of-type > div:last-of-type a svg {
display: none;
}
.content_partenaires .views-row article > div:first-of-type > div:last-of-type a:hover {
background-color: #00ff80;
}
/*# sourceMappingURL=styles.css.map */