@page { margin: 0.5cm; }
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

img { max-width: 100% !important; }
tr, img { page-break-inside: avoid; }


/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
.menu, .menuPied, .lienPartager, #vortexDebug, .miniConsole, .banniere-interne, .boite_photo, .joindre_boite, .slider-accueil_boite { display:none; }

/* TEXTES
--------------------------------------------------------------------------------------- */
.texte a { color: #00f; text-decoration:underline; }
.texte a:visited { color: #800080 ; }
h2,h3 { page-break-after: avoid; }


/* entête
-------------------------------------------------------------------------------------- */
.entete { position: static; }
.logo svg { fill: #000; }


/* LISTING 
-------------------------------------------------------------------------------------- */
.projet_item {
    margin: 0 5% 1.25em 0;
    width: 47.5%;
  }


/* ACCUEIL
-------------------------------------------------------------------------------------- */

.residence_boite {
	height: auto;
	padding: 0;
	page-break-inside: avoid;
}

/* PAGE DÉTAIL DE PROJET
-------------------------------------------------------------------------------------- */

.boite_table .plans_table {
	min-width: 0;
    width: 100%;
}