<?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="0">old_Dicobiosport_bckup030623</database>
<query w="a" db="old_Dicobiosport_bckup030623" q="ids:75901"/>
<dateStamp>2026-05-30T23:29:17+02:00</dateStamp>
<resultCount>1</resultCount>
<records>
<record visibility="public" visnote="no login required" selected="no" depth="0">
<id>75901</id>
<type id="51" conceptID="99-51">CMS_Home</type>
<citeAs>https://heurist.huma-num.fr/heurist/?recID=75901&amp;db=old_Dicobiosport_bckup030623</citeAs>
<title>&lt;i&gt;WEBSITE&lt;/i&gt; &lt;b&gt;Dictionnaire Biographique du Mouvement Sportif {R1}&lt;/b&gt; [ Menus: ]</title>
<added>2022-05-05 19:03:22</added>
<modified>2023-05-12 18:15:25</modified>
<workgroup id="1">Database Managers</workgroup>
<detail conceptID="2-1">Dictionnaire Biographique du Mouvement Sportif</detail>
<detail conceptID="2-3">Enter a concise description of the Heurist database / website here, which will be used eg. in lists of websites and in search engine discovery. 

Remember to indicate the institution and/or project, target audience and nature of the content.</detail>
<detail conceptID="2-36">2-190</detail>
<detail conceptID="2-38">
<file>
<id>198</id>
<nonce>096a7c1d879f61d6845d65bced759da26418c1e4</nonce>
<origName>LogoDicoBioSport2.png</origName>
<mimeType>image/png</mimeType>
<fileSize units="kB">28</fileSize>
<date>2022-05-27 00:13:52</date>
<url>https://heurist.huma-num.fr/heurist/?db=old_Dicobiosport_bckup030623&amp;file=096a7c1d879f61d6845d65bced759da26418c1e4</url>
</file>
</detail>
<detail conceptID="2-39">
<file>
<id>206</id>
<nonce>0f2f60449a003891cb7ea04bf741abc1b152f0e1</nonce>
<origName>favico.png</origName>
<mimeType>image/png</mimeType>
<fileSize units="kB">1</fileSize>
<date>2022-05-28 18:45:21</date>
<url>https://heurist.huma-num.fr/heurist/?db=old_Dicobiosport_bckup030623&amp;file=0f2f60449a003891cb7ea04bf741abc1b152f0e1</url>
</file>
</detail>
<detail conceptID="99-742" isRecordPointer="true">76243</detail>
<detail conceptID="99-742" isRecordPointer="true">75931</detail>
<detail conceptID="99-742" isRecordPointer="true">75915</detail>
<detail conceptID="99-742" isRecordPointer="true">75934</detail>
<detail conceptID="99-742" isRecordPointer="true">75933</detail>
<detail conceptID="99-948">Digital Humanities, Heurist, Research, Database, Open Data</detail>
<detail conceptID="99-946">/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500;700&amp;display=swap');

/* Color Scheme
.first-color: #233142
.second-color: #455d7a;
.third-color #f95959;
.fourth-color: #e3e3e3;
*/

:root {
    --color1: #3f1147;
    --color2: #9b1065;
    --color3: #2081d8;
    --color4: #f2d6ed;
    --color5: #f8efed;
}


/***
General Template 
***/

body {
    margin: 0px;
    display: flex;
    flex-direction: row;
    height: fit-content;
    font-family: 'Roboto', sans-serif;
}

h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 500;
    font-size: 1.8em;
    line-height: normal;
    color: #fff;
}

h3 {
    padding-top: 20px;
    font-family: 'Lora', serif;
    font-weight: bold;
    color: var(--color2);
}

label {
    color: #555;
}

li {
    padding-bottom: 1em;
}

.content {
    max-width: 1000px;
    width: calc(100vw - 240px);
    height: fit-content;
    margin: auto;
    display: flex;
    align-items: stretch;
    position: relative;
}

.colonne {
    background-color: var(--color5);
    width: 350px;
    min-width: 350px;
    vertical-align: top;
    display: inline-block;
    flex-direction: column;
}

.ent_content_full {
    z-index: 1;
    overflow-y: unset;
}

