/*
Theme Name: INT 1010
Theme URI: https://int1010.teluq.ca
Description: cours INT 1010, Coopération internationale, gouvernance et développement démocratique
Author: <a href="mailto:nsylvest@teluq.uquebec.ca" title="Nicolas Sylvestre">Nicolas Sylvestre</a>
Tags: int1010, cours, communication, distance, p&eacute;dagogique, t&eacute;luq, html5
About: T&eacute;l&eacute;-universit&eacute;, Universit&eacute; du Qu&eacute;bec, 2018 - Tous droits r&eacute;serv&eacute;s
*/

/* styles.css
 * Gère l'apparence des styles
 * Version : 1.2
 * Dernières modifications : 09 janvier 2018
 * Auteur : Nicolas Sylvestre
 * Note : Les prefixes CSS sont gérés par prefixfree.js
 * Table des matières
 * ==================================================
	généraux
	zoneEntete
	conteneurs
	zoneHautPage
	zoneTitre
	zoneInformative
	menuPrincipal
	zoneSecondaire
	zoneContenu
	zoneContenu/zoneArticle
	zoneBasPage
	infobulles
	panneaux
	responsive
	impression */

/* ==================================================
 * généraux
 * ================================================== */
@font-face {
	font-family: "Aleo";
	src: url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Regular.otf") format("otf"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Regular.svg") format("svg"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Regular.ttf") format("ttf"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Regular.woff") format("woff");
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Aleo-Bold";
	src: url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Bold.svg") format("svg"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Bold.ttf") format("ttf"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Bold.eot") format("woff"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Bold.woff") format("woff"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-Bold.woff2") format("woff2");
	font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "Aleo-Bold-Italic";
	src: url("/wp-content/themes/int1010/fonts/Aleo/Aleo-BoldItalic.eot") format("otf"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-BoldItalic.svg") format("svg"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-BoldItalic.ttf") format("ttf"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-BoldItalic.woff") format("woff"),
		 url("/wp-content/themes/int1010/fonts/Aleo/Aleo-BoldItalic.woff2") format("woff2");
	font-weight: bold;
    font-style: italic;
}

@font-face {
	font-family: "Raleway";
	src: url("/wp-content/themes/int1010/fonts/Raleway/Raleway-Medium.eot") format("eot"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-Medium.svg") format("svg"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-Medium.ttf") format("ttf"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-Medium.woff") format("woff"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-Medium.woff2") format("woff2");
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Raleway-SemiBold";
	src: url("/wp-content/themes/int1010/fonts/Raleway/Raleway-SemiBold.eot") format("eot"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-SemiBold.svg") format("svg"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-SemiBold.ttf") format("ttf"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-SemiBold.woff") format("woff"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-SemiBold.woff2") format("woff2");
	font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "Raleway-ExtraBold";
	src: url("/wp-content/themes/int1010/fonts/Raleway/Raleway-ExtraBold.eot") format("eot"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-ExtraBold.svg") format("svg"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-ExtraBold.ttf") format("ttf"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-ExtraBold.woff") format("woff"),
		 url("/wp-content/themes/int1010/fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2");
	font-weight: bold;
    font-style: italic;
}




*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	font-size: 14px;
}
body{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 100%; /* 16px */
	line-height: 1.5; /* 24px/16px */
	background-color: #fff9de;
	color: #000000;
	margin: 0;
	
    /* Empêcher l'ajustement du texte sur les plateformes iOS */
	text-size-adjust: 100%; 
	background-image: url(/wp-content/themes/int1010/img/structure/People_India-Jaune-1920x480px.jpg), url(/wp-content/themes/int1010/img/structure/Ajout_India-Jaune-150x480px.jpg);
	background-position: center top, right top;
    background-repeat: no-repeat, repeat-x
}
body.page-template-page-accueil #zoneContenu{
	padding-left: 0
}

#zoneEntete #identite,#zoneHautPage,#zoneMilieuAccueil,#zoneMilieuPage,#zoneBasPage{
	max-width: 960px

}


/* Ombrages */
.ombrage{
	box-shadow: 0px 5px 15px #b0b0b0;
	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc);
}
.ombrageDoux{
	box-shadow: 0px 5px 15px #dadada;
	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc);
}

/* Particularités */
.impression{
	display: none;
}
img{
	display: block;
}

img.inline{
	display: inline;
    margin:0;
}

#zoneEntete #identite,#zoneHautPage,#zoneMilieuAccueil,#zoneMilieuPage,#zoneBasPage{
	margin: 0 auto;
	padding: 0 24px;

}


/* ==================================================
 * zoneEntete
 * ================================================== */

#zoneEntete{
	height: 80px;
	width:100%;
	z-index:1000;
}
#identite{
	/*background: #656565 url(img/structure/wpmsgab_zoneentete.jpg) top left no-repeat;*/
	overflow: auto;
}
#identite #logo{
	float: right;
	width: auto;
	margin: 5px 0px 0px 0px;
}

/* ==================================================
 * conteneurs
 * ================================================== */

#zoneConteneur{
	overflow: auto;
}

#zoneConteneur.conteneur-accueil{

}

/* Liens */
#zoneConteneur a:link, #zoneConteneur a:visited{
	text-decoration: none;
}
#zoneConteneur a:hover, #zoneConteneur a:active{
	text-decoration: underline;
}



/* ==================================================
 * zoneHautPage
 * ================================================== */
#zoneHautPage{

}

