/* Feuille de Style de Codinf */
/* Dernière Modification : 10/01/2020 */

html {
  height: 100%;
}
body {
  height: 100%;
  background-image: url("../img/backgrounds/fond_main.jpg");
  background-repeat: no-repeat;
  background-color: #99DAFF; 
  margin: 0;
  padding: 0;
  padding-top: 65px;
  font-family: 'Lato', sans-serif;
}

main { 
	padding-top: 60px;
	background-position: top left;
	background-repeat: no-repeat;
}

::placeholder {
  font-style: italic;
  color: #AAAAAA !important;
}

.main-logo {
	width:150px;
}

.navbar-nav .nav-item .nav-link {
	color: #0070C0 !important;
}

.navbar-nav .nav-item .nav-link:hover {
	background-color: #99DAFF !important;
}

.navbar-nav .active {
	background-color: #99DAFF !important;
}

.btn-codinf {
	background-color: #99DAFF !important;
}

.input-error {
	border-color: #FF0000 !important;
	border-width: 3px;
	color: red;
}

.input-ok {
	border-color: #00FF00 !important;
	border-width: 3px;
	color: green;
}

.titre_form_adh {
	font-size: 1.5em;
	background-color: #99DAFF;
}

#form_container {
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 21px;
}

#found-rs {
	color: #888888;
}

/* Bulletin d'adhésion */

#ba_zone_prix {
	margin-top:10px;
	display:none;
}