#main-content-container {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    padding: unset !important;
    margin-bottom: 0px !important;
    background: unset !important;
}

body &gt; div &gt; .ent_wrapper, body &gt; .ent_wrapper {
    overflow: auto !important;
    padding: 0 !important;
}


#main-content {
    padding: 0 5px 0 5px !important;
    position: relative !important;
    min-height: calc(100vh - 270px);
}

#main-content::before {
    background-color: var(--color5);
    width: 350px;
    min-width: 350px;
    vertical-align: top;
    display: inline-block;
    content: &quot;&quot;;
    --lMain: min(calc(100&#37; - 240px), 1000px);
    --lMargin: calc(100&#37; - var(--lMain));
    left: calc(var(--lMargin) / 2);
    position: absolute;
    height: 100&#37;;
    z-index: -1;
}

.maincontent {
    max-width: 650px;
    width: 65vw;
    vertical-align: top;
    display: inline-block;
    height: fit-content;
    line-height: 1.5em;
    flex-direction: column;
}

.ligne {
    border-top: solid 2px var(--color1);
    width: 60&#37;;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.hidden {
    visibility: hidden 
}

/***
Menu 
***/

#main-menu {
    position: unset !important;
    color: #000;
    width: 100&#37;;
}

#main-menu ul {
    display: flex;
    flex-direction: row;
    border-top: 4px solid var(--color2) !important;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #eff0f3 !important;
    box-shadow: 0 0.4rem 0.4rem 0 rgb(0 0 0 / 4&#37;);
}

#main-menu ul li {
    padding-bottom: 0px;
    padding-top: 0px;
    color: #555;
    font-family: 'Roboto', sans-serif;
}

#main-menu ul li a:hover {
    color: #000;
    boder: none;
}

#main-menu ul&gt; li.ui-menu-item &gt; a {
    font-weight: normal !important;
    padding-bottom: 0.8em !important;
    padding-top: 0.8em !important;
}

#heurist_Navigation_1 a {
    color: #555 !important;
}

#main-menu a.ui-state-active, #main-menu a.selected, #main-menu #heurist_Navigation_1 .ui-menu &gt; li &gt; a.selected {
    border: none;
    border-bottom: solid 2px #000;
    margin-bottom: -2px !important;
    color: #000 !important;
    margin: 0;
} 


#main-menu .ui-menu &gt; li.ui-menu-item &gt; a.selected {
    background: none !important;
}



/***
Report bio 1 personne 
***/

/* Nom-Prenom Fix */

.nomprenom{
    line-height: 1em;
    padding: 10px 20px 0px 20px;
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 2.5em;
    line-height: normal;
}

.colonne .nomprenom {
    color: var(--color2);
    margin-left: 12px;
    margin-right: -12px;
    text-align: right;
    line-height: 1em;

}

.maincontent .nomprenom {
    color: var(--color1);
    text-align: left;
    margin-left: -12px;
    margin-right: 12px;
    width: 310px;
    line-height: 1em;

}

.nomprenom .nom {
    margin-top: -1.5em;
    font-weight: 700;
}

.nomprenom .prenom {
    font-weight: 500;
}

/* Photo Fix */

.photo-inner {
    position: relative;
    height: fit-content;
	width: fit-content;
}

.colonne .photo-bio img{
    width: 245px;
    border: solid 30px #fff;
    margin-left: 150px;
}

.colonne .photo-inner&gt;div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bio-text .photo-inner {
    width: 455px;
    height: 100&#37;;
    float: left;
}

.bio-text .hidden img{
    width: 245px;
    border: solid 30px #fff;
	margin-left: 150px;
}

.bio-text .hidden .photo-inner {
    margin-left: -400px;
}

/* Colonne détail bios */

.colonne .attr{
    padding: 40px;
}

/* Accordion */

.ui-accordion .ui-accordion-content {
    padding: 0.5em 0em 0.5em 1em;
}

#accordion .ui-widget-content {
    border: none;
    background: none;
    color: #000;
}

#accordion .ui-state-default, #accordion .ui-widget-content .ui-state-default, #accordion .ui-widget-header .ui-state-default, #accordion .ui-button, html #accordion .ui-button.ui-state-disabled:hover, html #accordion .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
    font-weight: bold;
    color: var(--color2);
}

#accordion .ui-state-active, #accordion .ui-widget-content .ui-state-active, #accordion .ui-widget-header .ui-state-active, #accordion a.ui-button:active, #accordion .ui-button:active, #accordion .ui-button.ui-state-active:hover {
    border: none;
    background: none;
    font-weight: bold;
    color: var(--color2);
}

#accordion .ui-state-hover,
#accordion .ui-widget-content .ui-state-hover,
#accordion .ui-widget-header .ui-state-hover,
#accordion .ui-state-focus,
#accordion .ui-widget-content .ui-state-focus,
#accordion .ui-widget-header .ui-state-focus,
#accordion .ui-button:hover,
#accordion .ui-button:focus {
    border: none;
    background: none;
    font-weight: bold;
    color: #000;
}

#accordion .ui-state-active .ui-icon, #accordion .ui-button:active .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.13.2/themes/base/images/ui-icons_444444_256x240.png);
}

#accordion li {
    padding-bottom: 0.2em;
}

#accordion ul {
    margin: 0 0 1em 0;
}

#accordion p {
    margin-bottom: 0em 0em 0.7em 0.7em;
}

#accordion {
	padding-bottom: 3em;
}

/* Main bio text */

.bio-text {
    padding: 0 50px 20px;
    max-width: 850px;
    text-align: justify;
	min-height: 500px;
}

.bio-text p:first-of-type {
    padding-top: 175px;
}

.biblio {
    padding-left: 70px;
    padding-right: 50px;
    padding-bottom: 50px;
    max-width: 850px;
    text-align: justify;
    text-indent: -20px;
    font-size: 0.8em;
    line-height: 1em;
}

.auteur {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 60&#37;;
    text-align: center;
    color: #555;
    font-size: 0.7em;
    line-height: 1.5em;
}


/***
Report search-result / report listname
***/
      
.searchresult, .listname {
    flex-direction: column;
    margin: auto;
	margin-top: 0;
	height: fit-content;
	margin-bottom: 0;
}


.searchresult .results {
    font-size: 0.8em;
    color: #999;
    padding-right: 10px;
}

.searchresult .colonne {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.listname .colonne {
    text-align: right;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
       
.searchresult .bio-text {
    padding: 20px 50px 20px 50px;
    max-width: 850px;
    text-align: justify;
	min-height: unset;
}
      
.result-name {
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    border-right: solid 1px #000;
}

.searchresult .content a .result-name{
    max-width: calc(100vw - 240px);
    height: fit-content;
    margin: auto;
    display: flex;
    align-items: stretch;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    flex-direction: row;
    font-weight: bold;
    transform: translateX(35px);
    color: var(--color1);
}
      
.searchresult .content a, .listname .content a{
    max-width: calc(100vw - 240px);
    height: fit-content;
    margin: auto;
    display: flex;
    align-items: stretch;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    flex-direction: row;
    color: #000;
    text-decoration: none;
}
        
.searchresult a:hover, .searchresult a:hover .result-name, .listname .content a:hover{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #555;
}
      
.searchresult a:hover .result-name {
    border-right: solid 1px #555;
}

.letter h1 {
    padding: 0px 20px;
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 3em;
    line-height: normal;
    color: var(--color2);
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.listname .maincontent {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.listname .letter {
    width: 5.5em;
    text-align: center;
}

/***
Footer
***/

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

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

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

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

.footerquart {
    padding: 20px 70px;
}


.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;
}


/***
Temp
***/
 #autoiframe&gt;p {
    margin: 0;
}

.listname {
padding-top: 50px;
padding-bottom: 50px;
}

#main-header {
    position: relative !important;
    width: 100&#37;;
    margin: auto;
    display: flex;
    align-items: stretch;
    background-color: transparent !important;
    padding: 0 !important;
    flex-direction: column;
    height: fit-content !important;
}

#top-header {
    display: flex;
    flex-direction: row;
}


#main-title {
    position: unset !important;
    width: 50&#37;;
    min-width: 50&#37;;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    max-height: 100px !important;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#top-header #main-title h2 {
    font-size: 1em;
    text-align: right;
    width: 150px;
    color: #000;
    margin-right: 0px;
    padding-top: 20px;
}

#main-logo img {
    max-height: 100px !important;
    height: 100px;
}

#main-logo {
    position: unset !important;
    max-width: 50&#37;;
    width: 50&#37;;
    vertical-align: top;
    display: inline-block;
    line-height: 1.5em;
    flex-direction: column;
    max-height: fit-content !important;
    height: fit-content;
    top: 0 !important;
    left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.ent_footer #main-host {
    display: none !important;
}

/***
Search form 
***/

.searchbox, .addbox {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to bottom right, var(--color1), var(--color2));
    top: 50px;
    width: 600px;
}

.searchbox, .searchbox a {
   color: #fff
}

.searchbox .fieldset_search &gt; div &gt; .header {
  display: inline;
  padding-top: 5px;
}

.fieldset_search &gt; div {
   margin-top: 10px;
}

.addbox {
    background: linear-gradient(to bottom right, var(--color1), var(--color2)) !important;
}

.searchbox h2, .addbox h2 {
    margin-bottom: 10px;
}

fieldset.fieldset_search {
    background-color: transparent !important;
}

.searchbox .input-cell .input-div {
  width: auto;
  position: relative;
  display: flex;
}

.searchbox .input-cell .ui-widget-content, .searchbox .ui-widget-content {
  min-width: 150px;
  height: 20px;
  border: 1px solid #f2f2f2;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
  margin-left: -20px;
  line-height: 20px;
}

.searchbox .input-cell input.ui-widget-content, .searchbox input.ui-widget-content {
  height: unset;
}


.searchbox .input-cell .ui-widget-content:focus, .searchbox .ui-widget-content:focus{
    color: #000;
}

.searchbox .input-cell .ui-button-icon-only, .searchbox .ui-button-icon-only {
  min-width: 40px;
  width: 40px;
  height: 32px;
  min-width: 40px;
  min-height: 32px;
  border: none;
  background: #f2f2f2;
  text-align: center;
  color: #000;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  vertical-align: top;
}

.addbox button {
  min-width: 40px;
  height: 32px;
  min-height: 32px;
  border: none;
  text-align: center;
  color: #000;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  margin: 0;
  vertical-align: center;
  font-size: 1em;
}

.addbox button:hover {
  background: #e3e3e3;
}

.searchbox .input-cell .ui-button-icon-only:hover, .searchbox .input-div .ui-button-icon-only:hover {
  background: #e3e3e3;
  color: #000;
}

.searchform .ui-heurist-header.truncate{
    display: none;
}

#autoiframe iframe {
    overflow: hidden;
}

#fv_66717 {
    padding-top : 0px;
    padding-bottom: 10px;
}

#cms-widget-22 h4, #cms-widget-22 .resetbutton, #cms-widget-22 .header{
    display: none !important;
    height: 0px;
    visibility: hidden;
}

#cms-widget-22_search_faceted button:not(.smallbutton){
    display: none;
    height: 0px;
    visibility: hidden;
}

#cms-widget-22_search_faceted &gt; div &gt; div:not(.svs-list-container){
    display: none;
    height: 0px;
    visibility: hidden;
}

#cms-widget-23 .header {
    display: inline-block !important;
    width: fit-content !important;
    font-size: 14px;
}

#cms-widget-23 #fv_13150, #cms-widget-23 #fv_52368 {
    display: inline-block !important;
    margin-left: 10px;
    margin-right: 10px;
}

.searchbox .input-cell .ui-widget-content.heurist-selectmenu {
   height: unset;
   border-radius: 0 0 0 0;
   font-size: 1.1em !important;
   color: #000000;
   margin-left: 0;
   text-align: left;
}

.searchbox .input-cell .ui-widget-content.heurist-selectmenu li {
   padding-bottom: 0;
}

.searchbox .ui-selectmenu-button {
   font-size: 1.1em !important;
   border-radius: 5px;
   padding: 5px!important;
}

.searchbox .header {
 padding: 0 0 0 0 !important;
}

.addrecord{
    padding: 30px;
}

