/*---------------------------------------*/
/* Correction des styles HTML par defaut */
/*---------------------------------------*/
body { background: #ddd; font-size: 1em; margin: 0; padding: 0; border: 0; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
img, table, form, fieldset, object,p, ul, ol, li { margin: 0; padding: 0; border: 0; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
a { text-decoration: none; color: #ff5d00; }
a:hover { text-decoration: underline; }

/*----------------*/
/* Styles communs */
/*----------------*/
/*------------------------------*/
/* Conteneur général de la page */
/*------------------------------*/



#container {
	background-color: #fff;
	max-width: 860px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
}

/*----------------*/
/* Entête de page */
/*----------------*/

#header {
	padding: 0;
	margin: 0;
	max-width: 860px;
	max-height: 169px;
}

#bandeau_congres {
	height: 169px;
  background: url(../img/bandeau_congres_blois_2024.jpg) no-repeat;
  background-size: 100%;
}


/*---------------------------*/
/* Contenu propre de la page */
/*---------------------------*/


#content {
	padding: 15px 64px 35px 64px;
	margin: 0;
	background: #fff;
	font-size: 0.9em;
}

#lienPdf {
	float: right;
	width: 250px;
	font-size: 0.8em;
	text-align: right;
	padding-top: 0.9em;
}

#content h1 {
	font-size: 1.75em;
	font-weight: bold;
	border-bottom: solid #d9d9d9 3px;
	margin-bottom: 18px;
	width: 100%;
	color: #e06000;
}

#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid #d9d9d9 2px;
	color: #38416f;
	margin: 1.5em 0 0.5em 0;
}

#content table.h2 td.h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #38416f;
	width:300px;
}

#content table {
	margin-left: auto;
	margin-right: auto;
}

#content th {
	vertical-align: top;
	text-align: right;
	font-weight: normal;
	white-space:nowrap;
	padding-right: 1em;
}

#content p.intro {
	margin: 0 0 1em 0;
}

/*-------------*/
/* Formulaires */
/*-------------*/

.labelJour {
	color:#e06000;
}
.texte_gris {
	color:#777;
}
.total_montant {
	font-weight: bold;
	font-size: 110%;
	background-color: #ddd;
	padding:5px;
}
.petit_texte_gras {
	font-weight: bold;
	font-size:80%;
}
.texte_gras {
	font-weight: bold;
}
.requiredField, .required {
	font-weight: bold;
	color: #ff5d00;
}
p.error {
	text-align: center;
	font-weight: bold;
	color: red;
	margin: 12px;
}
.errorMessage {
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.requis {
  font-size: 80%;
  color: red;
}
.interdit {
  color: red;
  font-weight: bold;
}

.noticeMontant {
	font-weight: bold;
	color: #e06000;
}
.actionAdhesion {
	font-size: 1.2em;
	font-weight: bold;
	color: #e06000;
}
.noticeReduction, .noticeMailing {
	font-size: 0.8em;
	color: #666;
}
.noticeDeduction {
	font-size: 0.8em;
	font-weight: bold;
}
.noticeAdresse {
	font-size: 0.7em;
	color: #777;
}
#montantApresDeduction {
	text-decoration: underline;
}

#avertissementsDon ul {
	margin: 1em 2em;
	font-size: 0.8em;
	color: #666;
	list-style: disc;
}
#avertissementsDon ul li {
}

#champsRequis {
	font-size: 0.8em;
	text-align: right;
}

/*--------------*/
/* Pied de page */
/*--------------*/

#footer {
	clear: both;
	padding: 0 2em 2em 2em;
	text-align: center;
	font-size: 0.9em;
}

.btn_pay {
  background: #d9a234;
  background-image: -webkit-linear-gradient(top, #d9a234, #b8502b);
  background-image: -moz-linear-gradient(top, #d9a234, #b8502b);
  background-image: -ms-linear-gradient(top, #d9a234, #b8502b);
  background-image: -o-linear-gradient(top, #d9a234, #b8502b);
  background-image: linear-gradient(to bottom, #d9a234, #b8502b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn_pay:hover {
  background: #fc8f3c;
  background-image: -webkit-linear-gradient(top, #fc8f3c, #d96034);
  background-image: -moz-linear-gradient(top, #fc8f3c, #d96034);
  background-image: -ms-linear-gradient(top, #fc8f3c, #d96034);
  background-image: -o-linear-gradient(top, #fc8f3c, #d96034);
  background-image: linear-gradient(to bottom, #fc8f3c, #d96034);
  text-decoration: none;
}



  .checkbox-wrapper-21 {
    display: inline-block;
    margin-right: 10px;
  }

  .checkbox-wrapper-21 .control {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
  }



  .checkbox-wrapper-21 .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .checkbox-wrapper-21 .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #e6e6e6;
  }
  .checkbox-wrapper-21 .control:hover input ~ .control__indicator,
  .checkbox-wrapper-21 .control input:focus ~ .control__indicator {
    background: #ccc;
  }
  .checkbox-wrapper-21 .control input:checked ~ .control__indicator {
    background: #fc8f3c;
  }
  .checkbox-wrapper-21 .control:hover input:not([disabled]):checked ~ .control__indicator,
  .checkbox-wrapper-21 .control input:checked:focus ~ .control__indicator {
    background: #fc8f3c;
  }
  .checkbox-wrapper-21 .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  .checkbox-wrapper-21 .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
  .checkbox-wrapper-21 .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .checkbox-wrapper-21 .control--checkbox .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .checkbox-wrapper-21 .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
  }

	input[type="text"] {
		width: 350px;
 	}


@media (max-width: 600px) {
	#container {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		border: 0;
		padding: 0;
	}

	#header {
		padding: 0;
		margin: 0;
	}

	#content {
		padding: 10px 10px 10px 10px;
		margin: 0;
		font-size: 12px;
	}

	#bandeau_congres {
		height: 100px;
	}

	#content p.intro {
		margin: 0 0 0 10;
	}

	#content h1 {
		border-bottom: solid #d9d9d9 2px;
		margin-bottom: 10px;
	}

	#content h2 {
		font-size: 1em;
	}

	input[type="text"] {
		width: 200px;
 	}

 	select[name="pays"] {
 		width: 200px;
 	}

}

@media (max-width: 375px) {

	#bandeau_congres {
		height: 60px;
	}

	input[type="text"] {
		width: 95%;
 	}

 	select[name="pays"] {
 		width: 150px;
 	}

 	.qfLabel {
 		font-size: 10px;
 	}

}

/*

@media (max-width: 600px) {
	#container {
		background-color: #fff;
		width: 600px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		border: 0;
		padding: 0;
	}

	#header {
		padding: 0;
		margin: 0;
		width: 600px;
		height: 120px;
	}

	#bandeau_congres {
		height: 120px;
	  background: url(../img/bandeau_congres_blois_2024.jpg) no-repeat;
	  background-size: 600px;
	}

#content {
	padding: 10px 32px 35px 32px;
	margin: 0;
	background: #fff;
	font-size: 0.9em;
}

	#content p.intro {
		margin: 0 0 1em 0;
		font-size: 80%;
	}
}
*/


