<?xml version="1.0" encoding="UTF-8"?>
<hml xmlns="https://heuristnetwork.org" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://heuristref.net/scheme_hml.xsd">
<database id="1414">Geo_Recits</database>
<query w="a" db="Geo_Recits" q="ids:92"/>
<dateStamp>2026-04-26T07:34:17+02:00</dateStamp>
<resultCount>1</resultCount>
<records>
<record visibility="public" visnote="no login required" selected="no" depth="0">
<id>92</id>
<type id="51" conceptID="99-51">CMS_Home</type>
<citeAs>https://heurist.huma-num.fr/heurist/?recID=92&amp;db=Geo_Recits</citeAs>
<title>&lt;i&gt;WEBSITE&lt;/i&gt; &lt;b&gt;Géo-Récits {R1}&lt;/b&gt; [ Menus: ]</title>
<added>2022-02-09 10:42:01</added>
<modified>2025-09-23 15:40:41</modified>
<workgroup id="1">Database Managers</workgroup>
<detail conceptID="2-1">Géo-Récits</detail>
<detail conceptID="2-3">Géo-récits a pour objectif de produire une connaissance sur les parcours migratoires de scientifiques,artistes et intellectuels en contexte de danger (guerres, dictatures, persécutions individuelles…) depuis le début du XXème siècle.</detail>
<detail conceptID="2-23">georecits@icmigrations.fr</detail>
<detail conceptID="2-36">2-190</detail>
<detail conceptID="2-38">
<file>
<id>674</id>
<nonce>aec6db1c7245e27714af5df7fa28be945cb5a10d</nonce>
<origName>logo.png</origName>
<mimeType>image/png</mimeType>
<fileSize units="kB">4</fileSize>
<date>2022-08-16 02:53:19</date>
<url>https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=aec6db1c7245e27714af5df7fa28be945cb5a10d</url>
</file>
</detail>
<detail conceptID="2-39">
<file>
<id>675</id>
<nonce>80ba951133722ab702c278eb25a9d5b792cdf86a</nonce>
<origName>logo.png</origName>
<mimeType>image/png</mimeType>
<fileSize units="kB">2</fileSize>
<date>2022-08-16 05:58:01</date>
<url>https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=80ba951133722ab702c278eb25a9d5b792cdf86a</url>
</file>
</detail>
<detail conceptID="3-1092">{&quot;cd_bg&quot;:&quot;#e0dfe0&quot;,&quot;cl_bg&quot;:&quot;#ffffff&quot;,&quot;cd_color&quot;:&quot;#333333&quot;,&quot;cd_input&quot;:&quot;#F4F2F4&quot;,&quot;cd_border&quot;:&quot;#95A7B7&quot;,&quot;cd_corner&quot;:&quot;0&quot;,&quot;ca_bg&quot;:&quot;#ffffff&quot;,&quot;ca_color&quot;:&quot;#000000&quot;,&quot;ca_input&quot;:&quot;#536077&quot;,&quot;ce_bg&quot;:&quot;#ECF1FB&quot;,&quot;ce_color&quot;:&quot;#6A7C99&quot;,&quot;ce_input&quot;:&quot;#ffffff&quot;,&quot;ce_readonly&quot;:&quot;#999999&quot;,&quot;ce_mandatory&quot;:&quot;#CC0000&quot;,&quot;ce_helper&quot;:&quot;#999999&quot;,&quot;sd_bg&quot;:&quot;#f2f2f2&quot;,&quot;sd_color&quot;:&quot;#555555&quot;,&quot;sh_bg&quot;:&quot;#f2f2f2&quot;,&quot;sh_color&quot;:&quot;#2b2b2b&quot;,&quot;sh_border&quot;:&quot;#999999&quot;,&quot;sa_bg&quot;:&quot;#95A7B7&quot;,&quot;sa_color&quot;:&quot;#212121&quot;,&quot;sa_border&quot;:&quot;#aaaaaa&quot;,&quot;sp_bg&quot;:&quot;#9CC4D9&quot;,&quot;sp_color&quot;:&quot;#ffffff&quot;,&quot;sp_border&quot;:&quot;#003eff&quot;}</detail>
<detail conceptID="99-742" isRecordPointer="true">1413</detail>
<detail conceptID="99-742" isRecordPointer="true">1157</detail>
<detail conceptID="99-742" isRecordPointer="true">2865</detail>
<detail conceptID="99-742" isRecordPointer="true">2393</detail>
<detail conceptID="99-742" isRecordPointer="true">2202</detail>
<detail conceptID="99-742" isRecordPointer="true">1325</detail>
<detail conceptID="99-742" isRecordPointer="true">3006</detail>
<detail conceptID="99-948">Digital Humanities, Heurist, Research, Database, Open Data</detail>
<detail conceptID="99-946">/* Variables */
:root {
    --header-height: 93px;
    --pink: hsl(281deg 68&#37; 60&#37; / 75&#37;);
    --red: hsl(354deg 69&#37; 57&#37;);
    box-sizing: border-box;
}

button, .bcoll, button div {
    cursor: pointer;
}

p a:link, li a:link, p a:visited, li a:visited {
  box-shadow: inset 0 -0.2rem 0 #C57CE6A3;
  transition: 0.2s ease-in-out;
  color: #000;
  text-decoration: none;
}

p a:link:hover, li a:link:hover {
 box-shadow: inset 0 -2rem 0 #C57CE6A3;
 color: #000;
  text-decoration: none;
}

 .nolink a:link:hover, .nolink a:link {
 box-shadow: none;
  text-decoration: none;
}

blockquote p {
border-left: solid 4px #C57CE6A3;
padding-left: 10px;
font-style: italic;
}



/* Font for whole website */

* {
    font-family: 'Poppins', sans-serif!important;
}

.tinymce-body img{
   padding: 10px;
   float: right;
}


/* page structure */

#main-content-container {
   position: static!important;
   height: auto;
   top: 0!important;
   scroll-padding-top: var(--header-height);
   padding: 0!important;
}

#main-content {
   min-height: calc(100vh - var(--header-height));
   display: flex!important;
   justify-content: center;
   padding: 0!important;
   position: relative!important;
}

/* Enable scrolling during edit mode */
.ui-layout-container&gt;.ui-layout-pane-center {
   overflow-y: scroll!important;
}

/* This declaration should only apply to the .ent_wrapper that contains the header...
   Unfortunately the element is not identified in the standard Heurist template, and the :has selector
    is not supported yet across all major browsers. */

body&gt;.ent_wrapper,                              /* During normal page view */
.ui-layout-pane-center&gt;.ent_wrapper    /* During edit mode */
 {
   position: sticky!important;
   top: 0!important;
   min-height: var(--header-height);
   z-index: 10;
   height: auto!important;
   padding: 0!important;
}

#main-header {
    height: auto!important;
    display: flex;
    justify-content: center;
    position: static!important;
}

