parent
ee90e9a021
commit
40071ebe59
@ -1,321 +0,0 @@
|
|||||||
/*Demi Ecran*/
|
|
||||||
@media screen and (max-width: 960px) and (min-height: 600px) {
|
|
||||||
.anneau {
|
|
||||||
box-sizing: border-box;
|
|
||||||
background-color: #FFD100;
|
|
||||||
border-radius: 3vw;
|
|
||||||
height: inherit;
|
|
||||||
width: inherit;
|
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rondinterieur {
|
|
||||||
background-color: var(--lighttercia);
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
border-radius: 3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.containform {
|
|
||||||
box-sizing: content-box;
|
|
||||||
height: 6vw;
|
|
||||||
width: 6vw;
|
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rond {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
background-color: #FFD100;
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
border-radius: 3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* PARTIE CARRE */
|
|
||||||
.carre {
|
|
||||||
background-color: #30C0DE;
|
|
||||||
height: inherit;
|
|
||||||
width: inherit;
|
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle
|
|
||||||
}
|
|
||||||
|
|
||||||
.carreinterieur {
|
|
||||||
background-color: var(--lightsedonca);
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pcarre {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
background-color: #30C0DE;
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* PARTIE TRIANGLE */
|
|
||||||
.triangle {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
border-left: 2.5vw solid transparent;
|
|
||||||
border-right: 2.5vw solid transparent;
|
|
||||||
border-bottom: 5vw solid #DEA430;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trianglerinterieur {
|
|
||||||
position: absolute;
|
|
||||||
margin-left: -1.5vw;
|
|
||||||
margin-top: 1.25vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 3vw solid var(--lightsedonca);
|
|
||||||
}
|
|
||||||
|
|
||||||
.ptriangle {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: 0.75vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 3vw solid #DEA430;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TRAPEZE */
|
|
||||||
.trapeze {
|
|
||||||
bottom: 0px;
|
|
||||||
height: 0;
|
|
||||||
margin-top: 2.58vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-top: 3vw solid #6FDE30;
|
|
||||||
}
|
|
||||||
|
|
||||||
.triangletrapeze {
|
|
||||||
padding-top: 0.1vw;
|
|
||||||
position: absolute;
|
|
||||||
border-left: 3vw solid transparent;
|
|
||||||
border-right: 3vw solid transparent;
|
|
||||||
border-bottom: 2.5vw solid #6FDE30;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trapezeinte {
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 3vw;
|
|
||||||
margin-left: 1.25vw;
|
|
||||||
width: 2vw;
|
|
||||||
border-left: 0.75vw solid transparent;
|
|
||||||
border-right: 0.75vw solid transparent;
|
|
||||||
border-top: 1.5vw solid var(--lightsedonca);
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.triangletrapezeinte {
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 1.45vw;
|
|
||||||
margin-left: 1.25vw;
|
|
||||||
padding-top: 0.1vw;
|
|
||||||
border-left: 1.75vw solid transparent;
|
|
||||||
border-right: 1.75vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid var(--lightsedonca);
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trapezep {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: 2vw;
|
|
||||||
width: 2vw;
|
|
||||||
border-left: 0.75vw solid transparent;
|
|
||||||
border-right: 0.75vw solid transparent;
|
|
||||||
border-top: 1.5vw solid #6FDE30;
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.triangletrapezep {
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 0.55vw;
|
|
||||||
margin-left: 1.25vw;
|
|
||||||
border-left: 1.75vw solid transparent;
|
|
||||||
border-right: 1.75vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid #6FDE30;
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangephaut {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: -3vw;
|
|
||||||
border-left: 3vw solid transparent;
|
|
||||||
border-right: 3vw solid transparent;
|
|
||||||
border-bottom: 3vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangepbas {
|
|
||||||
position: absolute;
|
|
||||||
border-left: 3vw solid transparent;
|
|
||||||
border-right: 3vw solid transparent;
|
|
||||||
border-top: 3vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangephauti {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: -1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid var(--lightsedonca);
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangepbasi {
|
|
||||||
position: absolute;
|
|
||||||
margin-left: 1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-top: 1.5vw solid var(--lightsedonca);
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangephautc {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: -1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangepbasc {
|
|
||||||
position: absolute;
|
|
||||||
margin-left: 1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-top: 1.5vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttonretour {
|
|
||||||
position: relative;
|
|
||||||
height: 4vh;
|
|
||||||
width: 4vh;
|
|
||||||
border-radius: 55vw;
|
|
||||||
background-color: var(--lightsedonca);
|
|
||||||
z-index: 5;
|
|
||||||
margin-left: 2vw;
|
|
||||||
top: 1.75vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex-item {
|
|
||||||
background: var(--lightsedonca);
|
|
||||||
width: 10vw;
|
|
||||||
height: 13vw;
|
|
||||||
border-radius: 2vw;
|
|
||||||
padding-right: 0.4vw;
|
|
||||||
padding-left: 0.4vw;
|
|
||||||
padding-bottom: 0.8vw;
|
|
||||||
padding-top: 0.4vw;
|
|
||||||
list-style: none;
|
|
||||||
display: flex;
|
|
||||||
margin-right: 1.75vw;
|
|
||||||
margin-left: 1.75vw;
|
|
||||||
-webkit-flex-flow: row wrap;
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
|
||||||
|
|
||||||
.item-form {
|
|
||||||
width: 4vw;
|
|
||||||
padding-left: 0.1vw;
|
|
||||||
margin-top: 0.25vw;
|
|
||||||
height: 4vw;
|
|
||||||
border-radius: 10px;
|
|
||||||
background-color: var(--lighttercia);
|
|
||||||
}
|
|
||||||
|
|
||||||
.containcards {
|
|
||||||
height: 87vh;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
padding-left: 10vw;
|
|
||||||
padding-top: 2.5vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logop2 img {
|
|
||||||
width: 20vh;
|
|
||||||
padding-top: 1vh;
|
|
||||||
position: relative;
|
|
||||||
left: 38vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.txt {
|
|
||||||
position: absolute;
|
|
||||||
font-family: Arial Black;
|
|
||||||
color: var(--lightprima);
|
|
||||||
font-size: 2.5vw;
|
|
||||||
left: 1vw;
|
|
||||||
top: -1vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo img {
|
|
||||||
position: absolute;
|
|
||||||
width: 25vw;
|
|
||||||
left: 38vw;
|
|
||||||
top: 13%;
|
|
||||||
z-index: 11;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mounts img {
|
|
||||||
position: absolute;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
pointer-events: none;
|
|
||||||
margin-left: -1vw;
|
|
||||||
margin-top: -1vw;
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
#contourbuttonvalider {
|
|
||||||
position: absolute;
|
|
||||||
border-radius: 45px;
|
|
||||||
left: 3vw;
|
|
||||||
top: 5.5vw;
|
|
||||||
height: 9vw;
|
|
||||||
width: 25vw;
|
|
||||||
background-color: var(--lightsedonca);
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bouttonvalider {
|
|
||||||
position: absolute;
|
|
||||||
height: 6.8vw;
|
|
||||||
width: 22.8vw;
|
|
||||||
top: 1.1vw;
|
|
||||||
left: 1.1vw;
|
|
||||||
border-radius: 30px;
|
|
||||||
background-color: #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bouttonvalider2 {
|
|
||||||
position: absolute;
|
|
||||||
height: 6.8vw;
|
|
||||||
width: 22.8vw;
|
|
||||||
top: 1.1vw;
|
|
||||||
left: 1.1vw;
|
|
||||||
border-radius: 30px;
|
|
||||||
background-color: #00CC66;
|
|
||||||
}
|
|
||||||
|
|
||||||
#textjouer {
|
|
||||||
font-family: Montserrat, impact, Arial Black;
|
|
||||||
position: absolute;
|
|
||||||
font-size: 5vw;
|
|
||||||
margin-top: 0.2vw;
|
|
||||||
margin-left: 5.5vw;
|
|
||||||
color: var(--lightsedonca);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,321 +0,0 @@
|
|||||||
/*DemTéléphone 1i Ecran*/
|
|
||||||
@media screen and (max-width: 550px) and (max-height: 850px) {
|
|
||||||
.anneau {
|
|
||||||
box-sizing: border-box;
|
|
||||||
background-color: #DE3030;
|
|
||||||
border-radius: 3vw;
|
|
||||||
height: inherit;
|
|
||||||
width: inherit;
|
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rondinterieur {
|
|
||||||
background-color: var(--lighttercia);
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
border-radius: 3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.containform {
|
|
||||||
box-sizing: content-box;
|
|
||||||
height: 6vw;
|
|
||||||
width: 6vw;
|
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rond {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
background-color: #DE3030;
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
border-radius: 3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* PARTIE CARRE */
|
|
||||||
.carre {
|
|
||||||
background-color: #30C0DE;
|
|
||||||
height: inherit;
|
|
||||||
width: inherit;
|
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle
|
|
||||||
}
|
|
||||||
|
|
||||||
.carreinterieur {
|
|
||||||
background-color: var(--lightsedonca);
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pcarre {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
background-color: #30C0DE;
|
|
||||||
height: 3vw;
|
|
||||||
width: 3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* PARTIE TRIANGLE */
|
|
||||||
.triangle {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
border-left: 2.5vw solid transparent;
|
|
||||||
border-right: 2.5vw solid transparent;
|
|
||||||
border-bottom: 5vw solid #DEA430;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trianglerinterieur {
|
|
||||||
position: absolute;
|
|
||||||
margin-left: -1.5vw;
|
|
||||||
margin-top: 1.25vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 3vw solid var(--lightsedonca);
|
|
||||||
}
|
|
||||||
|
|
||||||
.ptriangle {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: 0.75vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 3vw solid #DEA430;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TRAPEZE */
|
|
||||||
.trapeze {
|
|
||||||
bottom: 0px;
|
|
||||||
height: 0;
|
|
||||||
margin-top: 2.58vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-top: 3vw solid #6FDE30;
|
|
||||||
}
|
|
||||||
|
|
||||||
.triangletrapeze {
|
|
||||||
padding-top: 0.1vw;
|
|
||||||
position: absolute;
|
|
||||||
border-left: 3vw solid transparent;
|
|
||||||
border-right: 3vw solid transparent;
|
|
||||||
border-bottom: 2.5vw solid #6FDE30;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trapezeinte {
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 3vw;
|
|
||||||
margin-left: 1.25vw;
|
|
||||||
width: 2vw;
|
|
||||||
border-left: 0.75vw solid transparent;
|
|
||||||
border-right: 0.75vw solid transparent;
|
|
||||||
border-top: 1.5vw solid var(--lightsedonca);
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.triangletrapezeinte {
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 1.45vw;
|
|
||||||
margin-left: 1.25vw;
|
|
||||||
padding-top: 0.1vw;
|
|
||||||
border-left: 1.75vw solid transparent;
|
|
||||||
border-right: 1.75vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid var(--lightsedonca);
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trapezep {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: 2vw;
|
|
||||||
width: 2vw;
|
|
||||||
border-left: 0.75vw solid transparent;
|
|
||||||
border-right: 0.75vw solid transparent;
|
|
||||||
border-top: 1.5vw solid #6FDE30;
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.triangletrapezep {
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 0.55vw;
|
|
||||||
margin-left: 1.25vw;
|
|
||||||
border-left: 1.75vw solid transparent;
|
|
||||||
border-right: 1.75vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid #6FDE30;
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangephaut {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: -3vw;
|
|
||||||
border-left: 3vw solid transparent;
|
|
||||||
border-right: 3vw solid transparent;
|
|
||||||
border-bottom: 3vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangepbas {
|
|
||||||
position: absolute;
|
|
||||||
border-left: 3vw solid transparent;
|
|
||||||
border-right: 3vw solid transparent;
|
|
||||||
border-top: 3vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangephauti {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: -1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid var(--lightsedonca);
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangepbasi {
|
|
||||||
position: absolute;
|
|
||||||
margin-left: 1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-top: 1.5vw solid var(--lightsedonca);
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangephautc {
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: -1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-bottom: 1.5vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.losangepbasc {
|
|
||||||
position: absolute;
|
|
||||||
margin-left: 1.5vw;
|
|
||||||
border-left: 1.5vw solid transparent;
|
|
||||||
border-right: 1.5vw solid transparent;
|
|
||||||
border-top: 1.5vw solid #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttonretour {
|
|
||||||
position: relative;
|
|
||||||
height: 4vh;
|
|
||||||
width: 4vh;
|
|
||||||
border-radius: 55vw;
|
|
||||||
background-color: var(--lightsedonca);
|
|
||||||
z-index: 5;
|
|
||||||
margin-left: 9.5vw;
|
|
||||||
top: 6.75vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex-item {
|
|
||||||
background: var(--lightsedonca);
|
|
||||||
width: 10vw;
|
|
||||||
height: 13vw;
|
|
||||||
border-radius: 2vw;
|
|
||||||
padding-right: 0.4vw;
|
|
||||||
padding-left: 0.4vw;
|
|
||||||
padding-bottom: 0.8vw;
|
|
||||||
padding-top: 0.4vw;
|
|
||||||
list-style: none;
|
|
||||||
display: flex;
|
|
||||||
margin-right: 1.75vw;
|
|
||||||
margin-left: 1.75vw;
|
|
||||||
-webkit-flex-flow: row wrap;
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
|
||||||
|
|
||||||
.item-form {
|
|
||||||
width: 5vw;
|
|
||||||
padding-left: 0.1vw;
|
|
||||||
margin-top: 0.25vw;
|
|
||||||
height: 5vw;
|
|
||||||
border-radius: 10px;
|
|
||||||
background-color: var(--lighttercia);
|
|
||||||
}
|
|
||||||
|
|
||||||
.containcards {
|
|
||||||
height: 87vh;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
padding-left: 2.5vw;
|
|
||||||
padding-top: 2.5vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logop2 img {
|
|
||||||
width: 20vh;
|
|
||||||
padding-top: 1vh;
|
|
||||||
position: relative;
|
|
||||||
left: 27vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.txt {
|
|
||||||
position: absolute;
|
|
||||||
font-family: Arial Black;
|
|
||||||
color: var(--lightprima);
|
|
||||||
font-size: 5.5vw;
|
|
||||||
left: 2.25vw;
|
|
||||||
top: -1vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo img {
|
|
||||||
position: absolute;
|
|
||||||
width: 45vw;
|
|
||||||
left: 28vw;
|
|
||||||
top: 13%;
|
|
||||||
z-index: 11;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mounts img {
|
|
||||||
position: absolute;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
pointer-events: none;
|
|
||||||
margin-left: -1vw;
|
|
||||||
margin-top: -1vw;
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
#contourbuttonvalider {
|
|
||||||
position: absolute;
|
|
||||||
border-radius: 45px;
|
|
||||||
left: -10vw;
|
|
||||||
top: 5.5vw;
|
|
||||||
height: 15vw;
|
|
||||||
width: 50vw;
|
|
||||||
background-color: var(--lightsedonca);
|
|
||||||
z-index: 15;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bouttonvalider {
|
|
||||||
position: absolute;
|
|
||||||
height: 13vw;
|
|
||||||
width: 47vw;
|
|
||||||
top: 1.1vw;
|
|
||||||
left: 1.5vw;
|
|
||||||
border-radius: 30px;
|
|
||||||
background-color: #B130DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bouttonvalider2 {
|
|
||||||
position: absolute;
|
|
||||||
height: 6.8vw;
|
|
||||||
width: 22.8vw;
|
|
||||||
top: 1.1vw;
|
|
||||||
left: 1.1vw;
|
|
||||||
border-radius: 30px;
|
|
||||||
background-color: #00CC66;
|
|
||||||
}
|
|
||||||
|
|
||||||
#textjouer {
|
|
||||||
font-family: Montserrat, impact, Arial Black;
|
|
||||||
position: absolute;
|
|
||||||
font-size: 10vw;
|
|
||||||
margin-top: 0.2vw;
|
|
||||||
margin-left: 12.5vw;
|
|
||||||
color: var(--lightsedonca);
|
|
||||||
}
|
|
||||||
}
|
|
@ -0,0 +1,134 @@
|
|||||||
|
/*Ecran*/
|
||||||
|
@media screen and (min-width: 992px) {
|
||||||
|
|
||||||
|
|
||||||
|
/*PARTIE FORMES*/
|
||||||
|
|
||||||
|
|
||||||
|
/*===========================================*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*Externe*/
|
||||||
|
|
||||||
|
.buttonretour {
|
||||||
|
position: relative;
|
||||||
|
height: 4vh;
|
||||||
|
width: 4vh;
|
||||||
|
border-radius: 55vw;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
z-index: 5;
|
||||||
|
margin-left: 2vw;
|
||||||
|
top: 1.75vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-item {
|
||||||
|
background: var(--lightsedonca);
|
||||||
|
width: 10vw;
|
||||||
|
height: 13vw;
|
||||||
|
border-radius: 0.75vw;
|
||||||
|
padding-right: 0.15vw;
|
||||||
|
padding-left: 0.15vw;
|
||||||
|
padding-bottom: 0.25vw;
|
||||||
|
list-style: none;
|
||||||
|
display: flex;
|
||||||
|
margin-right: 0.4vw;
|
||||||
|
margin-left: 0.4vw;
|
||||||
|
-webkit-flex-flow: row wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-form {
|
||||||
|
width: 3vw;
|
||||||
|
padding-left: 0.1vw;
|
||||||
|
margin-top: 0.25vw;
|
||||||
|
height: 3vw;
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: var(--lighttercia);
|
||||||
|
}
|
||||||
|
|
||||||
|
.containcards {
|
||||||
|
height: 87vh;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding-left: 3vw;
|
||||||
|
padding-top: 2.5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logop2 img {
|
||||||
|
width: 20vh;
|
||||||
|
padding-top: 1vh;
|
||||||
|
position: relative;
|
||||||
|
left: 43.5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.txt {
|
||||||
|
position: absolute;
|
||||||
|
font-family: Arial Black;
|
||||||
|
color: var(--lightprima);
|
||||||
|
font-size: 1.5vw;
|
||||||
|
left: 0.4vw;
|
||||||
|
top: -1.6vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo img {
|
||||||
|
position: absolute;
|
||||||
|
width: 12vw;
|
||||||
|
left: 44vw;
|
||||||
|
top: 13%;
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mounts img {
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contourbuttonvalider {
|
||||||
|
position: absolute;
|
||||||
|
border-radius: 45px;
|
||||||
|
left: 9.2vw;
|
||||||
|
top: 5.5vw;
|
||||||
|
height: 4vw;
|
||||||
|
width: 12vw;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
z-index: 15;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bouttonvalider {
|
||||||
|
position: absolute;
|
||||||
|
height: 3.4vw;
|
||||||
|
width: 11.4vw;
|
||||||
|
top: 0.3vw;
|
||||||
|
left: 0.3vw;
|
||||||
|
border-radius: 30px;
|
||||||
|
background-color: #B130DE;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.bouttonvalider2 {
|
||||||
|
position: absolute;
|
||||||
|
height: 3.4vw;
|
||||||
|
width: 11.4vw;
|
||||||
|
top: 0.3vw;
|
||||||
|
left: 0.3vw;
|
||||||
|
border-radius: 30px;
|
||||||
|
background-color: #00CC66;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textjouer {
|
||||||
|
font-family: Montserrat, impact, Arial Black;
|
||||||
|
position: absolute;
|
||||||
|
font-size: 2.5vw;
|
||||||
|
margin-top: 0.2vw;
|
||||||
|
margin-left: 2.7vw;
|
||||||
|
color: var(--lightsedonca);
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,191 @@
|
|||||||
|
.containform {
|
||||||
|
position: relative;
|
||||||
|
/*height: var(--x);
|
||||||
|
width: var(--x);*/
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.containform3 {
|
||||||
|
position: relative;
|
||||||
|
height: var(--x);
|
||||||
|
width: var(--x);
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.containform2{
|
||||||
|
position: relative;
|
||||||
|
height: var(--x);
|
||||||
|
width: var(--x);
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
/*ROND*/
|
||||||
|
.containexte{
|
||||||
|
height: var(--y);
|
||||||
|
width: var(--y);
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
top: calc(var(--x)/8);
|
||||||
|
}
|
||||||
|
|
||||||
|
#cacherond{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#formSize{
|
||||||
|
margin : 0 auto;
|
||||||
|
width: 100%;
|
||||||
|
height: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-container .bar .fill {
|
||||||
|
display: block;
|
||||||
|
width: 50%;
|
||||||
|
height: 100%;
|
||||||
|
background-color: #6200ee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-container .slider {
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
width: 100%;
|
||||||
|
height: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
outline: none;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
.slider.container{
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.slider-container .bar {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: #c6aee7;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
/*Moz*/
|
||||||
|
.slider-container .slider::-moz-range-thumb {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
width: 1vw;
|
||||||
|
height: 1vw;
|
||||||
|
background-color: #6200ee;
|
||||||
|
border-radius: 1vw;
|
||||||
|
cursor: pointer;
|
||||||
|
outline: none;
|
||||||
|
box-shadow: 0 0 0 0 rgba(98, 0 ,238, .1);
|
||||||
|
transition: .3s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-container .slider::-moz-range-thumb:hover {
|
||||||
|
box-shadow: 0 0 0 10px rgba(98,0,238,.1);
|
||||||
|
}
|
||||||
|
.slider-container .slider:active::-moz-range-thumb {
|
||||||
|
box-shadow: 0 0 0 20px rgba(98,0,238,.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.containinte{
|
||||||
|
/*PROBLEME SIZE*/
|
||||||
|
top: calc((var(--y) - var(--z)) / 2);
|
||||||
|
left: calc((var(--y) - var(--z)) / 2);
|
||||||
|
height: var(--z);
|
||||||
|
width: var(--z);
|
||||||
|
z-index: 2;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cache{
|
||||||
|
top: calc((var(--x) - var(--y)) / 2.8);
|
||||||
|
left: calc((var(--x) - var(--y)) / 2.2);
|
||||||
|
height: calc(var(--y)*1.05);
|
||||||
|
width: calc(var(--y)*1.05);
|
||||||
|
z-index: 2;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 15;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.rond{
|
||||||
|
-webkit-clip-path: circle(50% at 50% 50%);
|
||||||
|
clip-path: circle(50% at 50% 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.round{
|
||||||
|
border-radius: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cb{
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cn{
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.formeinte{
|
||||||
|
height: 90%;
|
||||||
|
width: 90%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.formeexte{
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.carre{
|
||||||
|
-webkit-clip-path: inset(0 0 0 0);
|
||||||
|
clip-path: inset(0 0 0 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
.triangle{
|
||||||
|
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
|
||||||
|
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.castriangle{
|
||||||
|
margin-top: calc( (var(--y) - var(--z)) / 5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.caspenta{
|
||||||
|
margin-top: calc( (var(--y) - var(--z)) / 10);
|
||||||
|
}
|
||||||
|
|
||||||
|
.losange{
|
||||||
|
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
|
||||||
|
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.croix{
|
||||||
|
-webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
|
||||||
|
clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.croixinte{
|
||||||
|
-webkit-clip-path: polygon(26% 23%, 22% 27%, 45% 50%, 22% 74%, 27% 78%, 50% 55%, 74% 78%, 78% 73%, 55% 50%, 78% 27%, 73% 23%, 50% 46%);
|
||||||
|
clip-path: polygon(26% 23%, 22% 27%, 45% 50%, 22% 74%, 27% 78%, 50% 55%, 74% 78%, 78% 73%, 55% 50%, 78% 27%, 73% 23%, 50% 46%);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.penta{
|
||||||
|
-webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
|
||||||
|
clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hexa{
|
||||||
|
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
|
||||||
|
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hocto{
|
||||||
|
-webkit-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%);
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
|||||||
|
/*Demi Ecran*/
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
body{
|
||||||
|
background-color: green;
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,79 @@
|
|||||||
|
/*DemTéléphone 1i Ecran*/
|
||||||
|
@media screen and (min-width: 669px) and (max-width: 992px) {
|
||||||
|
body{
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
.logop2 img {
|
||||||
|
width: 20vh;
|
||||||
|
padding-top: 1vh;
|
||||||
|
position: relative;
|
||||||
|
left: 27vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.txt {
|
||||||
|
position: absolute;
|
||||||
|
font-family: Arial Black;
|
||||||
|
color: var(--lightprima);
|
||||||
|
font-size: 5.5vw;
|
||||||
|
left: 2.25vw;
|
||||||
|
top: -1vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo img {
|
||||||
|
position: absolute;
|
||||||
|
width: 45vw;
|
||||||
|
left: 28vw;
|
||||||
|
top: 13%;
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mounts img {
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
margin-left: -1vw;
|
||||||
|
margin-top: -1vw;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contourbuttonvalider {
|
||||||
|
position: absolute;
|
||||||
|
border-radius: 45px;
|
||||||
|
left: -10vw;
|
||||||
|
top: 5.5vw;
|
||||||
|
height: 15vw;
|
||||||
|
width: 50vw;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
z-index: 15;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bouttonvalider {
|
||||||
|
position: absolute;
|
||||||
|
height: 13vw;
|
||||||
|
width: 47vw;
|
||||||
|
top: 1.1vw;
|
||||||
|
left: 1.5vw;
|
||||||
|
border-radius: 30px;
|
||||||
|
background-color: #B130DE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bouttonvalider2 {
|
||||||
|
position: absolute;
|
||||||
|
height: 6.8vw;
|
||||||
|
width: 22.8vw;
|
||||||
|
top: 1.1vw;
|
||||||
|
left: 1.1vw;
|
||||||
|
border-radius: 30px;
|
||||||
|
background-color: #00CC66;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textjouer {
|
||||||
|
font-family: Montserrat, impact, Arial Black;
|
||||||
|
position: absolute;
|
||||||
|
font-size: 10vw;
|
||||||
|
margin-top: 0.2vw;
|
||||||
|
margin-left: 12.5vw;
|
||||||
|
color: var(--lightsedonca);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue