.input-group-text { border-width: 1px 0 1px 1px; }
/*input:invalid+span:after { content: '✖'; padding-left: 5px; }*/
/*input:valid { border:1px solid green; }*/

input:invalid,
select:invalid,
textarea:invalid { border:1px solid red; }
/*input:valid+span:after { content: '✓'; padding-left: 5px; }*/

.notify-badge{

   position: absolute;
   text-align: center;
   border-radius: 30px;
   padding:5px 10px;
   font-size:10px;
}

.notify-badge-warn { background:red; color:white; }
.notify-badge-bonus{ background:lime; color:darkgreen; }

.pointer { cursor: pointer }
.hidden { display:none }

/*.card-header { cursor: pointer }*/

/* RGPD cookie banner */
#cookies {
   position: fixed;
   bottom: 0;
   z-index: 1500;
   display: inline-block;
   padding: 20px;
   width: 100%;
   min-height: 64px;
   background-color: #fecb72;
   -webkit-transition: top .4s ease-in;
   transition: top .4s ease-in;
}

hr {
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
 }

 .strong { font-weight:bold; }
 