input[type=text],[type=email],[type=password],[type=submit],select, textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #e5e9ec;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: #666666;
}

[type=number]{
    width: 10%;
    padding: 20px;
    border: 1px solid #e5e9ec;
    border-radius: 12px;
    box-sizing: border-box;
    margin-top: -32px;
    margin-bottom: 40px;
    resize: vertical;
    background-color: #666666;
    color: #e5e9ec;
    margin-left: 450px;
}


/* 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;
}


.note .form-control{
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px); 
    /*padding: 0.375rem 0.75rem;*/
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
 }

.noteLabel{
    background-color: #ffffff;
    padding: 8px;
    width: 600px;
    font-size: 12px;
    text-align: center;
    border-radius: 12px;
    display: inline;
}

.btn {
    border: none;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color:#666666 ;

}

.btn:hover {
    color: #666666;
}


.logg {
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #666666;
    font-family: 'OdibeeSansRegular', sans-serif;
    font-size: 36px;
    padding: 0;
}

.logg:hover {
    color: #666666;
    background-color: #e5e9ec;
    border: 2px solid #666666;
}


.btn .btn-primary {
    background-color: #666666;
    color: #e5e9ec;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #666666;
    font-family: 'OdibeeSansRegular', sans-serif;
    font-size: 36px;
    padding: 0;
}

.btn .btn-primary {
    color: #666666;
    background-color: #e5e9ec;
    border: 2px solid #666666;
}


.btn-danger{
    color: #FF1111;
    border: 2px solid #FF1111;
    border-radius: 0;
}
.btn-danger:hover{
    background-color: #FF1111;
    color: #FFFFFF;
}

.erreurFormUnique{
    color: #FFFFFF;
    background-color:#FF1111 ;
    border-radius: 0;
    text-align: center;
    padding: 5px;
    margin-right: 230px;
    margin-bottom: 20px;
}
.redim{
    width: 100px;
}
.redimDangerDelete{
    width: 200px;
}

.containerContact {
    border-radius: 30px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 18%;
    margin-right: 18%;
}
.alert-danger{
    padding: 20px;
    background-color: #F44336;
    color: white;
    margin-bottom: 50px;
}
.closebtn {
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}


.form-check-input{
    color: transparent;
}



.formatInstitution{
    min-height: 450px;
}


@media only screen and (max-width: 800px) {
    .containerContact {
        border-radius: 30px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }
}