/*Zone ouitls*/
#zoneHautPage #zoneOutils #listeOutils ul.allOutils{
    list-style: none;
    text-align: right;
    padding: 0;
    float: right;
	margin: 0;
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li{
    display: inline-block;
    position: relative
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li:not(:first-child){
    margin-left: 20px;
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li:not(:first-child)::before{
    content: "|";
    position: absolute;
    left: -15px;
    top: -3px;
    font-weight: bold;
    color: #fff;
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li a,
#zoneHautPage #zoneOutils #listeOutils ul.allOutils li a:link,
#zoneHautPage #zoneOutils #listeOutils ul.allOutils li a:visited,
#zoneHautPage #zoneOutils #listeOutils ul.allOutils li a:hover,
#zoneHautPage #zoneOutils #listeOutils ul.allOutils li a:active{
    font-weight: bold;
    color: #fff;
}

/*Sous-menu de ressource*/
#zoneHautPage #zoneOutils #listeOutils ul.allOutils li.ressource-menu-link{
    
    position: relative;
    text-align: right;
}


#zoneHautPage #zoneOutils #listeOutils ul.allOutils li.ressource-menu-link ul.sub-menu{
    
    position: absolute;
    right: 0;
    top: 25px;
    width: 180px;
    background-color: #000000;
    padding: 0;
    display: none;
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li.ressource-menu-link ul.sub-menu li{
    display: block;
    margin: 0;
    padding: 4px 7px;
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li.ressource-menu-link ul.sub-menu li:not(:first-child){
    border-top: 1px solid #666666;
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li.ressource-menu-link ul.sub-menu li::before{
    content: none;  
}

#zoneHautPage #zoneOutils #listeOutils ul.allOutils li.ressource-menu-link ul.sub-menu li a{
    font-weight: normal;
}
/* ==================================================
 * zoneTitre
 * ================================================== */
#zoneTitre{
	background-image: url(/wp-content/themes/int1010/img/structure/Logo_INT1010.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	background-size: 370px auto;
	height: 200px;
	margin: 10px 0;
}

/* ==================================================
 * zoneInformative
 * ================================================== */

#zoneInformative{
	overflow: auto;
	color: #fff;
	margin-bottom: 10px;
}
#zoneInformative p.filAriane{
	float: left;
	width: auto;
	text-align: right;
}
#zoneInformative p.infoConnection{
	float: right;
	width: auto;
	margin-top: 0;
    margin-bottom: 0;
}
#zoneInformative a:link, #zoneInformative a:visited{
	text-decoration: underline;
	color: #C2C2C2;
}
#zoneInformative a:hover, #zoneInformative a:active{
	text-decoration: none;
}

#mobileMenuToggle{
	float: left;
}
/* ==================================================
 * menuPrincipal et menuAccueil
 * ================================================== */

#menuPrincipal{
	
}

#menuPrincipal h2#titleDisplay{
    color: #fff;
	font-weight: normal;
	text-align: right;
	font-size: 16px;
	min-height: 1.5em;
}
#menuPrincipal ul,
#menuAccueil ul{
    text-align: right;
}

#menuPrincipal ul{
	height: 30px;
	margin: 0px 0px 0px 0px;
}

#menuPrincipal ul li{
	width: 41px;
	height: 28px;
	margin: 0px 0px 0px -5px;
	line-height: 2; /* 30px/15px */ 
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	color: #ffffff;
    display: inline-block;
    float: none;
	/*margin-left:5px;*/
}

#menuPrincipal ul li a:link,
#menuPrincipal ul li a:visited,
#menuPrincipal ul li a:active{
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	/*background-color: #4b1826;*/
	background-image: url(img/structure/ADM2022_btn.png);
	background-position: 0 -2px;
	color: #000;
	font-weight: bold;
}
#menuPrincipal ul li a:hover{
	text-decoration: none;
	background-position: 0 -33px;
	
	/* Transition/animation */
	/*transition: all 0.3s ease-out;*/
}
#menuPrincipal ul li.current_page_item a:link, #menuPrincipal ul li.current_page_item a:visited,
#menuPrincipal ul li.current-page-ancestor a:link, #menuPrincipal ul li.current-page-ancestor a:visited{
	background-position: 0 -33px;
}
/*Menu Accueil*/
#menuAccueil{
	
}

#menuAccueil ul{
    text-align: right;
}

#menuAccueil ul li{

    display:inline-block;
    text-align: center;
    background-color: #fff9de;
    float: none;
    padding: 7px 7px 0;
	height: 29px;
    min-width: 187px;
}

#menuAccueil ul li:not(:first-child){
    margin-left: 7px;
}

#menuAccueil ul li:hover,#menuAccueil ul li.current_page_item{
    box-shadow: 0 0 10px #ffffff;
	font-weight: bold;

}

#menuAccueil ul li a:link,
#menuAccueil ul li a:visited,
#menuAccueil ul li a:active{
    color: #000;
    text-decoration:none;

}

/* ==================================================
 * zoneSecondaire
 * ================================================== */

#zoneSecondaire{
	padding: 0;
    display: inline-block;
    width: 24%;
	vertical-align: top;
}

#menuSecondaire{
	margin: 0px 0px 0px 20px;
}
#menuSecondaire ul.side-menu{
	padding-left: 0;
	margin: 0;

}
#menuSecondaire ul.side-menu > li{
	margin-bottom: 15px;
}
#menuSecondaire ul.side-menu > li > a{
	font-family: "Aleo-Bold", Verdana, Geneva, sans-serif;
}
#menuSecondaire ul.side-menu li.current_page_item a,
#menuSecondaire ul.side-menu > li a:hover{
	color: #d07629;
}
/* Niveau 2*/
#menuSecondaire ul.sub-menu{
	padding-left: 0;
}
#menuSecondaire ul.sub-menu li{
	padding: 4px 0;
}
#menuSecondaire ul.sub-menu li.current_page_item a{
	font-weight: bold;
}