#main-menu {
    background: white;
    border: none;
    z-index: 9999;
}

#main-menu ul &gt; li &gt; ul {
    top: unset!important; /* properly position submenus */
}

/* Extremely specific declaration to override Heurist styles */

#main-header #main-menu .ui-menu &gt; li &gt; a {
    font-weight: 400!important;
}

#main-header #main-menu .ui-menu &gt; li &gt; a.selected {
    background: none!important;
    color: var(--pink)!important;
}

#menu-icon {
    display: none;
    aspect-ratio: 1/1;
    transition: rotate 0.5s;
}

.horizontalmenu &gt; .ui-menu-item {
    margin: 0px 0px !important;
}

.invert { rotate: 180deg; }

@media screen and (max-width: 1110px) {
    #main-header #main-menu {
        display: none!important;
        position: absolute;
        top: 91px;
    }
    #menu-icon {
        display: block;
    }
   .horizontalmenu &gt; .ui-menu-item {
       width: 100&#37;;
       font-size: 1rem;
       min-height: 3rem;
       background: white;
       border: none;
       margin: 0;
   }
   .ui-menu .ui-menu {
       position: static;
   }
   .horizontalmenu {
       box-shadow: 0px 0.3rem 0.3rem black;
   }
}

#menu-icon button {
    aspect-ratio: 1;
}

/* Container class for site – cap width on text/header elements */

.mw-1280 {
    display: flex;
    width: 100&#37;;
    align-items: center;
    justify-content: space-evenly;
}

.mw-1280 &gt; div {
    display: flex;
    width: 100&#37;;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}


@media screen and (max-width: 1280px) {
    .mw-1280 {
        padding: 0 1.5rem;
    }
}

/* Layout for map page */
#controls-overlay {
  position: absolute;
  width: 100&#37;;
  height: 100&#37;;
  top: 0;
  left: 0;
  pointer-events: none;
}

