@media print {
	
      body:after{/***ajout du code QR ****/
            content: url("https://hommes-immigrants.sherpa-recherche.com/images/code_QR.png")!important;
                /*content:url(https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=https://www.hommes-immigrants.sherpa-recherche.com);*/
                max-width: 4em !important;
            }

      body 
      {     
            margin: 0;
            color: #000;
            
            background-color: #ffffff;
            }
      
     footer, .imprimer, .boutons-outils, .bloc-container-header, .header-header, button#haut, .ligne-outils    {   
      display:none !important;
      
      }

       

      .boite-1, .boite-2, .ressource
      {   
       display: inline-block;  
       width: 1cm;
       height: 1cm;
       margin-top: 1em; 
       margin-bottom: 1em;
             
       }

       .boite-titre, .boite-titre-juste1  {   
            margin-top: 1em; 
            margin-bottom: 1em;
            padding: 0;    
            margin-left: 0; 
            }

      .texte  {   
                 
                  margin-bottom: 1em;
                        
                  }     
     
      .vignette {
            width: 90%;     
             
                   }

       .header-container  {
           display: inline-block;    

      }


      .h1-print::before {
            text-align: left;
	      font-family: 'Montserrat', sans-serif;
	      font-weight: bold;
	      font-size: 2em;
	      margin: 0;
	      color: #373e50 !important;
	      text-transform: uppercase;
            content: "\a";
            white-space: pre;
            padding-bottom: 1em;
            content: "Intervenir auprès des hommes immigrants";
          }

          .sous-titre-print::before {
            font-family: 'Montserrat', sans-serif;
	      color: #910c07;
	      font-size: 1.8em;
	      margin-top: 0.5em;
	      font-weight: bolder;
	      display: inline-block;
	      text-align: left;
            padding-bottom: 1em;
            content: "Ai-je la bonne approche?";
          }

          .sous-titre-print::after {
            content: "\a";
            white-space: pre;

      }

      .lignes-print::after {
            content: '';
          }

      form {
      background: #ffffff;
      width: 100%;
      padding: 3em;
      min-width: 5em;
      max-width: 50em;
      /*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
      border-radius: 3px;
      }

     /*.picto-problematique {
	
	grid-area: 2 / 1 / span 1 / span 2;
	display:grid;
	
	grid-template-columns: 1fr;
	grid-template-areas: "problematique";
      padding:0;
	
      }
      .picto {
      display:none !important; 
      
      }*/

     


       
/*@page {
      margin: 2cm;
      }*/
      


}