/* Niveau 2,3 et 4 (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li{
	margin: -2px 0;
	line-height: 1.125; /* 18px/16px */
	list-style-type: none;
    background-position: right top;
    background-repeat: no-repeat;
	color: #311c12;

}
/*Pour les différents modèles d'onglet*/

#menuSecondaire > li:first-child{
	margin-top: 0px;
}

#menuSecondaire li a:link,
#menuSecondaire li a:visited,
#menuSecondaire li a:active{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-decoration: none;
    text-align: right;
	color: #311c12;
	font-size: 16px;
}


/* Item courant */


#menuSecondaire > li.current_page_item > a:link,
#menuSecondaire > li.current_page_item > a:visited{
	border-bottom: solid 2px #94ba66;
}
#menuSecondaire li.current_page_item > a:link,
#menuSecondaire li.current_page_item > a:visited{
	color: #000;
}

/* Accordéons */
#menuSecondaire > li.parent_item > a{
	background: url(img/structure/wpmsgab_ico_menusec_accordeon.png) no-repeat 100% 1px;
}
#menuSecondaire > li.parent_item.selectionne > a{
	background: url(img/structure/wpmsgab_ico_menusec_accordeon_sl.png) no-repeat 100% 1px;
	border-bottom: solid 2px #94ba66;
}


/* Niveau 3 - particularités (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li ul{
	margin: 7px 0px 0px 0px;
}
#menuSecondaire li li{
	margin: 0px 0px 0px 0px;
}
#menuSecondaire li.parent_item li.parent_item a{
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}
#menuSecondaire li.parent_item li.parent_item > a{
	line-height: 1.143; /* 16px/14px */
	text-transform: uppercase;
}

/* Niveau 4 - particularités (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li li ul{
	margin: 0px 0px 20px 0px;
}
#menuSecondaire li li li{
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(img/structure/wpmsgab_ico_menusec_niv3.gif) no-repeat 0px 8px;
}


/* ==================================================
 * zoneContenu (Accueil)
 * ================================================== */

#zoneMilieuAccueil #zoneContenu{
    display: block;
	width: 100%;

}


/* ==================================================
 * zoneContenu
 * ================================================== */

#zoneContenu{
    display: inline-block;
	width: 75%;
	padding-left: 38px
}


#contenu{
	margin: 0px 0px 0px 0px;
	line-height: 1.429; /* 20px/14px */
	color: #3d3d3d;
}
#contenu.pleineLargeur{
	padding: 25px 20px 30px 20px;
}

/* Titres */
#contenu h1,
#contenu h2,
#contenu h3,
#contenu h4,
#contenu h5{
	margin: 0px 0px 15px 0px;
	color: #000;
}



#contenu h1,
#contenu h2{
	font-family: 'Raleway', sans-serif;
	
}
#contenu h1{
	margin: 0px 0px 20px 0px;
	font-size: 22px; /* 32px/14px */
	font-weight: 600;
}
#contenu h1.semaine{
	font-family: Verdana, Arial, sans-serif;
	color: #736E6A;
	font-weight: normal;
    text-transform: uppercase;
	font-size: 18px;
	text-transform: none
}
#contenu h1.sousligne{
	color: #736E6A;
    font-weight: 900;
    text-transform: uppercase;
	border-bottom: 1px solid #999;
	font-family: "Raleway-ExtraBold", Verdana, Geneva, sans-serif;
}


#contenu h2{
	color: #736E6A;
	font-size: 20px; /* 32px/14px */
	font-weight: bold;
}

#contenu h3{
	font-size: 15px;
	font-weight: bold;
}

#contenu h4{
	color: #736E6A;
	font-size: 16px;
	
}
#contenu h5{
	font-size: 100%;
	
}



/* Contenu texte */

#contenu span.black{
    color: #000;
}

#contenu span.termine{
    color: #999999;
}

#contenu span.sous-titre{
    color: #666666;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

#contenu p,
#contenu .boite p,
.tooltipster-content p{
	margin: 0 0 12px;
}
#contenu p.smallFont{
    font-size: 12px;
    padding: 0px;

}
#contenu p.note{
	font-size: .857em;
    line-height: 1.3333333333333;
    margin-bottom: 2em;
    text-indent: -3.5em;
    margin-left: 3.5em;
}



#contenu strong,
.tooltipster-content strong{
	font-weight: 700;
}
#contenu p.sansMarge,
.tooltipster-content p.sansMarge{
	margin: 0px 0px 5px 0px;	
}
#contenu p.note{
	font-size: 0.857em; /* 12px/14px */
	line-height: 1.333333333333333; /* 16px / 12px */
	color: #87888A;
}
#contenu p.sourceImg,
#contenu p.source{
	font-size: 0.857em; /* 12px/14px */
	line-height: 1.333333333333333; /* 16px / 12px */
	color: #87888A;	
}

#contenu p.source.droite{
    text-align: right;
    padding-left: 175px;
}

#contenu p.source.p_citation{
    padding: 0px 30px;
}

#contenu div.imgContainer{
    margin-top: 10px;
    width: 53%;
    padding-right: 10px;
}

#contenu p.centre{
    text-align: center;
}
#contenu p.document{
    position: relative;
}
#contenu p.document::before{
    content: url(img/structure/ADM2022_livre.png);
    position: absolute;
    left: -30px;
    top: -5px;
}