#controls-overlay &gt; * {
  pointer-events: all;
}

#map-for-story, #institution-map {
  width: 100&#37;;
  height: 100&#37;;
}

#person-gallery {
  position: absolute! important;
  right: 4.5vw;
  bottom: 2rem;
  padding: 0.5rem;
  width: 55vw;
  height: auto;
  min-height: 1rem;
  background: white!important;
  z-index: 1020;
}

#person-gallery-widget {
  min-height: 250px!important;
  max-height: 30vh;
}

#person-gallery-btn {
    position: absolute;
    transform: translate(0, -1rem);
    margin: auto;
    width: 100&#37;;
    display: flex!important;
    z-index: 1000;
    justify-content: center;
}

#story-window-btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0.5rem, 0);
    margin: auto;
    height: 100&#37;;
    display: flex!important;
    flex-direction: column;
    z-index: 1000;
    justify-content: center;
}

#person-gallery-btn .hidden,
#story-window-btn .hidden {
    display: none;
}

#person-gallery-btn &gt; button {
    width: 3rem;
    height: 1.3rem;
}

#story-window-btn &gt; button {
    width: 1.3rem;
    height: 3rem;
    padding: 0;
}

#story-elements-container,
#detail-view-container {
    min-width: 1rem;
    position: absolute;
    height: calc(100&#37; - 7rem);
    bottom: 2rem;
    left: 1rem;
}

/* Responsive base: Laptop */
#story-elements,
#detail-view &gt; iframe,
#main-search {
    width: 500px;
    max-width: 30vw;
}

/* Tablet */
@media screen and (max-width: 860px) {
    #story-elements,
    #detail-view &gt; iframe,
    #main-search {
        max-width: 40vw;
    }
}

/* Phone */
@media screen and (max-width: 600px) {
    #story-elements,
    #detail-view &gt; iframe,
    #main-search {
        max-width: 80vw;
    }
}

#story-elements-container, #person-gallery, #detail-view-container {
   box-shadow: grey 0 0 0.5rem;
}

#main-search {
    max-width: 30vw;
    width: 450px;
    height: 3.5rem;
    /* margin-left: 10px; */
    position: absolute;
    padding: 0.5rem;
    left: 1rem;
}

.simple-search {
    display: flex;
    justify-content: stretch;
    min-height: 35px;
    /* margin: auto; */
    width: 90&#37;;
    margin: auto;
}

.simple-search&gt;input{
    border-radius: 7px 0 0 7px;
    border-width: 1px;
    border-color: lightgrey;
    flex: 1 1 auto;
    /* margin-left: 10px; */
}

.simple-search&gt;button{
    border-radius: 0 7px 7px 0;
    flex: 0 1 35px;
}

/* Custom stylings for StoryMap */

#title {
    max-width: 60vw;
}

#storyList .recordDiv *,
.storymap-overview *,
#story-elements *
 {
     font-size: 1.10rem!important;
}

#storyList .recordDiv figcaption,
.storymap-overview figcaption,
#story-elements figcaption {
    text-align: center;
    font-size: 0.8rem !important;
    color: #888888;
    padding-top: 10px;
}

#storyList .recordDiv figcaption a,
.storymap-overview figcaption a,
#story-elements figcaption a, #storyList .recordDiv figcaption *,
.storymap-overview figcaption *,
#story-elements figcaption *{
    font-size: 0.8rem !important;
}

#storyList .recordDiv h3,
.storymap-overview h3,
.smarty-report h3 {
     font-size: 1.2rem!important;
}

#storyList .recordDiv h2,
.storymap-overview h2,
.smarty-report h2 {
     font-size: 1.3rem!important;
}

#storyList .recordDiv img,
.storymap-overview img,
.smarty-report img {
     width: 100&#37;;
}

#storyList .recordDiv img, .storymap-overview img {
    margin: auto;
    display: block;
    max-height: 400px !important;
    width: auto !important;
    max-width: 90&#37; !important;
    height: auto !important;
}

#storyList .sideways-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 5px;
    padding: 5px 0;
}

#storyList .sideways-block&gt;p {
    margin-block: 0;
    display: inline-block;
}

