:root {
  --whiteColor: #FFF;
  --alwaysWhite: #FFF;
  --fullWhiteColor:#fff;
  --blackColor: #000000d9;
  --lightGray: #D3D3D3;
  --generalBackgroundColor: #fff;
  --generalColor: #007E45;
  --linkColor:#007E45;
  --linkColorHover: #006738;
  --generalColorHover: #006738;
  --generalColorLight: #F2F5F6;
  --col-semantic-neutral: #335B70;
  --col-semantic-positive: #008A21;
  --col-semantic-caution: #EF6700;
  --col-semantic-negative: #CD384B;
  --col-semantic-info: #0060A7;
  --col-semantic-focus: #FFB500;
  --col-action-minor-800: #001E2E;
  --col-action-minor-700: #00283D;
  --col-action-minor-600: #00324C;
  --col-action-minor-500: #335B70;
  --col-action-minor-400: #668494;
  --col-action-minor-300: #99ADB7;
  --col-action-minor-200: #CCD6DB;
  --col-action-minor-100: #E6EBED;
  --col-action-minor-50: #F2F5F6;
  --col-utility-major-75: #D9E0E4;
  --background-page: rgb(242,245,246);

  --colorProduct: #007E45;
  --readOnly: #F2F5F6;
  --colorButton: #007E45;
  --colorButtonMinor: #335B70;
  --colorButtonHover: #006738;
  --colorButtonMinorHover: #00324cff;
  --colorLinkHover: #006738;
  --inputFocus: rgb(255, 181, 0);
  --inputFocusShadow: rgb(255, 181, 0);
  --progressBar: #335B70;
  --progressBarBackGround: #CCD6DB;
  --toolTipBackGroundColorPending: #007E45;
  --toolTipBackGroundColorNormal: #335b70;
  --toolTipBackGroundColorError: #c7384f;
  --toolTipBackGroundColorWarning: #ffa943;
  --toolTipBackGroundColorOk: #007E45;
  --radius2: 2px;
  --radius4: 4px;
  --radius8: 8px;
  --radius16: 16px;
  --radius32: 32px;
  --radius50: 50px;
  
  --colorNavBar: #666;
  --colorSomeText: #666;
  --backgroundColorTile: #fff;
  --codeHighlighterRed: #B22222;
  --listGroupItemHover: #ECF0F2;
  --listGroupItemColorHover: #00000085;
  --backgroundCode: #F8F8F8;
  --colorCode: #212121;
  --scrollBar:#ECF0F2;
  --scrollBarThumb: #C1C1C1;
}

[data-theme="dark"] {
  --whiteColor: #030303;
  --fullWhiteColor:#000;
  --blackColor: #FFFFFFD6;
  --lightGray: #2B2B2B;
  --linkColor: #4EA871;
  --linkColorHover: #6EC38C;
  --generalBackgroundColor: #121212;
  --background-page: #262626;
  --generalColorLight: #212324;
  --readOnly: #3C3C3C;
  --toolTipBackGroundColorError: #DF605C;
  
  --col-action-minor-800: #CCD6DB; 
  --col-action-minor-700: #99ADB7;
  --col-action-minor-600: #668494;
  --col-action-minor-500: #335B70; 
  --col-action-minor-400: #00324C;
  --col-action-minor-300: #99AD87;
  --col-action-minor-200: #2F3133;
  --col-action-minor-100: #1A1F20; 
  --col-action-minor-50: #0D1011; 
  
  --colorNavBar: #BA989F;
  --colorSomeText: #BA989F;
  --backgroundColorTile: #121212;
  --codeHighlighterRed: #EC7768;
  --listGroupItemHover: #242729;
  --listGroupItemColorHover:#FFF;
  --backgroundCode: #202020;
  --colorCode: #F7F7F7;
  --scrollBar:#424242;
  --scrollBarThumb: #888;
}

[data-theme="dark"]{
  
  /* General rule to reduce brightness and contrast */
  img:not(.imgBlack):not(.imgOver):not(.forceBlack):not(.thumbnail > img),
div:not(.forceBlack) img:not(.imgOver),
p:not(.forceBlack) img:not(.imgOver),
img:not(.imgBlack):not(.imgOver):not(.forceBlack):not(.thumbnail:not(.imgBlack) > img:not(.imgOver):not(.imgBlack)) {
    filter: brightness(0.9) contrast(0.8);
}

  /* for following elements, force black background */
  svg:not(.no-invert), 
  img.forceBlack,
  div.thumbnail.forceBlack img,
  div.forceBlack img,
  p.forceBlack img{
  filter: invert(100%) hue-rotate(180deg)!important;
  }

  section.submenuTiles .panel-body {
   background-color: var(--background-page)!important;
  }

  .navbar-search,
  .navbar-search::placeholder {
    color: #BBBBB6; 
  }

  .breadcrumb>.active,
  nav.breadcrumbs a,
  div.sidebar> a {
    color: #A3A3A3;
  }

  .internalsage>h3 {
    color: #DD9245;
  }

  .highlight .nl {
    font-weight: normal;
  }

  .highlight .c, .highlight .c1, .highlight .cd {
    color: #A3A3A3;
  }
  .highlight .mi, .highlight .nv {
    color: #6EC38C;
  }

  .highlight .nf {
    color: var(--codeHighlighterRed);
  }
  .highlight .na {
      color: #7ec699;
  }
  .highlight .s, .highlight .err {
    color: #EC4550;
    background-color: transparent;
  }
  .highlight .s1, .highlight .s2 {
      color: #e2777a;
  }
  .thumbnail {
      border-color: #4F4F4F;
    }
}

