.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;
}