#storyList div.grey {
   background: #F0F0F0;
   border: solid lightgrey 1px;
   border-radius: 5px;
   padding-left: 5px;
   padding-right: 5px;
}

.thumbs .recordDiv .recordTitle {
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
}

/* lieu ou institution detail view */

.place-details {
   margin: 1rem;
}

.place-details img {
   max-width: 100&#37;;
}

/* Contacter */
#contact-form fieldset &gt; div {
    display: flex;
    flex-wrap: wrap;
    height: auto!important;
}

#contact-form fieldset &gt; div &gt; * {
    width: auto!important;
    flex: 1 1 450px;
}

#contact-form fieldset &gt; div &gt; .header {
    flex: 0 0 150px;
    text-align: left;
    padding: 0.5rem 0!important;
    height: auto!important;
}

/***
Footer
***/

#footer {
    display: flex;
    flex-direction: column;
    font-family: 'Century Gothic', sans-serif;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
   box-shadow: none;
}

#footer a:hover {
    color: var(--color1);
    text-decoration: none;
      box-shadow: none;
}

#footertop {
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
}

.footertier {
    padding: 20px 70px;
    width: 33&#37;
}

.centered {
  text-align: center
}

.footertier img {
  padding-bottom: 10px;
}

.tinytext {
    font-size: 0.8em;
    font-style: italic;
}

.footertier img { 
padding-left: 5px;
padding-right: 5px;
vertical-align : middle;
}

.fa-map-marker-alt:before {
    content: &quot;\f3c5&quot;;
}

#footerbottom {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 0.8em;
}

#page-footer {
    position: relative !important;
    bottom: unset !important;
    border-top: none !important;
    background-color: #646363 !important;
    height: fit-content !important;
}

#page-footer img{
    vertical-align: middle;
}

.page-footer-content {
    float: none !important;
}

.ent_footer #main-host, .static_footer #main-host {
    display: none;
}

.i-akar-icons-map {
	--un-icon: url(&quot;data:image/svg+xml;utf8,&#37;3Csvg preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' &#37;3E&#37;3Cg fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='2'&#37;3E&#37;3Cpath stroke-linecap='round' d='m8.368 4.79l-2.736-.913A2 2 0 0 0 3 5.775v11.783a2 2 0 0 0 1.368 1.898l4 1.333a2 2 0 0 0 1.264 0l4.736-1.578a2 2 0 0 1 1.264 0l2.736.912A2 2 0 0 0 21 18.224V6.442a2 2 0 0 0-1.367-1.898l-4-1.333a2 2 0 0 0-1.265 0L9.631 4.789a2 2 0 0 1-1.264 0Z'/&#37;3E&#37;3Cpath d='M9 5v16m6-18v16'/&#37;3E&#37;3C/g&#37;3E&#37;3C/svg&#37;3E&quot;);
	mask: var(--un-icon) no-repeat;
	mask-size: 100&#37; 100&#37;;
	-webkit-mask: var(--un-icon) no-repeat;
	-webkit-mask-size: 100&#37; 100&#37;;
	background-color: currentColor;
	width: 1em;
	height: 1em;
   flex-shrink: 0;
}

.inline {
   display: inline-block !important; 
}

.mw-1280 &gt; .full-width, .full-width {
  width: 100&#37;;
  max-width: 100&#37;;
}

#main-logo {
  margin-right: 0px;
  max-width: 300px;
}

#main-menu {
  margin-left: 0px;
  max-width: 800px;
}

 #main-menu a,  #main-menu a:hover {
      box-shadow: none;
}

li.ui-menu-item ul {
  box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.05);
  background-color: #ffffff;
  border: 0px;
}

li.ui-menu-item ul li {
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 32px;
}

li.ui-menu-item ul li.ui-menu-item a {
padding: 0 5px 0 40px !important;
height: 32px;
line-height: 32px;
box-sizing: border-box;
border-top: 1px solid #e2e2e2;
background: linear-gradient(#ffffff, #f9f9f9);
overflow: visible; 
font-size: 1.1em;
}

li.ui-menu-item ul li.ui-menu-item a.ui-state-active {
  background: #f2f2f2;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 32px;
  margin: 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

li.ui-menu-item ul li.ui-menu-item:first-child a {
border-top: none;
}

li.ui-menu-item ul li.ui-menu-item a::before {
  content: &quot; &quot;;
  background-color: #c57ce6;
  position: absolute;
  line-height: 32px;
  width: 32px;
  height: 33px;
  top: -1px;
  left: 0;
  padding: 5px 8px 2px 8px !important;
  box-sizing: border-box;
  border-top: 1px solid #c57ce6 !important;
}

li.ui-menu-item ul li.ui-menu-item:first-child a::before {
  height: 32px;
  top: 0;
}

#ui-id-13::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=0ebe87523f807141eb8a674cdff6c46dd03da778);
}

#ui-id-14::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=f15ff7acd7ee29dc9259d97f1641d373652fbeed);
}

