targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Gouvernement_Orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			age = 0
			has_landed_title = k_orthodox
			NOT = {
				government = Gouvernement_Orthodox
			}
		}	
		effect = {
			set_government_type = Gouvernement_Orthodox
		}
	}	
}