/* Le conteneur intl-tel-input doit occuper toute la largeur du champ parent */
.iti { width: 100%; display: block; }

/* Conteneur dédié au message d'erreur du validateur, sous le champ (voir phone-input.js) */
.phone-error-container { clear: both; }
.phone-error-container .form-error { display: block; width: 100%; }