.addrecord button{
    margin: auto;
}</detail>
<detail conceptID="99-952" termConceptID="2-531">No</detail>
<detail conceptID="2-923" termConceptID="2-6251">Top of page, horizontal</detail>
<detail conceptID="2-927">function wait() {
         setTimeout(changename, 1000);
      }

function changename () {
        var elementexist =  document.querySelector(&quot;.namesearch input&quot;);
        if (typeof(elementexist) != 'undefined' &amp;&amp; elementexist != null)
        {
         document.querySelector(&quot;.namesearch input&quot;).setAttribute('placeholder','Cherchez un nom...');
        };
};
wait();


$(&quot;input&quot;).on(&quot;keydown&quot;,function search(e) {
    if(e.keyCode == 13) {
        alert($(this).val());
    }
});

function ajdustIframeH() {
    setTimeout(() =&gt; {
    $('.autoiframe iframe').height( $('.autoiframe iframe').contents().find(&quot;body div&quot;).height()+50);
    $('.autoiframe iframe').attr(&quot;scrolling&quot;, &quot;no&quot;);
    $(window).scrollTop(0);
}, 50);
};

$(document).on('iframeready', ajdustIframeH);



/*
// 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);
     console.log(&quot;resize&quot; + elem + elem.contentWindow.document.body.scrollHeight+100);

}

function attachCustomReportListeners() {
    // Find embedded custom reports in new page
    let customReportContainers = $(&quot;.autoiframe&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;div id=&quot;top-header&quot;&gt;
OLD DATABASE - DO NOT USE
&lt;/div&gt;
&lt;div id=&quot;main-menu&quot;&gt;&lt;/div&gt;</detail>
<detail conceptID="2-938" termConceptID="2-531">No</detail>
<detail conceptID="2-940">&lt;div id=&quot;footer&quot;&gt;
&lt;div id=&quot;footertop&quot;&gt;

  &lt;div class=&quot;footerquart&quot;&gt;
&lt;h4&gt;Dicobiosport&lt;/h4&gt;
&lt;span&gt;Projet Dicobiosport&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;Labex &quot;Les passés dans le présent&quot;&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;Université Paris Nanterre&lt;/span&gt;&lt;br/&gt;
&lt;span&gt;Maison Max Weber&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;br/&gt;
&lt;span&gt;dicobiosport@cnrs.fr&lt;/span&gt;&lt;br/&gt;
&lt;/div&gt;

  &lt;div class=&quot;footerquart&quot;&gt;
   &lt;h4&gt;Liens&lt;/h4&gt;
  &lt;p&gt;&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=DICOBIO_SPORT&amp;website&amp;id=75901&amp;pageid=75933#top-header&quot;&gt;Liste des biographies&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=DICOBIO_SPORT&amp;website&amp;id=75901&amp;pageid=75934#top-header&quot;&gt;Contribuez à Dicobiosport&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;https://heurist.huma-num.fr/heurist/?db=DICOBIO_SPORT&amp;w=a&amp;q=t&#37;3A85&quot;&gt;Accéder à la base de données&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;	&amp;#x1F517; &lt;a href=&quot;#&quot;&gt;Mentions Légales&lt;/a&gt;&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;footerquart&quot;&gt;&lt;h4&gt;Partenaires&lt;/h4&gt;
  &lt;p&gt;&lt;a href=&quot;#&quot;&gt;Logo&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;&lt;a href=&quot;#&quot;&gt;Logo&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;&lt;a href=&quot;#&quot;&gt;Logo&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;

  &lt;div class=&quot;footerquart&quot;&gt;&lt;h4&gt;Suivez-nous&lt;/h4&gt;
  &lt;p&gt;&lt;a href=&quot;#&quot;&gt;Instagram&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;&lt;a href=&quot;#&quot;&gt;Facebook&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;&lt;a href=&quot;#&quot;&gt;Twitter&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;Dicobiosport 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://site2020.huma-num.fr/wp-content/uploads/2020/12/logo-grand-hn-rvb.png&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-1095" termConceptID="2-532">Yes</detail>
</record>
</records>
<recordCount>1</recordCount>
</hml>