#contenu sup{
	font-size: 0.857em; /* 10px/14px */
	vertical-align: top;
	margin: 0px 0px 0px 2px;
}
#contenu blockquote{
	margin: 0px 0px 0px 15px;
}
#contenu a:link,
#contenu a:visited,
.tooltipster-content a:link,
.tooltipster-content a:visited{
	text-decoration: underline;
	color: #656565;
    word-wrap: break-word;
}
#contenu a:hover, #contenu a:active,
.tooltipster-content a:hover,.tooltipster-content a:active{
	text-decoration: underline;
	color: #b65c54;
}

#contenu a.infobulle{
	text-decoration: none;
	border-bottom: dotted 1px #3e3e3e;
}


#contenu a.carnet{
    padding: 5px 0px 5px 45px;
    position: relative;
}

#contenu a.carnet:before{
    content: url(img/structure/ADM2022_carnet.png);
    position: absolute;
    left: 20px;
    top: 1px;
}
#contenu .lienPDF:before,
#contenu .lienDoc:before{
	content: "";
    background: url(/wp-content/themes/int1010/img/structure/pictos.png) no-repeat -194px -4px;
    width: 22px;
    height: 26px;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
}
#contenu .lienPDF:before{
	background-position: -116px 0;
}
#contenu .lienDoc:before{
	background-position: -188px -1px;
	
}

#contenu .contenuInvisible{
	display: none;
}
#contenu .alignGauche{
	float: left;
	width: auto;
}
#contenu .alignDroite{
	float: right;
	width: auto;
}


#contenu p select.alignDroite{
    width: 205px;
    margin-bottom: 160px;
    margin-left: 5px;
    word-wrap: normal;
}

#contenu .centrerHorizon{
    text-align: center;
    margin: 20px auto;
}

#contenu .centrerHorizon img{
    display: inline;
}

#contenu div.moitie{
    width: 45%;
}

#contenu div.tenth {
    width: 10%;
}

#contenu div.remaining {
    width: 90%;
}

#contenu div.ligneSeparation{
    border: none;
    border-top: 1px solid #962205;
    margin: 15px;
}

#contenu .textCenter{
    text-align: center;
    vertical-align: middle;
}
#contenu p.texteListe{
    margin: 0px!important;
    margin-top: -16px!important;
    margin-left: 40px!important;
}


#contenu a[href^="https://modelecourswp.teluq.ca/"]:after,
#contenu a[href^="#"]:after{
	display: none;
}

/* boite pourAllerPlusLoin */
#contenu .boite p.check,
#contenu .pourAllerPlusLoin p.check{
    padding-left: 30px; 
    position: relative;
}
#contenu .boite p.check::before,
#contenu .pourAllerPlusLoin p.check::before{
    content: url(img/structure/check_mark_24x24.png);
    position: absolute;
    left: 0;
}

#contenu .listCheckbox input[type="checkbox"]{
    float: left;
    display: block;
    margin-bottom: 40px;
    width: 13px;
    height: 13px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    
}

.listCheckbox div.alignDroite input[type="checkbox"]{
    margin-left: 10px;
}


/* Listes ordonnées et non-ordonnées */
#contenu ul{
	margin: 15px 0 20px 0;
    padding-left: 40px;
	list-style-type: disc;
}

#contenu ul li,
#contenu ol li{
    margin: 0px 0px 5px 0px;
}

#contenu ul li ul li,
#contenu ol li ul li{
	list-style-type: circle;
}

#contenu ul.noBullet li{
    list-style-type: none;
	
}

#contenu ul li.checkListItem{
    list-style-type: none;
    position: relative;
}

#contenu ul li.checkListItem::before{
    content: url(img/structure/check_mark_24x24.png);
    position: absolute;
    left: -30px;
    top: -10px;
}
#contenu ul.grandeMarge li{
    margin: 0px 0px 15px 0px;
}
#contenu ul li p,
#contenu ol li p{
    margin: 10px 0px;
}
#contenu ol.listeInput li p{
    margin: 20px auto!important;
}
#contenu ol{
	margin: 15px 0px 15px 50px;
    padding: 
}
#contenu ol.margeNombres{
	margin: 0px 0px 15px 25px;
}
#contenu ul.sansMarge,
#contenu ol.sansMarge{
    margin-bottom: 5px;
}

#contenu ul.redArrow{
    padding-left: 60px;
}
#contenu ul.redArrow li{
    
    list-style-type: none;
    position: relative;
}
#contenu ul.redArrow li::before{
    content: url(img/structure/right_arrow_16x16.png);
    position: absolute;
    left: -23px;
    top: 0px;
}

#contenu .redArrow ol.noArrow li,
#contenu .redArrow ul.noArrow li{
    list-style-type: inherit;

}

#contenu .redArrow ol.noArrow li::before,
#contenu .redArrow ul.noArrow li::before{
    content: none;

}

#contenu ol.listeLettre{
    list-style-type: lower-latin;
}

#contenu ol.romain{
    list-style-type: lower-roman;
}

#contenu ol.notesBasPage{
	margin-top: 20px;
}
#contenu ol.notesBasPage li{
	font-size: 0.857em; /* 12px/14px */
	margin: 0px 0px 10px 0px;
}
#contenu ol.references{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
}
#contenu ol.references li{
	font-size: 0.857em; /* 12px/14px */
	margin: 0px 0px 10px 0px;
	text-indent: -20px;
}

#contenu ol.listeAlpha{
	list-style-type: lower-alpha;
}


/* Listes choix de réponses */


#contenu div.choixReponse{
    
    margin: 7px 0;
}


#contenu div.choixReponse ol,
#contenu div.choixReponse ol{
    margin: 0;
    padding-left: 40px;
}

#jquiz li div.choixReponse .left,
li div.choixReponse .left{
   float: left;
}

#jquiz li div.choixReponse .right,
li div.choixReponse .right{
    float: right;
    width: 490px;
}



