.webform-required {
 color: red;
 font-style: oblique;
}


/* Correction bug d'affichage bloc de texte  */
.col-xs-12 {
	float: inherit !important;
}

/** bug d'affichage sur les téléphones et smartphones, case à cocher inapparente **/ 
div.webform-element--title-inline.form-type-checkbox input {
  min-width : 12.9px;
}


h2.title-background { 
  color: white !important; 
  background-color: #2669a5 !important; 
  text-align: center !important; 
}

h1 { 
 color: rgb(38, 105, 165) !important; 
}

.btn-custom-file {
	background: #2669a5 !important;
}

.webform-button--submit {
	background: #002f87 !important;
}

.iti-flag.nc {
  height: 14px;
  background-position: -1731px 0px;
}

.form-item-declaration-sur-l-honneur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-item-declaration-sur-l-honneur label {
  width: 100%;
}

.form-item-declaration-sur-l-honneur input {
  width: auto;
}

#edit-infos-pieces-justificatives li  {
  margin-left: 2em;
  margin-top: 1em;
  list-style-type: disc;
}

.psud-simple-custom-composite td input[type='image']{
  display: inline; 
  vertical-align: middle;
}
.webform-multiple-table td input[type="image"]
{
    min-width : 20px !important;
}
