/* 
  ------------------------------------------------
  Chantale Truchon Notaire
  Print Media Style Sheet
	Last revision 2020-05-11
  ------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	min-width: 0;
	font-size: .85em;
	color: #000;
}

/* Chrome + FFox - Force page break after element when printing

div {page-break-inside: avoid; break-inside: avoid;}
*/


/* Chrome + FFox - Force page break after element when printing 
   IE refuses the page-break-after on positioned elements (including floats)
	 but works with divs*/
.breakprint { page-break-after: always; }

/* Chrome + FFox - Force page break after element when printing */
p {
  page-break-inside: avoid;
}


/*Background colors*/
.redback { background-color:#fff !important; color: #000; }
.ebonyback { background-color:#fff !important; color: #000; }
.creamback { background-color:#fff !important; color: #000; }
.greyback { background-color:#fff !important;  color: #000; }
.blancback { background-color: #fff; color: #000;}

.content, .column-content   {
	padding: 0;
	border: none !important;
}

/* Content width container */
.contain {
	max-width: 100%;
}

.masthead {
	border: none;
}
.masthead a:link, .masthead a:visited, .masthead a:hover, .masthead a:focus {
	color: #000;
}

.print { display: block; }
.noprint { display: none; }

.banner { display:none; }


h1 { font-size: 1.2em; color: #000;}
h2 { font-size: 1.2em; color: #000; }
h3 { font-size: 1.1em; color: #000; }
h4 { font-size: 1em; color: #000; }

iframe, .copyright { display:none; }

/*The Footer */
.footer {
	background-color: #fff;
	color: #000;
}

a.footer:link {
	color: #000;
}