/* Listes #zoneMilieuAccueil */
#contenu ul.noIndent, #zoneMilieuAccueil #contenu ol.noIndent{
    padding-left: 0;
}
#zoneMilieuAccueil #contenu ul,
#zoneMilieuAccueil #contenu ol{
	margin-left: 15px;
    padding-left: 15px;
}

#zoneMilieuAccueil #contenu ul.sousListe,
#zoneMilieuAccueil #contenu ol.sousListe,{
    padding-left: 30px;
}




/* Images */
#contenu img{
	margin: 0px 0px 15px 0px;
}

#contenu img.capture{
	width: 100%;
	display: block;
}

#contenu img.centre{
	display: block;
	margin: 10px auto;
}

#contenu img.inline{
	margin: 0;
    vertical-align: baseline;
}

#contenu img.photoAccueil{
	float: left;
	margin: 0 10px 0 0;
}

/*figures*/
#contenu figure{
	/*width: 85%;*/
	display: table;
	margin: 0 auto 20px;
}
#contenu figure img{
	margin: 0 auto;
	display: block;
	max-width: 549px;
}


#contenu figure figcaption{
	display: block;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	margin-top: 10px;
}
/* Boîtes */
#contenu .boite{
	position: relative;
	margin: 20px auto;
	padding: 12px 20px 12px 70px;
	background-color: rgb(208, 129, 52);
	background-color: rgba(208, 129, 52, 0.15);
	border: 1px solid rgb(49, 28, 18);
	border: 1px solid rgba(49, 28, 18, 0.15);
	border-radius:10px;
	width: 95%;
}
#contenu .boite h4{
	margin: 0 0 .5em;
    font-weight: 400;
    font-size: 18px;
	color: #736E6A;
	font-family: "Raleway", Verdana, Geneva, sans-serif;
}
#contenu .boite ul.noIndent{
	padding-left: 23px;
}
#contenu .boite ul.noIndent.noBullet{
	padding-left: 0;
	
}

#contenu li .boite{
	margin-left: 0;
	width: 95%;
}

#contenu .boite.info{
	background-color: #eae4df;
}
#contenu .boite.warning{
	background-color: #f2d1aa;
    border: 1px dashed rgb(49, 28, 18);
    border: 1px dashed rgba(49, 28, 18, .15);
}
#contenu .citation{
    padding: 0 65px 0 50px;
	margin: 22px 0;
	position: relative;
}
#contenu .citation:before{
	content: "\0000ab";
    font-size: 7em;
    color: #cf7628;
    color: rgba(207, 118, 40, 0.1);
    position: absolute;
    top: -72px;
    left: 19px;
    transform: scale(1, 1.25);
}
#contenu .citation p:first-child:after{
    content: "\0000bb";
    font-size: .875em;
    color: rgb(207, 118, 40);
    transform: scale(1, 1.25);
    position: absolute;
    padding-left: 0.25em;
}
#contenu .citation .source{
	position: relative;
	padding-left: 24px
}
#contenu .citation .source:before{
	content: none;
	/*content: "-";
	position: absolute;
	left: 0;*/
}

#contenu .boiteAnimVideo.floatR{
	width: 64%;
	float: right;
	margin-left: 20px !important
}

#contenu .boite .boiteAnimVideo,
#contenu .accordeon .boiteAnimVideo{
	float: none;
	width: 100%;
}
#contenu .boite.rappel{
	background-color: #fff6e9
}

#contenu .boite.rappel:before {
    background-position: -264px 0;
}

#contenu .boite:before,
#contenu .boite.lecture.prep:after{
	content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 22px;
}
#contenu .boite.info:before, 
#contenu .boite.terme-definition:before, 
#contenu .boite.lecture.prep:after, 
#contenu .boite.warning:before,
#contenu .boite.exercice:before,
#contenu .boite.rappel:before,
#contenu .boite.double p.lecture:before,
#contenu .boite.double p.exercice:before,
#contenu .boite.double p.info:before{
	content: "";
    width: 34px;
    height: 32px;
    background: url(/wp-content/themes/int1010/img/structure/pictos.png) no-repeat 0 0;
}

#contenu .boite.double p{
	position: relative
	
}
#contenu .boite.double p:before{
	position: absolute;
	left: -50px;
	
}
#contenu .boite.double p.exercice:before,
#contenu .boite.exercice:before{
	background-position: 0 0;
	
}
#contenu .boite.double p.lecture:before,
#contenu .boite.lecture:before{
	background-position: -366px 0;
}

#contenu .boite.info:before,
#contenu .boite.double p.info:before{
	background-position: -299px 0;
}
#contenu .boite.warning:before{
	background-position: -333px 0;
}

#contenu .boite.terme-definition{
	background-color: #d6ccc1;
}
#contenu .boite.terme-definition:before{
	background-position: -220px 0;
}
#contenu .boite.lecture.prep:after {
    top: 62px;
    background-position: -299px 0;
}



#contenu a{
    word-wrap: break-word;
}
#contenu a.haut_page{
	margin: 0 0 12px;
	display: block;
}
#contenu a.haut_page:before{
	content: "";
    float: left;
    background: url(/wp-content/themes/int1010/img/structure/pictos.png) no-repeat -38px -1px;
    width: 25px;
    height: 27px;
    margin-right: 8px;
}
#contenu a.haut_page:after{
	content: "";
	display: block;
	clear: both;
}

#contenu .boite span.underlined{
    color: #4A1826;
    
}


#contenu .boite .boiteIco{
	display: block;
	position: absolute;
	top: 15px;
	left: -15px;
}

/*Sommaire et boutons retour*/

#contenu .retour{
    text-align: right;
}

#contenu .retour a{
    display: inline-block;
}

