@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@page {
  margin: 2cm;
}
@media print {
	* {
    all: unset;
    display: revert;
  }

    *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  img {    
    max-width: 100%;
  }
  input,
  textarea,
  select {
    all: revert;
  }

   body {
        font-family:Helvetica, Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.5;
    background-color: #fff !important;
    color: #14213f !important;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 20pt;
    margin-top: 20pt;
  }
  h3,
  h4 {
    font-size: 14pt;
    margin-top: 14pt;
  }
  h5,
  h6 {
    font-size: 13pt;
    margin-top: 14pt;
  }

  /**
  * Lignes veuves et orphelines
  */

  p,
  blockquote,
  figcaption {
    orphans: 3; /* pas de ligne seule en bas */
    widows: 3; /* pas de ligne seule en haut */
  }

  /**
  * Sauts de pages
  */

  ul,
  ol,
  dl,
  a,
  table,
  pre,
  blockquote {
    page-break-inside: avoid; /* pas de sauts au sein de ces élements */
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img,
  figure,
  caption {
    page-break-inside: avoid; /* pas de sauts au sein de ces élements */
    page-break-after: avoid; /* pas de saut après ces éléments */
  }

  ul,
  ol,
  dl {
    page-break-before: avoid; /* pas de sauts avant de ces élements */
  }

  /**
  * Liens
  */

  a,
  a:link,
  a:visited {
  background: transparent !important;
  color: unset;
  font-weight: 700;
  text-decoration: underline !important;
  }

  a[href^=http]:after,
  a[href^=https]:after,
   {
    content: " (" attr(href) ")"; /* affichage des URL des liens externes */
  }

  /**
  * Masquage des vidéos
  */

  video,
  object,
  iframe {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /**
  * Classes utilitaires
  */

  .u-print {
    display: block;
    display: revert !important; /* affichage des éléments de classe u-print */
  }
  .u-no-print {
    display: none !important; /* masquage des éléments de classe u-no-print */
  }

}
.entete
{
	width:210mm;
	border:1pt solid #de0458;
}
 .entete .logo

{
	
	
	width:50mm;
	height:30mm;
	float:left;

}
.entete .logo img
{
	
	height:100px; 
	width:148px;
	margin-top:15px;
	margin-left:5px;

}

.entete .entete-txt {
	width: 150mm;
	height: 35mm;
	text-align: center;
	margin: auto;
	margin-left: 55mm;
	padding-top: 10px;
	padding-bottom: 10px;
}
.entete .entete-txt .entete-titre
{
	color:#14213f;
	font-size:18pt;
	font-weight:bold;
	letter-spacing: 1px;
}

.entete .entete-txt .entete-adresse, .entete-contact, .entete-site
{
	color:#14213f;
}

.div-titre 
{
	display: flex;
	justify-content:space-between;
	align-items: center;
	width:210mm;
	font-size:18pt;
	color:#de0458;
	font-weight: bold;
	margin-top:10mm;
	padding:0mm 2mm;
	line-height: 1em;
}
.div-titre .titre
{
	width:160mm;
}
.div-titre .prix
{
	
	vertical-align: middle;
	font-size:24pt;
	width:50mm;
	text-align: right;
}

.div-images
{
	width:210mm;
	display:flex;
	margin-top:2mm;
	margin-right:10px;
}

.firstImage
{
	height:13.3cm;
	width:16cm;
	object-fit:cover;
	margin-right: 2mm;

}

.autresImagesDiv 
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.autreImage
{
	height:4.3cm;
	width:6cm;
	object-fit:cover;

}

.div-infos
{
	display:flex;
	margin-top:10px;
}
.div-descriptif
{
	width:140mm;
	height:60mm;
	/*border: solid 1pt #000;*/
	line-height:1.2em;
	text-align:justify;
	padding-top:5mm;
	
}
.div-dpe
{
	width:120mm;
	height:60mm;
	object-fit:contain;
	border: solid 1pt #de0458;
	padding:10px;
	margin-left:10mm;
}

.div_caracs
{
	display:flex;
	margin-top:3mm;
}

.div_caracs_generales, .div_caracs_financieres
{
	width:65%;
	height:45mm; 
	border:solid 1pt #de0458;
	margin:10px;
	padding:10px;

}
.div_caracs_financieres
{
	width:35%;
}

.div_caracs_generales_list, .div_caracs_financieres_list
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height:35mm;
}
.div_caracs_generales_list .row, .div_caracs_financieres_list .row
{
	display: flex;
	justify-content: between;
}
.div_caracs_generales_list .row .col, .div_caracs_financieres_list .row .col
{
	font-size:9pt;
	line-height: 1.2;
	margin-right:1pt;
}
.div_caracs_title
{
	font-weight: bold;
}

.div-titre .prixLoc
{
  font-size:16pt;
}