/* 
    Created on : 17 juil. 2023, 10:50:16
    Author     : Pixad / Taskey
*/
#BlockFormReduction #FormCodeReduction {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 15px}
#BlockFormReduction #FormCodeReduction input {max-width: 60%!important;}
#BlockFormReduction #FormCodeReduction a {width: auto;}
#BlockFormReduction #FormCodeReduction a.btn {background-color: #000; color:#FFF;}


#BlockFormReduction .is-invalid { border-color: #9f191f; transition: 0.5s; }
#BlockFormReduction .invalid-feedback { color: #9f191f; transition: 0.5s; }
#BlockFormReduction .valid-feedback { color: #00a157; transition: 0.5s;}
#BlockFormReduction .is-valid { border-color: #00a157; transition: 0.5s;}