#contenu .retour a img{
    margin:0;
}




/* Formulaire */
#contenu form.quiz{
    margin: 15px 0;
}
#contenu form.quiz label{
    display: block;
}

/* Accordéons */
#contenu .accordeon{
	margin: 20px 0px 25px 0px;
}

#contenu .accordeon header{
    margin-bottom: 13px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 20px 5px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 20px 5px rgba(255, 255, 255, .5);
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, .5);
    cursor: pointer;
}
#contenu .accordeon header h2{
	width: 100%;
	
}

#contenu .accordeon header h2 span{
	padding-bottom: 2px;
	display: inline-block;
	width: 90%;
}
#contenu .accordeon header h2:before{
	content: "";
	display: inline-block;
    width: 20px;
    width: 20px;
    height: 20px;
	margin-right: 14px;
	margin-top: 4px;
	vertical-align: top;
    background: url(/wp-content/themes/int1010/img/structure/pictos.png) -435px -4px;
}
#contenu .accordeon header h2.ouvert:before{
	font-weight: 700;
    background-position: -468px -4px;
}

#contenu .accordeon header h2{
    display: inline-block;
    margin: 0 5px 0 0;
    max-width: 90%;
}
#contenu .accordeon .acc-contenu{
	margin-left: 30px;
	padding-left: 8px;
	border-left: solid 1px #c1b5ac;
}
#contenu .accordeon .acc-contenu p{
    margin: 0 0 10px 0;
}
#contenu .accordeon .acc-contenu p img{
    max-width: 100%;
}

#contenu .accordeon header img.opener{
    display: inline-block;
    margin: 0;
    vertical-align: sub;
}


#contenu .accordeon.etape{
    border: 1px solid #9F8189;
}
#contenu .accordeon.etape header{
    
    background-color: #7F5761;
    padding: 5px;
    margin-bottom: 0;
}
#contenu .accordeon.etape.pale header{
    
    background-color: #9F8189;
}
#contenu .accordeon.etape.dark header{
    
    background-color: #5F2D3A;
}

#contenu .accordeon.etape header .opener{
    margin-top: 7px;
}

#contenu .accordeon.etape header h3{
    color: #fff;
    margin-left: 25px;
    text-transform: uppercase;
}
#contenu .accordeon.etape header h3 span{
    text-transform: none;
    font-weight: normal;
} 

#contenu .accordeon.etape .acc-contenu{
    padding: 7px
}

#contenu .accordeon.adadListe header{
    background-color:#5F2D3A;
    padding: 12px 5px 15px 35px;
    margin-bottom: 0;
}

#contenu .accordeon.adadListe header .opener{
    margin-left: 60px;
}

#contenu .accordeon.adadListe .acc-contenu{
   border: 1px solid #5F2D3A;
}

#contenu .accordeon.adadListe.large header img.opener{
        margin: 0px 20px 0 0;
}


#contenu .accordeon.inTd{
    margin: 0;
    padding:0;
    border: 1px solid  #999999;
}
#contenu .accordeon.inTd header{
    padding: 15px 10px 15px;
    background-color: #CCCCCC;
    margin: 0;
    
}
#contenu .accordeon.inTd .acc-contenu{
    background-color: #F4E8E6;
    padding: 10px 10px;
}

#contenu .accordeon.inTd .acc-contenu p:last-child{
    margin-bottom: 0;
}

/* Accordéons ACCUEIL*/


#zoneMilieuAccueil #contenu .accordeon header{
    margin-bottom: 25px;
}

#zoneMilieuAccueil #contenu .accordeon header h3{
    text-transform: uppercase;
    color:#A72C03;
}

/* Objets draggable */
#contenu #drag_container{
    background: url(img/contenu/sem12/Sem12_graphique.jpg) no-repeat 0px 0px;
    background-color: #FFFFFF;
    border: 1px solid #962205;
    height: 594px;
    width: 594px;
}

#contenu .draggable{
    background: url(img/structure/anchor_dnd.png) no-repeat top left;
    color: #000000;
    height: 30px;
    margin: 10px;
    padding: 5px;
    text-align: left;
    width: 118px;
}

#contenu .draggable.left{
    float: left;
}
#contenu .draggable p{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-style: italic;
    margin: 0px!important;
    padding-left: 8px;
}



/*Zone retourPrint*/
#contenu #retourPrint{
    text-align: right;
    margin-top: 45px;
}

#contenu #retourPrint a{
    margin-left: 6px;
}

#contenu #retourPrint a,
#contenu #retourPrint a img{
    display: inline;
}


/* sliders */


#contenu .ui-state-default, 
#contenu .ui-widget-content .ui-state-default,
#contenu .ui-widget-header .ui-state-default {
    /* border: 1px solid #cccccc; */
    background: url(img/structure/curseur.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
    width: 22px;
    height: 35px;
}

#contenu .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

#contenu #slider{
    margin: 20px 0px;
}



/*Zone sommaire*/
#contenu .sommaire ul{
    margin-top: 20px;
    
}


/* Tableaux */
#contenu table{
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
}

#contenu table th,
#contenu table td{
	padding: 8px;
}
#contenu table thead tr th{
	font-weight: bold;
	color: #fff;
	background-color: #736e6a;
	text-align: left;
	
}

#contenu table tbody tr{
	border-bottom: 1px solid #d3c3b3;
}
	
#contenu table tbody tr:nth-child(even){
	background-color: #fff;
}







#contenu span.nowrap{
    white-space: nowrap;
}

#jquiz li div.choixReponse .left, li div.choixReponse .left{
    float: left;
}

#contenu #jquiz li div.choixReponse .right, 
li div.choixReponse .right{
    float: right;
    width: 475px;
}

