/* #Page Styles
================================================== */

.pageEntete {
	background-image:url(../img/entetes/entete_rentree_esa2019.jpg);
	background-size:cover;
	margin-bottom:0;
}
.pageEntete h1.titrePage {
	margin-top:80px;
}
.pageEntete span.block {
	margin-top:20px;
	font-size:0.5em; /* 30/60 */
	text-transform:none;
}
.accrocheEntete {
	margin-bottom:0;
}
.accrocheEntete p.lieu {
	font-size:1.714285714285714em; /* 24/14 */
	font-weight:400;
}
.accrocheEntete p.lieu + p.lieu {
	margin-top:7px;
}


/* Styles généraux de la page */
.sInfos {
	padding:25px 0;
}
.sInfos h2 {
	font-size:2.142857142857143em; /* 30/14 */
	font-weight:400;
}
.sInfos h3 {
	font-size:1.214285714285714em; /* 17/14 */
	color:#000;
	text-transform:uppercase;
}
.sInfos ul.noliste li {
	margin:0;
}


.sInfos .cssTable {
	display:table;
	width:100%;
	table-layout:fixed;
	vertical-align:top;
}
.sInfos .cssTable .colPrincipale,
.sInfos .cssTable .colSideBar {
	display:table-cell;
	vertical-align:top;
	width:65%;
	padding:20px 40px 20px 0;
}
.sInfos .cssTable .colSideBar {
	width:35%;
	padding:20px 0 20px 40px;
	border-left:1px dotted #000;
}

/*.sInscription {
	padding:25px 0;
}*/

/*
* Formulaires
*/
.boiteErreur,
.boiteConfirmation {
	background-color:#fff;
	border:1px solid #000;
	font-weight:400;
	padding:20px;
	margin:20px 0;
	font-size:1.2em;
}
.boiteErreur p {
	color:red;
	text-align:center;
}
.boiteConfirmation p {
	color:#000;
	text-align:left;
}
.boiteErreur > *:last-child,
.boiteConfirmation > *:last-child {
	margin-bottom:0;
}



@media only screen and (max-width: 1023px) {
	
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 767px) {
	.pageEntete {
		background-size:cover;
	}
	.pageEntete h1.titrePage {
		margin: 40px 0;
	}
	.pageEntete span.block {
		margin-top:10px;
	}
	.accrocheEntete p.lieu {
		font-size:1.428571428571429em; /* 20/14 */
	}
	
	
	.sInfos .cssTable,
	.sInfos .cssTable .colPrincipale,
	.sInfos .cssTable .colSideBar {
		display:block;
		width:100%;
		padding:0;
		border:0;
	}
	.sInfos .cssTable .colSideBar {
		padding-top:30px;
	}
	
}

@media only screen and (max-width: 479px) {
	
}

@media only screen and (max-width: 374px) {
	
}