/*
 * bloc champ repet
 * 
 */

.o-frm__champ-repet--cartes{
  --couleur--cadre: silver;
}

.o-frm__champ-repet--cartes input, .o-frm__champ-repet--cartes select
{
  font-size: .9rem;
  
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background: none;
  border-bottom: 1px solid var(--couleur--cadre);
  height: 1.6rem;
  border-radius: 0;
}

.o-frm__champ-repet--cartes textarea
{
  font-size: .9rem;
  width: 100%;
}

.o-frm__champ-repet--cartes__carte {
  border: 1px solid var(--couleur--cadre);
  border-radius: 1rem;
  background: white;
  padding-bottom: .5rem;
  margin-top: 1rem;
}

.o-frm__champ-repet--cartes__carte h4 { display: block; }

.o-frm__champ-repet--cartes__carte:first-of-type {
  margin-top: 0rem;
}



.m-champrepet__carte__cell--titre input 
{ 
  border: none; 
  width: 100%;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--couleur--cadre);
  /*  border-bottom-left-radius: 0.5rem;
  box-shadow: 3px 3px 3px 0px #b0b0b0;*/
}


/*
 * classes à appliquer sur les champs
 * 
 */

.a-input-label
{
  background: none;
  border: none;
}

.a-input-label--titre
{
  text-align: center;
  text-decoration: underline;
}
