/*
Theme Name: RPL2008
Theme URI: https://rpl2008.teluq.ca/
Description: Cours RPL2008
Author:  
Tags: 
About: T&eacute;l&eacute;-universit&eacute;, Universit&eacute; du Qu&eacute;bec, 2016 - Tous droits r&eacute;serv&eacute;s
*/

/* styles.css
 * Gère l'apparence des styles
 * Version : 1.2
 * Dernières modifications : 16 mars 2016
 * Auteur : Annick Desmeules
 * Note : Les prefixes CSS sont gérés par prefixfree.js
 * Table des matières
 * ==================================================
	généraux
	zoneEntete
	conteneurs
	zoneHautPage
	zoneInformative
	menuPrincipal
	zoneSecondaire
	zoneContenu
	zoneContenu/zoneArticle
	zoneBasPage
	infobulles
	panneaux
	impression */

/* ==================================================
 * généraux
 * ================================================== */


@font-face {
    font-family: 'BebasNeue';
	src: url('fonts/BebasNeue.eot');
	src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeue.woff2') format('woff2'),
		url('fonts/BebasNeue.woff') format('woff'),
		url('fonts/BebasNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
   
}



@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans.eot');
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans.woff2') format('woff2'),
		url('fonts/OpenSans.woff') format('woff'),
		url('fonts/OpenSans.ttf') format('truetype'),
		url('fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Italic.eot');
	src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Italic.woff2') format('woff2'),
		url('fonts/OpenSans-Italic.woff') format('woff'),
		url('fonts/OpenSans-Italic.ttf') format('truetype'),
		url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Bold.eot');
	src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Bold.woff') format('woff'),
		url('fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-BoldItalic.eot');
	src: url('fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
		url('fonts/OpenSans-BoldItalic.woff') format('woff'),
		url('fonts/OpenSans-BoldItalic.ttf') format('truetype'),
		url('fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}



*{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 100%;
}
body{
	background-color: #fff;
	color: #000;
	font: 100%/1.5 normal Arial, sans-serif;
	margin: 0;
	text-size-adjust: 100%;
} 



body #zoneEntete {
	height: 62px;
	/*	min-width:300px;*/
	max-width: 1160px;
	width: auto;
	margin: auto;
 	
}
body #zoneConteneur {
	/*min-width: 300px;*/
	max-width: 1160px;
	width: auto;
	margin: auto;
 }
body #identite {
	background:#000;
	/*	min-width:300px;*/
	max-width: 1160px;
	width: auto;
}
body #zoneContenu {
	position: relative;
	padding-left: 0px;
	padding-top: 10px;
	    font-size: 14px;
}



/*
 <div class="titre_cours"> 
	<span class="cigle"><?php bloginfo('name'); ?></span><br />
	<span class="titre_desc"><?php bloginfo('description'); ?></span>
</div>
 */
div.titre_cours{
    width: 95%;
    padding: 0 0 0 5%;
    white-space: nowrap;
	    padding-top: 30px;
	 }
	 
span.titre_desc {
	font-family:"BebasNeue";
	font-size:22px;
    line-height: 22px;
	}
	
span.cigle{
	font-family:"Open Sans";
	font-weight:bold;
	font-size:14px;
	color:#06687c;	
	}

/* ==================================================
 * outils
 * ================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden{
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible{
    visibility: hidden;
}




/* ==================================================
 * zoneEntete
 * ================================================== */

#zoneEntete {
	background-color: #000;
	height: 60px;
	margin: auto;
 
}

#identite #logo {
	float: right;
	margin: 5px 65px 0 0;
	width: auto;
} 

.impression { /********** image logo ***********/
	display: none;
}



/* ==================================================
 * zoneInformative
 * ================================================== */

#zoneInformative{
	color: #818181;
	font-size: .750em;
	line-height: 1.25;
	margin: 0;
	/*overflow: auto;*/
	padding: 0 20px; 

}

#zoneInformative p.filAriane{
	float: left;
	width: auto;
}
#zoneInformative p.infoConnection{
	float: right;
	/*padding-top: 185px;*/
	width: auto;
}

#zoneInformative a:link, #zoneInformative a:visited{
	color: #818181;
	text-decoration: underline;
}

#zoneInformative a:hover, #zoneInformative a:active{
	text-decoration: none;
}



/* ==================================================
 * zoneHautPage
 * ================================================== */
#zoneHautPage {
	/*background: url(../img/baniere.jpg) no-repeat;*/
	height: 110px;
	border-bottom:dotted 2px #000;
	/* background:url(img/titre_cours.jpg) no-repeat;*/
	background-position: 5% 10px;
	clear:both;
}

#zoneHautPage h1{
	font: 2.125em/1;
	height: 130px;
	margin: 0;
	
}

#zoneHautPage h1 a:link, #zoneHautPage h1 a:visited{
	color: #000;
	display: block;
	margin: 0 0 0 30px;
	padding: 35px 0 0;
	width: auto;
}

#zoneHautPage h1 a:hover, #zoneHautPage h1 a:active{
	text-decoration: none;
}

#zoneHautPage h1 span{
	color: #818181;
	display: block;
	font-size: .647em;
	line-height: 1;
	margin: 5px 0 0;
}

table caption {
	padding: 25px 0 12px;
	font-size: 18px;
	font-weight: bold;
}




/* ==================================================
 * zoneBasPage
 * ================================================== */

/* Contenu du bas de page */
#zoneBasPage{
	background: #2d2c31;
	height: 30px;
	margin: 0;
	padding: 0;
}

