	.bi {
		vertical-align: -.125em;
  		fill: currentColor;
	}
	
	.croix {
		position: absolute;
		top: 1%;
		left: 1%;
		height: 40px;
		opacity: 70%;
	}

	.croix:hover {
		position: absolute;
		top: 1%;
		left: 1%;
		height: 40px;
		opacity: 100%;
	}

	.data_txt {
		display: none;
	}

	.font0 {
		position: relative
	}

	.font1 {
		position: relative
	}

	.font_canvas {
		width: 100%;
		height: 100%;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		position: absolute;
	}

	.font_img {
		display: block;
		-moz-border-radius: 50px 50px;
		-webkit-border-radius: 50px 50px;
		border-radius: 50px 50px;
		width: 100%;
	}

	.font_img_preview {
		display: block;
		-moz-border-radius: 50px 50px;
		-webkit-border-radius: 50px 50px;
		border-radius: 50px 50px;
		width: 100%;
	}

	.font_lost {
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: #c9c7c7;
		opacity: 0.4;
		position: absolute;
	}
	
	.font_lost1 {
		width: 200px; 
		left: 42.284%;
		top: 50%;
		position: absolute;
		padding-top: 9px;
		padding-bottom: 9px;
		text-align: center;
		border: 3px solid black;
		color: #fff;
		background: #40abef;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px;
		border-radius: 10px; 
		font-size: 20px;
	}

	.form-signin {
		width: 100%;
		max-width: 350px;
		padding: 15px;
		margin: auto;
	}
	
	.h7 {
		font-size: .7rem;
	}
	.img_font_pet {
		position: relative;
		max-height: 150px;
		max-width: 300px;
		margin-right: 10px;
	}

	.img_font0 {
		position: relative;
		max-height: 150px;
		max-width: 300px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.img_font1 {
		position: relative;
		max-height: 150px;
		max-width: 300px;
		margin-right: 10px;
	}

	.img_pet {
		display: block;
		height: 150px;
		-moz-border-radius: 20px 20px;
		-webkit-border-radius: 20px 20px;
		border-radius: 20px 20px;
	}

	.img_picture {
		display: block;
		height: 150px;
		-moz-border-radius: 20px 20px;
		-webkit-border-radius: 20px 20px;
		border-radius: 20px 20px;
	}

	.img_picture:hover {
		display: block;
		height: 150px;
		-moz-border-radius: 20px 20px;
		-webkit-border-radius: 20px 20px;
		border-radius: 20px 20px;
		opacity: 80%;
	}
	
	.input_preview {
		max-width: 300px;
		max-height: 300px;
	}

	.pet {
		-moz-border-radius: 20px 20px;
		-webkit-border-radius: 20px 20px;
		border-radius: 20px 20px;
	}

	.picture_flex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.picture_flex_cadre {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: antiquewhite;
		border: 2px solid #0076c0;
		height: 154px;
		padding-right: 20px;
		border-radius: 22px;
		margin-bottom: 20px;
	}

	.txt_fail {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 200px;
		font-size: 20px;
		font-weight: bold;
		text-shadow: #ffffff 1px 1px, #ffffff -1px 1px, #ffffff -1px -1px, #ffffff 1px -1px;
	}

/* Popup box */

	.img_preview {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		background-color: #eee;
		background-image: linear-gradient(top, #fff, #f0f0f0);
		border-radius: 2px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.15);
		color: #666;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
		cursor: pointer;
		transition: all 0.2s ease-out;
	}

	.img_preview:hover {
		border-color: #999;
		box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	}

	.img_preview:active {
		box-shadow: 0 1px 3px rgba(0,0,0,0.25) inset;
	}

	.img_preview_content {
		position: relative;
	}

	.img_preview_visibility {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.5);
		transition: opacity 200ms;
		visibility: hidden;
		opacity: 0;
	}

	.img_preview_visibility .cancel {
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: default;
	}

	.img_preview_visibility:target {
		visibility: visible;
		opacity: 1;
	}

	.img_preview_popup {
		margin: 75px auto;
		padding: 20px;
		background: #fff;
		border: 1px solid #666;
		width: 100%;
		box-shadow: 0 0 50px rgba(0,0,0,0.5);
		position: relative;
	}

	.img_preview_popup .close {
		position: absolute;
		width: 50px;
		height: 20px;
		top: 20px;
		right: 20px;
		opacity: 0.8;
		transition: all 200ms;
		font-size: 50px;
		font-weight: bold;
		text-decoration: none;
		color: #666;
	}

	.img_preview_popup .close:hover {
		opacity: 1;
	}

/* Logo */

	.logo {
		width: 100%;
		height: auto;
	}

	@media screen and (max-width: 650px) {
		.logo {
			width: 400px;
			height: auto;
		}
	}

	@media screen and (max-width: 540px) {
		.logo {
			width: 320px;
			height: auto;
		}
	}

	@media screen and (max-width: 430px) {
		.logo {
			width: 220px;
			height: auto;
		}
	}
