table.comicGreen {
    font-family: "Comic Sans MS", cursive, sans-serif;
    border: 2px solid #4F7849;
    background-color: #EEEEEE;
    width: 70%;
    margin: 10px;
    text-align: center;
    border-collapse: collapse;
}

#liste_envoi {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.objet {
    padding: 5px;
    font-size: 14px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    width: 100%;
    height: 20px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 5px #09cdef;
    text-shadow: 0px 0px 5px #09cdef;
}

.upload {
    font-size: 11px;
    background: white;
    border-radius: 50px;
    box-shadow: 5px 5px 10px black;
    width: 280px;
    height: 50px;
    outline: none;
}

::-webkit-file-upload-button {
    color: white;
    padding: 20px;
    border: none;
    border-radius: 50px;
    background: #09cdef;
}

::-webkit-file-upload-button:hover {
    background: palegreen;
}

table.comicGreen td,
table.comicGreen th {
    border: 1px solid #4F7849;
    padding: 3px 2px;
}

table.comicGreen tbody td {
    font-size: 19px;
    font-weight: bold;
    color: #4F7849;
}

table.comicGreen tr:nth-child(even) {
    background: #CEE0CC;
}

table.comicGreen thead {
    font-size: 21px;
    font-weight: bold;
    color: #FFFFFF;
    background: #4F7849;
    background: -moz-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: -webkit-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: linear-gradient(to bottom, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    border-top: 1px solid #444444;
}

table.comicGreen thead td {
    font-size: 21px;
}

.envoi {
    text-align: center;
    color: #e0dfdc;
    background: #556677;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

#envoyer {
    font-size: 23px;
    font-family: Arial, fantasy;
    height: 56px;
    border-width: 1px;
    color: #fff;
    border-color: aquamarine;
    border-radius: 16px;
    box-shadow: inset -6px 1px 0px -43px aquamarine;
    text-shadow: inset 0px 1px 0px #854629;
    background: #09cdef;
    width: 100%;
}


label,
h2 {
    font-family: Georgia, serif;
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

body {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 113, 121, 0.5970763305322129) 2%, rgba(0, 212, 255, 1) 100%);
}

#menu {
    background: #0099CC;
    color: #FFF;
    height: 73px;
    padding-left: 18px;
    border-radius: 11px;
}

#menu ul, #menu li {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

#menu ul {
    width: 100%;
    padding-left: 20%;
}

#menu li {
    float: left;
    display: inline;
    position: relative;
    margin-right: 100px;
    width: 250px;
}

#menu button {
    display: block;
    line-height: 73px;
    padding: 0 50px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    background-color: #0099CC;
    border-style: none;
    text-align: center;
    width: 300px;
}


#menu li button:hover {
    color: #0099CC;
    background: #F2F2F2;
    border-style: hidden;
    border-radius: 10px;
}


@media screen and (max-width: 800px) {
    #menu {
        position: relative
    }

    #menu ul {
        background: #111;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 3;
        height: auto;
        display: none
    }


    #menu li {
        display: block;
        float: none;
        width: auto;
    }

}

.modal {
    position: fixed;
    visibility: hidden;
    top: 28%;
    left: 25%;
    width: 35%;
    height: 10px;
    z-index: 99;
    background-color: aquamarine;
    border-radius: 10px;
}
.card{
    z-index: 999;
    position: fixed;
    visibility: hidden;
    top: 14%;
    left: 20%;
    width:35%;
    height: 100px;
    background: #4F7849;
    background: -moz-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: -webkit-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: linear-gradient(to bottom, #7b9a76 0%, #60855b 66%, #4F7849 100%);

}
.card_back{
    display: flex;
    width: 90%;
    background-color: gainsboro;
}

sup {
    color: darkred;
    font-family: "Franklin Gothic Medium Cond", fantasy;
    font-size: 18px;
}

.view {
    font-size: 23px;
    font-family: "Arial", cursive;
    width: 56px;
    height: 56px;
    border-width: 1px;
    color: #fff;
    border-color: aquamarine;
    border-radius: 50%;
    box-shadow: inset -6px 1px 0px -43px aquamarine;
    text-shadow: inset 0px 1px 0px #854629;
    background: -moz-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: -webkit-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: linear-gradient(to bottom, #7b9a76 0%, #60855b 66%, #4F7849 100%);

}


ol {
    color: #ccc;
    height: 10px;
    width: 91.5%;
    list-style-type: none;
    background-color: #F2F2F2;
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 10px;
    justify-items: center;
    justify-content: center;

}

ol li {
    padding-top: 5px;
    font: bold italic 14px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom:1px solid aquamarine;
    justify-items: center;
}

ol li p {
    font: 12px/1.5 Helvetica, sans-serif;
    color: #555;
    text-align: center;
    margin-top: 10px;
}

ol li span{
    position: absolute;
    color: #FFFFFF;
    margin-left: -20px;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-style: none;
    border-radius: 50%;
    background: #4F7849;
    background: -moz-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: -webkit-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
    background: linear-gradient(to bottom, #7b9a76 0%, #60855b 66%, #4F7849 100%);
}
.ferme {
    font-size: 23px;
    font-family: Arial, fantasy;
    height: 50px;
    border-width: 1px;
    color: #fff;
    border-color: aquamarine;
    border-radius: 16px;
    box-shadow: inset -6px 1px 0px -43px aquamarine;
    text-shadow: inset 0px 1px 0px #854629;
    background: #09cdef;
    width: 98%;
}
.email, .company{
     margin: 10px 5px;
    text-align: center;
}
i{
    margin-right: 15px;
}