div.choixReponse input[type="radio"].plusMarge{
    margin-top: 15px;
}

input[type="radio"] {
    margin-left: 15px;
}



}

#contenu div.encadre table tr td img {
    margin: 10px;
    width: 27px;
}


/* Navigation entre les articles (résultats de recherche) */
#contenu .navigationArticle{
	margin: 0px;
	overflow: auto;
}

/* ==================================================
 * zoneContenu/zoneArticle
 * ================================================== */

/* Commentaires */
#commentaires{
	margin: 35px 0px 20px 0px;
}
#commentaires h2{
	margin: 0px 0px 15px 0px;
	line-height: 1;
}
#commentaires ol{
	margin: 0px;
	padding: 0px;
}
#commentaires ol li{
	padding: 15px 0px 0px 0px;
	list-style-type: none;
	border-top: dotted 1px #9d9d9d;
}
#commentaires ol li:first-child{
	padding-top: 0px;
	border-top: none;
}
#commentaires ol li p{
	margin: 0px 0px 15px 0px;
}
#commentaires article header{
	margin-bottom: 10px;
}
#commentaires article header h3{
	margin: 0px 0px 0px 0px;
	font-size: 1em; /* 14px/14px */
	font-weight: bold;
}
#commentaires article .date{
	position: static;
	display: block;
	height: auto;
	padding: 0px;
	background-color: inherit;
	color: #191919;
}

/* Formulaire de commentaires */
#formCommentaire h2{
	margin: 0px 0px 15px 0px;
	line-height: 1;
}
#formCommentaire{
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 0px 10px;
	background-color: #e5e5e5;
}
#formCommentaire fieldset{
	overflow: auto;
}
#formCommentaire label{
	margin: 0px 0px 5px 0px;
}
#contenu #formCommentaire input[type="text"],
#contenu #formCommentaire input[type="email"]{
	width: 50%;
}
#formCommentaire textarea{
	padding: 5px;
}
#formCommentaire input[type="submit"]{
	padding: 5px 10px 5px 10px;
	font-size: 1.00em;
	line-height: 1;
	border: none;
	background-color: #d5d5d5;
	color: #3d3d3d;
}
#formCommentaire input[type="submit"]:hover{
	background-color: #b5b5b5;
	
	/* Transition/animation */
	transition: all 0.3s ease-out;
}

/* ==================================================
 * archives
 * ================================================== */

/* navigArticle */
#navigArticle{
	margin: 25px 0px 15px 0px;
}
#navigArticle ul{
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#navigArticle ul li{
	list-style-type: none;
}

/* ==================================================
 * zoneBasPage
 * ================================================== */

/* Contenu du bas de page */
#zoneBasPage{
    /*height: 80px;*/
}

#zoneBasPage #copyright{
	border-top: 1px solid #942b1d;
	font-size: 10px; /*12px/16px */
	line-height: 1.1; /*30px/12px */
	text-align: left;
	color: #000;
	text-align: center;
	padding: 10px 0;
}
#zoneBasPage a:link, #zoneBasPage a:visited{
	text-decoration: underline;
	color: #A72C03;
}
#zoneBasPage a:hover, #zoneBasPage a:active{
	text-decoration: underline;
}

/* pour popup des images*/
#zoneBasPage #imageDisplayer{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9500; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#zoneBasPage #imageDisplayer #displayerContent{

    display: block;
    position: absolute;
      top: 50%;
    left: 50%;
      transform: translate(-50%,-50%);
    /*width: 80%;*/
     z-index: 1000;
    max-width: 80%;
    height: auto;
}
#zoneBasPage #imageDisplayer #closeDisplayer{
    position: absolute;
    top: 55px;
    right: 55px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1000;
}


/* ==================================================
 * formulaires
 * ================================================== */

#contenu form{
	margin-bottom: 0px;
}
#contenu fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}
#contenu input[type="text"],
#contenu input[type="password"],
#contenu input[type="email"],
#contenu textarea,
#contenu select{
	width: 100%;
	max-width: 100%;
	min-height: 30px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #ffffff;
	color: #191919;
}

#contenu li input[type="text"].court{
    float: left;
    margin: 0px 10px 0px 0px!important;
    width: auto;

}

#contenu select{
	padding: 0;
}
#contenu input[type="text"]:focus,
#contenu input[type="password"]:focus,
#contenu input[type="email"]:focus,
#contenu textarea:focus{
	border: 1px solid #aaaaaa;
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	color: #191919;
}
#contenu textarea {
	min-height: 60px;
}
#contenu label,
#contenu legend{
	display: block;
	font-size: 1.00em; /* 14px/14px */
	font-weight: normal;
}
#contenu select{
	width: 220px;
}
#contenu input[type="checkbox"]{
	display: inline;
}
#contenu label span,
#contenu legend span{
	font-weight: normal;
	color: #191919;
}

#contenu input.rep ~ label{
    display: inline-block;
} 

#contenu div.retro{
    margin-top: 10px;
}

/* ==================================================
 * infobulles
 * ================================================== */

#contenu #allInfoBulle{
	display: none;
}

.infobulleGris{
	background-color: #7f5761;
    border-radius: 10px;
    border: solid 5px #63444b;
    padding: 10px;
	/*box-shadow: 0px 5px 10px #d2d2d2;*/
	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc);
}
.tooltipster-content{
	font-size: 14px; /* Tooltipster ne supporte que l'unité absolue px */
	line-height: 1.429; /* 20px/14px */
	color: #fff;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
}

.tooltipster-content img{
    max-width: 460px;
    display: block;
    margin: 3px;
    height: auto;
}