#zoneBasPage #copyright{
	color: #fff;
	font-size: .75em; /*12px/16px */
	line-height: 2.5; /*30px/12px */
	text-align: center;
}

#zoneBasPage a:link, #zoneBasPage a:visited{
	color: #fff;
	text-decoration: none;
}
#zoneBasPage #copyright p {margin-top:0px;}

#zoneBasPage a:hover, #zoneBasPage a:active{
	text-decoration: underline;
}





p.infoConnection {margin-top:0px;}


div.lien_top { 
	background:#3D3D3F;;

    width: 100%;
    height: 125px;
	text-align:center; 
	}
	
div.lien_top a { 
	background: url(img/bottom_rond.png) no-repeat;
	background-position:50% 100%;

	display: block; 
	width: 225px;
    height: 125px;
	margin: 0 auto;
	padding-top: 65px;

	font-family: 'BebasNeue';
	font-size:22px;
    line-height: 24px;
	text-align:center;	
	text-decoration:none;
	color:#3d3d3f;


	}




@media screen and (max-width: 434px) { 
/*	 body #contenu {
		padding: 5px 0px 0px;
	}*/
}


@media screen and (min-width: 434px) {/* version tablette*/
 /*	body #contenu {
		padding: 5px 40px 30px;
		
	}*/
	
}




@media screen and (min-width: 720px) {
	/*body #contenu {
		padding: 5px 40px 30px;
	}*/
	div.titre_cours{
    width: 95%;
    padding: 0 0 0 10%;
    white-space: nowrap;
	 padding-top: 25px;
	 }
	 
/**titre cours */
span.titre_desc {
    line-height: 35px;
	font-size:28px; 
	}
	
/* Ombrages */
.ombrage{
	box-shadow: 0 5px 15px #b0b0b0;	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/sam4220/css/pie.htc);
}
.ombrageDoux{
	box-shadow: 0 5px 15px #dadada;	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/sam4220/css/pie.htc);
}

}





























/* ==================================================
 * impression
 * note : changer le contenu (content) des liens internes
 * pour l'adresse complète du site correspondant (ci-dessous).
 * ================================================== */

@media print{
	/* Généralités */
	/* basées sur les normes d'impression CSS d'HTML5 Boilerplate */
	*{
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	body{
		min-width: 100%;
	}
	a,a:visited{
		text-decoration: underline;
	}
	pre,blockquote{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead{
		display: table-header-group; /* h5bp.com/t */
	}
	tr,img{
		page-break-inside: avoid;
	}
	img{
		max-width: 100% !important;
	}
	@page{
		margin: 1cm;
	}
	p,h2,h3{
		orphans: 3;
		widows: 3;
	}
	h2,h3,h4,h5{
		page-break-after: avoid;
	}

	/* Conteneurs principaux */
	#zoneEntete, #identite, #zoneHautPage, #zoneConteneur, #zoneMilieuPage,
	#zoneContenu, #contenu, #contenu.pleineLargeur, #zoneBasPage{
		border: none;
		display: block;
		float: none;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: none;
		width: 100%;
	}
	#menuPrincipal, #menuPrincipal, #zoneSecondaire, #identite img, .infoConnection{
		display: none;
	}
	#zoneEntete{
		margin: 0 0 15px;
		width:960px;
	}
	#identite #logo{
		margin: 0;
	}
	#identite img.impression{
		display: block;
	}
	#zoneHautPage {
		margin: 0;
		padding: 0;	
	}
	
	/* Titre du cours (à cacher si non-désiré dans la version imprimée) */
	#zoneHautPage h1{
		border-bottom: solid 1px #ccc;
		font-size: 1.25em; /* 20px/16px */
		height: auto;
		line-height: 1.5; /* 24px/16px */
		margin: 0 0 20px;
		padding: 0;
	}
	#zoneHautPage h1 a:link{
		display: inline;
		margin: 0;
		padding: 0;
	}
	#zoneHautPage h1 span{
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	#zoneHautPage h1 span:before{
		content: " - ";
	}
	
	/* Contenu : affichages des liens internes */
	#contenu a:after{
		content: " (https://sam4220.teluq.ca/" attr(href)")";
	}
	
	/* Contenu : affichages des liens externe (sécurisés ou non) et des adresses de courriel */
	#contenu a[href^="http://"]:after,
	#contenu a[href^="https://"]:after,
	#contenu a[href^="mailto:"]:after{
		content: " ("attr(href)")";
	}
	
	/* Contenu : règles de non-affichage des liens */
	#contenu a[href^="javascript:"]:after,
	#contenu a[href^="#"]:after,
	#contenu a.nlp:after,
	#contenu .boiteAnimVideo a:after{
		display: none;
	}
	#contenu a{
		word-wrap: break-word;
	}
	
	/* Contenu : général */
	#contenu .boiteAnimVideo{
		display: none;
	}
	
	/* Contenu : accordéons */
	#contenu .accordeon .titre{
		padding: 0;
	}
	#contenu .accordeon > div{
		border: 0;
		display: block !important;
		padding-left: 0;
		padding-bottom: 0;
	}
	#contenu .accordeon > div :last-child{
		margin-bottom: 0;
	}
	
	/* Bas de page */
	#zoneBasPage{
		border-top: solid 1px #ccc;
		margin: 35px 0 0;
	}
	#zoneBasPage #copyright{
		text-align: left;
	}
	
	/* Panneaux d'outils */
	.panneau,
	a.btnPanneau{
		display: none;
	}
}
