|
|
|
@ -152,7 +152,7 @@
|
|
|
|
|
position: absolute;
|
|
|
|
|
border-radius: 45px;
|
|
|
|
|
left: -10vw;
|
|
|
|
|
top: -10vh;
|
|
|
|
|
top: 20vh;
|
|
|
|
|
height: 15vw;
|
|
|
|
|
width: 50vw;
|
|
|
|
|
background-color: var(--lightsedonca);
|
|
|
|
@ -204,7 +204,7 @@
|
|
|
|
|
width: 50vw;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 25vw;
|
|
|
|
|
top: 40vh;
|
|
|
|
|
top: 25vh;
|
|
|
|
|
z-index: 15;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -213,7 +213,7 @@
|
|
|
|
|
width: 50vw;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 25vw;
|
|
|
|
|
top: 50vh;
|
|
|
|
|
top: 37vh;
|
|
|
|
|
z-index: 15;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -308,7 +308,6 @@
|
|
|
|
|
.flex-item {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
background: var(--lightsedonca);
|
|
|
|
|
width: var(--tailleTablette);
|
|
|
|
|
border-radius: 0.75vw;
|
|
|
|
|
padding-right: 0.15vw;
|
|
|
|
|
padding-left: 0.15vw;
|
|
|
|
|