@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);

/* Feuille de styles : styles.css
 * Cours : Inscription collation des grades 15-16
 * Dernières modifications : 11 mai 2016
 * Gère l'apparence des styles
 * Auteur : Jonathan Robitaille, Andy Harvey
 * TÉLUQ */

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Généraux --------------------------- */
body {
	background:url(../img/structure/img_fond.jpg) no-repeat #000;
	background-size:cover;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	line-height:1;
	font-weight:700;
	color:#000;
	letter-spacing:6px;
	text-transform:uppercase;
	margin:0 0 20px 0;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	line-height:1.2;
	font-weight:700;
	color:#000;
	margin:14px 0 20px;
}


p.entete {
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
}

.clearfix:before, .container:after { content: ""; display: table; }  
.clearfix:after { clear: both; }  
  
/* IE 6/7 */  
.clearfix { zoom: 1; }  
.clear {clear:both;}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Header --------------------------- */
header .bgFonce {
	background:#000;
	height:71px;
	overflow:hidden;
	border-bottom: 7px solid #fff;
	padding-top:10px;
}

header .contentHeader {
	max-width:900px;
	margin:0 auto;
	box-sizing:border-box;
}
header .logoTELUQ {
	display:inline-block;
	width:224px;
	height:58px;
	background:url(../img/contenu/logo_teluq.svg) no-repeat #000;
	background-size:contain;
	text-indent:-9999px;
}
.no-svg header .logoTELUQ {
	background-image:url(../img/contenu/logo_teluq.png);
}
img{
	max-width:100%;
	height:auto;
}


/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Conteneur -------------------------- */
section#conteneur {
	max-width:900px;
	margin:60px auto 0 auto;
	box-sizing:border-box;
	display:table;
	vertical-align:top;
}
header.titre {
	display:table-cell;
	vertical-align:top;
	width:200px;
	box-sizing:border-box;
}
header .imgTitre {
	display:inline-block;
	width:180px;
	height:184px;
	background:url(../img/structure/txt_titre_formulaire_inscription.svg) no-repeat;
	background-size:cover;
	text-indent:-9999px;
}
/*.no-svg header .imgTitre {
	background-image:url(../img/structure/txt_titre_formulaire_inscription.png);
}*/
#conteneur .fondBlanc {
	display:table-cell;
	background:#fff;
	padding:35px 45px;
	box-sizing:border-box;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Section formulaire --------------------------- */
section#conteneur form {}

section#conteneur article section,
section#conteneur form fieldset {
	padding:10px 0px;
}

section#conteneur form fieldset.last {
	border-bottom:none;
	padding:6px 0px 0;
}

section#conteneur form fieldset p {margin-bottom:10px;}

section#conteneur form label {
	font-size:13px;
	padding-bottom:4px;
	cursor:pointer;
}

section#conteneur form #lbl_titreCeremonie1213,
section#conteneur form #txt_titreCeremonie1213 {
	margin-top:8px;
}

section#conteneur form #lbl_locationTogeOui,
section#conteneur form #lbl_locationTogeNon,
section#conteneur form #lbl_locationEpitogeOui,
section#conteneur form #lbl_locationEpitogeNon {
	float:left;
	clear:left;
}

section#conteneur form input[type="text"] {
	background:#e6e6e6;
	border:none;
	position:relative;
	top:-3px;
	padding:3px;
}

section#conteneur form label input[type="radio"] {
	position:relative;
	top:-3px;
}

.ie8 section#conteneur form label input[type="radio"] {
	position:relative;
	top:-2px;
	left:6px;
}

section#conteneur form label input#cbx_confirmationParticipation {
	padding-bottom:10px;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

section#conteneur form #btn_envoyer {
	font-family:Arial, Helvetica, sans-serif;
	background:#957b37;
	color:#fff;
	padding:10px 9px;
	text-transform:uppercase;
	border:none;
	margin-top:25px;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

section#conteneur form #btn_envoyer:focus,
section#conteneur form #btn_envoyer:hover {background:#636466;}


/* Styles de tableaux */
table.tableaux {
	border:0;
	border-bottom:2px solid #a6a8aa;
	padding:0;
	margin:10px 0 15px 0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
.tableaux th {
	padding:8px;
	text-align:left;
	font-size:14px;
	line-height: 1.5em;
	background-color: #a6a8aa;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom:1px solid #a6a8aa;
}
.tableaux th a:link, 
.tableaux th a:visited, 
.tableaux th a:hover { color:#000; }
.tableaux td { padding:8px; vertical-align:top; border-bottom:1px solid #a6a8aa; }
.tableaux td p:last-child,
.tableaux th p:last-child { margin-bottom:0; }



/* Table sizing */
.tableaux .t5  { width:5% }
.tableaux .t10 { width:10% }
.tableaux .t15 { width:14% }
.tableaux .t20 { width:20% }
.tableaux .t25 { width:25% }
.tableaux .t30 { width:30% }
.tableaux .t33 { width:33.333% }
.tableaux .t35 { width:35% }
.tableaux .t40 { width:40% }
.tableaux .t45 { width:45% }
.tableaux .t50 { width:50% }
.tableaux .t55 { width:55% }
.tableaux .t60 { width:60% }
.tableaux .t65 { width:65% }
.tableaux .t66 { width:66.666% }
.tableaux .t70 { width:70% }
.tableaux .t75 { width:75% }
.tableaux .t80 { width:80% }
.tableaux .t90 { width:90% }



/**********************/
/* Les Medias queries */
/**********************/

@media only screen and (max-width: 1024px) {
	header .contentHeader,
	section#conteneur {
		max-width:95%;
	}
	#conteneur .fondBlanc {
		padding-left:20px;
		padding-right:20px;
	}
}

@media only screen and (max-width: 767px) {
	header .contentHeader,
	section#conteneur {
		width:100%;
		min-width:320px;
		max-width:none;
	}
	
	header .contentHeader {
		padding-left:20px;
	}
	
	header.titre {
		display:block;
		width: 100%;
		text-align:center;
		margin-bottom:30px;
	}
	section#conteneur {
		margin-top:30px;
	}
	#conteneur .fondBlanc {
		display:block;
		padding:35px 20px;
	}
}
