		.login.login-3 .login-aside {
			width: 100%!important;
			max-width: 400px!important;
		}

		
		.bgSizeCover {
			background-color: #B1361C!important;
			background-image: url(img/image001.png);
			background-repeat: no-repeat;
			background-position: center;

		}

		
		@media (max-width: 767px) {
		.login.login-3 .login-aside.bgSizeCover {
        background-image: url(img/image001_mobile.png);
		background-position: bottom;
		height:300px;
		background-size: cover;
		}
		}

		/* Media Query pour les smartphones */
		@media (max-width: 767px) {
			.bgSizeCover {
				background-color: #B1361C!important;
				background-image: none;
			}
		}

		/* Media Query pour les écrans plus grands */
		@media (min-width: 768px) {
			.bgSizeCover {
				background-color: #B1361C!important;
				background-image: url(img/image001.png);
				background-repeat: no-repeat;
			}
		}
		
		
		#contactdate{
			background-color: #f0f0f0; /* Couleur de fond gris clair */
			border-radius: 8px; /* Bords arrondis pour le conteneur */
			padding: 20px; /* Espacement intérieur pour donner de l'espace autour du calendrier */
		}