.btn-perso {
		  color: #ffffff;
		  background-color: #00b0e6;
		  border-color: #00b0e6;
		}

		.btn-perso:hover {
		  color: #ffffff;
		  background-color: #057ea3;
		  border-color: #057ea3;
		}

		.btn-perso:focus, .btn-perso.focus {
		  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
		}

		.btn-perso.disabled, .btn-perso:disabled {
		  color: #ffffff;
		  background-color: #6dd3f2;
		  border-color: #6dd3f2;
		}

		.btn-perso:not(:disabled):not(.disabled):active, .btn-perso:not(:disabled):not(.disabled).active,
		.show > .btn-perso.dropdown-toggle {
		  color: #ffffff;
		  background-color: #00b0e6;
		  border-color: #00b0e6;
		}

		.btn-perso:not(:disabled):not(.disabled):active:focus, .btn-perso:not(:disabled):not(.disabled).active:focus,
		.show > .btn-perso.dropdown-toggle:focus {
		  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
		}