* {
    padding: 0px;
    margin: 0px;
    user-select: none;
}
html {
    width: 100vw;
    height: 100vh;
    overflow: clip;
}
body {
    width: 100vw;
    height: 100vh;
    overflow: clip;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
*::-webkit-scrollbar {
    display: none;
}
@font-face {
    font-family: 'Lemon';
    src: url('../Polices/Lemon-Regular.ttf');
}
@font-face {
    font-family: 'Nutted';
    src: url('../Polices/nutted.ttf');
}
@font-face {
    font-family: 'Monomaniac One';
    src: url('../Polices/MonomaniacOne-Regular.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*.hide {
    display: none;
}
#home {
    height: 100vh;
    width: 100vw;
    position: relative;
}
#homeBg {
    width: 100vw;
    height: 90vh;
    background: linear-gradient(151deg, #35359e, #0e0e34);
    border-radius: 0% 0% 86% 0% / 0% 0% 83% 0%;
}
#logo {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 50px;
}
#caisseMockup {
    width: 25vw;
    height: 25vw;
    position: absolute;
    top: 35vh;
    right: 25vw;
    z-index: 2;
    opacity: 0;
    animation: imageHome 0.6s 1s forwards ease-out;
}
#compMockup {
    width: 25vw;
    height: 25vw;
    position: absolute;
    top: calc(35vh - 100px);
    right: calc(25vw - 320px);
    z-index: 1;
    opacity: 0;
    animation: imageHome 0.6s 0.5s forwards ease-out;
}
#titleHome {
    font-size: 50px;
    font-family: 'Arial';
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 45vh;
    left: 70px;
}
#header {
    width: 100vw;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#header .link {
    font-family: 'Arial';
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    margin: 20px;
}
#header .link::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    transform-origin: center left;
    transform: scaleX(0);
    transition: all 0.4s ease;
}
#header .link:hover::after {
    transform: scaleX(1);
}
#connect {
    top: 20px;
    right: 20px;
    position: absolute;
}
.input {
    width: 400px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    outline: none;
    background: #d6d6d6;
    transition: all 0.4s ease;
    position: relative;
}
.input:focus {
    border-radius: 20px;
}
.button {
    outline: none;
    cursor: pointer;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 15px;
    border: none;
    font-size: 18px;
    font-family: 'Nutted';
    text-decoration: none;
    transition: all 0.4s ease;
}
.button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
@keyframes imageHome {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.glow {
    border-radius: 20px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.233), rgba(213, 213, 213, 0.552));
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.spaceBetween {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#argsCashRegister,
#caissePres,
#products {
    width: 80vw;
    margin: 0px 10vw;
}
#caissePres {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 60px;
}
.argImg {
    width: 300px;
    height: 300px;
}
.title {
    font-size: 25px;
    font-family: 'Lemon';
    text-align: center;
    color: #000;
}
.arg {
    width: calc((100% - 120px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
}
.arg .img {
    width: 25%;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}
.arg .desc {
    margin-top: 10px;
    width: 100%;
    font-size: 17px;
    color: #454545;
    font-family: 'Nutted';
    font-weight: normal;
}
#tabletMockup {
    width: 20vw;
    height: 20vw;
}
#caisseDesc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#caisseDesc .desc,
.sidePres .desc {
    max-width: 40vw;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Nutted';
    color: #0000c9;
    margin: 60px 0px;
}
#caisseDesc .ltTitle {
    font-size: 22px;
    font-family: 'Arial';
    text-align: center;
    color: #000;
}
#whyIlycar,
.sidePres {
    width: 100vw;
    padding: 70px 10vw 40px 10vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    background: #f1f1f1;
}
#whyIlycar .title {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
#whyIlycar .vignette {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#whyIlycar .vignette .img {
    width: 100px;
}
#whyIlycar .vignette .ltTitle {
    font-size: 18px;
    font-family: 'Arial';
    color: #000;
    margin-top: 20px;
    text-align: center;
}
#certif {
    width: 80vw;
    margin: 20px 10vw;
    border: 2px solid #0000c9;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
}
#franceCertif {
    width: 20vw;
}
.sidePres {
    padding: 40px 10vw;
}
.sidePres .img {
    width: 27vw;
    height: 27vw;
    border-radius: 10px;
}
.sidePres .doubleArg,
.doubleEquipement {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sidePres .desc {
    margin: 0px;
    margin-top: 10px;
}
.sidePres .pres {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 230px;
    margin: 10px;
}
#priceCenter {
    margin-top: 40px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.equipement {
    padding: 20px;
    border-radius: 20px;
    width: 400px;
    height: 320px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.4), rgb(213, 213, 213, 0.71));
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
    transition: all 0.4s ease;
}
.equipement .title {
    font-size: 35px;
    font-family: 'Lemon';
    color: #0000FF;
}
.equipement .price {
    font-weight: normal;
    font-family: 'Monomaniac One';
    font-size: 35px;
    background: linear-gradient(90deg, #04013f, #0000c9);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equipement .spe {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Arial';
    background: linear-gradient(90deg, #04013f, #0000c9);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.equipement .sep {
    width: 300px;
    height: 0px;
    border-bottom: 2px dashed #6D6D6D;
    margin: 20px 0px;
}
.equipement:hover {
    cursor: pointer;
    transform: translate(-5px, -5px) scale(1.006);
}
.equipement.big {
    width: 880px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.equipement.big .spe {
    width: 400px;
}
#infos {
    width: 80%;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Arial';
    color: #000;
    margin: 0% 10%;
}
#titleContact {
    font-size: 70px;
    font-family: 'Monomaniac One';
    color: #3300FF;
    margin: 20px 0px;
}
#contact {
    width: 100vw;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    margin-bottom: 20px;
}
.info {
    color: #3300FF;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    margin: 10px;
    text-align: center;
}
#littleLogo {
    width: 120px;
    height: 120px;
    margin: 15px;
}
#containContact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    box-sizing: border-box;
    padding: 0px 10vw;
}
#infoContact {
    width: 40vw;
}
#error {
    background: #7A59FF;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    position: absolute;
    left: 50%;
    bottom: -120%;
    font-family: 'Arial';
    color: #0000FF;
    font-weight: bold;
    font-size: 22px;
    transform: translateX(-50%);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 999999;
    transition: all 0.7s ease;
}
#error.green {
    background: #0bac33a6;
    color: #0bac33;
}
#error.show {
    bottom: 5px;
}
.bandrole {
    width: 80vw;
    margin: 10px 10vw;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bandrole .title {
    font-size: 28px;
    font-family: 'Monomaniac One';
    font-weight: normal;
    color: #0000FF;
}
.products {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 240px) / 4);
    margin: 10px;
    cursor: pointer;
}
.products .img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
}
.floatAskDemo {
    position: absolute;
    top: calc(100% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.floatAskDemo:hover {
    transform: translate(calc(-50% - 2px), calc(-50% - 2px));
}
#tabletMarginTop {
    margin-top: 100px;
}
@media screen and (max-width: 1400px) {
    #caisseMockup {
        top: 50vh;
        right: 10px;
    }
    #compMockup {
        top: 25vh;
        right: 20px;
    }
}
@media screen and (max-width: 970px) {
    #logo {
        width: 60px;
        height: 60px;
        top: 10px;
        left: 10px;
    }
    #connect {
        top: 10px;
        right: 10px;
    }
    #header {
        height: 50px;
        top: 80px;
    }
    #titleHome {
        top: calc((60vh - 130px) / 2 + 120px);
        left: 50%;
        transform: translateX(-50%);
        width: 80vw;
        text-align: center;
        font-size: 25px;
    }
    #compMockup,
    #caisseMockup {
        top: unset;
        right: 10px;
        bottom: 140px;
        width: 55vw;
        height: 55vw;
    }
    #caisseMockup {
        right: unset;
        left: 10px;
        bottom: 120px;
    }
    .spaceBetween {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .spaceBetween > *:not(:first-child) {
        margin-top: 20px;
    }
    .arg {
        width: 100%;
    }
    .desc {
        max-width: 80vw !important;
    }
    #tabletMarginTop {
        margin-top: 30px;
        padding-bottom: 80px;
    }
    #whyIlycar,
    .sidePres {
        flex-direction: column;
        padding: 20px 10vw;
    }
    #whyIlycar .title {
        position: static;
        transform: unset;
    }
    .vignette {
        margin: 10px 0px;
    }
    .doubleArg,
    .doubleEquipement,
    #containContact {
        flex-direction: column !important;
    }
    .sidePres .img {
        width: 80vw;
        height: 80vw;
        margin: 20px 0px;
    }
    #paddingBottom {
        padding-bottom: 60px;
    }
    .equipement {
        width: 80vw;
        height: fit-content;
    }
    .equipement.big .spe {
        margin: 5px 0px;
    }
    #titleContact {
        font-size: 40px;
    }
    #infoContact,
    .input,
    .equipement.big,
    .products {
        width: 80vw;
    }
    .bandrole {
        width: 90vw;
        margin: 10px 5vw;
    }
    .floatAskDemo {
        width: calc(100% - 40px);
        top: calc(100% - 40px);
    }
    #moneyReduce {
        width: 170px;
        height: 170px;
    }
    #tabletMockup {
        width: 70vw;
        height: 70vw;
    }
}