/* --------- styles pour l'impression ---------- */

/* --------- reset ------------*/
 
* {
	background: none!important;
	/*background-color: white!important;*/
}
body {
  width: 8in !important;
  margin: 0px!important;
  font-size: 12pt!important; 
  background-color: #fff!important;
  color: #000!important;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
  /*color: #000!important;*/
  /*margin: auto!important;*/
}
p, blockquote {
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol, img {
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}
h1, h2, h3, caption {
  page-break-after: avoid; /* pas de saut après ces éléments */
}
a {
  color: #000!important;
  text-decoration: underline!important;
}
/*a[href]:after {
  content: " (" attr(href) ")"; affichage des URL des liens 
  font-size: 7pt;
}
*/
/* --------- code QR de l'URL de la page (si fichier PHP) -------- */
h1:after {
	content: url(https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=http://<?phpthe_permalink()?>&choe=UTF-8);
    position: absolute;
    right: 50;
    top: 50;
}


/* --------- élimination de certains éléments -------- */
.menu-secondary, #navigation {
	display: none;
}



/* ----------- éléments redéfinis ------------ */
#content {
    margin-bottom: 0px;
}
#wrap {
	min-height: inherit;
	height: auto !important;
	margin-bottom: 0px;
}

#wrap:after {
    content:'';
    display:block;
    clear: both;
}

#footer {
position: static;
height: auto;
}
#footer #credits .logos {
    display: none;
}
.home #footer #credits .contact, .home #footer #credits .contact a {
    color: black;
}

#recent-posts-3 ul {
    height: auto;
    overflow: visible;
}

#header .contact-infos {
color: black!important;
}

.single #wrap {
    background: none !important;
}

p.fleche {
display: none;
}

.single .content {
	width: 6in;
}

.single .entry-content p {
	font-size: 12pt;
	line-height: 1.5em;
}
#header .inner {
    padding-top: 0px;
    padding-bottom: 20px;
}
#header .contact-infos {
    display: none;
}
.page-template-informations-page-php #infos-content {
	width: 8in;
}
.page-template-informations-page-php #infos-content .item {
	width: 2.5in;
	padding: 14px;
	margin-bottom: 16px;
	color: black;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: .9em;
	border: 1px black solid;
	/* background-color: #e2e2e2 !important; */
}
/* 
.page-template-informations-page-php #infos-content .item div, .page-template-informations-page-php #infos-content .item div div {
	background-color: #e2e2e2 !important;
}
 */
.page-template-informations-page-php #infos-content .item p strong {
    color: black;
}
/* 
.price-big {
padding-right: .125in;
}
 */
.page-template-informations-page-php #infos-content #packages {
    width: 5.75in;
}
.pointille {
	border-top: dotted black 1px;
}

.home .four.columns.menu-button-wrap {
    width: 3.25in;
    float: left;
    margin-right: 10px;
}
body.sidebar-right #wrap #sidebar {
    float: left;
    width: auto;
}
.menu-button-wrap div h2 {
	color: inherit !important;
}
.page-template-programs-page-php .content {
	color: inherit;
	margin-bottom: 25px;
}
.page-template-programs-page-php h1.program-title {
	padding: 0px;
}
.page-template-programs-page-php .university {
	margin-left: 0px;
}



/* -------- remplacement du logo -------- */
a.logotype-img img {
display:none;
}
a.logotype-img:after {
content:url("images/logo_hospitalieres_noir.png");
}
