modif menu, suppression ornements
This commit is contained in:
@@ -84,9 +84,8 @@ body.toolbar-fixed header[role=banner] {
|
||||
|
||||
.layout-container header[role=banner] {
|
||||
width: 100%;
|
||||
background: white;
|
||||
background-color: white;
|
||||
z-index: 99;
|
||||
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.layout-container header[role=banner] {
|
||||
@@ -95,26 +94,28 @@ body.toolbar-fixed header[role=banner] {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div {
|
||||
.layout-container header[role=banner] > div:first-of-type {
|
||||
z-index: 99;
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(16, 1fr);
|
||||
}
|
||||
.layout-container header[role=banner] > div > div {
|
||||
.layout-container header[role=banner] > div:first-of-type > div {
|
||||
height: 12vh;
|
||||
grid-row: 1;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.layout-container header[role=banner] > div > div > div {
|
||||
.layout-container header[role=banner] > div:first-of-type > div > div {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.layout-container header[role=banner] > div > div > div > div {
|
||||
.layout-container header[role=banner] > div:first-of-type > div > div > div {
|
||||
height: 12vh;
|
||||
}
|
||||
.layout-container header[role=banner] > div > div > div > div a {
|
||||
.layout-container header[role=banner] > div:first-of-type > div > div > div a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -122,85 +123,90 @@ body.toolbar-fixed header[role=banner] {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.layout-container header[role=banner] > div > div > div > div img {
|
||||
.layout-container header[role=banner] > div:first-of-type > div > div > div img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logorep-2 {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logorep-2 {
|
||||
grid-column: 1/5;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logorep-2 img {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logorep-2 img {
|
||||
padding-top: 0.8rem;
|
||||
padding-bottom: 0.8rem;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logorep-2 {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logorep-2 {
|
||||
grid-column: 0/4;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logorep-2 {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logorep-2 {
|
||||
grid-column: 1/3;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoepau-2 {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 {
|
||||
grid-column: 5/9;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoepau-2 > div {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 > div {
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoepau-2 > div > div > a > img {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 > div > div > a > img {
|
||||
transform: translateX(-20px);
|
||||
padding-top: 1.2rem;
|
||||
padding-bottom: 1.2rem;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoepau-2 {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 {
|
||||
grid-column: 4/7;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoepau-2 > div > div > a > img {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 > div > div > a > img {
|
||||
padding-top: 1.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoepau-2 {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 {
|
||||
grid-column: 3/8;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1600px) {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 {
|
||||
grid-column: 3/6;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoepau-2 > div > div > a > img {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoepau-2 > div > div > a > img {
|
||||
transform: translateX(-40px);
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoerable {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoerable {
|
||||
grid-column: 10/15;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoerable {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoerable {
|
||||
grid-column: 14/16;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-logoerable img {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-logoerable img {
|
||||
padding-right: 1rem;
|
||||
padding-top: 0.8rem;
|
||||
padding-bottom: 0.8rem;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-socialmedialinks {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-socialmedialinks {
|
||||
display: none;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header {
|
||||
grid-column: 15/17;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header {
|
||||
grid-column: 16/17;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header #hamburger {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header #hamburger {
|
||||
cursor: pointer;
|
||||
width: auto;
|
||||
height: 100%;
|
||||
@@ -211,13 +217,13 @@ body.toolbar-fixed header[role=banner] {
|
||||
justify-content: space-around;
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header #hamburger h2 {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header #hamburger h2 {
|
||||
font-size: 0.8rem;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header #hamburger .burger-icon {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header #hamburger .burger-icon {
|
||||
width: 2rem;
|
||||
height: 1.5rem;
|
||||
display: flex;
|
||||
@@ -225,7 +231,7 @@ body.toolbar-fixed header[role=banner] {
|
||||
justify-content: space-between;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header #hamburger .burger-icon div {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header #hamburger .burger-icon div {
|
||||
border-bottom: solid 1px black;
|
||||
width: 100%;
|
||||
background-color: black;
|
||||
@@ -233,16 +239,16 @@ body.toolbar-fixed header[role=banner] {
|
||||
transition: opacity 0.2s ease-out, transform 0.4s ease-out;
|
||||
transform: none;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header #hamburger .burger-icon.open div:first-of-type {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header #hamburger .burger-icon.open div:first-of-type {
|
||||
transform: translate(0rem, 0.5rem) rotate(-45deg);
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header #hamburger .burger-icon.open div:nth-of-type(2) {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header #hamburger .burger-icon.open div:nth-of-type(2) {
|
||||
opacity: 0;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header #hamburger .burger-icon.open div:last-of-type {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header #hamburger .burger-icon.open div:last-of-type {
|
||||
transform: translate(0rem, -0.5rem) rotate(45deg);
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
@@ -257,11 +263,11 @@ body.toolbar-fixed header[role=banner] {
|
||||
flex-direction: column;
|
||||
}
|
||||
@media screen and (min-width: 1080px) {
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -270,7 +276,7 @@ body.toolbar-fixed header[role=banner] {
|
||||
transition: opacity 0.3s ease;
|
||||
max-width: 60vw;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a {
|
||||
text-align: center;
|
||||
line-height: 1.2;
|
||||
color: white;
|
||||
@@ -280,70 +286,74 @@ body.toolbar-fixed header[role=banner] {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
transition: background-color 0.3s ease, color 0.3s ease;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a:hover {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a:hover {
|
||||
background-color: white;
|
||||
color: #314e41;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li > a.is-active {
|
||||
.layout-container header[role=banner] > div:first-of-type #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[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li {
|
||||
max-width: 30vw;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper {
|
||||
display: flex;
|
||||
width: auto;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li {
|
||||
.layout-container header[role=banner] > div:first-of-type #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[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li a span {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li a span {
|
||||
color: white;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li a svg {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li #socials-in-menu-wrapper li a svg {
|
||||
display: none;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li.visible {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li.visible {
|
||||
opacity: 1;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(1),
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(2),
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(6) {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(1),
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) > li:nth-of-type(2),
|
||||
.layout-container header[role=banner] > div:first-of-type #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[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) {
|
||||
width: 25vw;
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) li {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) li {
|
||||
width: calc(100% - 6vw);
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul:not(.social-media-links--platforms) li a {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul:not(.social-media-links--platforms) li a {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-header ul.active {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-header ul.active {
|
||||
padding: 30px 0;
|
||||
padding-top: 3rem;
|
||||
max-height: 100vh;
|
||||
}
|
||||
.layout-container header[role=banner] > div #block-erabletheme-navigationprincipale {
|
||||
.layout-container header[role=banner] > div:first-of-type #block-erabletheme-navigationprincipale {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.layout-container header[role=banner] > div:nth-of-type(2) {
|
||||
z-index: 98;
|
||||
position: relative;
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale {
|
||||
width: 100vw;
|
||||
display: none;
|
||||
background-color: white;
|
||||
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.layout-container #block-erabletheme-navigationprincipale {
|
||||
@@ -355,24 +365,56 @@ body.toolbar-fixed header[role=banner] {
|
||||
display: flex;
|
||||
padding: 1rem 10vw;
|
||||
justify-content: space-around;
|
||||
border-top: solid 1px #314e41;
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale ul li {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
padding: 4px 12px;
|
||||
background-color: white;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale ul li:first-of-type {
|
||||
display: flex;
|
||||
justify-items: center;
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale ul li:first-of-type::after {
|
||||
content: url(../assets/icons/arrow-down-s-line.svg);
|
||||
display: inline-block;
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
margin-left: 0.2rem;
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale ul li:hover, .layout-container #block-erabletheme-navigationprincipale ul li.submenu-open {
|
||||
background-color: #00ff80;
|
||||
}
|
||||
.layout-container #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 #block-erabletheme-navigationprincipale ul li a:hover {
|
||||
.layout-container #block-erabletheme-navigationprincipale ul li a:is-active {
|
||||
background-color: #00ff80;
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale ul li a.is-active {
|
||||
background-color: #00ff80;
|
||||
.layout-container #block-erabletheme-leprogramme {
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
max-height: 0vh;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
transition: max-height 0.6s ease;
|
||||
}
|
||||
.layout-container #block-erabletheme-leprogramme > h2 {
|
||||
display: none;
|
||||
}
|
||||
.layout-container #block-erabletheme-leprogramme ul {
|
||||
padding: 1rem 1.5rem;
|
||||
}
|
||||
.layout-container #block-erabletheme-leprogramme ul li {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
.layout-container #block-erabletheme-leprogramme ul li a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.layout-container > footer {
|
||||
@@ -773,458 +815,6 @@ body.toolbar-fixed header[role=banner] {
|
||||
color: #038788;
|
||||
}
|
||||
|
||||
.ornements_top_over {
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
width: 100vw;
|
||||
height: 30vh;
|
||||
right: -55vw;
|
||||
top: -5vh;
|
||||
z-index: 0;
|
||||
transition: left 0.05s ease, top 0.05s ease;
|
||||
}
|
||||
.ornements_top_over > div {
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transition: left 0.05s ease, top 0.05s ease;
|
||||
}
|
||||
.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 {
|
||||
left: -35vw;
|
||||
top: -20vw;
|
||||
}
|
||||
.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) {
|
||||
background-image: url(../assets/formes/forme_6.png);
|
||||
}
|
||||
}
|
||||
|
||||
.ornements_top_under {
|
||||
pointer-events: none;
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 100vw;
|
||||
height: 30vh;
|
||||
left: -30vw;
|
||||
top: 0vw;
|
||||
transition: left 0.05s ease, top 0.05s ease;
|
||||
}
|
||||
.ornements_top_under > div {
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform: scaleX(-1);
|
||||
transition: left 0.05s ease, top 0.05s ease;
|
||||
}
|
||||
.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;
|
||||
top: 35vh;
|
||||
}
|
||||
.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;
|
||||
top: 40vh;
|
||||
left: 12vw;
|
||||
}
|
||||
}
|
||||
@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 {
|
||||
top: -16vh;
|
||||
}
|
||||
.carousel_container .ornements_carousel_bottom > div:nth-of-type(2) {
|
||||
top: -8vh;
|
||||
left: 4vw;
|
||||
}
|
||||
}
|
||||
|
||||
.ornements_presentation_left {
|
||||
pointer-events: none;
|
||||
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 {
|
||||
pointer-events: none;
|
||||
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);
|
||||
right: -15vw;
|
||||
bottom: -6vh;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.ornements_presentation_right > div:first-of-type {
|
||||
bottom: -3vh;
|
||||
right: -6vw;
|
||||
}
|
||||
}
|
||||
.ornements_presentation_right > div:nth-of-type(2) {
|
||||
background-image: url(../assets/formes/forme_2.png);
|
||||
bottom: -12vh;
|
||||
right: -12vw;
|
||||
}
|
||||
|
||||
.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);
|
||||
bottom: 5vh;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
main.main-login, main.main-user, main.main-register, main.main-contact, main.main-ask, main.main-add-offre {
|
||||
min-height: 50vh;
|
||||
}
|
||||
@@ -1314,6 +904,7 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
|
||||
/* PAGES */
|
||||
.home_introduction {
|
||||
background-color: rgb(27, 197, 112);
|
||||
position: relative;
|
||||
border-bottom: solid 2px #038788;
|
||||
width: 100%;
|
||||
@@ -1635,6 +1226,13 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
margin-left: 25%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.fullpage.large-container {
|
||||
width: auto;
|
||||
margin-left: 3vw;
|
||||
margin-right: 3vw;
|
||||
}
|
||||
}
|
||||
|
||||
.paragraph--type--membre-equipe {
|
||||
height: auto;
|
||||
@@ -1856,13 +1454,6 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
@media (min-width: 760px) {
|
||||
.fullpage.meetup {
|
||||
width: auto;
|
||||
margin-left: 3vw;
|
||||
margin-right: 3vw;
|
||||
}
|
||||
}
|
||||
.fullpage.meetup > h2 {
|
||||
border-bottom: solid 1px #038788;
|
||||
padding: 0;
|
||||
@@ -2346,6 +1937,18 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 760px) {
|
||||
.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);
|
||||
}
|
||||
}
|
||||
|
||||
.faq-fullpage {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user