#ui-id-15::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=625118a0d5bad41e70e9cba386616fa30320d07f);
}

#ui-id-16::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=0870d32692cd2928d6e9b5b05cc401011dd03ea6);
}

#ui-id-3::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=deede7abbf49783f7262b2a545ae6d6e6be30e24);
}

#ui-id-4::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=80494697b722952d4e89871f35632b387158e470);
}

#ui-id-5::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=105a7e7ad39804d532862048d59d4f4237be1d19);
}

#ui-id-6::before {
content:url(https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=889f65893eead37ec7257369b30b3061ba89fb05);
}

#ui-id-7::before {
content:url(https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=cde8840f28521778015cbe46dd135b5884d0dc20);
}


li.ui-menu-item ul li {
  padding-bottom: 0px;
  padding-top: 0px;
}


/* The flip box container */
.flip-box {
  background-color: transparent;
  width: 216px;
  height: 306px;
  border: 3px solid #fff;
  border-radius: 10px;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 75px;
  background: #fff;
  box-sizing: border-box;
}

.flip-box img{
  padding: 0;
  float: none;
}

.flip-box-inner {
  position: relative;
  width: 100&#37;;
  height: 100&#37;;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 10px;
}


.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}


.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100&#37;;
  height: 100&#37;;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 10px;
  box-sizing: border-box;
}


.flip-box-front {
  background-color: #f5d4f5;
  color: black;
  border-radius: 10px;
}


.flip-box-back{
  background-color: #f5d4f5;
  color: black;
  transform: rotateY(180deg);
  border-radius: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.like-back {
  background-color: #f5d4f5;
  color: black;
  border-radius: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

a.flip-box-back, div.like-back a{
  color: #000;
  text-decoration: none;
  padding: 10px;
}

a.flip-box-back h2; a.flip-box-back p, div.like-back a h2, div.like-back a p {
  color: #000;
  text-decoration: none;
  margin: 10px;
}

/* Popup*/

.ui-resizable.ui-dialog-heurist.ui-heurist-explore {
    top: 175px !important;
    left: 10px !important;
   max-width: 350px;
}

.ui-resizable.ui-dialog-heurist.ui-heurist-explore .ui-dialog-titlebar {
    background-color: #999 !important; 
}

.ui-resizable.ui-dialog-heurist.ui-heurist-explore .ui-dialog-titlebar span.ui-dialog-title {
   display: none;
}

.ui-resizable.ui-dialog-heurist.ui-heurist-explore .ui-dialog-content.ui-widget-content {
background: #fff !important;
}

.ui-icon-closethick:after {
    color: #fff;
}

.ui-heurist-explore button.ui-dialog-titlebar-close {
  border: none !important;
}

a#btn_signin.cms-button {
  display : none;
}

  .ui-resizable-helper { border: 2px dotted #00F; }

ul.horizontalmenu &gt; li &gt; a:before {
display:none}

.custom-search fieldset {
font-size : 1.4em !important;
}

#story-elements-container {
     left: 0px;
     width: 40rem;
}

#story-elements {
     left: 0px;
     width: 38rem;
}

#story-elements {
  max-width: 90vw;
}

#person-gallery-widget {
  max-height: 70vw;
}

.div-result-list-toolbar.ent_header div:last-child{
 display: none !important;
 }</detail>
<detail conceptID="99-952" termConceptID="2-531">No</detail>
<detail conceptID="2-923" termConceptID="2-6251">Top of page, horizontal (default)</detail>
<detail conceptID="2-927">let menu_visible = false;

