targetted_decisions = {
######################################
####### Vatican				   #######
######################################
	Reclamation_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
			independent = no
			liege = {
				age = 0
				religion = FROM
				rightful_religious_head = FROM
				any_demesne_title = {
					higher_real_tier_than = DUKE
					has_law = investiture_law_1 
					ROOT = {
						NOT = {
							has_claim = PREV
						}
					}
				}
				NOT = {
					has_landed_title = k_papal_state
				}
			}
		#	liege = { # ancienne version
		#		any_demesne_title = {
		#			limit  = {
		#				tier = EMPEROR
		#				has_law = investiture_law_1
		#			}
		#			ROOT = {
		#				add_pressed_claim = PREV
		#			}
		#		}
		#	}
		#	liege = { # ancienne version
		#		any_demesne_title = {
		#			limit  = {
		#				tier = KING
		#				has_law = investiture_law_1
		#			}
		#			ROOT = {
		#				add_pressed_claim = PREV
		#			}
		#		}
		#	}
			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_Reclamation_Pontifical
						any_realm_character = {
							has_claim = k_papal_state
						}
					}
				}
			}
			custom_tooltip = {
				text = Demande_au_pape_revendication
				NOT = {
					has_character_flag = demande_revendication_flag
				}
			}
		}		
		effect = {
			set_character_flag = demande_revendication_flag
			character_event = {
				id = Reclamation_Pontifical.1
				tooltip = EVTTOOLTIP67021
				days = 1
			}
		}
	}
}