@charset "utf-8";
/* 
FONTS :
	1. montserrat-alternates
	2. 911_normal
	3. 911_title
	4. 911_italic

ROUGE CLAIR : #FB0A01
ROUGE FONCE : #C50802
*/
.petContainer { width:100%; display:flex; flex-wrap:wrap; align-content:flex-start; }
	.petContainer_text { width:100%; display:flex; flex-wrap:wrap; }

.petContainer_box { width:100%; display:flex; flex-wrap:wrap; }
	.petContainer_box_content { width:100%; margin-bottom:1rem; padding:1rem; display:flex; flex-wrap:wrap; border-bottom:rgba(197,8,2) 2px solid; background-color:#F1F1F1; }
		.petContainer_box_content_pict { width:25%; font-size:0; }
		.petContainer_box_content_details { width:70%; display:flex; flex-wrap:wrap; flex-direction:column; padding:1rem 2rem; justify-content:center; }
			.petContainer_box_content_details_line { width:80%; display:flex; flex-wrap:wrap; color:#000000; }
				.petContainer_box_content_details_lineLabel { width:25%; }
				.petContainer_box_content_details_lineText { width:75%; }
					.petContainer_box_content_details_lineText a:link, .petContainer_box_content_details_lineText a:visited { color:rgba(197,8,2); }
					.petContainer_box_content_details_lineText a:hover, .petContainer_box_content_details_lineText a:active { color:#000000; }
		.petContainer_box_content_pdf { width:5%; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
			

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width:1020px) {

}

@media only screen and (max-width:600px) {
	.petContainer_text { font-size:1.25rem; }
	.petContainer_box_content_pict { width:100%; }
	.petContainer_box_content_details { width:100%; padding:1rem 0; font-size:1.25rem; }
		.petContainer_box_content_details_line { width:100%; text-align:center; }
			.petContainer_box_content_details_lineLabel { width:100%; }
			.petContainer_box_content_details_lineText { width:100%; }
	.petContainer_box_content_pdf { width:50%; margin:0 auto; }

}