
html {
    height: 100%;
    position: relative;
}

.footer {

}

@font-face {
    font-family: 'collveticatitle';
    src: url('fontsCSS/coolvetica rg.otf');
}

@font-face {
    font-family: 'collvetica';
    src: url('fontsCSS/coolvetica condensed rg.otf');
}

body {
    font-family: 'collveticatitle', sans-serif;
    background-color: #eaf0ff;
    margin: 0;
    padding: 0 0 40px;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
}

.header {
    height: 120px ;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    margin-top: 0;
}

h1 {
    font-size: xxx-large;
}

/* CSS */
button {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-size: large;
    height: 36px;
    line-height: 27px;
    min-width: 54px;
    padding: 0 16px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
    margin: 15px;
    width: 210px;
    font-family: 'collveticatitle', sans-serif;
}

button:hover {
    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    color: #202124;
}

button:focus {
    border-color: #4285f4;
    outline: none;
}



.header a {
    text-decoration: none;
    color: black;
}

.button a {
    text-decoration: none;
    color: black;
}

.select-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    width: 1200px;
}

label {
    color: black;
    font-size: larger;
}

div {
    padding: 10px;
}

.container {
    position: relative;
    min-height: 100%;
    background-color: white;
    border: 1px solid lightgray;
    padding: 20px;
    margin: 25px;
    margin-top: 0px;
    border-radius: 7px;
}

.premium {
    background-color: whitesmoke;
    border: 1px solid grey;
    padding: 20px;
    margin: 25px;
    border-radius: 7px;
}

.valid {
    background-color: #d1ffd1;
    border: 1px solid #00a600;
    padding: 20px;
    margin: 25px;
    border-radius: 7px;
}

.invalid {
    background-color: #ffd1d1;
    border: 1px solid #a60000;
    padding: 20px;
    margin: 25px;
    border-radius: 7px;
}

.admin-submit {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-size: large;
    height: 36px;
    line-height: 27px;
    min-width: 35px;
    padding: 0 16px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
    margin: 15px;
    width: 150px;
    font-family: 'collveticatitle', sans-serif;
}

.admin-submit:hover {
    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    color: #202124;
}

.admin-submit:focus {
    border-color: #4285f4;
    outline: none;
}

.user-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}


select {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-size: small;
    height: 25px;
    line-height: 27px;
    min-width: 75px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
    width: 50px;
    font-family: 'collveticatitle', sans-serif;
}

.select_2 {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-size: medium;
    height: 36px;
    line-height: 27px;
    min-width: 54px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
    width: 200px;
    font-family: 'collveticatitle', sans-serif;
}

select:hover {
    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    color: #202124;
}

select:focus {
    border-color: #4285f4;
    outline: none;
}

input[type="color"] {
    appearance: none;
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-size: small;
    height: 25px;
    line-height: 27px;
    min-width: 54px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
    width: 50px;
    font-family: 'collveticatitle', sans-serif;
}

input[type="color"]:hover {
    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    color: #202124;
}

input[type="color"]:focus {
    border-color: #4285f4;
    outline: none;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px; /* Hauteur de votre footer */
    background-color: #f8f9fa;
    padding: 20px;
    border-top: 1px solid lightgray;
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid lightgray;

}



.footer a {
    color: blue;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: left;
    padding: 8px;
}

td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.statut {
    white-space: nowrap;
    display: flex;
}

input {
    font-family: 'collveticatitle', sans-serif;
}

.inline-input{
    display: inline-block;
    vertical-align: top;
}

.input1{
    width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'collveticatitle', sans-serif;
    font-size: medium;
}

.inline-inputt{
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'collveticatitle', sans-serif;
    font-size: medium;
}

.inline-inputt [type=password]{
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'collveticatitle', sans-serif;
    font-size: medium;
}

box-register{
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-size: large;
    height: 45px;
    line-height: 27px;
    min-width: 54px;
    padding: 0 16px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
    margin: 15px;
    width: 210px;
    font-family: 'collveticatitle', sans-serif;
}


.inline-input3{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'collveticatitle', sans-serif;
    font-size: medium;
}

.form-control {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: 'collveticatitle', sans-serif;
    font-size: medium;
}

textarea {
    margin-top: 20px;
    min-width: 600px;
    max-width: 600px;
    min-height: 120px;
    max-height: 120px;
}

.wideButton {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-size: larger;
    height: 75px;
    line-height: 27px;
    min-width: 54px;
    padding: 0 16px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
    margin: 0 auto;
    width: 350px;
    font-family: 'collveticatitle', sans-serif;
    display: block;
    white-space: normal;
}

.wideButton:hover {
    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    color: #202124;
}

.wideButton:focus {
    border-color: #4285f4;
    outline: none;
}

h2 {
    margin: 0px 0px 0px 0px;
}

.button-container {
    display: flex;
    gap: 10px;
    margin: 0px 0px 0px 0px;
}

img {
    padding: 25px;
}

.premium-button {
    background-color: white;
    color: black;
    border: 1px solid black;
    /* Autres styles CSS si nécessaire */
}

.readonly {
    background-color: #f2f2f2;
    border: none;
    color: #000000;
}

.div-tampon {
    height: 25px;
    max-height: 25px;
    opacity: 0;
}






