function toggleMenu() {
   if (menu_visible) {
       $(&quot;#main-menu&quot;).attr(&quot;style&quot;, &quot;&quot;);
       $(&quot;#menu-icon&quot;).toggleClass(&quot;invert&quot;);
       menu_visible = false;
   } else {
       $(&quot;#main-menu&quot;).attr(&quot;style&quot;, &quot;display: block!important&quot;);
       $(&quot;#menu-icon&quot;).toggleClass(&quot;invert&quot;);
       menu_visible = true;
   }
}

$(&quot;#menu-icon &gt; button&quot;).click(toggleMenu);

// Handle dotted lines on map
window.addEventListener(&quot;message&quot;, ev =&gt; {
     if (ev.data !== null) {
          dotPath(ev)
     }
});

function dotPath(pathNumber) {
     if (document.readyState == &quot;complete&quot;) {
          var mapiframe = document.getElementById('map-frame');
          var mapiframeDoc = mapiframe.contentDocument || mapiframe.contentWindow.document;
          if (mapiframeDoc.readyState  == 'complete' ) {
               pathNumber.data.forEach((storid, index) =&gt; {
                    var storyID = document.getElementById('map-frame').contentDocument.querySelector('[story-element-id=&quot;'+storid+'&quot;]') !== null;
                    if (storyID) {
                         document.getElementById('map-frame').contentDocument.querySelectorAll('[story-element-id=&quot;'+storid+'&quot;]').forEach( (path) =&gt;   
                                   path.setAttribute('stroke-dasharray', &quot;0 6 0&quot;)
                              )
                    } else { if(index == 0){ window.setTimeout(function(){dotPath(pathNumber); }, 100); } }
               })
          } else { window.setTimeout(function(){dotPath(pathNumber); }, 100); }
     } else { window.setTimeout(function(){dotPath(pathNumber); }, 100); }
}

// RESIZE EMBEDDED CUSTOM REPORTS BASED ON CONTENT
const mainContentNode = document.querySelector(&quot;#main-content&quot;);
const observerOptions = {
    childList: true
};

function resizeIframe(elem) {
    $(elem).css(&quot;height&quot;, elem.contentWindow.document.body.scrollHeight+100);
}

function attachCustomReportListeners() {
    // Find embedded custom reports in new page
    let customReportContainers = $(&quot;.auto-resize-custom-report&quot;);

    // Attach onload and resize listeners to each one to resize
    if (customReportContainers.length &gt; 0) {
        customReportContainers.children(&quot;iframe&quot;).each((idx, elem) =&gt; {
            $(elem).on(&quot;load&quot;, () =&gt; {
                resizeIframe(elem);
            });
            $(elem).on(&quot;resize&quot;, () =&gt; {
                resizeIframe(elem);
            })
        });
    }
}

function refreshIframeResize(mutationList, observer) {
    mutationList.forEach((mutation) =&gt; {
        switch (mutation.type) {
            case 'childList':
                attachCustomReportListeners();
        }
    });
}

// reapply custom report resizer each time new page is loaded
const customReportObserver = new MutationObserver(refreshIframeResize);
customReportObserver.observe(mainContentNode, observerOptions);
attachCustomReportListeners();</detail>
<detail conceptID="2-929">&lt;nav class=&quot;mw-1280&quot;&gt;
&lt;div id=&quot;main-logo&quot; class=&quot;mceNonEditable header-element&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;main-menu&quot; class=&quot;mceNonEditable header-element&quot; data-heurist-app-id=&quot;heurist_Navigation&quot; data-generated=&quot;1&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;menu-icon&quot;&gt;&lt;button aria-label=&quot;show or hide navigation menu&quot;&gt;&lt;span class=&quot;ui-icon ui-icon-triangle-1-s&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;
&lt;div id=&quot;main-languages&quot; class=&quot;mceNonEditable header-element&quot; style=&quot;width:100px;position:absolute;top:10px;right:40px;max-height:90px;z-index:999999&quot;&gt;&lt;/div&gt;
&lt;/nav&gt;</detail>
<detail conceptID="2-938" termConceptID="2-531">No</detail>
<detail conceptID="2-939">&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;</detail>
<detail conceptID="2-939">&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;</detail>
<detail conceptID="2-939">&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;</detail>
<detail conceptID="2-939">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdn.jsdelivr.net/npm/normalize.css@8.0.1&quot;&gt;</detail>
<detail conceptID="2-940">&lt;div id=&quot;footer&quot;&gt;
&lt;div id=&quot;footertop&quot;&gt;

  &lt;div class=&quot;footertier&quot;&gt;
&lt;h4&gt;GéoRécits&lt;/h4&gt;
&lt;span&gt;ISP UMR7220 – site Nanterre&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;Université Paris Nanterre&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;Maison Max Weber – 3ème étage&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;200 avenue de la République&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;92001 Nanterre Cedex&lt;/span&gt;&lt;br/&gt;

&lt;span&gt;Mail:  georecits@icmigrations.fr&lt;/span&gt;&lt;br/&gt;

&lt;span&gt;Tel: +33 (0) 1 40 97 76 52 (Secrétariat site Nanterre)&lt;/span&gt;&lt;br/&gt;
&lt;/div&gt;


  &lt;div class=&quot;footertier centered&quot;&gt;
  &lt;h4&gt;Partenaires institutionnels&lt;/h4&gt;
&lt;p&gt;&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;amp;file=ea9d877024f5387e23069f558fcbce73965625ca&amp;amp;fancybox=1&quot; data-id=&quot;ea9d877024f5387e23069f558fcbce73965625ca&quot; width=&quot;auto&quot; height=&quot;55&quot;&gt;
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=b7d7e2beb0650c2739fe087960c4174355c9abc9&amp;amp;fancybox=1&quot; data-id=&quot;6d527246744af5c7c5b8a37dc118f15f2658d612&quot; width=&quot;auto&quot; height=&quot;40&quot;&gt;
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;amp;file=bc856b9f8a9959a02c6ece08d45ce09f17f4c030&amp;amp;fancybox=1&quot; data-id=&quot;bc856b9f8a9959a02c6ece08d45ce09f17f4c030&quot; width=&quot;auto&quot; height=&quot;55&quot;&gt;
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=eb61eaa822542097da1900636e66b816dfd03318&amp;amp;fancybox=1&quot; data-id=&quot;b916c450b551069b761310dbaf67534ca3eac9b1&quot; width=&quot;auto&quot; height=&quot;30&quot;&gt; 
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=869d322b17790c620cc6ac5c594105fed22c7b4f&amp;amp;fancybox=1&quot; data-id=&quot;4b707b387c330e15052a5b65a390026123d1560e&quot; width=&quot;auto&quot; height=&quot;40&quot;&gt;&lt;/p&gt;
&lt;p class=&quot;tinytext&quot;&gt;Ce travail bénéficie du soutien financier de l’Institut Convergences MIGRATIONS porté par le CNRS, portant la référence ANR-17-CONV-0001 &lt;/p&gt;

&lt;/div&gt;

  &lt;div class=&quot;footertier&quot;&gt;
   &lt;h4&gt;&amp;nbsp;&lt;/h4&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;website&amp;pageid=5048&amp;id=92#&quot;&gt;Mentions Légales&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;website&amp;pageid=86&amp;id=92#&quot;&gt;Nous contacter&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;website&amp;pageid=170&amp;id=92#&quot;&gt;Entrée de données&lt;/a&gt;&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;div id=&quot;footerbottom&quot;&gt;
 &lt;div id=&quot;logos&quot;&gt;
&lt;span&gt;GéoRécits est propulsé par
&lt;a href=&quot;http://HeuristNetwork.org&quot; target=&quot;_blank&quot; &gt;&lt;img src=&quot;https://heurist.huma-num.fr/heurist/hclient/assets/v6/h6logo_inv.png&quot; height=&quot;25&quot; align=&quot;center&quot; alt=&quot;heurist&quot;&gt;&lt;/a&gt; et hébergé par&lt;a href=&quot;https://www.huma-num.fr
&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=7c22802a89443123619d607fb6c9a095881ac4d4&quot; height=&quot;35&quot; align=&quot;center&quot; alt=&quot;HumaNum&quot;&gt;&lt;/a&gt;&lt;br/&gt;
Webdesign par &lt;a href=&quot;https://digital.mael-lenoc.fr&quot; target=&quot;_blank&quot; &gt;MLN-digital&lt;/a&gt;&lt;/span&gt;


 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</detail>
<detail conceptID="2-940">ENG:&lt;div id=&quot;footer&quot;&gt;
&lt;div id=&quot;footertop&quot;&gt;

  &lt;div class=&quot;footertier&quot;&gt;
&lt;h4&gt;GéoRécits&lt;/h4&gt;
&lt;span&gt;ISP UMR7220 – site Nanterre&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;Université Paris Nanterre&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;Maison Max Weber – 3ème étage&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;200 avenue de la République&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;92001 Nanterre Cedex&lt;/span&gt;&lt;br/&gt;

&lt;span&gt;Mail:  georecits@icmigrations.fr&lt;/span&gt;&lt;br/&gt;

&lt;span&gt;Tel: +33 (0) 1 40 97 76 52 (Secrétariat site Nanterre)&lt;/span&gt;&lt;br/&gt;
&lt;/div&gt;


  &lt;div class=&quot;footertier centered&quot;&gt;
  &lt;h4&gt;Institutional partners&lt;/h4&gt;
&lt;p&gt;&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;amp;file=ea9d877024f5387e23069f558fcbce73965625ca&amp;amp;fancybox=1&quot; data-id=&quot;ea9d877024f5387e23069f558fcbce73965625ca&quot; width=&quot;auto&quot; height=&quot;55&quot;&gt;
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=b7d7e2beb0650c2739fe087960c4174355c9abc9&amp;amp;fancybox=1&quot; data-id=&quot;6d527246744af5c7c5b8a37dc118f15f2658d612&quot; width=&quot;auto&quot; height=&quot;40&quot;&gt;
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;amp;file=bc856b9f8a9959a02c6ece08d45ce09f17f4c030&amp;amp;fancybox=1&quot; data-id=&quot;bc856b9f8a9959a02c6ece08d45ce09f17f4c030&quot; width=&quot;auto&quot; height=&quot;55&quot;&gt;
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=eb61eaa822542097da1900636e66b816dfd03318&amp;amp;fancybox=1&quot; data-id=&quot;b916c450b551069b761310dbaf67534ca3eac9b1&quot; width=&quot;auto&quot; height=&quot;30&quot;&gt; 
&lt;img src=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;file=869d322b17790c620cc6ac5c594105fed22c7b4f&amp;amp;fancybox=1&quot; data-id=&quot;4b707b387c330e15052a5b65a390026123d1560e&quot; width=&quot;auto&quot; height=&quot;40&quot;&gt;&lt;/p&gt;
&lt;p class=&quot;tinytext&quot;&gt;This work received funding from the Institut Convergences MIGRATIONS led by the CNRS, under the reference number ANR-17-CONV-0001 &lt;/p&gt;

&lt;/div&gt;

  &lt;div class=&quot;footertier&quot;&gt;
   &lt;h4&gt;&amp;nbsp;&lt;/h4&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;website&amp;pageid=5048&amp;id=92#&quot;&gt;Legal notices&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;website&amp;pageid=86&amp;id=92#&quot;&gt;Contact us&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=Geo_Recits&amp;website&amp;pageid=170&amp;id=92#&quot;&gt;Data entry&lt;/a&gt;&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;div id=&quot;footerbottom&quot;&gt;
 &lt;div id=&quot;logos&quot;&gt;
&lt;span&gt;GéoRécits is powered by
&lt;a href=&quot;http://HeuristNetwork.org&quot; target=&quot;_blank&quot; &gt;&lt;img src=&quot;https://heurist.huma-num.fr/heurist/hclient/assets/v6/h6logo_inv.png&quot; height=&quot;25&quot; align=&quot;center&quot; alt=&quot;heurist&quot;&gt;&lt;/a&gt; et hosted by&lt;a href=&quot;https://www.huma-num.fr
&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://heurist.huma-num.fr/h6-alpha/?db=Geo_Recits&amp;file=7c22802a89443123619d607fb6c9a095881ac4d4&quot; height=&quot;35&quot; align=&quot;center&quot; alt=&quot;HumaNum&quot;&gt;&lt;/a&gt;&lt;br/&gt;
Webdesign by &lt;a href=&quot;https://digital.mael-lenoc.fr&quot; target=&quot;_blank&quot; &gt;MLN-digital&lt;/a&gt;&lt;/span&gt;


 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</detail>
<detail conceptID="2-941" termConceptID="2-531">No</detail>
<detail conceptID="2-967" termConceptID="2-464">French</detail>
<detail conceptID="2-967" termConceptID="2-460">English</detail>
<detail conceptID="2-967" termConceptID="2-466">Spanish</detail>
<detail conceptID="2-1095" termConceptID="2-531">No</detail>
</record>
</records>
<recordCount>1</recordCount>
</hml>