/**********************************/
@font-face {
  font-family: 'CarbonIcons';
  src: url("../fonts/carbon-icons-webfont.woff") format("woff"), url("../fonts/carbon-icons-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'carbon icons';
  src: url(../fonts/carbon-icons.woff2) format("woff2"),url(../fonts/carbon-icons.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

/* --- Sage Text - Use name 'Sage Text' for web fonts --- */

@font-face {
  font-family: 'Sage Text';
  src: url("../fonts/Sage_UI-Regular.woff") format("woff"), url("../fonts/SageUI-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Sage Text Medium';
  src: url("../fonts/Sage_UI-Medium.woff") format("woff"), url("../fonts/SageUI-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Sage Text Bold';
  src: url("../fonts/Sage_UI-Bold.woff") format("woff"), url("../fonts/SageUI-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'sage text';
  src: url(../fonts/Sage_Text-Regular.woff2) format("woff2"),url(../fonts/Sage_Text-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'sage text';
  src: url(../fonts/Sage_Text-Bold.woff2) format("woff2"),url(../fonts/Sage_Text-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'sage text';
  src: url(../fonts/Sage_Text-Regular_Italic.woff2) format("woff2"),url(../fonts/Sage_Text-Regular_Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'sage text';
  src: url(../fonts/Sage_Text-Bold_Italic.woff2) format("woff2"),url(../fonts/Sage_Text-Bold_Italic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'sage headline';
  src: url(../fonts/Sage_Headline-Black.woff2) format("woff2"),url(../fonts/Sage_Headline-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap
}
/**********************************/

*::-webkit-scrollbar-track {
  background-color: var(--scrollBar); 
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollBarThumb);
}

.documentation .list-group::-webkit-scrollbar,
div::-webkit-scrollbar,
textarea::-webkit-scrollbar,
ul.withVerticalScroll::-webkit-scrollbar {
  width: 8px;
}



.col-xs-12 {
width: 100%;
padding-top: 40px;
padding-bottom: 20px;
}

.col-sm-9{
  background-color: var(--generalBackgroundColor);
}

/*sidebar*/
.documentation .list-group {
  height: 105%;
  overflow-y: hidden;
  overflow-x:hidden;
  padding-bottom: 28px!important;
  white-space: nowrap;
  padding-left: 10px;
  padding-top: 20px;
  margin-right: -12px /* for scrollbar */
}

@media (min-width: 768px){
.col-sm-3 {
  z-index:1;
  width: 20%;
  height: 100%;
  position: fixed;
  background-color: var(--generalBackgroundColor);
  left: 0;
  top: 0;
  padding-top: 102px;
}
.col-sm-9 {
  width: 80%;
  padding: 40px;
}
}
@media (max-width: 768px)
{
  nav.breadcrumbs {
    margin-left: 11px!important;
    left:0px;
  }
  .suggestions-box{
    right:5px !important;
    top: -20px !important;
    max-width: 250px !important;
  }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--blackColor);
  /* scroll-margin-top: 100px;  */
}


ul > li {
margin-bottom:4px!important;
}

/* management of border-radius */
table{
border-collapse: separate;
border-spacing: 0;
overflow: hidden;
border: 1px solid var(--lightGray)!important;
border-radius: 8px;
}

.documentation table>caption+thead>tr:first-child>td,
.documentation table>caption+thead>tr:first-child>th,
.documentation table>colgroup+thead>tr:first-child>td,
.documentation table>colgroup+thead>tr:first-child>th,
.documentation table>thead:first-child>tr:first-child>td,
.documentation table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0;
  background-color: var(--background-page);
  font-weight: 500;
}

.documentation table>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: var(--generalBackgroundColor);
}

.documentation table>tbody>tr,
.table-striped>tbody>tr {
  background-color: var(--generalBackgroundColor);
}

table th, table td {
  padding: 8px!important;
  line-height: 1.5!important;
  vertical-align: top!important;
  border: 0!important;
  background: none;
}

table th:first-child, 
table td:first-child:not(.highlighted-field) {
border-left: none!important;
}

table th:last-child, table td:last-child {
border-right: none!important;
}

table tr:last-child td:first-child {
border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
border-bottom-right-radius: 8px;
}

table tr  th, table  tr td {
  border-left: 1px solid var(--lightGray)!important;
  border-bottom: 1px solid var(--lightGray) !important;
 }
 
 table tr:last-child th, 
 table tr:last-child td:not(.highlighted-field){ 
   border-bottom: none!important;
 }

ul.withVerticalScroll{
  max-height: 500px;
  overflow-y: auto;
}

ul.withVerticalScroll > li::before {
  position: relative;
}

div.tdWithVerticalScroll{
  max-height: 225px;
  overflow-y: auto;
  margin-left: -39px;
}
div.tdWithVerticalScroll ul>li {
    display: table-row;
}

div.tdWithVerticalScroll ul > li::before {
  position:relative;
  display: table-cell;
}

div.blockWithVerticalScroll{
max-height: 285px;
min-height: 22px;
overflow-y: auto;
}
div.blockWithVerticalScroll ul > li::before {
position:relative;
}

.link{
color: var(--linkColor);
}


h1,h2,h3,h4,h5{
word-break: break-word;
}

.pillInfo {
color: var(--toolTipBackGroundColorError);
background-color: rgba(38, 50, 56, 0.05);
font-size: small;
border-radius: 2px;
border-width: 1px;
border-style: solid;
border-color: rgba(38, 50, 56, 0.1);
padding: 2px 2px 2px 2px;
vertical-align: bottom;
margin-left: 2px;
margin-right: 2px;
width: fit-content;
}

.breakingDate{
  float:right;
  margin-top:-37px;
  background-color: var(--col-semantic-neutral);;
  color: var(--alwaysWhite);
  padding: 2px;
  font-size: 0.75rem;
}
.breakingDateComingSoon{
  background-color: var(--col-semantic-caution);
}

.nextVersion,
.currentVersion,
.previousVersion{
  float:right;
  top:10px;
  right:10px;position: absolute;
  color: var(--alwaysWhite);
  padding: 2px;
  font-size: 0.75rem;
  width:100px;
  text-align: center;
}
.nextVersion{
  background-color: var(--col-semantic-caution);
}
.nextVersion::before{
  content: "Next version";
}
.currentVersion{
  background-color: var(--col-semantic-positive);
}
.currentVersion::before{
  content: "Current version";
}
.previousVersion{
  background-color: var(--col-semantic-negative);
}
.previousVersion::before{
  content: "Previous version";
}



p{
word-break: break-word;
}

.pillradius{
    border-radius: var(--radius2)!important;
}

.pill{
  padding: 2px 4px;
  border-radius: var(--radius2);
  font-size: 14px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.navbarfr {
position: fixed;
width: 100%;
z-index: 999;
height:48px;
background-color: #000;
white-space: nowrap;
}

.navbarfr-container {
padding-left: 12px;
padding-right: 12px;
}

.navbarfr-header {
  float: left;
  height: 48px;
  top: 50%;
  transform: translateY(10px);
  margin-top:-8px;
}

.navbarfr-right{
  display: block;
  float: right;
}

.navbarfr-form{
  padding-right: 19px;
  padding-top: 5px;
}

.navbarfr-form .form-search {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbarfr-form .input-search {
  display: inline-table;
  vertical-align: middle;
  padding-left: 10px;
}

/*Zone recherche google*/
.navbar-search {
background: var(--generalBackgroundColor);
box-shadow: none;
width: 142px;
border-top-left-radius: var(--radius4);
border-bottom-left-radius: var(--radius4);
}

form.navbarfr-form button[aria-label='Search'],
form.navbarfr-form button[aria-label='Recherche']{
border-top-right-radius: var(--radius4)!important;
border-bottom-right-radius: var(--radius4)!important;
border-radius: unset;
}


.logo-container {
  height: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: min-content;
}
.logo-container a{
color: #fff;
text-decoration: none;
}
.logo-container a:hover{
color: #BFBFBF;
text-decoration: none;
}


.logo-container .text-logo-title {
  padding: 0px 16px;
  white-space: nowrap;
}

.logo-container .logosbc {
  width: 173px;
  position: relative;
  top: 1px;
}

.logo-container .logosage {
  position: relative;
  width: 60px;
}

.logo-container .text-logo-subTitle {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  padding-top: 1px;
  margin-left: 16px;
}

.logo-container .text-logo-subTitle::before {
background: #b3b3b3;
content: '';
height: 24px;
width: 1px;
order: -1;
position: absolute;
margin-left: -16px;
margin-top: 2px;
}


a.scv {
  position: relative;
  cursor: pointer;
  height: 38px;
  min-width: 50px;
  display: inline-table;
  margin-right: -33px;
  vertical-align: middle;
}
span.scv:hover:before {
  color:rgb(102, 133, 146);
}

span.scv{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

span.scv:before{
  color: var(--whiteColor);
  font-family: CarbonIcons;
  font-size: 20px;
  vertical-align: middle;
  content: "\E95D";
}

.listSamples{
width:50%;
}

.developerday{
  max-width:27%;
}

.jwtms{
width: 100%;
height: 1000px;
border: 1px solid #ccc;
}


.btn-white {
  color: var(--blackColor)!important;
  background-color: var(--generalBackgroundColor)!important;
}

.btn-white:hover {
  color: var(--alwaysWhite)!important;
}

.btn-default {
  color: var(--alwaysWhite);
  background-color: var(--generalColor);
  border-color: transparent;
}
.btn-default:hover {
  color: var(--alwaysWhite);
  background-color: var(--generalColorHover)!important;
  border-color: transparent;
}

.btn[disabled],.btn-secondary[disabled],.btn-warning[disabled],
.btn[disabled]:hover,.btn-secondary[disabled]:hover,.btn-warning[disabled]:hover{
  background-color: grey;
  border-color:grey;
  color: var(--alwaysWhite);
}

.btn-secondary:hover{
  background: var(--generalColor);
  border-color: var(--generalColor);
  color: var(--alwaysWhite);
}

.btn{
  border-radius: var(--radius32);
}

.btn-secondary{
 padding-left: 24px;
 padding-right: 24px;
 -webkit-box-align: center;
 align-items: center;
 cursor: pointer;
 display: inline-flex;
 flex-flow: wrap;
 -webkit-box-pack: center;
 justify-content: center;
 vertical-align: middle;
 border: 2px solid var(--generalColor);
 box-sizing: border-box;
 font-weight: 500;
 text-decoration: none;
 background: var(--generalBackgroundColor);
 color: var(--linkColor);
 font-size: 14px;
 min-height: 40px;
}


ol.stepcircle>li, ol.stepgreen>li {
  counter-increment: item;
  list-style: none inside;
  position: relative;
}

ol.stepcircle>li::before,
ol.stepgreen>li::before {
  content: " " counter(item) ".";
  justify-content: center;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  left: -32px;
  top: -1px;
}

ol.stepcircle>li::before {
border: 0px;
color: var(--blackColor);
height: 24px;
width: 24px;
}
ol.stepgreen>li::before {
  color: var(--blackColor);
  height: 22px;
  width: 18px;
}

/* BETA */
.BETA {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  color: var(--whiteColor);
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f47023;
  border-radius: var(--radius2);
  position: fixed;
  top: 56px;
  left: -100px;
  z-index: 999999999;
  transition-delay: 2s;
  transition-duration: 0.3s;
  transition-property: left;
}

/*réponse test Proxy dans FAQ*/
#responseTestProxyLabel{
font-size:x-large;
vertical-align: sub;
}

/* for highlighting first column in a table (overview page) */
.table-highlight-col td:first-child,
.table-highlight-col th:first-child {
  border: 1px dashed var(--codeHighlighterRed)!important;
  width: 40%;
}
table.table-highlight-col {
    border-radius: 3px;
}




/* pour vidéo de découverte du site */

div.videodiscovery-box {
  display: none;
  width: 56%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-39%);
  z-index: 99999999999;
  padding-right: 1px;
  background-color: var(--generalBackgroundColor);
  text-align: center;
  padding: 28px;
  border: 1px solid var(--col-action-minor-300);
}


.videodiscovery-box a.popup:after {
  right: 7px;
  top: 6px;
  font-size: 16px;
  z-index: 999999999999999;
  color: var(--col-action-minor-300);
  font-family: CarbonIcons;
  content: "\E91E";
}

div.videodiscovery {
  bottom: 50%;
  position: fixed;
  right: -50px;
  transition: right 1s;
  -webkit-transition: right 1s;
  z-index: 9999999999;
}

div.videodiscovery-button {
  line-height: 50px;
  padding: 0 15px;
  background-color: var(--generalColor);
  box-shadow: -3px 3px 10px rgba(0,0,0,.3);
  color: var(--alwaysWhite);
  font-size: 20px;
  cursor: pointer;
}

div.videodiscovery-tooltip {
border-radius: 3px 0 0 3px;
height: 50px;
padding: 8px 20px;
position: absolute;
right: -200px;
top: 0;
transition: right .25s;
-webkit-transition: right .25s;
white-space: nowrap;
z-index: -1;
background-color: var(--generalColor);
box-shadow: -3px 3px 10px rgba(0,0,0,.3);
color: var(--alwaysWhite);
font-size: 14px;
text-align: center;
cursor: pointer;
}

div.videodiscovery:hover div.videodiscovery-tooltip {
  right: 53px;
}

span.videodiscovery-tooltip {
  display: block;
  font-size: 12px;
  line-height: 1;
}


/*Pour les videos embeded de type quickstart*/
.embedvideo{
max-width: 100%;
margin: auto;
}

.embedvideo div{
position: relative;
padding-bottom: 56.25%;
height: 0;
}

.embedvideo iframe{
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
box-shadow: 0px 15px 20px 10px rgba(0,0,0,0.2);
}


/*pour la FAQ test proxy*/
span.testproxy{
font-weight: bold;
vertical-align: middle;
width:41%;
}

input.testproxy{
margin-left:10px;
width: 44%;
padding:5px 6px;
vertical-align: middle;
}

button.testproxy{
width:15%;
min-width: 85px;
margin-left:5px;
}

input.testproxy::placeholder{
 font-style: italic;
 color:gray;
}

div.sampleodatagroup{
display: block;
}

select.sampleodata{
width:18%;
height:37px;
}

select.sampleodata>option {
  padding-left: 10px;
}

.sampleodata .highlight {
  background-color: white;
}

span.sampleodata {
  vertical-align: top;
  position: absolute;
  top: 0px;
  right: -12px;
}

span.sampleodata>button {
  width: 37px;
  height:37px;
  padding: 7px;
}

span.sampleodatatitle{
float: right;
color: gray;
}

div.sampleodata {
  /*padding-right: 10px;*/
  width: 81%;
  float: right;
}

div.sampleodata pre {
 height:200px;
 overflow-x: hidden;
 padding: 8px 10px 0px 10px;
}

div.sampleodata pre:hover {
 overflow-x: auto;
 min-height:50px;
}

@media (min-width: 1299px) {
div.sampleodata code {
    white-space: inherit;
}
}

select.multiligne{
 height:200px;
}


pre {
	display: block;
	padding: 11.5px;
	margin: 0 0 12px;
	font-size: 1em;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
 	color: var(--colorCode);
	background-color: var(--backgroundCode);
	border: 1px solid var(--lightGray);
	border-radius: 0
}

pre,
pre code {
    white-space: pre-wrap !important;
    word-break: break-word !important;
}

div.monoligne pre {
height:37px;
overflow-y: hidden;
}

/* utilisé par functions.md */

div.previousnext{
margin-top: 40px
}

div.urlcopy {
  position: relative;
  display: table;
  border-collapse: separate;
  padding: 10px 0px 10px 0px;
}

div.urlcopy button{
border-radius: var(--radius4);
}
div.urlcopy input{
border-radius: var(--radius4);
}

span.urlcopy {
  font-weight: bold;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}


/* popup infos*/
div.popup {
  display:none;
  position: fixed;
  background-color: var(--generalBackgroundColor);
  width: 800px;
  height: fit-content;
  padding: 20px;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  border-top: 25px solid red;
  border-bottom: 25px solid red;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20%;
}
a.popup::after {
  content: "\e014";
  top: -24px;
  position: absolute;
  right: 5px;
    font-family: "Glyphicons Halflings";
  color: var(--whiteColor);
}

/* popup copy link url*/
div.rlinkcopy {
  display: none;
  z-index: 999;
  position: fixed;
  background-color: var(--background-page);
  padding: 20px;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  border-top: 20px solid var(--generalColor);
  width: inherit;
  max-width: 900px;
  border-radius: var(--radius4);
}
a.rlinkcopy::after {
  content: "\e014";
  top: -21px;
  position: absolute;
  right: 5px;
  font-family: "Glyphicons Halflings";
  color: var(--whiteColor);
}

img {
max-width:100%;
border-radius: var(--radius4);
}


/*images en 100% ou 75% ou 50% */
.img{
max-width:100%
}
.img75{
max-width:75%
}
.img50{
max-width:50%
}

.img50zoom{
max-width:50%
}

.imgOver{
position:fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999999999999999;
min-width: 60vw;
max-height:100vh;
}

.content-with-thumbnail {
display: flex;
align-items: flex-start;
}

.text-content-with-thumbnail {
flex: 1;
margin-right: 20px; /* Espace entre le texte et l'image */
}

.thumbnail {
  max-width: 250px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:20px;
	padding: 4px;
	margin-bottom: 24px;
	line-height: 1.5;
	/* background-color: var(--generalColorLight); */
	/* border: 1px solid var(--colorCode); */
	/* border-radius: 0; */
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}


.thumbnailmini {
max-width: 120px; 
display: flex;
align-items: center;
}

.thumbnailvideo{
  max-width: 200px; 
  max-height:200px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  div.thumbnail img{
    margin-top:-20px!important;
  }
}

@media (max-width: 768px)
{
.content-with-thumbnail {
  display: block;
  align-items: center;
}
.thumbnail {
  max-width: 300px;
  display: block;
  margin:auto;
}

div.thumbnail img{
  margin-top:0px!important;
}

.thumbnailmini {
  max-width: 200px;
  display: block;
  margin:auto;
  padding-top:5px;
}

.thumbnailvideo{
  max-width: 300px; 
  display: block;
  margin:auto;
}

div.videodiscovery-box {
  width: 70%;
}
}

#modal-background {
  display:none;
  background-color: rgba(0, 20, 29, 0.6);
  opacity: 0.6;
  position: fixed;
  z-index: 9999999999999999;
  height: 100%;
  width: 100%;
}

@keyframes displayToolTip {
  from {opacity: 0}
  to {opacity: 1}
}


section.banner{
min-height:unset;
padding:40px 0 0 0;
background-color: #000000;
}



section.banner>div.container {
  padding-top: 12px;
}

@media (max-width: 650px) {
section.banner{
  padding-bottom: 0px;
}
section.banner h1 {
  margin-top: 0px;
  margin-bottom: 6px;
}
}

footer {
background-color: #000000;
padding-left:22%;
}

@media (max-width: 1100px) {
  .input-search-hidden-on-small {
    display: none!important;
  }
}



/* H3 page accueil*/
.homecenter {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 30px;
}

/* badge utilisé pour date release notes*/
span.badge {
  background-color: var(--generalColor);
}

span.noprod{
  font-size: smaller;
  color: darkred;
  font-style: italic;
}

.releasedate{
font-weight: bold;
font-size:1.125rem;
}

ul {
list-style: none; /* Remove default bullets */
}

ul>li::before {
content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
color: var(--generalColor); /* Change the color */
font-weight: bold; /* If you want it to be bold */
display: inline-block; /* Needed to add space between the bullet and the text */
width: 1em; /* Also needed for space (tweak if needed) */
margin-left: -1em; /* Also needed for space (tweak if needed) */
position: absolute;
}

ol.enum0:first-of-type {
counter-reset: enum -1;
}

ol.enum,ol.enum0 {
list-style: none; /* Remove default bullets */
counter-reset: enum;
padding-inline-start: 15px;
margin-bottom:0px;
}

ol.enum>li,ol.enum0>li {
counter-increment: enum;
margin-bottom: 0px!important;
}

ol.enum>li::before,ol.enum0>li::before {
content: counter(enum);
}

ol.enum>li::before, ol.enum0>li::before {
  content: counter(enum);
  color: var(--generalColor);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.3em;
  position: absolute;
  text-align: right;
}

.tiles .product {
	color:var(--blackColor);
	font-weight:normal;
}

/* transition sur affichage du contour lors du survol des blocs gérés par common-blocs + taille mini blocs*/
.tiles .product .panel .panel-body {
  min-height: 200px;
  padding-top: 20px;
  transition: box-shadow 250ms;
  box-shadow: 10px 10px 50px rgb(0 41 64 / 12%);
  border-radius:1.5rem;
  font-size:16px;
  background: var(--backgroundColorTile );
}

.tiles .product .panel .panel-body:hover {
  box-shadow: 10px 10px 75px rgb(0 41 64 / 19%);
}

.panel-body h4::after {
  display: inline-block;
  content: '›';
  margin-left: 10px;
  font-weight: lighter;
  font-size: larger;
}

@media (max-width: 1200px) {
p.svg img
div.svg img{
  display: none;
}
}

p.svg img,
div.svg img{
  width: 100%;
  height: 800px;
  background-color: rgb(255, 255, 255);
  border: 1px solid gray;
}

p.svg img.imgOver,
div.svg img.imgOver {
  position: fixed;
  transform: scale(1.1);
  z-index: 9999999999999998;
  width: 100vw!important;
  height: 100vh!important;
  max-width: unset;
  padding-left: 20%;
  top: 0;
  left: 0;
}

a.product:hover{
text-decoration: none;
}

div.panel-body>h4  {
font-size: 24px;
font-weight: 700;
}

@media (min-width: 992px){
.col-md-4 {
    width: 33.3333333333%;
}
}

@media (max-width: 990px){

div.urlcopy {
  display: block;
}
div.urlcopy input.exampleurlodata {
  width:80%;
  display: inline-block;
}
div.urlcopy span.input-group-btn{
  display: inline-block;
}
}


/*Si affichage pc on réduit un peu la hauteur des blocs*/
@media (min-width: 1299px) {
/* transition sur affichage du contour lors du survol des blocs gérés par common-blocs + reduction taille blocs*/
.tiles .product .panel .panel-body {
  max-height: 160px;
}
}


div.sidebar{
position: fixed;
top: 58px;
border-bottom: 1px solid rgba(0, 51, 73, 0.15);
width: inherit;
left: 0;
padding-left: 10px;
height: 33px;
}
div.sidebar> a{
color:#666;
font-weight: normal;
}

div.sidebar span{
color:#666;
padding-right: 20px;
}


/*Sidebar item actif*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: unset;
  background-color: var(--generalBackgroundColor);
  border-left:4px solid var(--generalColor)!important;
  font-weight: 500
}

.list-group .list-group-item {
  padding: 9px;
  border-left: 4px solid var(--col-action-minor-100);
  border-bottom: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-weight: normal;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: var(--generalBackgroundColor);
	border: 1px solid transparent
}

.list-group-item.active:hover {
  z-index: 2;
  color: var(--blackColor);
  background-color: var(--listGroupItemHover);
}

.documentation .list-group:hover {
overflow-y:auto!important;
z-index: 99999;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  text-decoration: none;
  color: var(--blackColor);
  background-color: var(--listGroupItemHover);
}

a.list-group-item, button.list-group-item {
  color: var(--blackColor);
}

ul.list-group>li:before {
  display: none;
}

ul.nopuce>li:before{
display:none;
}

/*fil actualisé affichage plus condensé*/

section.latest-updates .list-group .list-group-item {
padding: 5px 10px 30px 10px!important;
margin-left: auto;
margin-right: auto;
margin-bottom:5px;
border-bottom: 0px solid #bbb;
border-left:0px;
background-color: transparent;
}

section.latest-updates  div.R {
padding: 10px;
border-left: 0px solid var(--col-action-minor-300);
}

/*Si affichage pc on réduit un peu la largeur release notes*/
@media (min-width: 1299px) {
  section.latest-updates .list-group .list-group-item {
    width: 75%;
  }
}

section.latest-updates span.badge {
margin-top:10px;
border-radius: var(--radius2);
min-width:90px;
}



section.tiles{
margin : 0px
}


/* FAQ , utilisé aussi pour release notes avec surcharge spécifique dans release-notes.liquid*/
div.Rclose {
display: none;
position: fixed;
top: 101px;
color: var(--generalColor);
width: 30px;
height: 30px;
padding: 5px;
font-size: larger;
margin-left: -79px;
border-radius: 33px;
cursor: pointer;
z-index: 999999;
border: 2px solid var(--generalColor);
background-color: var(--generalBackgroundColor);
}
div.Rclose:hover,
div.Rlink:hover{
background-color: var(--generalColor);
color:  #fff;
}

div.Rlink {
display: none;
position: fixed;
top: 138px;
color: var(--generalColor);
width: 30px;
height: 30px;
padding: 5px;
font-size: larger;
margin-left: -79px;
border-radius: 33px;
cursor: pointer;
border: 2px solid var(--generalColor);
background-color: var(--generalBackgroundColor);
}

p.dropdownQ>a.Q{
font-size:unset;
border-bottom:unset;
color:unset;
}

p.dropdownQ>a.Qlarge{
font-size:x-large;
color:unset;
}
.dropdownQ>a.Q{
border-bottom: 0px;
padding:0;
}



a.Q {
  font-size: large;
  font-weight: normal;
  color: var(--blackColor);
  z-index: 1;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  padding: 16px 0;
  width: 89%;
  transition-property: font-size;
  transition-duration: 0.2s;
  text-decoration: none!important;
}
a.Q::after {
  content: "\e259";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
  font-size: large;
  transition-duration: 0.2s;
}
a.Q:hover, a.Qlarge:hover, a.Q:focus, a.Qlarge:focus{
color: var(--blackColor);
}

a.QclicUk::after{
content:"Click here"!important;
}

a.Qclic::after {
  content: "Cliquez ici";
  margin-left: 10px;
  transition-duration: 0.2s;
  color: var(--generalColor);
  font-weight: 700;
  font-family: unset;
  font-size: unset;
}

a.Qclic:hover::after {
  color: var(--generalColorHover);
  text-decoration: underline;
}

a.Qclic {
  padding-bottom: 0px;
  margin-top: -10px;
}


a.Qlarge{
font-size: xx-large;
color: var(--blackColor);
z-index:1;
transition-property: font-size;
transition-duration: 0.2s;
text-decoration: none!important;
}
a.Qlarge::after {
  content: " ";
  font-size: 0px;
}


div.R {
  display:block;
  width: 100%;
  background-color: var(--backgroundColorTile);
  margin-bottom: 50px
}

@media (min-width: 1299px) {
div.R {
    padding: 10px;
    border-left: 0px solid var(--col-action-minor-300);
}
}


div.Roff {
display: none
}

div.EX {
  display: block;
  font-size:16px;
}
div.EXoff {
   display: none
}



/* Pavé conditionnel visible uniquement pour interne Sage */
.internalsage{
padding: 10px!important;
background-color: #ef67000d;
border:1px solid #ef6700;
border-radius: var(--radius8);
margin-bottom:10px;
}

.internalsage>h5 {
margin-top: -3px;
color: #945405;
font-weight: 500;
font-size: 22px;
}

/* example... concerne les pages d'exemples de requêtes OData pour APi*/
/*Pour cadrer le bouton Mémoriser en suggestion*/
.btnmemosugg {
  margin-top: 14px;
  font-size: smaller;
  vertical-align: top;
  position: relative;
}

.btnmoresamples {
  margin-top: -16px;
  font-size: smaller;
  float: right;
}

.exampleids{
  position: relative;
  display: inline-block;
  width: 75%;
}

input.exampleid{
  font-family:Arial;
  font-size:smaller;
  width:50%;
  margin-bottom:5px
}

div.exampleid{
display: inline
}

.exampleidtitle{
width: 130px;
display: inline-block;
font-weight:bold
}

.examplehr{
border-top-width:2px;
border-color:#009900;
}

.ressourcehr{
  border-top-width:2px;
  border-color:#009900;
}

label.exampleverb,
label.exampleverbcenter{
border-width: 1px;
border-style: solid;
border-color: transparent;
padding: 0 5px 0 5px;
margin-right: 5px;
color: white;float:right;
border-radius: var(--radius2);
}
label.exampleverbcenter{
width:70px;
text-align:center;
float:none;
margin-bottom:0px;
font-size: small;
/*cursor:pointer*/
}

label.new {
  border: 1px solid var(--col-semantic-positive);
  padding: 0 2px;
  color: white;
  background-color: var(--col-semantic-positive);
    text-align: center;
  margin-bottom: 0;
  font-size: smaller;
  display: inline-block;
}
label.comingsoon,
span.comingsoon {
  border: 1px solid var(--col-semantic-neutral);
  padding: 0 2px;
  color: white;
  background-color: var(--col-semantic-neutral);
  text-align: center;
  margin-bottom: 0;
  font-size: smaller;
  display: inline-block;
  font-style: normal;
}
label.updated {
  border: 1px solid #c44b00;
  padding: 0 2px;
  color: white;
  background-color: #c44b00;
  text-align: center;
  margin-bottom: 0;
  font-size: smaller;
  display: inline-block;
}
label.notenabled {
  border: 1px solid var(--col-semantic-caution);
  padding: 0 2px;
  color: white;
  background-color: var(--col-semantic-caution);
  text-align: center;
  margin-bottom: 0;
  font-size: smaller;
  display: inline-block;
}
label.infoHidden {
  border: 1px solid var(--col-semantic-negative);
  padding: 0 2px;
  color: white;
  background-color: var(--col-semantic-negative);
  text-align: center;
  margin-bottom: 0;
  font-size: smaller;
  display: inline-block;
  font-style: normal;
}

label.deprecated {
  border: 1px solid var(--col-semantic-negative);
  padding: 0 2px;
  color: white!important;
  background-color: var(--col-semantic-negative);
  text-align: center;
  font-size: smaller;
  margin-bottom: 0;
  display: inline-block;
  font-style: normal!important;
}

label.removed {
  border: 1px solid var(--toolTipBackGroundColorError);
  padding: 0 2px;
  color: white!important;
  background-color: var(--toolTipBackGroundColorError);
  text-align: center;
  font-size: smaller;
  margin-bottom: 0;
  display: inline-block;
  font-style: normal!important;
}

.list-group-item .comingsoon,
.list-group-item .new,
.list-group-item .updated,
.list-group-item .notenabled,
.list-group-item .infoHidden,
.list-group-item .deprecated,
.list-group-item .removed
{
  font-size: x-small; 
}


/*espace vertical de 10px entre 2 li*/
ul.verticalspace>li {
margin-bottom: 10px!important;
}

.codeHighlighterRed {
  color: var(--codeHighlighterRed);
}

/*astérisque champ obligatoire*/
.mandatory {
  color: var(--codeHighlighterRed);
  float: right;
  font-size: larger;
  margin-bottom: 0px;
  cursor:help;
  margin-left: 2px;
}

/*pour info champ système*/
.systeme {
  color: var(--codeHighlighterRed);
  float: right;
  font-size: smaller;
  margin-top: 2px;
  cursor:help;
  margin-left: 3px;
}

.systemeou{
float: right;
font-size: smaller;
margin-top: 2px;
cursor:help;
}

.systemeSort{
    border: 1px solid;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    background-color: #ec7768;
    color: var(--whiteColor);
}



.exampleget{background-color: #060;}
.examplepostgl{background-color: #34495E;}
.examplepatch{background-color: #c44b00;}
.exampleput{background-color:  #530838;}
.exampledel{background-color: #c63939;}
.exampleothers{background-color: #666;}
.examplepost{background-color: #095974;}




span.exampleverb{
font-weight:bold;
}

td.exampleverb{
width:18%
}

input.exampleodata{
 width:100%;
 font-family:Arial;
 font-size:smaller
}

input.exampleeureka{
 width:100%;
 font-family:monospace;
 font-size:smaller
}

td.exampleodata{
width:18%
}

.exampleurlodata{
font-family:Consolas,Courier New;
font-size:small;
color:var(--colorSomeText);
border:1px solid var(--lightGray);
background-color:var(--generalBackgroundColor)!important;
}

a.examplelinkodata{
border:1px solid var(--lightGray);
padding:5px;
}

div.examplelinkodata{
text-align:center;
width:100%;
line-height:40px
}

@media (max-width: 1298px) {
.exampleverb{
  float:none!important
}
}

.iconfolder{
font-size: 15px;
color: var(--linkColor);
margin-right: 10px;
margin-top: 10px;
}

.iconfolderlink{
font-size: 15px;
color: var(--linkColor);
margin-left : 10px;
margin-top:0px;
}

/*regles odata*/
.iconok{
font-size: 24px;
color: var(--generalColor);
margin-top:10px;
vertical-align:sub;
}

.iconwa{
font-size: 24px;
color: #f47023;
margin-top:10px;
vertical-align:sub;
}

.iconko{
font-size: 24px;
color: red;
margin-top:10px;
vertical-align:sub;
}

.ko{
color:red;
font-weight:bold;
}

.ok{
color:var(--generalColor);
font-weight:bold;
}

.wa{
color:#f47023;
font-weight:bold;
}


DIV.divicon{
float: left;
width: 40px;
}

DIV.divsyntaxe{
display:grid
}

DIV.divsyntaxe>PRE{
width:95%;
border-radius: var(--radius4);
}

.crossed {
 background:
     linear-gradient(to top left,
         rgba(0,0,0,0) 0%,
         rgba(0,0,0,0) calc(50% - 0.8px),
         #e51c2361 50%,
         rgba(0,0,0,0) calc(50% + 0.8px),
         rgba(0,0,0,0) 100%),
     linear-gradient(to top right,
         rgba(0,0,0,0) 0%,
         rgba(0,0,0,0) calc(50% - 0.8px),
         #e51c2361 50%,
         rgba(0,0,0,0) calc(50% + 0.8px),
         rgba(0,0,0,0) 100%);
}

.crossed, .nocrossed{
background-color: white
}

/*surcharges classes standard*/

.tiles .product .panel {
  padding: 0 12px 0 12px;
}

:focus{
outline: 0px!important;
}

input{
transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
border: 1px solid var(--lightGray);
}

input:focus {
  border-color: #66afe9;
  border-style:solid;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

th{
vertical-align: middle!important
}

body{
  font-family: "Sage Text", "Lato","Arial","Times New Roman",Times,serif;
  color: var(--blackColor);
  background-color: var(--background-page)!important;
  word-break: break-word;
}

a{
word-break: break-word;
min-width:83px;
color:var(--linkColor);
font-weight: 700;
}

a:hover{
color:var(--linkColorHover);
text-decoration:none;
}
/* a:focus{
color:var(--linkColor);
} */
a{
transition: color .15s;
}

/* to force line break for code included in table */
td code{
  word-break: break-all!important;
}

/* Prism.js fro graphQL */
:not(pre) > code[class*="language-"]:not(.highlighter-rouge),
pre[class*="language-"]:not(.highlighter-rouge) {
    background: var(--backgroundCode) !important;
}

:not(pre) > code[class*=language-]{
  word-break: break-word;
}
[data-theme="light"] {

    :not(pre) > code[class*="language-"] {
      white-space: normal;
    }

    code[class*="language-"], pre[class*="language-"] {
      font-family:Consolas, monospace;
      font-size: 1em;
      line-height: 1.5;
    }
    .token.attr-name, .token.regex, .token.entity {
        color: #e60000!important;
    }
    .token.property{
      color: #995c00!important;}
    .token.string, .token.char, .token.attr-value, .token.regex, .token.variable {
        color:#155e3e!important;
    }
    .token.url, .token.symbol, .token.number, .token.boolean, .token.variable, .token.constant, .token.inserted {
      color: #175f5e!important;
    }
    .token.class-name, .language-json .token.property {
      color: #175d74!important;
    }
}

.code-disabled {
  position: relative;
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 0, 0, 0.1),
    rgba(255, 0, 0, 0.1) 10px,
    transparent 10px,
    transparent 20px
  )!important;
  color: #666;
}



/* Highlight.js */
.highlight{
border-radius:var(--radius4);
background-color: var(--backgroundCode);
}
.highlight .mi,
.highlight .nv {
  color: #006738;
}
.highlight .c, 
.highlight .c1, 
.highlight .cd {
  color: #666;
}
.highlight .mb,
.highlight .nb,
.highlight .na,
.highlight .no,
.highlight .m,
.highlight .mx,
.highlight .mf {
  color:#095974;
}

code.highlighter-rouge{
color: var(--codeHighlighterRed)!important;
background-color: rgba(38, 50, 56, 0.05)!important;
font-family: Consolas,courier new,monospace!important;
font-size: 90%!important;
border-radius: 2px!important;
border-width: 1px;
border-style: solid;
border-color: rgba(38, 50, 56, 0.1)!important;
padding: 2px 2px 2px 2px!important;
vertical-align: bottom;
margin-left: 2px;
margin-right: 2px;
line-height: unset !important;
}

.highlight .sr{
color: #d14;
}

td>ul{
margin-bottom: 0px;
padding-inline-start:15px
}

.first-td-break-all td:first-child {
word-break: break-all;
}

@media (min-width: 1299px) {
.tableerror td:first-child,
.tableerror td:nth-child(2),
.tableerror th:nth-child(4) {
    white-space: nowrap;
}

.tableerror td:nth-child(2){
  color: var(--codeHighlighterRed);
}

.tablefirstcolumn td:first-child,
.tablefirstcolumn th:first-child,
.tablecolumn1 td:nth-child(1),
.tablecolumn1 th:nth-child(1),
.tablecolumn2 td:nth-child(2),
.tablecolumn2 th:nth-child(2),
.tablecolumn3 td:nth-child(3),
.tablecolumn3 th:nth-child(3),
.tablecolumn4 td:nth-child(4),
.tablecolumn4 th:nth-child(4),
.tablecolumn5 td:nth-child(5),
.tablecolumn5 th:nth-child(5),
.tablecolumn6 td:nth-child(6),
.tablecolumn6 th:nth-child(6),
.tablecolumn7 td:nth-child(7),
.tablecolumn7 th:nth-child(7),
.tablelastcolumn th:last-child,
.tablelastcolumn td:last-child {
  white-space: nowrap;
}
}

table.tableObjects td:nth-child(1) {width: 0;}
table.tableObjects td:nth-child(2) {width: 0;}
table.tableObjects td:nth-child(3) {min-width: 10vw;}
table.tableObjects td:nth-child(4) {min-width: 12vw;}
table.tableObjects td:nth-child(5) {min-width: 12vw;}

.clipboard{
width:100%;
max-width:700px
}

.alert-info{
border-color:var(--generalColor);
border-radius: var(--radius4);
}

.ressource-info{
font-size: smaller;
margin-left: 40px;
float: right;
font-weight: 700;
color:var(--linkColor);
cursor: pointer;
}
.note-info.highlight {
background-color:var(--col-action-minor-50);
transition: border 0.3s ease-in-out;
}

.ressource-masque{
font-size: small;
margin-left: 40px;
float: right;
color: darkred;
}


/*bouton fermer pour dossier, voir code test window.name dans fr100.js*/
div.navclose {
  position: fixed;
  z-index: 999;
  left: 10px;
  width: 100%;
  padding-top: 5px;
  height:45px;
  background-color: #000;
}

/*sidebar resources pour section trait séparateur */
.documentation .list-group .finsection{
    border-bottom-color: var(--col-action-minor-100);
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

.documentation .list-group-item.active {
  background-color: rgb(0 126 69 / 10%); /*var(--col-action-minor-50);*/
}

.documentation .list-group-item-sublevel {
margin-top: -16px!important;
padding-left: 20px!important;
}

.documentation .list-group-item-sublevel-item {
padding-left: 20px;
}

.documentation .list-group-item-sublevel-item-last {
    border-bottom-color: var(--col-action-minor-100);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}


.documentation .list-group .retrait{
  padding-left: 20px!important;
}
.documentation .list-group .retrait2{
  padding-left: 40px!important;
}
.documentation .list-group .retrait3{
  padding-left: 60px!important;
}

.documentation .list-group .subchapter{
  padding-left: 20px!important;
  padding-top: 5px!important;
  padding-bottom: 5px !important;
  font-size:1.05rem!important;
}
.documentation .list-group .hassubchapters{
  padding-bottom: 5px !important;
}
.documentation .list-group .followsubchapters{
  padding-top: 20px !important;
}

.documentation .list-group .subchapter label {
  font-size: 0.75rem;
}

.videosTitle {
  display: flex;
  justify-content: space-between;
}

.videosTitle h3{
  margin-top:0px;
}

.videosTitle label{
  margin-left:3px;
  margin-top:3px;
  font-weight: 700;
  font-size:0.75rem;
  height:20px;
  word-break:normal;
  text-align: right;
  white-space: nowrap;
  float: right;
}

.videoTime {
  float: right;
  background-color: var(--col-semantic-neutral);
  color: var(--alwaysWhite);
  padding: 2px;
  font-size: 0.75rem;
}





.documentation .list-group .chapter{
 font-weight: bold;
 font-size:16px;
}
.documentation .list-group .chapter2{
 font-weight: bold;
}

.documentation .list-group .deprecated{
  font-style: italic;
  color:#666;
}




/*Body plus bas sinon passe sous la navbar devenue fixe + hauteur mini pour éviter footer au dessus de sidebarx*/
.container {
  padding-top: 65px;
  min-height:100%;
}

.sdp-icon {
vertical-align: -0.125em;
display: inline-block;
fill: currentColor;
}

/*Pour affichage mode PC*/
@media (min-width: 1299px) {
  /*table de longueur moitié*/
  .minitable{
    width:50%!important
  }

  /*API Reference */
  .api-reference-wrapper{
  /*margin-top: -20px;*/
  }
  .sage-docs-wrapper {
      padding-top: 106px;
  }
  .sage-docs-wrapper .page-header {
    display: none;
  }

 .voiraussi {
    margin-top: 10px;
    margin-left: -13px;
    font-size: larger;
  }
}

/*breadcrumbs attention surcharge pours pages home via breadcrumbshome.html*/
nav.breadcrumbs {
position: fixed;
margin-top: -97px;
padding-top: 5px;
margin-left: -40px;
width: 100%;
height: 40px;
white-space: nowrap;
z-index: 999;
background-color: var(--background-page);
}

nav.breadcrumbs a {
  color: var(--colorNavBar);
  font-weight: normal;
}

div.page-header{
margin: -20px 0 20px;
padding-bottom: 0px;
border-bottom: 0px;
}


.list-group-item-first{
 font-weight: 700!important;
 font-size: 1.125rem;
 text-overflow: ellipsis;
 overflow-x: hidden;
}

.list-group-item-first-close{
  font-size: 1.125rem;
  padding-top:15px!important;
  padding-bottom: 15px !important;
 }

@keyframes systemMessageFadein {
  from {opacity: 0;}
  to {opacity: 1;}
}

.system-message.success-message {
  border-color: #00b000;
}
.system-message.success-message::before {
  background-color: #00b000;
}
.system-message.success-message::after {
  content: "\E950";
  top: 16px;
}


.system-message.error-message {
  border-color: #c7384f;
}
.system-message.error-message::before {
  background-color: #c7384f;
}
.system-message.error-message::after {
  content: "\E923";
   top: 16px;
}

.system-message.info-message {
  border-color: #0073c2;
}

.system-message.info-message::before {
  background-color: #0073c2;
}
.system-message.info-message::after {
  content: "\E923";
  top: 16px;
}

.system-message.warning-message {
  border-color: #e96400;
}

.system-message.warning-message::before {
  background-color: #e96400;
}

.system-message.warning-message::after {
  content: "\E924";
  top: 16px;
}


.system-message {
  display: none;
  animation: systemMessageFadein 1s;
  background-color: white;
  box-shadow: 0 30px 60px 0 rgba(0, 20, 29, 0.1), 0 10px 30px 0 rgba(0, 20, 29, 0.1);
  border: 1px solid #335c6d;
  line-height: 22px;
  padding: 16px 16px 16px 48px;
  position: fixed;
  right: 0px;
  top: 20px;
  margin-right: 40px !important;
  margin-left:20px;
  max-height: 58px;
  z-index: 99999;
  border-radius: var(--radius8);
}

.system-message::before {
  background: #335c6d;
  content: '';
  display: block;
  left: -1px;
  position: absolute;
  height: 101%;
  top: 0;
  width: 48px;
}

.system-message::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: CarbonIcons;
  display: block;
  position: absolute;
  left: 11px;
  font-size:24px;
}

.system-message-body{
  padding-left:20px;
}

.systemMessageAction {
  margin-left: 40px;
  font-weight:700;
}

button.systemMessageClose {
  right: 33px;
  top: 26px;
  z-index: 1;
  border: 0px;
  width: 24px;
  height: 24px;
  padding: 0px;
  background-color: transparent;
  margin-left:10px;
}

.systemMessageClose > span {
  color: #668592;
}

.systemMessageClose > span:before {
  -webkit-font-smoothing: antialiased;
  font-family: CarbonIcons;
  content: "\E91E";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  vertical-align: middle;
  position:absolute;
  top:18px;
  right:12px;
  cursor: pointer;
}

.systemMessageClose > span:hover::before {
  color: #003349;
}

/* mode smartphone */
@media (max-width: 768px) {
.pull-left,                   /*previous button*/
.pull-right                    /*next button*/
{
  display: none
}
#theme-toggle,
#ask-ai-button{
    max-width: 30px;
    overflow: hidden;
    padding-left: 5px;
    min-width: 20px;
    display: inline-block;
    padding-right: 2px;
    padding-top: 9px;
    border-radius: 8px;
}
#ask-ai-button{
    padding-top:8px;
    padding-left: 4px;
}

.btn-internal{
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: -15px;
}

.documentation table>tbody>tr>td, .documentation table>thead>tr>th{
  word-break: break-word;
  font-size:smaller;
}
}

p.note,
div.note,
p.tip,
div.tip,
div.note-settings,
div.note-warning,
div.note-danger,
div.note-info,
div.note-success,
div.note-error,
div.note-tip	/* message styles */
{
/* width: auto; */
overflow: auto;
border-radius: var(--radius8);
}

div.note-settings p:first-child,
div.note-warning p:first-child,
div.note-danger p:first-child,
div.note-info p:first-child,
div.note-success p:first-child,
div.note-error p:first-child,
div.note-tip p:first-child
{
margin-bottom:0px;
}

div.note-settings h3:first-child,
div.note-warning h3:first-child,
div.note-danger h3:first-child,
div.note-info h3:first-child,
div.note-success h3:first-child,
div.note-error h3:first-child,
div.note-tip h3:first-child
{
margin-top: 12px;
}

div.note-settings .R,
div.note-warning .R,
div.note-danger .R,
div.note-info .R,
div.note-success .R,
div.note-error .R,
div.note-tip .R
{
margin-bottom: 0px;
}

p.note,
div.note,
p.tip,
div.tip
{
margin: 1em 0em 1em 0em;
padding: 0.5em 0.5em 0.5em 1em;
border-style: solid;
border-width: 0;
border-left-width: 2em;
/*border-top: 1px solid;
border-bottom: 1px solid;
border-right: 1px solid;*/
border-radius: 0px;
}

div.note-settings,
div.note-warning,
div.note-danger,
div.note-info,
div.note-success,
div.note-error,
div.note-tip	/* message styles */
{
position: relative;
/* must be relative to allow icon positioning */
margin: 1em 0em 1em 0em;
padding: 0.5em 0.5em 0.5em 3em;
border: 1px solid;
}

p.note,
div.note
{
border-color: #CCD6DB;
/* CSS variable IE 11 support */
border-color: var(--col-action-minor-200);
mc-auto-number-format: 'Note: ';
/* LOCALISED in localised_text.css */
mc-auto-number-class: noteformat;
}

p.tip,
div.tip
{
border-color: #CCD6DB;
/* CSS variable IE 11 support */
border-color: var(--col-action-minor-200);
mc-auto-number-format: 'Tip: ';
/* LOCALISED in localised_text.css */
mc-auto-number-class: noteformat;
}

span.noteformat	/* span.noteformat: formatting of note/tip text */
{
font-weight: 700;
/* color: #2C2A29; */
}

div.note span.noteformat,
div.tip span.noteformat	/* increase spacing when note and tip used as div */
{
display: block;
}

div.note-settings	/* DLS style message - settings */
{
border-color: #335B70;
/* CSS variable IE 11 support */
border-color: var(--col-semantic-neutral);
}

div.note-settings:before	/* DLS style message - settings */
{
background-color: #335B70;
/* CSS variable IE 11 support */
background-color: var(--col-semantic-neutral);
}

div.note-warning	/* DLS style message - warning */
{
border-color: #EF6700;
/* CSS variable IE 11 support */
border-color: var(--col-semantic-caution);
}

div.note-warning:before	/* DLS style message - warning */
{
background-color: #EF6700;
/* CSS variable IE 11 support */
background-color: var(--col-semantic-caution);
}

div.note-danger	/* DLS style message - danger */
{
border-color: #CD384B;
/* CSS variable IE 11 support */
border-color: var(--col-semantic-negative);
}

div.note-danger:before	/* DLS style message - danger */
{
background-color: #CD384B;
/* CSS variable IE 11 support */
background-color: var(--col-semantic-negative);
}

div.note-info	/* DLS style message - info */
{
border-color: #0060A7;
/* CSS variable IE 11 support */
border-color: var(--col-semantic-info);
}

div.note-info:before	/* DLS style message - info */
{
background-color: #0060A7;
/* CSS variable IE 11 support */
background-color: var(--col-semantic-info);
}

div.note-tip	/* DLS style message - tip */
{
border-color: #0060A7;
/* CSS variable IE 11 support */
border-color: var(--col-semantic-info);
}

div.note-tip:before	/* DLS style message - tip */
{
background-color: #0060A7;
/* CSS variable IE 11 support */
background-color: var(--col-semantic-info);
}

div.note-success	/* DLS style message - success */
{
border-color: #008A21;
/* CSS variable IE 11 support */
border-color: var(--col-semantic-positive);
}

div.note-success:before	/* DLS style message - success */
{
background-color: #008A21;
/* CSS variable IE 11 support */
background-color: var(--col-semantic-positive);
}

div.note-error	/* DLS style message - error */
{
border-color: #CD384B;
/* CSS variable IE 11 support */
border-color: var(--col-semantic-negative);
}

div.note-error:before	/* DLS style message - error */
{
background-color: #CD384B;
/* CSS variable IE 11 support */
background-color: var(--col-semantic-negative);
}

div.note-settings:before,
div.note-warning:before,
div.note-danger:before,
div.note-info:before,
div.note-success:before,
div.note-error:before,
div.note-tip:before	/* Set colour bar for DLS style messages */
{
position: absolute;
left: 0;
bottom: 0;
content: "";
width: 2em;
height: 100%;
}

div.note-settings:after,
div.note-warning:after,
div.note-danger:after,
div.note-info:after,
div.note-success:after,
div.note-error:after,
div.note-tip:after	/* Set icon style for DLS style messages */
{
color: white;
font-family: "CarbonIcons";
content: "\e92a";
display: block;
position: absolute;
left: 0.5em;
/* 2em total width, 1em icon width, so indent 0.5em */
top: calc(50% - 0.75em);
/* icon height is normally 1.5em, so subtract 0.75em */
}

div.note-info:after	/* DLS style message - info icon */
{
content: "\e92a";
}

div.note-settings:after	/* DLS style message - settings icon */
{
content: "\e91a";
}

div.note-warning:after	/* DLS style message - warning icon */
{
content: "\e924";
}

div.note-danger:after	/* DLS style message - danger icon */
{
content: "\e958";
}

div.note-tip:after	/* DLS style message - tip icon */
{
content: "\e95d";
}

div.note-success:after	/* DLS style message - success icon */
{
content: "\e950";
}

div.note-error:after	/* DLS style message - error icon */
{
content: "\e923";
}

div.highlightBox	/* div.highlightBox: Highlight box (normal) */
{
margin: 0.5em 0em 1em 0em;
padding: 1em;
background-color: var(--background-page);
overflow: auto;
border-radius:var(--radius8);
}

div.marketsTab{
position: relative;
left: 0px;
margin-bottom: 20px;
border: 1px solid var(--col-action-minor-200);
padding: 3px 10px 10px 10px;
border-radius: var(--radius4);
}
div.marketsTab1{
height: 30px;
min-height: 30px;
overflow-y: hidden;
overflow-x: auto;
display: flex;
margin-bottom:10px;
position: relative;
padding-top:5px;
}
div.marketsTab2{
left:-16px;
display: flex;
height: 100%;
width: 100%;
position: relative;
}

div.marketTab{
cursor: pointer;
position: relative;
margin-right: 16px;
margin-left: 16px;
height: 100%;
font-size: 13px;
line-height: 20px;
font-weight: 400;
color:var(--blackColor);
font-family: "Sage Text Medium";
text-decoration: none;
webkit-box-align:center;
align-items: center;
justify-content: center;
}

div.marketTab.marketTabFR::before{
content: "Legislation FR";
}
div.marketTab.marketTabES::before{
content: "Legislation ES";
}
div.marketTab.marketTabDE::before{
content: "Legislation DE";
}
div.marketTab.marketTabPT::before{
content: "Legislation PT";
}

@media (max-width: 524px){
div.marketTab.marketTabFR::before{
  content: "FR";
}
div.marketTab.marketTabES::before{
  content: "ES";
}
div.marketTab.marketTabDE::before{
  content: "DE";
}
div.marketTab.marketTabDE::before{
  content: "DE";
}
div.marketTab.marketTabPT::before{
  content: "PT";
}
}


div.marketsBottomLine{
height: 1px;
width: 100%;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: rgba(33,33,33,.15);
bottom: 0;
position: absolute;
}

div.marketTabfocus{
font-weight: 700;
}

div.marketTabfocus .marketTabBottomLine{
background: #00A65C;
height: 2px;
left:0;
bottom:0;
position: absolute;
width: 100%;
}

div.textMarketTab{
display: none;
font-size: 14px;
}

div.textMarketTabVisible{
display: block;
}

.marketTabDisabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed!important;
  font-weight: normal!important;
}


/****************************** TOOLTIP ******************************/

.showToolTip {
  animation: 0.5s ease-in-out 0s normal both running displayToolTip;
  display: block !important;
}

div.toolTip {
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  width: max-content;
  z-index: 9999999;
}

div.stoolTip {
  color: var(--alwaysWhite);
  width: 100%;
  height: 100%;
  text-align: left;
  border-radius: var(--radius8);
}

.tooltipTitle {
  font-weight: bold;
}

.toolTipText {
  display: none;
}

.toolTipContent {
  font-size: 14px;
  position: relative;
  padding: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  max-width: 250px;
}

div.stoolTip:not(.tooltip-error) span.toolTip {
  color: var(--toolTipBackGroundColorNormal);
}

div.stoolTip:not(.tooltip-error) {
  background-color: var(--toolTipBackGroundColorNormal) !important;
}

div.stoolTip.tooltip-error::before {
  border-right-color: var(--toolTipBackGroundColorError);
}

div.stoolTip.tooltip-error span.toolTip {
  color: var(--toolTipBackGroundColorError);
}

div.stoolTip.tooltip-error {
  background-color: var(--toolTipBackGroundColorError) !important;
}

div.stoolTip.tooltip-warning::before {
  border-right-color: var(--toolTipBackGroundColorWarning) !important;
}

div.stoolTip.tooltip-warning span.toolTip {
  color: var(--toolTipBackGroundColorWarning) !important;
}

div.stoolTip.tooltip-warning {
  background-color: var(--toolTipBackGroundColorWarning) !important;
}

div.stoolTip.tooltip-ok::before {
  border-right-color: var(--toolTipBackGroundColorOk) !important;
}

div.stoolTip.tooltip-ok span.toolTip {
  color: var(--toolTipBackGroundColorOk) !important;
}

div.stoolTip.tooltip-ok {
  background-color: var(--toolTipBackGroundColorOk) !important;
}

div.stoolTip.tooltip-pending::before {
  border-right-color: var(--toolTipBackGroundColorPending) !important;
}

div.stoolTip.tooltip-pending span.toolTip {
  color: var(--toolTipBackGroundColorPending) !important;
}

div.stoolTip.tooltip-pending {
  background-color: var(--toolTipBackGroundColorPending) !important;
}




span.toolTip.right {
  position: absolute;
  top: calc(50% - 7px);
  left: -3px;
}

span.toolTip.left {
  position: absolute;
  top: calc(50% - 7px);
  right: 0.5px;
}

span.toolTip.down {
  position: absolute;
  top: calc(50% - 7px);
  left: 43%;
}

span.toolTip.up {
  position: absolute;
  top: -8px;
  left: 43%;
}

span.toolTip::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
}

span.toolTip.right::before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 8px solid;
}

span.toolTip.left::before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid;
  border-right: none;
}

span.toolTip.down::before {
  border-top: 8px solid;
  border-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

span.toolTip.up::before {
  border-top: none;
  border-bottom: 8px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}


/* document Id generator */
div.documentId{
  display: inline-flex;
  margin-top: 3px;
}
select.documentId {
  font-size: 14px;
  font-family: monospace;
  font-weight: bold;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  border: 1px solid var(--lightGray);
  height: 27px;
}
input.documentId{
  font-family: monospace;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 16px;
}

[data-theme="dark"] {
  input.documentId, select.documentId {
    background-color: var(--background-page);
  }
}


button.documentId{
  border-radius: var(--radius4);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 27px;
  width: 27px;
  padding-left: 5px;
  padding-top: 2px;
}

@media (max-width: 990px){
div.documentId{
  display: inline-block;
  margin-top: 3px;
}
select.documentId {
  width:192px;
}
input.documentId{
  width:166px;
  margin-left:0px;
}
span.documentId{
  display: inline-block;
  margin-left: -2px;
}
}

/*************** POPOVERS ***********************/
.popovers {
padding: 8px 0px;
box-shadow: rgba(0, 20, 29, 0.2) 0px 5px 5px 0px, rgba(0, 20, 29, 0.1) 0px 10px 10px 0px;
position: absolute;
right: 0px;
background-color:var(--whiteColor);
width:max-content;
z-index: 99999;
animation: systemMessageFadein 1s;
border-radius:var(--radius8);
}

.popoversItem {
cursor: pointer;
box-sizing: border-box;
padding: 0px 24px;
position: relative;
line-height: 40px;
white-space: nowrap;
user-select: none;
display: flex;
-webkit-box-align: center;
align-items: center;
border: none;
width: 100%;
color: rgba(0, 0, 0, 0.9);
font-size: 14px;
text-align: left;
border: 1px solid var(--whiteColor);
}


.popoversItemCurrent:after {
font-family: 'CarbonIcons';
font-size: 12px;
content: "\E950";
color: var(--colorProduct);
margin-left: -18px;
position: absolute;
content: "\E950";
}

.popoversItem:focus, .popoversItem:hover {
background-color: var(--background-page);
}

div.popoversItem:active {
outline: var(--inputFocusShadow) solid 3px;
-webkit-transition: box-shadow .1s linear;
transition: box-shadow .1s linear;
}

a.linkdto {
font-weight: bold;
float: right;
}
a.filteredbyid {
font-weight: bold;
font-size: small;
}

/* Important Bottom Notification */
button#closeImportantUpdate {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  position: absolute;
  color: #000;
  top: 0;
  right: 0px;
  
}
button#closeImportantUpdate::before {
  font-family: 'CarbonIcons';
  content: "\E91E";
}

#important-update {
 margin:0;
 padding-right:30px;
 border-radius:0px;
 color: var(--alwaysWhite);
 z-index:100000000;
 position:fixed;
 width:100%;
 bottom:0;
 font-size:larger;
}

div.filter-sidebar {
  border-left: 4px solid var(--col-action-minor-100);
  padding: 1px;
  padding-left: 10px;
  background-color: var(--generalBackgroundColor);
  top:-21px;
  position: sticky;
  z-index: 3;
}

button.filter-sidebar {
  background-color: var(--background-page);
}

div.filter-sidebar > div:first-of-type {
    border: 1px solid var(--scrollBarThumb);
    height: 44px;
    width: calc(100% - 10px);
    padding-left: 2px;
    display: flex;
    align-items: center;
}

input.filter-sidebar {
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
  border: 0;
  flex:1;
  background-color: var(--generalBackgroundColor);
}
input.filter-sidebar::-webkit-search-cancel-button,
input.filter-sidebar::-webkit-search-decoration {
  -webkit-appearance: auto;
}
input.filter-sidebar::placeholder {
  font-style: italic;
}
input.filter-sidebar:focus {
  border: 3px solid #FFB500; 
  box-shadow: none; 
  outline: none;
}


button.filter-sidebar {
  height: 23px;
  width: 23px;
  padding: 0;
  text-align: center;
  margin: 1px;
  border: 1px solid rgba(0, 51, 73, 0.15);
}

button.filter-sidebar.suggestions-toggle {
    right: 16px;
    position: absolute;
}

.suggestions-box {
    background: var(--background-page);
    border: 1px solid var(--generalBackgroundColor);
    z-index: 1000;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    position: absolute !important;
    top: 27%;
    margin-left: 74%;
    width: 333px !important;
    padding: 5px;
    min-height: 200px !important;
}

.suggestion-item {
  padding: 4px 8px;
  cursor: pointer;
}

.suggestion-item:hover {
  background: var(--generalBackgroundColor)
}



/**************** CHECKBOX & RADIO ********************/
.checkbox-container.size-medium, .radio-container.size-medium {
  padding-left: 27px;
}

.checkbox-label, .radio-label {
  font-size: 0.875rem;
  font-weight: 600;
}

.checkbox-container, .radio-container {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
  user-select: none;
  margin-right: 24px;
}

.checkbox-container input, .radio-container>input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.checkbox-container.size-medium > .checkmark, .radio-container.size-medium > .checkmark {
  height: 18px;
  width: 18px;
}
.checkbox-container > .checkmark, .radio-container > .checkmark {
  background-color: #fff;
  border: 1px solid;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}

.checkbox-container input:checked ~ .checkmark:after, .radio-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container.size-medium > .checkmark::after, .radio-container.size-medium > .checkmark::after {
  font-size: 14px;
  left: 2px;
  top:1px;
}
.checkbox-container > .checkmark::after, .radio-container > .checkmark::after {
  content: "\e950";
  font-family: CarbonIcons;
  display: none;
  position: absolute;
}

.radio-container > .checkmark::after {
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
}

.radio-container.size-medium > .checkmark::after {
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
}

.radio-container > .checkmark {
  border-radius: 50%;
}

.radio-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.inline-radio {
    display: flex;
    align-items: center;
}

.filterHistoryToggle {
  margin-top: 20px;
  line-height: 24px;
}

/* Slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.sliderText{
    font-weight: normal;
    font-size: larger;
    margin-left: 5px;
}

/* History page filter: hide non-added items when toggle is ON */
/* Uses :has() (supported in modern Chromium-based browsers, incl. current Edge/Chrome) */
body:has(#filterHistoryToggle:checked) li.diff-filter-out {
  display: none;
}



.copy-button-code {
  position: absolute;
  top: 6px;
  right: 6px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0.8;
  z-index: 10;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--blackColor);
}

.copy-button-code-copied{
  color: var(--toolTipBackGroundColorOk);
  opacity: 1!important;
  transition: none;
}
.copy-button-code-copied:before {
    content: "Copied";
    color: var(--blackColor);
    font-size: 13px;
    opacity: 1!important;
}
  
div.quickLinks{
  top: 77px;  
  z-index: 1000;
}

div.toc-fixed {
  bottom: 5px; 
  max-height: calc(100vh - 360px);
  z-index: 1001;
}

div.quickLinks, 
div.toc-fixed{
    position: fixed;
    overflow-y: auto;
    right: 6px;
    width:250px;
    font-size: 14px;
    background-color: var(--background-page); 
    border: 1px solid var(--background-page);
    border-radius: 0.5rem;
}

div.quickLinks a,
div.toc-fixed a {
    padding: 2px 7px 2px 7px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: block;
    white-space: nowrap;
    color: var(--blackColor);
    text-decoration: none;
    font-weight: normal;
    transition: color 0.2s, font-weight 0.2s;
  }
  
div.quickLinks a:hover,
div.toc-fixed a:hover {
    text-decoration: none;
    color: var(--listGroupItemColorHover);
}

div.quickLinks a:active,
div.toc-fixed a.active {
  font-weight: bold;
  color: var(--highlightColor);
}

div.quickLinks h4,
div.toc-fixed h4 {
    padding: 9px 0px 0px 5px;
    margin: 0px;
    font-weight: 700;
    font-size: 18px;
}

a.toc-h1 {
  font-weight: 700 !important;
  padding: 0 !important;
}
a.toc-h1 span.scroll-top-icon {
    opacity: 0.8;
    font-size: 1.1em;
    margin-left: 5px;
}


.highlighted-field {
  border: 2px solid rgb(196, 75, 0) !important;
}
.highlighted-field-info {
  border: 2px solid rgb(196, 75, 0) !important;
  padding:4px;
}

  /* 100% zoom  */
@media (min-width: 1920px) {
    div.quickLinks,
    div.toc-fixed {
      width: 290px;
  }
    .col-sm-9 {
    width: 90%;
  }
}

/* 110% zoom */
@media (min-width: 1745px) and (max-width: 1919px) {
   div.quickLinks,
   div.toc-fixed {
      width: 250px;
   }
     .col-sm-9 {
    width: 86%;
    margin-right: 3%;
  }
}

/* 125% zoom */
@media (min-width: 1536px) and (max-width: 1744px) {
  div.quickLinks,
    div.toc-fixed {
    width: 159px;
    font-size: 12px;
  }
  div.quickLinks h4,
  div.toc-fixed h4 {
    font-size: 14px;
  }
  .col-sm-9 {
    width: 82%;
    margin-right: 3%;
}
}

@media (max-width: 1535px) {
    div.quickLinks,
    div.toc-fixed {
      display:none
    }
  }

/* overview exemples — legacy: class on <ul> ; new: class on <div> ({{blocksample}}) */
ul.samplelist {
  margin-top: 0;
  padding: 0;
}

ul.samplelist > li {
  position: relative;
  margin-bottom: 10px;
  min-height: 180px;
  border: 1px solid var(--lightGray);
  padding: 0px 10px 0px 10px;
  list-style: none;
  background-color: var(--backgroundColorTile);
  border-radius: var(--radius8);
}

ul.samplelist > li:before {
  display: none;
}

div.samplelist {
  position: relative;
  margin-bottom: 10px;
  min-height: 180px;
  border: 1px solid var(--lightGray);
  padding: 10px 10px 0px 10px;
  background-color: var(--backgroundColorTile);
  border-radius: var(--radius8);
}

div.samplelist > ul {
  margin-top: 0;
  padding: 0;
}

ul.conceptlist > li,
div.samplelist.conceptlist {
  min-height: 100px !important;
}

ul.samplelist h3,
div.samplelist h3,
div.samplelist h5 {
  margin-top: 10px;
}

ul.samplelist > li img,
div.samplelist:not(.samplelistthumbnail) img {
  height: 155px;
}

/* si format PC on a titre à gauche, texte en dessous, image à droite */
@media (min-width: 1299px) {
  ul.samplelist > li img,
  div.samplelist:not(.samplelistthumbnail) img {
    float: right;
    margin-top: -38px;
    margin-left: 50px;
  }
}

ul.samplelistthumbnail > li img,
div.samplelist.samplelistthumbnail img,
div.samplelist.conceptlist img {
  height: unset;
  float: unset;
  margin-top: unset;
  margin-left: unset;
}

.samplelist.samplelistthumbnail >ul>li,
.samplelist.conceptlist >ul>li {
  margin-left: 15px;
} 


@media (max-width: 1298px) {
  section.latest-updates ul.samplelist > li > h5,
  section.latest-updates div.samplelist > h5 {
    margin-right: 105px;
  }
}

.onThisPage{
  display: none;
}

#enumSelect{
  width:300px;
  margin-bottom:5px;
}

#enumValues{
  background-color: var(--background-page);
  width: 326px;
  padding: 6px;
  min-height:285px;
}