label {
    font-weight: bold;
    margin-top: 10px;
    color: #4c4c4c;
    margin-bottom: 10px;
}

.inputform {
    width: 100%;

    /* text-align:center; */


}

.ville {
    margin-left: 0px;

}

input::placeholder {
    color: #C9C9C9;
    /* text-align:center; */
    font-size: 15px;
    font-weight: normal;

}

.nameclient {
    font-weight: bold;
}

.bonjourne {
    font-weight: bold;
}

.centerbutton {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.message {
    font-family: "Century Gothic", Helvetica, sans-serif;

}

.messagear {
    border-radius: 10px 10px;
    border: white;

    padding: 6px 0px;
    margin-bottom: 15px;
    font-family: arial, Helvetica, sans-serif;

}

.messagefr {
    border-radius: 10px 10px;
    border: white;
    padding: 6px 0px;
    margin: 2px 0;

}

.messagefr h5 {
    font-size: 16px;
}

h3, h4, h5 {
    text-align: center;
    margin: 10px;
    margin-top: 10px;
    border: white;

}

.col-1 {
    /* background: rgb(255,255,255);
    background: linear-gradient(357deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 42%, rgba(255,255,255,1) 100%);
    border-radius: 10px 10px;

    border:2px solid;
    border-color:#0084d6;
    font-family: "Century Gothic", Helvetica, sans-serif; */
    font-family: "Poppins", Helvetica, sans-serif;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    color: rgb(0, 0, 0) !important;
    font-size: 14px !important;
    border-color: rgb(0, 0, 0) !important;
    border-style: solid !important;
    border-width: 0px !important;
    border-radius: 7px !important;
    /*box-shadow: rgb(0, 0, 0) 0px 2px 7px 0px !important;*/
    padding-bottom: 10px;
    background-repeat: no-repeat;
    border-width: 0px;
    border-radius: 20px;
    background-position: center center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 18px;
    padding-right: 18px;
    background-size: cover;
    /*background-image: url(https://assets.lightfunnels.com/account-1/images_library/dd6683c3-9128-4b8e-bac8-edd4b268e66a.Asset%20DSGSD5.svg);*/
    background-color: rgb(214 215 221 / 40%);
}


@media screen and (max-width: 450px) {
    .col-1 {
        margin-left: 0px;

    }
}

.test {
    background: rgb(255, 255, 255);
    background: linear-gradient(357deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 42%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;

}


.tetform {
    background-color: #0084d6;

    border-radius: 10px 10px 0px 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color: white;
    margin: -16px;
    padding-top: 1px;
    margin-bottom: -10px;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.chekout {
    margin-top: 18px;
    margin-bottom: 5px;
    border-radius: 5px 5px;
    background-color: #0084d6;
    transition-duration: 0.4s;
    animation: shake 1.2s linear infinite;

}

@keyframes shake {
    0% {
        transform: skewY(-6deg);
    }
    5% {
        transform: skewY(6deg);
    }
    10% {
        transform: skewY(-6deg);
    }
    15% {
        transform: skewY(6deg);
    }
    20% {
        transform: skewY(0deg);
    }
    100% {
        transform: skewY(0deg);
    }
}

.chekout:hover {
    animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
    background-color: black;
    color: white;

}

.erruer {
    color: red;
    text-align: center;
    margin-top: -26px;
    margin-bottom: 10px;
}

tbody, td, tfoot, th, thead, tr {
    text-align: center;
}

th {
    /*background-color: #0084d6;*/
    color: white;
}
.cod-input {
    border-color: #c2c0c0
}