:root {
	--text-font-family: 'Roboto';
	--title-font-family: 'Chivo';

	--p-font-size: 1.05rem;
  --secondaryText-font-size: 0.9rem;

	--text-color: #5f5f5f;
	--title-color: #000000;

  --valid-color: #108120;

	--page-max-width: 65rem;

	--back-bgcolor: #ffffff;
	--back-home-bgcolor: #f5f5f5;

  	--header-color: #5f5f5f;
	--header-bgcolor: #ffffff;
	--header-bdcolor: #EAEAEA;

	--footer-bdcolor: var(--header-bdcolor);

  --outline-max-width:20rem;
	--outline-color: #716F6F;
	--outline-bgcolor: #f3f3f3;
	--outline-bdcolor: #e4e4e4;

	--navProgram-bgcolor: #ffffff;
	--navProgram-bdcolor: #e4e4e4;
	--navProgram-color: #252525;
	--navProgram-hover-color: #000000;

	--link-color: #252525;
	--link-hover-color: #9b9b9b;
	--link-bdcolor: #c5c5c5;
	--link-bgcolor: #eeeeee;

	--dt-color: #777777;
	--dt-rend-color: #000000;
	--dt-rend-locked-color: #808080;

	--tab-bdcolor: #dddddd;
	--tab-bgcolor: #fff;
	--tab-color: #5F5F5F;
	--tab-button-bgcolor: #EAEAEA;
	--tab-active-bgcolor: var(--button-color);
	--tab-active-color: white;	
	--tab-head-bgcolor: #F6F6F6;

	--button-color: #362d75;
	--button-hover-color: #283396;
	--button-disabled-color: #e0e0e0;

	--rem-bdcolor: #DFDFDF;
	--rem-bgcolor: #ffffff;

	--them-bgcolor: #ffffff;
	--them-color-none: #c7c7c7;
	--them-color-1: #362d75;
	--them-color-2: #27318B;
	--them-color-3: #7D8D40;
	--them-color-4: #8C5624;
	--them-color-5: #DC5965;
	--them-color-6: #D04627;

	--seq-bgcolor: #ffffff;
	--seq-bdcolor: #e1e1e1;
	--seq-color-1: #FFADB3;
	--seq-color-2: #D28A47;
	--seq-color-3: #CD8FE1;
	--seq-color-4: #8E8DDA;
	--seq-color-5: #A2B360;
	--seq-color-6: #FAC1B5;
	--seq-color-7: #F7B867;

	--sea-icon-color: #7c7c7c;
	--act-icon-color: #7c7c7c;

	--scoreTag-bgcolor: #E0F5F0;
	--score-color: #0F7159;
	--scoreAnnot-color: #9F1517;

	--scrollbar-bgcolor: #f3f3f3;
	--scrollbar-color: #808080;
}

/* A virer suite maj : gestion des boutons de nav au dessus de la barre d'url en mobile*/
body {
  height : 100dvh;
}

h1 {
    font-size: 1.6rem;
}

.sub.sequence > h2.seqTi {
    font-size: 1.4rem;
    font-weight: 600;
}

h2 {
	font-size: 1.4rem; 
}

h3 {
    font-size: 1.3rem;
}


h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 1.1rem;
}

h6 {
	font-size: 1.1rem;
}

.abstract, .details {  
  padding-inline-start: 0rem;
  border-inline-start:none;
  margin-inline-start: 0rem;
  padding-top: 0rem;
}

/*
.icon.seq.large {   
    width: 1.5rem;
    height: 1.5rem;
}*/

.subPgTi {
    font-size : 1.1rem;
}

/* shrkik fil d ariane
nav.breadcrumb a:not(last-child) { flex-shrink: 3; } nav.breadcrumb a:first-child { flex-shrink: 5; }
nav.breadcrumb p-link:not(last-child) { flex-shrink: 3; } nav.breadcrumb p-link:first-child { flex-shrink: 5; } */
/*En attente fix anna 
nav.breadcrumb p-link {   
    flex: 0 auto;
    min-width: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}*/
}