.js .input-file-container {
  position: relative;
/*  width: 225px;*/
}
.js .input-file-trigger {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all .4s;
  cursor: pointer;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
  cursor: pointer;
}
 
/* quelques styles d'interactions */
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #fed136;
  border: 1px solid #fed136;
  color: #fff;
}
 
/* styles du retour visuel */
.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
/* on complète l'information d'un contenu textuel
   uniquement lorsque le paragraphe n'est pas vide */
.js .file-return:not(:empty):before {
  content: "Fichiers séléctionné(s): ";
  font-style: normal;
  font-weight: normal;
}

#message {
	height: 320px;
}

#jumbotron_captcha {
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 6px;
	padding-top: 6px;
}

#refresh-captcha {
	margin-right: 20px;
}

@media (min-width: 992px) {
  #refresh-captcha {
	margin: 0px;
	width: 22px;
  }
}
@media (min-width: 1200px) {
  #refresh-captcha {
	width: 40px;
  }
}

.force-black {
	color: black !important;
}

.padded30 {
	padding-left: 30px !important;
}
