You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
2.5 KiB
130 lines
2.5 KiB
/*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;
|
|
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;
|
|
margin-bottom: 1vw;
|
|
-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 {
|
|
overflow-x: auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-left: 5%;
|
|
padding-top: 7vw;
|
|
}
|
|
|
|
.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: 3.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;
|
|
}
|
|
|
|
.violet{
|
|
background-color: #B130DE;
|
|
}
|
|
|
|
.vert {
|
|
background-color: #00CC66;
|
|
}
|
|
|
|
#textjouer {
|
|
font-family: Montserrat, impact, Arial Black;
|
|
position: absolute;
|
|
font-size: 2.5vw;
|
|
margin-top: 0.2vw;
|
|
color: var(--lightsedonca);
|
|
text-align:center;
|
|
width: inherit;
|
|
}
|
|
}
|