﻿body,
html {
    position: relative;
    min-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*html::before {
        content: "";
        background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/Images/logofond.png);
        position: absolute;
        left: -50%;
        top: -50%;
        transform: rotate(350deg);*/
/*rotate: 350deg;*/
/*height: 200%;
        width: 200%;
        z-index: -1;
        background-size: 200px;
    }*/
body {
    /*margin-top: -10%;*/
    padding: 20px;
    display: flex;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.GrandeDiv {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    min-height: 0;
}

.LogoCashParis {
    max-width: 20em;
}

h2 {
    color: #a2222e;
}

.ligneInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.largeur {
    width: 100%;
    gap: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 3em;
}



.wd-65 {
    width: 65%;
}

.ligneRouge {
    background-color: rgb(var(--Orange));
    width: 80%;
    height: 5px;
    opacity: 0.7;
    border-radius: 5px;
}

.milieu {
    display: flex;
    justify-content: center;
}


.Centrer {
    display: flex;
    justify-content: center;
}

#Cash {
    height: 60px;
}


.mw-7 {
    max-width: 7em;
}


.w-100 {
    width: 100%;
}



.taille {
    cursor: pointer;
    border: none;
    background: none;
    display: flex;
    margin-right: 10px;
    width: 34px;
}

.images {
    height: 33px;
}

.h {
    height: 38px;
}

h2 {
    color: rgb(var(--Orange));
}

p {
    color: rgb(var(--Orange));
}

h3 {
    color: rgb(var(--Orange));
}
