#textareaid {
            width: 100%!important;
            height: 550px!important;
        }
		
#textareaid {
            width: 100%!important;
            height: 200px!important;
        }
.custom-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.form-control {
		padding-top:0px!important;
		padding-bottom:0px!important;
	}
	.qr-bg {
            background-color: #193352;
            transition: background-color 0.3s ease;
        }
        .qr-bg:hover {
            background-color: #28557a; /* Couleur de fond lors du survol */
        }
 		