.tooltipster-content p{
    margin: 0;
}
.tooltipster-content a:link,
.tooltipster-content a:active
.tooltipster-content a:visited{
    color: #fff
}

.tooltipster-content span.h2{
    font-weight: bold;
}


.tooltipster-content ol{
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
}

.infobulleGris .tooltipster-content :last-child{
	margin-bottom: 0px;
}

/* ==================================================
outil de chat
 * ================================================== */
#chat-block-site{
	background-color: #942b1d !important;
}

/* ==================================================
 * panneaux
 * note : le panneau d'actualités est caché par défaut.
 * ================================================== */

/* Boutons d'accès */
a.btnPanneau{
	position: fixed;
	right: -95px;
	display: block;
	z-index: 11;
	width: 130px;
	padding: 12px 0px 12px 40px;
	font-size: 0.6875em; /* 11px/16px */
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	color: #ffffff;
    outline: none;
    
    /* Coins arrondis */
	border-radius: 15px 0px 0 15px;

	/* Gradients */
	background-image: linear-gradient(to right, #59595A, #999999);
	
	behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc); /* IE8 et moins */
}

a.btnPanneau span.img{position: absolute; left: 7px; top: 7px; width: 28px; height: 28px; background-repeat: no-repeat;}
a.active.btnPanneau span.img{left: 12px; top: 12px; background-image: url(img/modules/panneaux/minus.png)!important;}

/* Boutons d'accès spécifiques */
a#btnPanneauRecherche	{top: 245px;}
a#btnPanneauChat		{top: 295px;}
/*a#btnPanneauActualites {top:215px;}*/

a#btnPanneauRecherche span.img	{background-image:url(img/modules/panneaux/ico_recherche.png);}
a#btnPanneauChat span.img		{background-image:url(img/modules/panneaux/ico_chat.png);}
/*a#btnPanneauActualites span.img {background-image:url(img/modules/panneaux/ico_actualites.png);}*/

/* Panneaux */
.panneau{
	position: fixed;
	right: 0;
	display: none;
	z-index: 10;
	padding: 20px 150px 20px 20px;
	background: #000000;

    /* Coins arrondis */
	border-radius: 20px 0px 0 20px;
	
	behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc); /* IE8 et moins */
}

/* Contenus des panneaux */
.panneau h3{
	margin: 0 0 5px 0;
	font-size: 1.00em; /* 16px */
	color: #ffffff;
}
.panneau p{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 0.8125em; /* 13px/16px */
	line-height: 1.385; /* 18px/13px */
	color: #ffffff;
}
.panneau a{
	text-decoration: none;
	color: #ffffff;
}
.panneau a:hover{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	color: #ffffff;
}

/* Panneaux spécifiques */
#panneauRecherche	{top: 230px; width: 570px;} /* Positionnement du panneau de recherche */
#panneauChat		{top: 230px; width: 770px;} /* Positionnement du panneau de prise de notes */
/*#panneauActualites {top: 100px; width: 670px;} /* Positionnement du panneau des actualités */

/* Styles pour le contenu du panneauRecherche */
#panneauRecherche input[type="text"]{
	width: 70%;
	min-height: 25px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #ffffff;
	color: #191919;
}
#panneauRecherche #lancerRecherche{
	width: 25%;
	margin: 0 0 0 5px;
	min-height: 25px;
	background-color: #ffffff;
	border: none;
	color: #000000;
	cursor: pointer;
}
#panneauRecherche #lancerRecherche:hover{
	background-color: #2e8804;
	color: #ffffff;
}

/* ==================================================
 * outils
 * ================================================== */

/* Image replacement */
.ir{
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before{
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* 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;
}


/* ==================================================
 * Responsive
 * ================================================== */

/*@import url("/wp-content/themes/screen_size_mini.css");
@import url("/wp-content/themes/screen_size_petit.css");
@import url("/wp-content/themes/screen_size_medium.css");
@import url("/wp-content/themes/screen_size_grand.css");*/




/* ==================================================
 * 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;
		color: #000000 !important;
		box-shadow: none !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{
		display: block;
		float: none;
		height: auto;
		margin: 0px;
		padding: 0px;
		border: none;
		overflow: none;
	}
    
    
    
	#menuPrincipal, #menuPrincipal, #zoneSecondaire, #identite img, .infoConnection,#zoneHautPage,#zoneEntete,#zoneBasPage{
		display: none;
	}
	#zoneEntete{
		margin: 0 0 15px 0;
	}
	#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{
		height: auto;
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 1.25em; /* 20px/16px */
		line-height: 1.5; /* 24px/16px */
		border-bottom: solid 1px #cccccc;
	}
	#zoneHautPage h1 a:link{
		display: inline;
		margin: 0;
		padding: 0;
	}
	#zoneHautPage h1 span{
		font-size: inherit;
		line-height: inherit;
		display: inline;
	}
	#zoneHautPage h1 span:before{
		content: " - ";
	}
	
	/* Contenu : affichages des liens internes */
	#contenu a:after{
		content: " (https://modelecourswp.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: 0px;
	}
	#contenu .accordeon > div{
		display: block !important;
		padding-left: 0px;
		padding-bottom: 0px;
		border: 0px;
	}
	#contenu .accordeon > div :last-child{
		margin-bottom: 0px;
	}

	/* Bas de page */
	#zoneBasPage{
		margin: 35px 0 0 0;
		border-top: solid 1px #cccccc;
	}
	#zoneBasPage #copyright{
		text-align: left;
	}
	
	/* Panneaux d'outils */
	.panneau{
		display: none;
	}
	a.btnPanneau{
		display: none;
	}
	#chat-block-site{
		display: none;
	}
}


