@charset "utf-8";
/* CSS Document */

@media print {

  html, body {
    width: 210mm;
    height: 297mm;
  }

#content{
    width: 100%;
    margin: 0;
    float: none;
}

.img-action{
	display: none;	
}

#head-top, #footer, #bouton{

	display: none;

}
.txt{
	visibility:visible; 
}	

a:link, a:visited{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#nav, #sidebar:not(.sidebar-offre){
    display: none;
}


hr{
	display: none !important;
}

div { border: none !important; }

/***************CONSOMMABLES********************/

a[href]:after { content: none !important; }

.logo{ 
	margin-top: 20px; margin-bottom: 0px; 
}

.nav{ 
	display: none; 
}

.slogan{ 
	display: none; 
}

.container-titre{
	display: none;
}

.section-slider{
	display: none;
}

.breadcrumb {
	display: none;
}

.retour-recherche{
	display: none;
}

.lien-social-print{
	display: none;
}

.section-infos-produit .photo-produit img{
	max-height: 200px;
	width: auto;
	padding: 20px;
}

.section-infos-produit .photo-produit{
	max-height: 200px;
	width: auto;
}

.section-infos-produit .materiels-assoc{
	border: none !important;
	margin:0;
	height: 100px !important;
}

.liste-materiels ul li {
	text-decoration: none;
	list-style: none;
	display: inline;
	float: left;
}

.liste-materiels ul li:before {
	font-size: 14px;
	content: "\f105";
	margin: 0px 7px;
	font: normal normal normal 14px/1 FontAwesome;
}

.bouton-valider{
	display: none;
}

/*PAGE RECRUTEMENT*/
.global-contenu-offre .btn-postuler{
	display: none;
}

#sidebar.sidebar-offre a{
	display: none;
}

.btn-postuler{
	display: none;
}

.partage-offre{
	display: none;
}

.section-historique{
	display: none;
}

.section-logos{
	display: none;
}

#footer{
	display: none;
}

}

