|
|
@ -20,6 +20,8 @@
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
background-color: black;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*ROND*/
|
|
|
|
/*ROND*/
|
|
|
|
.containexte{
|
|
|
|
.containexte{
|
|
|
|
height: var(--y);
|
|
|
|
height: var(--y);
|
|
|
@ -33,10 +35,7 @@
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.rond{
|
|
|
|
|
|
|
|
-webkit-clip-path: circle(50% at 50% 50%);
|
|
|
|
|
|
|
|
clip-path: circle(50% at 50% 50%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.round{
|
|
|
|
.round{
|
|
|
|
border-radius: 5vw;
|
|
|
|
border-radius: 5vw;
|
|
|
@ -50,14 +49,16 @@
|
|
|
|
background-color: black;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.formeinte{
|
|
|
|
|
|
|
|
height: 90%;
|
|
|
|
|
|
|
|
width: 90%;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
/* UTILISATION FORMES CARTES*/
|
|
|
|
.formeexte{
|
|
|
|
.containformCarte{
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: var(--x);
|
|
|
|
|
|
|
|
width: var(--x);
|
|
|
|
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.carre{
|
|
|
|
.carre{
|
|
|
@ -109,3 +110,35 @@
|
|
|
|
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
|
|
|
|
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.rond{
|
|
|
|
|
|
|
|
-webkit-clip-path: circle(50% at 50% 50%);
|
|
|
|
|
|
|
|
clip-path: circle(50% at 50% 50%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.formeinte{
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.formeexte{
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.containinteCarte{
|
|
|
|
|
|
|
|
top:calc((var(--x) - var(--z)) / 2);
|
|
|
|
|
|
|
|
left:calc((var(--x) - var(--z)) / 2);
|
|
|
|
|
|
|
|
height: var(--z);
|
|
|
|
|
|
|
|
width: var(--z);
|
|
|
|
|
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.containexteCarte{
|
|
|
|
|
|
|
|
top:calc((var(--x) - var(--y)) / 2);
|
|
|
|
|
|
|
|
left:calc((var(--x) - var(--y)) / 2);
|
|
|
|
|
|
|
|
height: var(--y);
|
|
|
|
|
|
|
|
width: var(--y);
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
}
|