targetted_decisions = {
######################################
####### Vatican				   #######
######################################
	loi_pontifical = {
		filter = all
		ai_target_filter = all
		ai = no
		diplomacy_icon = GFX_icon_loi-pontifical_Vatican
		from_potential = {
			has_landed_title = k_papal_state
		}
		allow = {
			age = 0
			religion = FROM
			rightful_religious_head = FROM
			in_revolt = no
			is_landed = yes
			any_demesne_title = {
		#		higher_real_tier_than = DUKE
				has_law = investiture_law_1
			}
		#	OR = { # ancienne version
		#		any_demesne_title = {
		#		#	AND = {
		#				tier = EMPEROR
		#				has_law = investiture_law_1
		#		#	}
		#		}
		#		any_demesne_title = {
		#		#	AND = {
		#				tier = KING
		#				has_law = investiture_law_1
		#		#	}
		#		}
		#	}
			NOT = {	
				is_theocracy = yes
				mercenary = yes
				holy_order = yes
			}
			NOT = {	
				any_liege = {
					has_claim = k_papal_state
				}
				has_claim = k_papal_state
				any_vassal = {
					has_claim = k_papal_state
				}
			}
			NOT = {
				top_liege = {
					custom_tooltip = {
						text = any_realm_character_loi_pontifical
						any_realm_character = {
							has_claim = k_papal_state
						}
					}
				}
			}
			custom_tooltip = {
				text = Demande_au_pape_loi
				NOT = {
					has_character_flag = demande_loi_flag
				}
			}
		}	
		effect = {
			set_character_flag = demande_loi_flag
			character_event = {
				id = Investiture.1
				tooltip = EVTTOOLTIP67001
				days = 1
			}
		}
	}
}